]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/emulparams/m32relf.sh
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / ld / emulparams / m32relf.sh
CommitLineData
b02d4da4
DE
1MACHINE=
2SCRIPT_NAME=elf
695bc2ee 3TEMPLATE_NAME=elf32
b02d4da4 4OUTPUT_FORMAT="elf32-m32r"
695bc2ee 5TEXT_START_ADDR=0x100
b02d4da4 6ARCH=m32r
695bc2ee 7MACHINE=
b02d4da4 8MAXPAGESIZE=32
a5c1ebec 9EMBEDDED=yes
b02d4da4 10
695bc2ee
DE
11# For the default linker script, include libgloss.
12# If the user specifies a different linker script, we want the
13# rest of the files (e.g. crt0.o) included by default, but not libgloss.
14# [Thus I was reluctant to handle this in gcc specs.]
15INPUT_FILES="INPUT(-lgloss)"
16
b02d4da4 17# Hmmm, there's got to be a better way. This sets the stack to the
695bc2ee
DE
18# top of simulator memory (8MB).
19OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = 0x800000);'