]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/emulparams/armelf.sh
emulparams/armelf.sh: New file.
[thirdparty/binutils-gdb.git] / ld / emulparams / armelf.sh
CommitLineData
6e723af9
CM
1# start-sanitize-armelf
2MACHINE=
3SCRIPT_NAME=elf
4OUTPUT_FORMAT="elf32-littlearm"
5BIG_OUTPUT_FORMAT="elf32-bigarm"
6LITTLE_OUTPUT_FORMAT="elf32-littlearm"
7TEXT_START_ADDR=0x0
8ARCH=arm
9MACHINE=
10MAXPAGESIZE=256
11ENTRY=_start
12EMBEDDED=yes
13
14# Hmmm, there's got to be a better way. This sets the stack to the
15# top of the simulator memory (2^19 bytes).
16OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'
17# end-sanitize-armelf