PR25172, Wrong description of --stop-address=ADDR switch
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_fdpiceabi.sh
CommitLineData
c40e31a1 1source_sh ${srcdir}/emulparams/armelf_linux.sh
617a5ada
CL
2
3OUTPUT_FORMAT="elf32-littlearm-fdpic"
4BIG_OUTPUT_FORMAT="elf32-bigarm-fdpic"
5LITTLE_OUTPUT_FORMAT="elf32-littlearm-fdpic"
6
7# Use the ARM ABI-compliant exception-handling sections.
8OTHER_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.*}) }
e8b09b87
CL
12 ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }
13 .rofixup : {
14 ${RELOCATING+__ROFIXUP_LIST__ = .;}
15 *(.rofixup)
16 ${RELOCATING+__ROFIXUP_END__ = .;}
17}"
This page took 0.084059 seconds and 4 git commands to generate.