ARM7TDMI: add sections for exception handlers.
[bertos.git] / bertos / cpu / arm / scripts / arm7tdmi_rom.ld
index 7875df40758ae70735dac5d5a09529839508cd18..a4715b1b7533417a3fb1fdf27555adaf940ec4ed 100644 (file)
@@ -57,6 +57,8 @@ SECTIONS
        {
                KEEP(*(.vectors));
                . = ALIGN (4);
+               KEEP(*(.exceptions));
+               . = ALIGN (4);
                *(.init);
                . = ALIGN (4);
                *(.rodata .rodata.*);