[x86] Resolve non-PIC undefweak symbols in executable
[deliverable/binutils-gdb.git] / ld / emulparams / elf32lppclinux.sh
CommitLineData
49926cd0
AM
1. ${srcdir}/emulparams/elf32lppc.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) }"
This page took 0.143462 seconds and 4 git commands to generate.