* NEWS: Mention --vfp11-denorm-fix option.
[deliverable/binutils-gdb.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
This page took 0.041956 seconds and 4 git commands to generate.