This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / emulparams / armelf.sh
1 MACHINE=
2 SCRIPT_NAME=elfarm
3 OUTPUT_FORMAT="elf32-littlearm"
4 BIG_OUTPUT_FORMAT="elf32-bigarm"
5 LITTLE_OUTPUT_FORMAT="elf32-littlearm"
6 TEXT_START_ADDR=0x0
7 TEMPLATE_NAME=armelf
8 ARCH=arm
9 MACHINE=
10 MAXPAGESIZE=256
11 ENTRY=_start
12 EMBEDDED=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).
16 OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'
This page took 0.029395 seconds and 4 git commands to generate.