6b3221b47a
(earmelf_linux_eabi.c): New target. * configure.tgt (arm*-*-linux-gnueabi): Handle it. * emulparams/armelf_linux_eabi.sh: New file. * Makefile.in: Regenerated.
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 = .; }"
|
|
|