Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / elf32ppclinux.sh
CommitLineData
c40e31a1 1source_sh ${srcdir}/emulparams/elf32ppc.sh
ec2f040d 2TEXT_START_ADDR=0x10000000
465bc359 3unset EXECUTABLE_SYMBOLS
9f4fb502 4unset OTHER_END_SYMBOLS
465bc359 5test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/ : { *(.fixup) }"
cb2d1ef2 6OTHER_RELRO_SECTIONS="
465bc359
AM
7 .got1 ${RELOCATING-0} : { *(.got1) }
8 .got2 ${RELOCATING-0} : { *(.got2) }"
This page took 1.039765 seconds and 4 git commands to generate.