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 }" 13