diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-09-30 04:23:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-09-30 04:23:40 +0000 |
commit | 42f986191ba958a9f996e411eb67888ec663ade7 (patch) | |
tree | 4d1e16ef291f3d439526e0d88b9db468f2651b2e /ld | |
parent | 302cbfc2102b4a5a97774195302d57c992efb890 (diff) | |
download | gdb-42f986191ba958a9f996e411eb67888ec663ade7.zip gdb-42f986191ba958a9f996e411eb67888ec663ade7.tar.gz gdb-42f986191ba958a9f996e411eb67888ec663ade7.tar.bz2 |
No need to set OTHER_GOT_RELOC_SECTIONS in emulparams/elf32ppclinux.sh.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 3 | ||||
-rw-r--r-- | ld/emulparams/elf32ppclinux.sh | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8cba873..ccd495a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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> diff --git a/ld/emulparams/elf32ppclinux.sh b/ld/emulparams/elf32ppclinux.sh index b2b834a..5ced00d 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) }" |