aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/elf.sc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-08-12 20:19:49 +0000
committerRichard Henderson <rth@redhat.com>2001-08-12 20:19:49 +0000
commit24098abb6ce00287bc14c26fb9ec296a9ecc7f21 (patch)
treecff2db93419ba3212946c6067b8377a0ce6fd372 /ld/scripttempl/elf.sc
parentfc7bc88384beca1d62919c19120cc0e70c0d1e4e (diff)
downloadfsf-binutils-gdb-24098abb6ce00287bc14c26fb9ec296a9ecc7f21.zip
fsf-binutils-gdb-24098abb6ce00287bc14c26fb9ec296a9ecc7f21.tar.gz
fsf-binutils-gdb-24098abb6ce00287bc14c26fb9ec296a9ecc7f21.tar.bz2
* scripttempl/elf.sc, scripttempl/elfd30v.sc,
scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc, scripttempl/v850.sc: Keep .jcr data.
Diffstat (limited to 'ld/scripttempl/elf.sc')
-rw-r--r--ld/scripttempl/elf.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc
index 9c03dd6..c66be4b 100644
--- a/ld/scripttempl/elf.sc
+++ b/ld/scripttempl/elf.sc
@@ -312,6 +312,7 @@ SECTIONS
${TEXT_DYNAMIC-${DYNAMIC}}
${RELOCATING+${CTOR}}
${RELOCATING+${DTOR}}
+ .jcr : { KEEP (*(.jcr)) }
${DATA_PLT+${PLT}}
${RELOCATING+${OTHER_GOT_SYMBOLS}}
.got ${RELOCATING-0} : { *(.got.plt) *(.got) }