* emulparams/m32relf.sh (EMBEDDED): Define.
[deliverable/binutils-gdb.git] / ld / emulparams / m32relf.sh
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-m32r"
4 TEXT_START_ADDR=0x0
5 ARCH=m32r
6 MAXPAGESIZE=32
7 EMBEDDED=yes
8
9 # Hmmm, there's got to be a better way. This sets the stack to the
10 # top of the simulator memory (currently 1M).
11 OTHER_RELOCATING_SECTIONS='.stack 0x100000 : { _stack = .; *(.stack) }'
This page took 0.029365 seconds and 4 git commands to generate.