xref: /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emulparams/elf32ppc.sh (revision 12dd90a1344c5a9766ec320087c6288822bb4866)
1# If you change this file, please also look at files which source this one:
2# elf32lppc.sh elf32ppclinux.sh elf32ppcsim.sh
3
4. ${srcdir}/emulparams/elf32ppccommon.sh
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
10BSS_PLT=
11GOT=".got          ${RELOCATING-0} : SPECIAL { *(.got) }"
12PLT=".plt          ${RELOCATING-0} : SPECIAL { *(.plt) }"
13GOTPLT="${PLT}"
14OTHER_TEXT_SECTIONS="*(.glink)"
15EXTRA_EM_FILE=ppc32elf
16NOP=0x60000000
17