MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange'
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_eabi.sh
index f6d475736dc2e0e4f9ac46a6b6e3c02157761633..5b0c6b88695e7b90cf1a50be1d2520e0d8cc3d01 100644 (file)
@@ -3,7 +3,7 @@
 # Use the ARM ABI-compliant exception-handling sections.
 OTHER_READONLY_SECTIONS="
   .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
-  ${RELOCATING+ __exidx_start = .; }
+  ${RELOCATING+ PROVIDE_HIDDEN (__exidx_start = .); }
   .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
-  ${RELOCATING+ __exidx_end = .; }"
+  ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }"
 
This page took 0.036098 seconds and 4 git commands to generate.