* configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
[deliverable/binutils-gdb.git] / ld / emulparams / mn10200.sh
CommitLineData
9e258df3
JL
1MACHINE=
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-mn10200"
4TEXT_START_ADDR=0x0
5ARCH=mn10200
6MACHINE=
7MAXPAGESIZE=256
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^18 bytes).
13OTHER_RELOCATING_SECTIONS='.stack 0x40000 : { _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.062086 seconds and 4 git commands to generate.