2005-11-22 16:32:10 +00:00
|
|
|
# If you change this file, please also look at files which source this one:
|
|
|
|
# elf32lppc.sh elf32ppclinux.sh elf32ppcsim.sh
|
|
|
|
|
2007-02-25 15:02:21 +00:00
|
|
|
. ${srcdir}/emulparams/elf32ppccommon.sh
|
|
|
|
# Yes, we want duplicate .got and .plt sections. The linker chooses the
|
|
|
|
# appropriate one magically in ppc_after_open
|
|
|
|
DATA_GOT=
|
|
|
|
SDATA_GOT=
|
|
|
|
SEPARATE_GOTPLT=0
|
2005-11-22 16:32:10 +00:00
|
|
|
BSS_PLT=
|
2007-02-25 15:02:21 +00:00
|
|
|
GOT=".got ${RELOCATING-0} : SPECIAL { *(.got) }"
|
|
|
|
PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
|
|
|
|
GOTPLT="${PLT}"
|
|
|
|
OTHER_TEXT_SECTIONS="*(.glink)"
|
|
|
|
EXTRA_EM_FILE=ppc32elf
|