]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/emulparams/elf32ppc.sh
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / ld / emulparams / elf32ppc.sh
CommitLineData
465bc359 1# If you change this file, please also look at files which source this one:
e4492aa0 2# elf32lppcnto.sh elf32lppc.sh elf32ppclinux.sh elf32ppcnto.sh
54530ea4 3# elf32ppcsim.sh
465bc359 4
c40e31a1
AM
5source_sh ${srcdir}/emulparams/elf32ppccommon.sh
6source_sh ${srcdir}/emulparams/plt_unwind.sh
0cf7d72c
AM
7# Yes, we want duplicate .got and .plt sections. The linker chooses the
8# appropriate one magically in ppc_after_open
9DATA_GOT=
10SDATA_GOT=
11SEPARATE_GOTPLT=0
bdbe5705 12BSS_PLT=
0cf7d72c 13GOT=".got ${RELOCATING-0} : SPECIAL { *(.got) }"
e054468f 14GOTPLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
8dfab6dd 15PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }
e054468f 16 .iplt ${RELOCATING-0} : { *(.iplt) }"
0cf7d72c 17OTHER_TEXT_SECTIONS="*(.glink)"
2d7ad24e
AM
18OTHER_GOT_RELOC_SECTIONS="
19 .rela.branch_lt ${RELOCATING-0} : { *(.rela.branch_lt) }"
20OTHER_RELRO_SECTIONS_2="
21 .branch_lt ${RELOCATING-0} :${RELOCATING+ ALIGN(4)} { *(.branch_lt) }"
4a3dc543 22EXTRA_EM_FILE=ppc32elf
8374f9d4
AM
23if grep -q 'ld_elf32_spu_emulation' ldemul-list.h; then
24# crt1.o defines data_start and __data_start. Keep them first.
25# Next put all the .data.spehandle sections, with a trailing zero word.
26 DATA_START_SYMBOLS="${RELOCATING+*crt1.o(.data .data.* .gnu.linkonce.d.*)
27 PROVIDE (__spe_handle = .);
28 *(.data.spehandle)
29 . += 4 * (DEFINED (__spe_handle) || . != 0);}"
30fi