diff options
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/armelf_linux_eabi.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/emulparams/armelf_linux_eabi.sh b/ld/emulparams/armelf_linux_eabi.sh new file mode 100644 index 0000000..f6d4757 --- /dev/null +++ b/ld/emulparams/armelf_linux_eabi.sh @@ -0,0 +1,9 @@ +. ${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 = .; }" + |