mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix/exception_vectors' into 'master'
fix: mark .exception_vectors* as executable and allocatable Closes IDF-9554 See merge request espressif/esp-idf!29782
This commit is contained in:
commit
8fcf5270a2
@ -124,7 +124,7 @@
|
||||
.global gdbstub_handle_debug_int
|
||||
#endif
|
||||
|
||||
.section .exception_vectors.text
|
||||
.section .exception_vectors.text, "ax"
|
||||
|
||||
/* Exception handler.*/
|
||||
.type _panic_handler, @function
|
||||
|
@ -30,7 +30,7 @@
|
||||
.global _interrupt_handler
|
||||
.global _panic_handler
|
||||
|
||||
.section .exception_vectors_table.text
|
||||
.section .exception_vectors_table.text, "ax"
|
||||
|
||||
/* This is the vector table. MTVEC points here.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user