Prevent LTO from omitting the ISR vector table for SAMD21 too
This commit is contained in:
parent
88bafcc09e
commit
7ca484ac85
1 changed files with 1 additions and 0 deletions
|
|
@ -408,6 +408,7 @@ 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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue