change and rename gmp_string_asprintf to return an std::string
[binutils-gdb.git] / ld / emulparams / armelf_linux_eabi.sh
blob312d00677655bfa49546a6fcf80845fee83b3a00
1 source_sh ${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 .ARM.exidx ${RELOCATING-0} :
8 ${RELOCATING+PROVIDE_HIDDEN (__exidx_start = .);}
9 *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*})
10 ${RELOCATING+PROVIDE_HIDDEN (__exidx_end = .);}