aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-G++/ch.ld
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-G++/ch.ld')
-rw-r--r--demos/ARM7-LPC214x-G++/ch.ld5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-G++/ch.ld b/demos/ARM7-LPC214x-G++/ch.ld
index a79694e7b..15d0fbe2f 100644
--- a/demos/ARM7-LPC214x-G++/ch.ld
+++ b/demos/ARM7-LPC214x-G++/ch.ld
@@ -87,6 +87,11 @@ SECTIONS
. = ALIGN(4);
_bss_end = .;
} > ram
+
+ /DISCARD/ :
+ {
+ *(.eh_*)
+ }
}
PROVIDE(end = .);