Add ability for individual targets to have their own command line switches by
[deliverable/binutils-gdb.git] / ld / emulparams / mn10300.sh
CommitLineData
252b5132
RH
1MACHINE=
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-mn10300"
4TEXT_START_ADDR=0x0
5ARCH=mn10300
6MACHINE=
7MAXPAGESIZE=1
8ENTRY=_start
9EMBEDDED=yes
10
11# Hmmm, there's got to be a better way. This sets the stack to the
12# top of the simulator memory (2^19 bytes).
13OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'
14
15# These are for compatibility with the COFF toolchain.
16# XXX These should definitely disappear.
17CTOR_START='___ctors = .;'
18CTOR_END='___ctors_end = .;'
19DTOR_START='___dtors = .;'
20DTOR_END='___dtors_end = .;'
This page took 0.059546 seconds and 4 git commands to generate.