Add support for DragonFlyBSD target.
[binutils.git] / ld / emulparams / tic80coff.sh
blob088e9b03478489c890eff6d86b51ecbf91e3b1a0
1 # This file is sourced by the genscripts.sh script.
2 # These are shell variables that are used later by either genscripts
3 # or on of the scripts that it sources.
5 # The name of the scripttempl script to use. In this case, genscripts
6 # uses scripttempl/tic80coff.sc
8 SCRIPT_NAME=tic80coff
10 # The name of the emultempl script to use. If set to "template" then
11 # genscripts.sh will use the script emultempl/template.em. If not set,
12 # then the default value is "generic".
14 # TEMPLATE_NAME=
16 # If this is set to an nonempty string, genscripts.sh will invoke the
17 # scripttempl script an extra time to create a shared library script.
19 # GENERATE_SHLIB_SCRIPT=
21 # The BFD output format to use. The scripttempl script will use it in
22 # an OUTPUT_FORMAT expression in the linker script.
24 OUTPUT_FORMAT="coff-tic80"
26 # This is normally set to indicate the architecture to use, such as
27 # "sparc". The scripttempl script will normally use it in an OUTPUT_ARCH
28 # expression in the linker script.
30 ARCH=tic80
32 # Some scripttempl scripts use this to set the entry address in an ENTRY
33 # expression in the linker script.
35 # ENTRY=
37 # The scripttempl script uses this to set the start address of the
38 # ".text" section.
40 TEXT_START_ADDR=0x2000000
42 # The genscripts.sh script uses this to set the default value of
43 # DATA_ALIGNMENT when running the scripttempl script.
45 # SEGMENT_SIZE=
47 # If SEGMENT_SIZE is not defined, the genscripts.sh script uses this
48 # to define it.
50 TARGET_PAGE_SIZE=0x1000