This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.git] / ld / emulparams / elf32ppc.sh
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
7 DATA_GOT=
8 SDATA_GOT=
9 SEPARATE_GOTPLT=0
10 BSS_PLT=
11 GOT=".got          ${RELOCATING-0} : SPECIAL { *(.got) }"
12 PLT=".plt          ${RELOCATING-0} : SPECIAL { *(.plt) }"
13 GOTPLT="${PLT}"
14 OTHER_TEXT_SECTIONS="*(.glink)"
15 EXTRA_EM_FILE=ppc32elf