vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / m32relf.sh
CommitLineData
252b5132
RH
1MACHINE=
2SCRIPT_NAME=elf
075a2b89 3TEMPLATE_NAME=elf
252b5132
RH
4OUTPUT_FORMAT="elf32-m32r"
5TEXT_START_ADDR=0x100
6ARCH=m32r
7MACHINE=
8MAXPAGESIZE=32
9EMBEDDED=yes
10
465bc359 11# This sets the stack to the top of simulator memory (8MB).
827a1c67 12OTHER_SYMBOLS='PROVIDE (_stack = 0x800000);'
This page took 1.000136 seconds and 4 git commands to generate.