Compare commits

...

1 commit

Author SHA1 Message Date
Ha Thach
f01bf13332
Revert "Prevent LTO from omitting the ISR vector table" 2022-11-15 09:02:41 +07:00

View file

@ -196,7 +196,6 @@ extern uint32_t __bss_end__;
extern uint32_t __StackTop;
/* Exception Table */
__attribute__ ((used))
__attribute__ ((section(".isr_vector"))) const DeviceVectors exception_table =
{
/* Configure Initial Stack Pointer, using linker-generated symbols */
@ -408,7 +407,6 @@ extern uint32_t __bss_end__;
extern uint32_t __StackTop;
/* Exception Table */
__attribute__ ((used))
__attribute__ ((section(".isr_vector"))) const DeviceVectors exception_table =
{
/* Configure Initial Stack Pointer, using linker-generated symbols */