From: H.J. Lu Date: Mon, 30 Sep 2002 04:23:40 +0000 (+0000) Subject: No need to set OTHER_GOT_RELOC_SECTIONS in emulparams/elf32ppclinux.sh. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=08461553485f1afd04b4a81042dae0b5aba98cf4;p=pf3gnuchains%2Fpf3gnuchains3x.git No need to set OTHER_GOT_RELOC_SECTIONS in emulparams/elf32ppclinux.sh. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 8cba873e28..ccd495ac4d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -7,8 +7,7 @@ 2002-09-29 H.J. Lu - * 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 diff --git a/ld/emulparams/elf32ppclinux.sh b/ld/emulparams/elf32ppclinux.sh index b2b834ab8c..5ced00d1be 100644 --- a/ld/emulparams/elf32ppclinux.sh +++ b/ld/emulparams/elf32ppclinux.sh @@ -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) }"