mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-07 18:31:06 +00:00
10 lines
375 B
Bash
10 lines
375 B
Bash
. ${srcdir}/emulparams/armelf_linux.sh
|
|
|
|
# Use the ARM ABI-compliant exception-handling sections.
|
|
OTHER_READONLY_SECTIONS="
|
|
.ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
|
|
${RELOCATING+ __exidx_start = .; }
|
|
.ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
|
|
${RELOCATING+ __exidx_end = .; }"
|
|
|