summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/emulparams/elf32lppclinux.sh
blob: 9a56372ef960007b923c057167c6c6d2c97447b7 (plain)
1
2
3
4
5
6
7
8
. ${srcdir}/emulparams/elf32lppc.sh
TEXT_START_ADDR=0x10000000
unset EXECUTABLE_SYMBOLS
unset OTHER_END_SYMBOLS
test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/	: { *(.fixup) }"
OTHER_RELRO_SECTIONS="
  .got1         ${RELOCATING-0} : { *(.got1) }
  .got2         ${RELOCATING-0} : { *(.got2) }"