]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/binutils/ld/emulparams/elf32ppclinux.sh
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / binutils / ld / emulparams / elf32ppclinux.sh
1 . ${srcdir}/emulparams/elf32ppc.sh
2 TEXT_START_ADDR=0x10000000
3 unset EXECUTABLE_SYMBOLS
4 unset OTHER_END_SYMBOLS
5 test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/    : { *(.fixup) }"
6 OTHER_RELRO_SECTIONS="
7   .got1         ${RELOCATING-0} : { *(.got1) }
8   .got2         ${RELOCATING-0} : { *(.got2) }"