xref: /netbsd-src/external/gpl3/binutils/dist/ld/emulparams/elf32ppclinux.sh (revision 6f4ced0b3153adc81d1209a382d97f210becf0ec)
1source_sh ${srcdir}/emulparams/elf32ppc.sh
2TEXT_START_ADDR=0x10000000
3unset EXECUTABLE_SYMBOLS
4unset OTHER_END_SYMBOLS
5test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/	: { *(.fixup) }"
6OTHER_RELRO_SECTIONS="
7  .got1         ${RELOCATING-0} : { *(.got1) }
8  .got2         ${RELOCATING-0} : { *(.got2) }"
9