* configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
[deliverable/binutils-gdb.git] / ld / emulparams / mn10300.sh
CommitLineData
96e34542
JL
1MACHINE=
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-mn10300"
4TEXT_START_ADDR=0x0
5ARCH=mn10300
6MAXPAGESIZE=256
7ENTRY=_start
8EMBEDDED=yes
9
10# Hmmm, there's got to be a better way. This sets the stack to the
11# top of the simulator memory (2^18 bytes).
12OTHER_RELOCATING_SECTIONS='.stack 0x40000 : { _stack = .; *(.stack) }'
13
14# These are for compatibility with the COFF toolchain.
15# XXX These should definitely disappear.
16CTOR_START='___ctors = .;'
17CTOR_END='___ctors_end = .;'
18DTOR_START='___dtors = .;'
19DTOR_END='___dtors_end = .;'
This page took 0.064977 seconds and 4 git commands to generate.