* configure.in: Fix help string for --enable-targets option.
[deliverable/binutils-gdb.git] / ld / emulparams / elf32ppc.sh
CommitLineData
465bc359 1# If you change this file, please also look at files which source this one:
4a3dc543 2# elf32lppc.sh elf32ppclinux.sh elf32ppcsim.sh
465bc359 3
4a3dc543 4. ${srcdir}/emulparams/elf32ppccommon.sh
0cf7d72c
AM
5# Yes, we want duplicate .got and .plt sections. The linker chooses the
6# appropriate one magically in ppc_after_open
7DATA_GOT=
8SDATA_GOT=
9SEPARATE_GOTPLT=0
bdbe5705 10BSS_PLT=
0cf7d72c
AM
11GOT=".got ${RELOCATING-0} : SPECIAL { *(.got) }"
12PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
13GOTPLT="${PLT}"
14OTHER_TEXT_SECTIONS="*(.glink)"
4a3dc543 15EXTRA_EM_FILE=ppc32elf
This page took 0.351235 seconds and 4 git commands to generate.