2007-02-09 H.J. Lu <hongjiu.lu@intel.com>
[binutils.git] / ld / emulparams / armelf_linux_eabi.sh
blobf6d475736dc2e0e4f9ac46a6b6e3c02157761633
1 . ${srcdir}/emulparams/armelf_linux.sh
3 # Use the ARM ABI-compliant exception-handling sections.
4 OTHER_READONLY_SECTIONS="
5 .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
6 ${RELOCATING+ __exidx_start = .; }
7 .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
8 ${RELOCATING+ __exidx_end = .; }"