aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/elfd30v.sc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2000-04-21 17:29:15 +0000
committerRichard Henderson <rth@redhat.com>2000-04-21 17:29:15 +0000
commitc9637625e4ff16d9a9f3a203c5609cd5ada1eafa (patch)
treeca3685e566adcbe753b7db1a1077a020e6e78c8b /ld/scripttempl/elfd30v.sc
parentb51a13381712ad0f4192fd54edce35931867bffa (diff)
downloadfsf-binutils-gdb-c9637625e4ff16d9a9f3a203c5609cd5ada1eafa.zip
fsf-binutils-gdb-c9637625e4ff16d9a9f3a203c5609cd5ada1eafa.tar.gz
fsf-binutils-gdb-c9637625e4ff16d9a9f3a203c5609cd5ada1eafa.tar.bz2
* scripttempl/elfd30v.sc: Place .gcc_except_table.
Diffstat (limited to 'ld/scripttempl/elfd30v.sc')
-rw-r--r--ld/scripttempl/elfd30v.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/elfd30v.sc b/ld/scripttempl/elfd30v.sc
index 0ff9283..aecc3e5 100644
--- a/ld/scripttempl/elfd30v.sc
+++ b/ld/scripttempl/elfd30v.sc
@@ -122,6 +122,7 @@ SECTIONS
/* C++ exception support. */
.eh_frame ${RELOCATING-0} : { *(.eh_frame) } ${RELOCATING+ > ${DATA_MEMORY}}
+ .gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) } ${RELOCATING+ > ${DATA_MEMORY}}
${RELOCATING+${CTOR}}
${RELOCATING+${DTOR}}