aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/elfd30v.sc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-06-19 02:05:53 +0000
committerAlan Modra <amodra@gmail.com>2000-06-19 02:05:53 +0000
commit987fd5b44e803e8bd04c9955dd9719c5de28a621 (patch)
treeba7e78d73be28cd0613f181f1ea18a755e3f0a16 /ld/scripttempl/elfd30v.sc
parent60bcf0fa8c115b4e71d7b1372aca3efccffc9607 (diff)
downloadfsf-binutils-gdb-987fd5b44e803e8bd04c9955dd9719c5de28a621.zip
fsf-binutils-gdb-987fd5b44e803e8bd04c9955dd9719c5de28a621.tar.gz
fsf-binutils-gdb-987fd5b44e803e8bd04c9955dd9719c5de28a621.tar.bz2
Update list of targets supporting --gc-sections.
KEEP .eh_frame contents.
Diffstat (limited to 'ld/scripttempl/elfd30v.sc')
-rw-r--r--ld/scripttempl/elfd30v.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elfd30v.sc b/ld/scripttempl/elfd30v.sc
index aecc3e5..50d51f2 100644
--- a/ld/scripttempl/elfd30v.sc
+++ b/ld/scripttempl/elfd30v.sc
@@ -121,7 +121,7 @@ SECTIONS
.rodata ${RELOCATING-0} : { *(.rodata) } ${RELOCATING+ > ${DATA_MEMORY}}
/* C++ exception support. */
- .eh_frame ${RELOCATING-0} : { *(.eh_frame) } ${RELOCATING+ > ${DATA_MEMORY}}
+ .eh_frame ${RELOCATING-0} : { KEEP (*(.eh_frame)) } ${RELOCATING+ > ${DATA_MEMORY}}
.gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) } ${RELOCATING+ > ${DATA_MEMORY}}
${RELOCATING+${CTOR}}