PR46, cygwin: FAIL: cdtest with -Ur
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_eabi.sh
1 source_sh ${srcdir}/emulparams/armelf_linux.sh
2
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+ PROVIDE_HIDDEN (__exidx_start = .); }
7 .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
8 ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }"
9
This page took 0.029421 seconds and 4 git commands to generate.