Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / mn10200.sh
CommitLineData
465bc359
AM
1# If you change this file, please also look at files which source this one:
2# mn10300.sh
3
252b5132 4SCRIPT_NAME=elf
8ded5a0f
AM
5TEMPLATE_NAME=generic
6EXTRA_EM_FILE=genelf
252b5132 7OUTPUT_FORMAT="elf32-mn10200"
485cf679 8NO_REL_RELOCS=yes
252b5132
RH
9TEXT_START_ADDR=0x0
10ARCH=mn10200
11MACHINE=
12MAXPAGESIZE=1
13ENTRY=_start
14EMBEDDED=yes
15
465bc359
AM
16# This sets the stack to the top of the simulator memory (2^19 bytes).
17STACK_ADDR=0x80000
252b5132
RH
18
19# These are for compatibility with the COFF toolchain.
20# XXX These should definitely disappear.
21CTOR_START='___ctors = .;'
22CTOR_END='___ctors_end = .;'
23DTOR_START='___dtors = .;'
24DTOR_END='___dtors_end = .;'
This page took 0.909583 seconds and 4 git commands to generate.