123456789101112131415161718192021222324252627 |
- . ${srcdir}/emulparams/elf32ppccommon.sh
- . ${srcdir}/emulparams/plt_unwind.sh
- DATA_GOT=
- SDATA_GOT=
- SEPARATE_GOTPLT=0
- BSS_PLT=
- GOT=".got ${RELOCATING-0} : SPECIAL { *(.got) }"
- GOTPLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
- PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }
- .iplt ${RELOCATING-0} : { *(.iplt) }"
- OTHER_TEXT_SECTIONS="*(.glink)"
- EXTRA_EM_FILE=ppc32elf
- if grep -q 'ld_elf32_spu_emulation' ldemul-list.h; then
- DATA_START_SYMBOLS="${RELOCATING+*crt1.o(.data .data.* .gnu.linkonce.d.*)
- PROVIDE (__spe_handle = .);
- *(.data.spehandle)
- . += 4 * (DEFINED (__spe_handle) || . != 0);}"
- fi
|