2002-09-29 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 29 Sep 2002 23:59:49 +0000 (23:59 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 29 Sep 2002 23:59:49 +0000 (23:59 +0000)
* ld/emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
* ld/emulparams/elf32ppclinux.sh (OTHER_GOT_RELOC_SECTIONS): New.

ld/ChangeLog
ld/emulparams/elf32ppc.sh
ld/emulparams/elf32ppclinux.sh

index 8bec409..6bbe1ef 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
 
        From "Anita Kulkarni" <AnitaK@kpit.com>
index 5df2e09..98c3f4e 100644 (file)
@@ -17,6 +17,10 @@ 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) }
+"
 
 # Treat a host that matches the target with the possible exception of "64"
 # in the name as if it were native.
index 5ced00d..b2b834a 100644 (file)
@@ -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) }"