Prevent LTO from omitting the ISR vector table for SAMD21 too

This commit is contained in:
Richard Campbell 2022-11-13 22:13:30 -08:00
parent 88bafcc09e
commit 7ca484ac85

View file

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