2005-04-06 Jakub Jelinek <jakub@redhat.com>
[deliverable/binutils-gdb.git] / ld / emulparams / m32relf_linux.sh
CommitLineData
6edf0760
NC
1MACHINE=
2SCRIPT_NAME=elf
3TEMPLATE_NAME=elf32
4OUTPUT_FORMAT="elf32-m32r-linux"
5TEXT_START_ADDR=0x1000
6ARCH=m32r
7MACHINE=
8MAXPAGESIZE=0x1000
9
10# Hmmm, there's got to be a better way. This sets the stack to the
11# top of simulator memory (32MB).
12OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = 0x2000000);'
13GENERATE_SHLIB_SCRIPT=yes
This page took 0.073371 seconds and 4 git commands to generate.