mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
385576a748
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
9 lines
299 B
Bash
9 lines
299 B
Bash
. ${srcdir}/emulparams/elf32ppc.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) }"
|