aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/v850.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/v850.sc
parentfc7bc88384beca1d62919c19120cc0e70c0d1e4e (diff)
downloadgdb-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.sc4
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) }