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/v850.sc | |
parent | fc7bc88384beca1d62919c19120cc0e70c0d1e4e (diff) | |
download | gdb-24098abb6ce00287bc14c26fb9ec296a9ecc7f21.zip gdb-24098abb6ce00287bc14c26fb9ec296a9ecc7f21.tar.gz 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/v850.sc')
-rw-r--r-- | ld/scripttempl/v850.sc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc index 90731de..1204278 100644 --- a/ld/scripttempl/v850.sc +++ b/ld/scripttempl/v850.sc @@ -115,6 +115,10 @@ SECTIONS KEEP (*crtend.o(.dtors)) ${CONSTRUCTING+___dtors_end = .;} } + .jcr : + { + KEEP (*(.jcr)) + } .got : { *(.got.plt) *(.got) } .dynamic : { *(.dynamic) } |