PR25172, Wrong description of --stop-address=ADDR switch
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_fdpiceabi.sh
index 104cf38520de1435adf0ff6d0d9a86130a647ef9..97d41f88eff5c8eb38451d622110bc1c0e040ce4 100644 (file)
@@ -1,4 +1,4 @@
-. ${srcdir}/emulparams/armelf_linux.sh
+source_sh ${srcdir}/emulparams/armelf_linux.sh
 
 OUTPUT_FORMAT="elf32-littlearm-fdpic"
 BIG_OUTPUT_FORMAT="elf32-bigarm-fdpic"
@@ -9,5 +9,9 @@ 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 = .); }"
-
+  ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }
+  .rofixup : {
+       ${RELOCATING+__ROFIXUP_LIST__ = .;}
+       *(.rofixup)
+       ${RELOCATING+__ROFIXUP_END__ = .;}
+}"
This page took 0.023926 seconds and 4 git commands to generate.