X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fscripts%2Farm7tdmi_rom.ld;h=a4715b1b7533417a3fb1fdf27555adaf940ec4ed;hb=c5c1386457a0c9d4d37c8574d1626553449d4c4a;hp=7875df40758ae70735dac5d5a09529839508cd18;hpb=f8d6424568270780b2aae021d7fd114689d184a1;p=bertos.git diff --git a/bertos/cpu/arm/scripts/arm7tdmi_rom.ld b/bertos/cpu/arm/scripts/arm7tdmi_rom.ld index 7875df40..a4715b1b 100644 --- a/bertos/cpu/arm/scripts/arm7tdmi_rom.ld +++ b/bertos/cpu/arm/scripts/arm7tdmi_rom.ld @@ -57,6 +57,8 @@ SECTIONS { KEEP(*(.vectors)); . = ALIGN (4); + KEEP(*(.exceptions)); + . = ALIGN (4); *(.init); . = ALIGN (4); *(.rodata .rodata.*);