Updated transaltions for the gprof and binutils sub-directories
[binutils-gdb.git] / ld / emulparams / armelf_linux_fdpiceabi.sh
blob84e452bfc6c8494f11a3388460c735ed13eff96b
1 source_sh ${srcdir}/emulparams/armelf_linux_eabi.sh
3 OUTPUT_FORMAT="elf32-littlearm-fdpic"
4 BIG_OUTPUT_FORMAT="elf32-bigarm-fdpic"
5 LITTLE_OUTPUT_FORMAT="elf32-littlearm-fdpic"
7 OTHER_READONLY_SECTIONS="${OTHER_READONLY_SECTIONS}
8 .rofixup : {
9 ${RELOCATING+__ROFIXUP_LIST__ = .;}
10 *(.rofixup)
11 ${RELOCATING+__ROFIXUP_END__ = .;}