summaryrefslogtreecommitdiff
path: root/ld/emulparams/armelf_linux_fdpiceabi.sh
blob: 84e452bfc6c8494f11a3388460c735ed13eff96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
source_sh ${srcdir}/emulparams/armelf_linux_eabi.sh

OUTPUT_FORMAT="elf32-littlearm-fdpic"
BIG_OUTPUT_FORMAT="elf32-bigarm-fdpic"
LITTLE_OUTPUT_FORMAT="elf32-littlearm-fdpic"

OTHER_READONLY_SECTIONS="${OTHER_READONLY_SECTIONS}
  .rofixup : {
	${RELOCATING+__ROFIXUP_LIST__ = .;}
	*(.rofixup)
	${RELOCATING+__ROFIXUP_END__ = .;}
}"