* emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
This commit is contained in:
parent
4ee6625b53
commit
c86b6a7b5e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
|
||||
|
||||
2003-07-27 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld.texinfo: Typo fixes. Document SUBALIGN.
|
||||
|
|
|
@ -19,7 +19,8 @@ OTHER_BSS_SYMBOLS="
|
|||
OTHER_PLT_RELOC_SECTIONS="
|
||||
.rela.tocbss ${RELOCATING-0} : { *(.rela.tocbss) }"
|
||||
GOT="
|
||||
.got ${RELOCATING-0}${RELOCATING+ALIGN(8)} : { *(.got .toc) }"
|
||||
.got ${RELOCATING-0}${RELOCATING+ALIGN(8)} : { *(.got${RELOCATING+ .toc}) }
|
||||
${RELOCATING-.toc 0 : { *(.toc) }}"
|
||||
OTHER_GOT_RELOC_SECTIONS="
|
||||
.rela.toc ${RELOCATING-0} : { *(.rela.toc) }"
|
||||
OTHER_READWRITE_SECTIONS="
|
||||
|
|
Loading…
Reference in a new issue