From: Alan Modra Date: Mon, 28 Jul 2003 03:33:48 +0000 (+0000) Subject: * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f37f3db78f7bb2986bf17558446c05d9e81d1795;p=binutils-gdb.git * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 2d007ca3337..c77b0873dc4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,7 @@ 2003-07-28 Alan Modra + * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching. + * emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r. 2003-07-27 Alan Modra diff --git a/ld/emulparams/elf64ppc.sh b/ld/emulparams/elf64ppc.sh index fe58c74258a..c190b189f69 100644 --- a/ld/emulparams/elf64ppc.sh +++ b/ld/emulparams/elf64ppc.sh @@ -18,9 +18,15 @@ OTHER_BSS_SYMBOLS=" .tocbss ${RELOCATING-0}${RELOCATING+ALIGN(8)} : { *(.tocbss)}" OTHER_PLT_RELOC_SECTIONS=" .rela.tocbss ${RELOCATING-0} : { *(.rela.tocbss) }" -GOT=" - .got ${RELOCATING-0}${RELOCATING+ALIGN(8)} : { *(.got${RELOCATING+ .toc}) } - ${RELOCATING-.toc 0 : { *(.toc) }}" + +if test x${RELOCATING+set} = xset; then + GOT=" + .got ALIGN(8) : { *(.got .toc) }" +else + GOT=" + .got 0 : { *(.got) } + .toc 0 : { *(.toc) }" +fi OTHER_GOT_RELOC_SECTIONS=" .rela.toc ${RELOCATING-0} : { *(.rela.toc) }" OTHER_READWRITE_SECTIONS="