aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2005-05-12 00:31:22 +0000
committerBob Wilson <bob.wilson@acm.org>2005-05-12 00:31:22 +0000
commitbe2c2e39a9d05fca8c6a2b82f1a0674da0aa35fb (patch)
treefd4e38f301f4a6bfd48d32b9472ee048ecc1be5c /ld/emulparams
parent01db59d2619161f8dbc8e0f36b3840d0af9c284a (diff)
downloadgdb-be2c2e39a9d05fca8c6a2b82f1a0674da0aa35fb.zip
gdb-be2c2e39a9d05fca8c6a2b82f1a0674da0aa35fb.tar.gz
gdb-be2c2e39a9d05fca8c6a2b82f1a0674da0aa35fb.tar.bz2
* scripttempl/elfxtensa.sc: Sync up with elf.sc.
* emulparams/elf32xtensa.sh (PLT, GOT): Define.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf32xtensa.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emulparams/elf32xtensa.sh b/ld/emulparams/elf32xtensa.sh
index cf456c7..c4b13b9 100644
--- a/ld/emulparams/elf32xtensa.sh
+++ b/ld/emulparams/elf32xtensa.sh
@@ -15,6 +15,8 @@ MACHINE=
GENERATE_SHLIB_SCRIPT=yes
GENERATE_COMBRELOC_SCRIPT=yes
NO_SMALL_DATA=yes
+PLT="/* .plt* sections are embedded in .text */"
+GOT=".got ${RELOCATING-0} : { *(.got) }"
OTHER_READONLY_SECTIONS="
.got.loc ${RELOCATING-0} : { *(.got.loc) }
.xt_except_table ${RELOCATING-0} : { KEEP (*(.xt_except_table)) }