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 8bec4095312af32a737d485467b7ca1baa36a60c..6bbe1effefc922d8fc097241dff7bf39743c82b3 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 5df2e0909a3d04b0ea5b2d2bbc3a8a0ca7dbaac6..98c3f4e948e640b010f534348009e6b378a01d77 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 5ced00d1bec982fded0facce193f7b8319f082da..b2b834ab8cb695edfc68b3d9fd46d65c86817016 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) }"
This page took 0.034001 seconds and 4 git commands to generate.