diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-12 20:19:49 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-08-12 20:19:49 +0000 |
commit | 24098abb6ce00287bc14c26fb9ec296a9ecc7f21 (patch) | |
tree | cff2db93419ba3212946c6067b8377a0ce6fd372 /ld/scripttempl/elfd30v.sc | |
parent | fc7bc88384beca1d62919c19120cc0e70c0d1e4e (diff) | |
download | ppe42-binutils-24098abb6ce00287bc14c26fb9ec296a9ecc7f21.tar.gz ppe42-binutils-24098abb6ce00287bc14c26fb9ec296a9ecc7f21.zip |
* 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.sc | 3 |
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}} |