Add support for m32r-linux target, including a RELA ABI and PIC.
[binutils.git] / ld / emulparams / m32relf_linux.sh
blob814c91a792e5927c4d169eb79dd8dcbe07215db6
1 MACHINE=
2 SCRIPT_NAME=elf
3 TEMPLATE_NAME=elf32
4 OUTPUT_FORMAT="elf32-m32r-linux"
5 TEXT_START_ADDR=0x1000
6 ARCH=m32r
7 MACHINE=
8 MAXPAGESIZE=0x1000
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