m32r support
[external/binutils.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
8 # Hmmm, there's got to be a better way.  This sets the stack to the
9 # top of the simulator memory (currently 1M).
10 OTHER_RELOCATING_SECTIONS='.stack 0x100000 : { _stack = .; *(.stack) }'