diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-11-19 19:28:40 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2004-11-19 19:28:40 +0000 |
commit | 6b3221b47a7e47dc7d84cdb855b1e5328bc91a92 (patch) | |
tree | 312d22f1037a43e2d5917551c5b9b95657eaa77f /ld/emulparams | |
parent | 5da8bf1b0bcc13d997c42283a80c3b847b621f99 (diff) | |
download | gdb-6b3221b47a7e47dc7d84cdb855b1e5328bc91a92.zip gdb-6b3221b47a7e47dc7d84cdb855b1e5328bc91a92.tar.gz gdb-6b3221b47a7e47dc7d84cdb855b1e5328bc91a92.tar.bz2 |
* Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
(earmelf_linux_eabi.c): New target.
* configure.tgt (arm*-*-linux-gnueabi): Handle it.
* emulparams/armelf_linux_eabi.sh: New file.
* Makefile.in: Regenerated.
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 = .; }" + |