PR25172, Wrong description of --stop-address=ADDR switch
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_fdpiceabi.sh
1 source_sh ${srcdir}/emulparams/armelf_linux.sh
2
3 OUTPUT_FORMAT="elf32-littlearm-fdpic"
4 BIG_OUTPUT_FORMAT="elf32-bigarm-fdpic"
5 LITTLE_OUTPUT_FORMAT="elf32-littlearm-fdpic"
6
7 # Use the ARM ABI-compliant exception-handling sections.
8 OTHER_READONLY_SECTIONS="
9 .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
10 ${RELOCATING+ PROVIDE_HIDDEN (__exidx_start = .); }
11 .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
12 ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }
13 .rofixup : {
14 ${RELOCATING+__ROFIXUP_LIST__ = .;}
15 *(.rofixup)
16 ${RELOCATING+__ROFIXUP_END__ = .;}
17 }"
This page took 0.030481 seconds and 4 git commands to generate.