]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/emulparams/mn10200.sh
This commit was generated by cvs2svn to track changes on a CVS vendor
[thirdparty/binutils-gdb.git] / ld / emulparams / mn10200.sh
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-mn10200"
4 TEXT_START_ADDR=0x0
5 ARCH=mn10200
6 MACHINE=
7 MAXPAGESIZE=256
8 ENTRY=_start
9 EMBEDDED=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).
13 OTHER_RELOCATING_SECTIONS='.stack 0x40000 : { _stack = .; *(.stack) }'
14
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 = .;'