forked from espressif/esp-idf
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:
@@ -124,7 +124,7 @@
|
|||||||
.global gdbstub_handle_debug_int
|
.global gdbstub_handle_debug_int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
.section .exception_vectors.text
|
.section .exception_vectors.text, "ax"
|
||||||
|
|
||||||
/* Exception handler.*/
|
/* Exception handler.*/
|
||||||
.type _panic_handler, @function
|
.type _panic_handler, @function
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
.global _interrupt_handler
|
.global _interrupt_handler
|
||||||
.global _panic_handler
|
.global _panic_handler
|
||||||
|
|
||||||
.section .exception_vectors_table.text
|
.section .exception_vectors_table.text, "ax"
|
||||||
|
|
||||||
/* This is the vector table. MTVEC points here.
|
/* This is the vector table. MTVEC points here.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user