Retro68/binutils/ld/emulparams/armelf_linux_fdpiceabi.sh

13 lines
332 B
Bash
Raw Normal View History

2022-10-27 18:45:45 +00:00
source_sh ${srcdir}/emulparams/armelf_linux_eabi.sh
2018-12-28 15:25:28 +00:00
OUTPUT_FORMAT="elf32-littlearm-fdpic"
BIG_OUTPUT_FORMAT="elf32-bigarm-fdpic"
LITTLE_OUTPUT_FORMAT="elf32-littlearm-fdpic"
2022-10-27 18:45:45 +00:00
OTHER_READONLY_SECTIONS="${OTHER_READONLY_SECTIONS}
2018-12-28 15:25:28 +00:00
.rofixup : {
${RELOCATING+__ROFIXUP_LIST__ = .;}
*(.rofixup)
${RELOCATING+__ROFIXUP_END__ = .;}
}"