vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_fdpiceabi.sh
1 source_sh ${srcdir}/emulparams/armelf_linux_eabi.sh
2
3 OUTPUT_FORMAT="elf32-littlearm-fdpic"
4 BIG_OUTPUT_FORMAT="elf32-bigarm-fdpic"
5 LITTLE_OUTPUT_FORMAT="elf32-littlearm-fdpic"
6
7 OTHER_READONLY_SECTIONS="${OTHER_READONLY_SECTIONS}
8 .rofixup : {
9 ${RELOCATING+__ROFIXUP_LIST__ = .;}
10 *(.rofixup)
11 ${RELOCATING+__ROFIXUP_END__ = .;}
12 }"
This page took 0.035816 seconds and 4 git commands to generate.