* emulparams/elf64_ia64.sh: Put .rela.opd into
authorJakub Jelinek <jakub@redhat.com>
Sat, 24 Jan 2004 16:29:40 +0000 (16:29 +0000)
committerJakub Jelinek <jakub@redhat.com>
Sat, 24 Jan 2004 16:29:40 +0000 (16:29 +0000)
OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.

ld/ChangeLog
ld/emulparams/elf64_ia64.sh

index 9d4edc90a0579259750197f847390470b50a5d6f..25d53d642485b5fb0781a84713580f5438b272a3 100644 (file)
@@ -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.
index 100aca1ac0282d496ff2b1c4f658cf5ac485a972..60c8c4c9ebf56bbdd8f6fc606e5809e50d862079 100644 (file)
@@ -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.*}) }
This page took 0.025592 seconds and 4 git commands to generate.