Initial revision
[binutils.git] / ld / emulparams / mn10300.sh
blob44a40e5a764e00da6a5cd761f8a43a6d78c41669
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-mn10300"
4 TEXT_START_ADDR=0x0
5 ARCH=mn10300
6 MACHINE=
7 MAXPAGESIZE=1
8 ENTRY=_start
9 EMBEDDED=yes
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).
13 OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'
15 # These are for compatibility with the COFF toolchain.
16 # XXX These should definitely disappear.
17 CTOR_START='___ctors = .;'
18 CTOR_END='___ctors_end = .;'
19 DTOR_START='___dtors = .;'
20 DTOR_END='___dtors_end = .;'