2005-04-06 Jakub Jelinek <jakub@redhat.com>
[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
RH
4SCRIPT_NAME=elf
5OUTPUT_FORMAT="elf32-mn10200"
6TEXT_START_ADDR=0x0
7ARCH=mn10200
8MACHINE=
9MAXPAGESIZE=1
10ENTRY=_start
11EMBEDDED=yes
12
465bc359
AM
13# This sets the stack to the top of the simulator memory (2^19 bytes).
14STACK_ADDR=0x80000
252b5132
RH
15
16# These are for compatibility with the COFF toolchain.
17# XXX These should definitely disappear.
18CTOR_START='___ctors = .;'
19CTOR_END='___ctors_end = .;'
20DTOR_START='___dtors = .;'
21DTOR_END='___dtors_end = .;'
This page took 0.259439 seconds and 4 git commands to generate.