* pe-dll.c (make_singleton_name_thunk): Re-add the NULL terminator.
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_eabi.sh
CommitLineData
6b3221b4
MM
1. ${srcdir}/emulparams/armelf_linux.sh
2
3# Use the ARM ABI-compliant exception-handling sections.
4OTHER_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 = .; }"
9
This page took 0.126598 seconds and 4 git commands to generate.