summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/scripttempl/sh.sc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/ld/scripttempl/sh.sc')
-rw-r--r--contrib/binutils/ld/scripttempl/sh.sc5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/binutils/ld/scripttempl/sh.sc b/contrib/binutils/ld/scripttempl/sh.sc
index 036dd21..e7f049f 100644
--- a/contrib/binutils/ld/scripttempl/sh.sc
+++ b/contrib/binutils/ld/scripttempl/sh.sc
@@ -29,6 +29,11 @@ SECTIONS
.data :
{
*(.data)
+ ${RELOCATING+*(.gcc_exc*)}
+ ${RELOCATING+___EH_FRAME_BEGIN__ = . ;}
+ ${RELOCATING+*(.eh_fram*)}
+ ${RELOCATING+___EH_FRAME_END__ = . ;}
+ ${RELOCATING+LONG(0);}
${RELOCATING+ _edata = . ; }
} ${RELOCATING+ > ram}
.bss :
OpenPOWER on IntegriCloud