No need to set OTHER_GOT_RELOC_SECTIONS in emulparams/elf32ppclinux.sh.

This commit is contained in:
H.J. Lu 2002-09-30 04:23:40 +00:00
parent 302cbfc210
commit 42f986191b
2 changed files with 1 additions and 5 deletions

View 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>

View 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) }"