PR25243, static linking with exceptions and iostream is broken on ARM
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_fdpiceabi.sh
index 97d41f88eff5c8eb38451d622110bc1c0e040ce4..84e452bfc6c8494f11a3388460c735ed13eff96b 100644 (file)
@@ -1,15 +1,10 @@
-source_sh ${srcdir}/emulparams/armelf_linux.sh
+source_sh ${srcdir}/emulparams/armelf_linux_eabi.sh
 
 OUTPUT_FORMAT="elf32-littlearm-fdpic"
 BIG_OUTPUT_FORMAT="elf32-bigarm-fdpic"
 LITTLE_OUTPUT_FORMAT="elf32-littlearm-fdpic"
 
-# Use the ARM ABI-compliant exception-handling sections.
-OTHER_READONLY_SECTIONS="
-  .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
-  ${RELOCATING+ PROVIDE_HIDDEN (__exidx_start = .); }
-  .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
-  ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }
+OTHER_READONLY_SECTIONS="${OTHER_READONLY_SECTIONS}
   .rofixup : {
        ${RELOCATING+__ROFIXUP_LIST__ = .;}
        *(.rofixup)
This page took 0.040921 seconds and 4 git commands to generate.