summaryrefslogtreecommitdiffstats
path: root/ld
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-01-24 16:29:40 +0000
committerJakub Jelinek <jakub@redhat.com>2004-01-24 16:29:40 +0000
commit13d9421f66a61e54643e5bb68d84cce6dba5ff84 (patch)
tree22d9aad4217cda06aa0c3b64e760c58b5bbafcd6 /ld
parent3bbe969674ffbaeebe35306d08076b53a1da7158 (diff)
downloadppe42-binutils-13d9421f66a61e54643e5bb68d84cce6dba5ff84.tar.gz
ppe42-binutils-13d9421f66a61e54643e5bb68d84cce6dba5ff84.zip
* emulparams/elf64_ia64.sh: Put .rela.opd into
OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/emulparams/elf64_ia64.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9d4edc90a0..25d53d6424 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-24 Jakub Jelinek <jakub@redhat.com>
+
+ * emulparams/elf64_ia64.sh: Put .rela.opd into
+ OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
+
2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
* pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
diff --git a/ld/emulparams/elf64_ia64.sh b/ld/emulparams/elf64_ia64.sh
index 100aca1ac0..60c8c4c9eb 100644
--- a/ld/emulparams/elf64_ia64.sh
+++ b/ld/emulparams/elf64_ia64.sh
@@ -28,7 +28,7 @@ test -z "$CREATE_PIE" && OTHER_READONLY_SECTIONS="
.opd ${RELOCATING-0} : { *(.opd) }"
test -n "$CREATE_PIE" && OTHER_READWRITE_SECTIONS="
.opd ${RELOCATING-0} : { *(.opd) }"
-test -n "$CREATE_PIE" && OTHER_PLT_RELOC_SECTIONS="${OTHER_PLT_RELOC_SECTIONS}
+test -n "$CREATE_PIE" && OTHER_GOT_RELOC_SECTIONS="
.rela.opd ${RELOCATING-0} : { *(.rela.opd) }"
OTHER_READONLY_SECTIONS="${OTHER_READONLY_SECTIONS}
.IA_64.unwind_info ${RELOCATING-0} : { *(.IA_64.unwind_info${RELOCATING+* .gnu.linkonce.ia64unwi.*}) }
OpenPOWER on IntegriCloud