xref: /openbsd-src/gnu/usr.bin/binutils/ld/emulparams/m32relf.sh (revision d2201f2f89f0be1a0be6f7568000ed297414a06d)
1MACHINE=
2SCRIPT_NAME=elf
3TEMPLATE_NAME=elf32
4OUTPUT_FORMAT="elf32-m32r"
5TEXT_START_ADDR=0x100
6ARCH=m32r
7MACHINE=
8MAXPAGESIZE=32
9EMBEDDED=yes
10
11# This sets the stack to the top of simulator memory (8MB).
12OTHER_END_SYMBOLS='PROVIDE (_stack = 0x800000);'
13