summaryrefslogtreecommitdiff
path: root/ld/scripttempl/elfd30v.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
commit0ccb99944efec6d2caf03a960982605b2bada469 (patch)
treeb4c3f6165d40c38d088fb0532ffaa4dc410f9c0e /ld/scripttempl/elfd30v.sc
parent3d17abda9f318cd8bba4735badc745acfccac411 (diff)
downloadbinutils-redhat-0ccb99944efec6d2caf03a960982605b2bada469.tar.gz
* scripttempl/elf.sc, scripttempl/elfd30v.sc,
scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc, scripttempl/v850.sc: Keep .jcr data.
Diffstat (limited to 'ld/scripttempl/elfd30v.sc')
-rw-r--r--ld/scripttempl/elfd30v.sc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/scripttempl/elfd30v.sc b/ld/scripttempl/elfd30v.sc
index 3b0a08a5ec..4c42585b6d 100644
--- a/ld/scripttempl/elfd30v.sc
+++ b/ld/scripttempl/elfd30v.sc
@@ -124,6 +124,9 @@ SECTIONS
.eh_frame ${RELOCATING-0} : { KEEP (*(.eh_frame)) } ${RELOCATING+ > ${DATA_MEMORY}}
.gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) } ${RELOCATING+ > ${DATA_MEMORY}}
+ /* Java class registration support. */
+ .jcr ${RELOCATING-0} : { KEEP (*(.jcr)) } ${RELOCATING+ >${DATA_MEMORY}}
+
${RELOCATING+${CTOR}}
${RELOCATING+${DTOR}}