mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
9 lines
307 B
Bash
9 lines
307 B
Bash
. ${srcdir}/emulparams/elf32ppc.sh
|
|
TEXT_START_ADDR=0x10000000
|
|
unset EXECUTABLE_SYMBOLS
|
|
unset OTHER_BSS_END_SYMBOLS
|
|
test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/ : { *(.fixup) }"
|
|
OTHER_READWRITE_SECTIONS="
|
|
.got1 ${RELOCATING-0} : { *(.got1) }
|
|
.got2 ${RELOCATING-0} : { *(.got2) }"
|