Add support for DragonFlyBSD target.
[binutils.git] / ld / emulparams / armelf_linux_eabi.sh
blob5b0c6b88695e7b90cf1a50be1d2520e0d8cc3d01
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+ PROVIDE_HIDDEN (__exidx_start = .); }
7 .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
8 ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }"