aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/elfm68hc11.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/elfm68hc11.sc')
-rw-r--r--ld/scripttempl/elfm68hc11.sc5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/scripttempl/elfm68hc11.sc b/ld/scripttempl/elfm68hc11.sc
index 5188982..f4977f6 100644
--- a/ld/scripttempl/elfm68hc11.sc
+++ b/ld/scripttempl/elfm68hc11.sc
@@ -328,6 +328,11 @@ SECTIONS
KEEP (*(.eh_frame))
} ${RELOCATING+ > ${TEXT_MEMORY}}
+ .gcc_except_table ${RELOCATING-0} :
+ {
+ *(.gcc_except_table)
+ } ${RELOCATING+ > ${TEXT_MEMORY}}
+
.rodata ${RELOCATING-0} :
{
*(.rodata)