summaryrefslogtreecommitdiff
path: root/ld/emulparams/elf32ppclinux.sh
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2002-09-29 23:59:49 +0000
committerH.J. Lu <hjl@lucon.org>2002-09-29 23:59:49 +0000
commit06f623a0da743d826ee979065f6a6f1fdf46a297 (patch)
tree80d0b89a95c7fb57621927f51b2fb55dbe276a06 /ld/emulparams/elf32ppclinux.sh
parent3107f8f5e9985d26f6e77b37f260c0c4abd96a87 (diff)
downloadbinutils-redhat-06f623a0da743d826ee979065f6a6f1fdf46a297.tar.gz
2002-09-29 H.J. Lu <hjl@gnu.org>
* ld/emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New. * ld/emulparams/elf32ppclinux.sh (OTHER_GOT_RELOC_SECTIONS): New.
Diffstat (limited to 'ld/emulparams/elf32ppclinux.sh')
-rw-r--r--ld/emulparams/elf32ppclinux.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/emulparams/elf32ppclinux.sh b/ld/emulparams/elf32ppclinux.sh
index 5ced00d1be..b2b834ab8c 100644
--- a/ld/emulparams/elf32ppclinux.sh
+++ b/ld/emulparams/elf32ppclinux.sh
@@ -6,3 +6,6 @@ test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/ : { *(.fixup) }"
OTHER_READWRITE_SECTIONS="
.got1 ${RELOCATING-0} : { *(.got1) }
.got2 ${RELOCATING-0} : { *(.got2) }"
+OTHER_GOT_RELOC_SECTIONS="
+ .rela.got1 ${RELOCATING-0} : { *(.rela.got1) }
+ .rela.got2 ${RELOCATING-0} : { *(.rela.got2) }"