Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/emulparams/elf32lppclinux.sh

9 lines
308 B
Bash
Raw Normal View History

2023-03-06 14:48:14 +01:00
source_sh ${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) }"