1MACHINE=
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-m32r"
4TEXT_START_ADDR=0x100
5ARCH=m32r
6MACHINE=
7MAXPAGESIZE=32
8EMBEDDED=yes
9
10# Hmmm, there's got to be a better way.  This sets the stack to the
11# top of the simulator memory (currently 1M).
12OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = 0x100000);'
13