Initial revision
[binutils.git] / ld / emulparams / m32relf.sh
blobcd7705afff6d44b486bd2fcedaf36b0a80e61fc2
1 MACHINE=
2 SCRIPT_NAME=elf
3 TEMPLATE_NAME=elf32
4 OUTPUT_FORMAT="elf32-m32r"
5 TEXT_START_ADDR=0x100
6 ARCH=m32r
7 MACHINE=
8 MAXPAGESIZE=32
9 EMBEDDED=yes
11 # Hmmm, there's got to be a better way. This sets the stack to the
12 # top of simulator memory (8MB).
13 OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = 0x800000);'