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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [mn10200.sh] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
# If you change this file, please also look at files which source this one:
# If you change this file, please also look at files which source this one:
# mn10300.sh
# mn10300.sh
 
 
SCRIPT_NAME=elf
SCRIPT_NAME=elf
TEMPLATE_NAME=generic
TEMPLATE_NAME=generic
EXTRA_EM_FILE=genelf
EXTRA_EM_FILE=genelf
OUTPUT_FORMAT="elf32-mn10200"
OUTPUT_FORMAT="elf32-mn10200"
TEXT_START_ADDR=0x0
TEXT_START_ADDR=0x0
ARCH=mn10200
ARCH=mn10200
MACHINE=
MACHINE=
MAXPAGESIZE=1
MAXPAGESIZE=1
ENTRY=_start
ENTRY=_start
EMBEDDED=yes
EMBEDDED=yes
 
 
# This sets the stack to the top of the simulator memory (2^19 bytes).
# This sets the stack to the top of the simulator memory (2^19 bytes).
STACK_ADDR=0x80000
STACK_ADDR=0x80000
 
 
# These are for compatibility with the COFF toolchain.
# These are for compatibility with the COFF toolchain.
# XXX These should definitely disappear.
# XXX These should definitely disappear.
CTOR_START='___ctors = .;'
CTOR_START='___ctors = .;'
CTOR_END='___ctors_end = .;'
CTOR_END='___ctors_end = .;'
DTOR_START='___dtors = .;'
DTOR_START='___dtors = .;'
DTOR_END='___dtors_end = .;'
DTOR_END='___dtors_end = .;'
 
 

powered by: WebSVN 2.1.0

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