ld/testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_fdpiceabi.sh
CommitLineData
6e9ed997 1source_sh ${srcdir}/emulparams/armelf_linux_eabi.sh
617a5ada
CL
2
3OUTPUT_FORMAT="elf32-littlearm-fdpic"
4BIG_OUTPUT_FORMAT="elf32-bigarm-fdpic"
5LITTLE_OUTPUT_FORMAT="elf32-littlearm-fdpic"
6
6e9ed997 7OTHER_READONLY_SECTIONS="${OTHER_READONLY_SECTIONS}
e8b09b87
CL
8 .rofixup : {
9 ${RELOCATING+__ROFIXUP_LIST__ = .;}
10 *(.rofixup)
11 ${RELOCATING+__ROFIXUP_END__ = .;}
12}"
This page took 0.139804 seconds and 4 git commands to generate.