old-cross-binutils/ld/emulparams/armelf.sh

17 lines
417 B
Bash
Raw Normal View History

MACHINE=
1998-08-26 17:17:56 +00:00
SCRIPT_NAME=elfarm
OUTPUT_FORMAT="elf32-littlearm"
BIG_OUTPUT_FORMAT="elf32-bigarm"
LITTLE_OUTPUT_FORMAT="elf32-littlearm"
TEXT_START_ADDR=0x0
1998-08-26 17:17:56 +00:00
TEMPLATE_NAME=armelf
ARCH=arm
MACHINE=
MAXPAGESIZE=256
ENTRY=_start
EMBEDDED=yes
# Hmmm, there's got to be a better way. This sets the stack to the
# top of the simulator memory (2^19 bytes).
OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'