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:
Jiang Jiang Jian
2024-04-02 00:08:07 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.
* *