PR 2995, PR 6473
[binutils.git] / ld / emulparams / mn10200.sh
blob74f48d0c4867ca9c51e213d5bfce67383573b3a5
1 # If you change this file, please also look at files which source this one:
2 # mn10300.sh
4 SCRIPT_NAME=elf
5 TEMPLATE_NAME=generic
6 EXTRA_EM_FILE=genelf
7 OUTPUT_FORMAT="elf32-mn10200"
8 TEXT_START_ADDR=0x0
9 ARCH=mn10200
10 MACHINE=
11 MAXPAGESIZE=1
12 ENTRY=_start
13 EMBEDDED=yes
15 # This sets the stack to the top of the simulator memory (2^19 bytes).
16 STACK_ADDR=0x80000
18 # These are for compatibility with the COFF toolchain.
19 # XXX These should definitely disappear.
20 CTOR_START='___ctors = .;'
21 CTOR_END='___ctors_end = .;'
22 DTOR_START='___dtors = .;'
23 DTOR_END='___dtors_end = .;'