vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_eabi.sh
CommitLineData
c40e31a1 1source_sh ${srcdir}/emulparams/armelf_linux.sh
6b3221b4
MM
2
3# Use the ARM ABI-compliant exception-handling sections.
4OTHER_READONLY_SECTIONS="
5 .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
6e9ed997
AM
6 .ARM.exidx ${RELOCATING-0} :
7 {
8 ${RELOCATING+PROVIDE_HIDDEN (__exidx_start = .);}
9 *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*})
10 ${RELOCATING+PROVIDE_HIDDEN (__exidx_end = .);}
11 }"
This page took 0.64662 seconds and 4 git commands to generate.