bfd/
[deliverable/binutils-gdb.git] / ld / emulparams / armsymbian.sh
CommitLineData
e5a52504 1. ${srcdir}/emulparams/armelf.sh
229fcec5
MM
2SCRIPT_NAME="armbpabi"
3GENERATE_COMBRELOC_SCRIPT=1
e5a52504
MM
4OUTPUT_FORMAT="elf32-littlearm-symbian"
5BIG_OUTPUT_FORMAT="elf32-bigarm-symbian"
6LITTLE_OUTPUT_FORMAT="$OUTPUT_FORMAT"
9c504268 7TARGET1_IS_REL=1
eeac373a 8TARGET2_TYPE=abs
ba916c8a
MM
9# On BPABI systems, program headers should not be mapped.
10EMBEDDED=yes
e5a52504
MM
11
12# This value should match ELF_MAXPAGESIZE in BFD. Otherwise, elf.c
13# will not place read-write sections in a separate ELF segment from
14# the read-only sections.
15MAXPAGESIZE=0x8000
This page took 0.036969 seconds and 4 git commands to generate.