OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [emulparams/] [mn10200.sh] - Blame information for rev 145

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.