Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / m32relf_linux.sh
1 MACHINE=
2 SCRIPT_NAME=elf
3 TEMPLATE_NAME=elf
4 OUTPUT_FORMAT="elf32-m32r-linux"
5 TEXT_START_ADDR=0x1000
6 ARCH=m32r
7 MACHINE=
8 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
9
10 # Hmmm, there's got to be a better way. This sets the stack to the
11 # top of simulator memory (32MB).
12 OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = 0x2000000);'
13 GENERATE_SHLIB_SCRIPT=yes
14 GENERATE_PIE_SCRIPT=yes
This page took 0.030119 seconds and 4 git commands to generate.