aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-07-28 02:42:37 +0000
committerAlan Modra <amodra@gmail.com>2003-07-28 02:42:37 +0000
commitc86b6a7b5eabc60f7a4d99ce6ec30d48f5c71364 (patch)
tree18045fc5824b88ad2265efe15357db9c31de25fb
parent4ee6625b5326ffb404d88b0befc9d8e4633024ed (diff)
downloadgdb-c86b6a7b5eabc60f7a4d99ce6ec30d48f5c71364.zip
gdb-c86b6a7b5eabc60f7a4d99ce6ec30d48f5c71364.tar.gz
gdb-c86b6a7b5eabc60f7a4d99ce6ec30d48f5c71364.tar.bz2
* emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/emulparams/elf64ppc.sh3
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e1937bd..2d007ca 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-28 Alan Modra <amodra@bigpond.net.au>
+
+ * emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
+
2003-07-27 Alan Modra <amodra@bigpond.net.au>
* ld.texinfo: Typo fixes. Document SUBALIGN.
diff --git a/ld/emulparams/elf64ppc.sh b/ld/emulparams/elf64ppc.sh
index e1d9e1d..fe58c74 100644
--- a/ld/emulparams/elf64ppc.sh
+++ b/ld/emulparams/elf64ppc.sh
@@ -19,7 +19,8 @@ OTHER_BSS_SYMBOLS="
OTHER_PLT_RELOC_SECTIONS="
.rela.tocbss ${RELOCATING-0} : { *(.rela.tocbss) }"
GOT="
- .got ${RELOCATING-0}${RELOCATING+ALIGN(8)} : { *(.got .toc) }"
+ .got ${RELOCATING-0}${RELOCATING+ALIGN(8)} : { *(.got${RELOCATING+ .toc}) }
+ ${RELOCATING-.toc 0 : { *(.toc) }}"
OTHER_GOT_RELOC_SECTIONS="
.rela.toc ${RELOCATING-0} : { *(.rela.toc) }"
OTHER_READWRITE_SECTIONS="