xref: /netbsd-src/external/gpl3/binutils/dist/ld/emulparams/m32relf.sh (revision 6f4ced0b3153adc81d1209a382d97f210becf0ec)
1MACHINE=
2SCRIPT_NAME=elf
3TEMPLATE_NAME=elf
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_SYMBOLS='PROVIDE (_stack = 0x800000);'
13