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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [tic80coff.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
# This file is sourced by the genscripts.sh script.
# This file is sourced by the genscripts.sh script.
# These are shell variables that are used later by either genscripts
# These are shell variables that are used later by either genscripts
# or on of the scripts that it sources.
# or on of the scripts that it sources.
 
 
# The name of the scripttempl script to use.  In this case, genscripts
# The name of the scripttempl script to use.  In this case, genscripts
# uses scripttempl/tic80coff.sc
# uses scripttempl/tic80coff.sc
#
#
SCRIPT_NAME=tic80coff
SCRIPT_NAME=tic80coff
 
 
# The name of the emultempl script to use.  If set to "template" then
# The name of the emultempl script to use.  If set to "template" then
# genscripts.sh will use the script emultempl/template.em.  If not set,
# genscripts.sh will use the script emultempl/template.em.  If not set,
# then the default value is "generic".
# then the default value is "generic".
#
#
# TEMPLATE_NAME=
# TEMPLATE_NAME=
 
 
# If this is set to an nonempty string, genscripts.sh will invoke the
# If this is set to an nonempty string, genscripts.sh will invoke the
# scripttempl script an extra time to create a shared library script.
# scripttempl script an extra time to create a shared library script.
#
#
# GENERATE_SHLIB_SCRIPT=
# GENERATE_SHLIB_SCRIPT=
 
 
# The BFD output format to use.  The scripttempl script will use it in
# The BFD output format to use.  The scripttempl script will use it in
# an OUTPUT_FORMAT expression in the linker script.
# an OUTPUT_FORMAT expression in the linker script.
#
#
OUTPUT_FORMAT="coff-tic80"
OUTPUT_FORMAT="coff-tic80"
 
 
# This is normally set to indicate the architecture to use, such as
# This is normally set to indicate the architecture to use, such as
# "sparc".  The scripttempl script will normally use it in an OUTPUT_ARCH
# "sparc".  The scripttempl script will normally use it in an OUTPUT_ARCH
# expression in the linker script.
# expression in the linker script.
#
#
ARCH=tic80
ARCH=tic80
 
 
# Some scripttempl scripts use this to set the entry address in an ENTRY
# Some scripttempl scripts use this to set the entry address in an ENTRY
# expression in the linker script.
# expression in the linker script.
#
#
# ENTRY=
# ENTRY=
 
 
# The scripttempl script uses this to set the start address of the
# The scripttempl script uses this to set the start address of the
# ".text" section.
# ".text" section.
#
#
TEXT_START_ADDR=0x2000000
TEXT_START_ADDR=0x2000000
 
 
# The genscripts.sh script uses this to set the default value of
# The genscripts.sh script uses this to set the default value of
# DATA_ALIGNMENT when running the scripttempl script.
# DATA_ALIGNMENT when running the scripttempl script.
#
#
# SEGMENT_SIZE=
# SEGMENT_SIZE=
 
 
# If SEGMENT_SIZE is not defined, the genscripts.sh script uses this
# If SEGMENT_SIZE is not defined, the genscripts.sh script uses this
# to define it.
# to define it.
#
#
TARGET_PAGE_SIZE=0x1000
TARGET_PAGE_SIZE=0x1000
 
 

powered by: WebSVN 2.1.0

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