No need to set OTHER_GOT_RELOC_SECTIONS in emulparams/elf32ppclinux.sh.
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 30 Sep 2002 04:23:40 +0000 (04:23 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 30 Sep 2002 04:23:40 +0000 (04:23 +0000)
ld/ChangeLog
ld/emulparams/elf32ppclinux.sh

index 8cba873e28244307078361fd5c7aaa54520c6a9d..ccd495ac4da20c19650c596c53064c7f05bc54d2 100644 (file)
@@ -7,8 +7,7 @@
 
 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.
+       * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
 
 2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
 
index b2b834ab8cb695edfc68b3d9fd46d65c86817016..5ced00d1bec982fded0facce193f7b8319f082da 100644 (file)
@@ -6,6 +6,3 @@ 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.034379 seconds and 4 git commands to generate.