default to keeping rather than losing gdbtk
[deliverable/binutils-gdb.git] / ld / ld.texinfo
CommitLineData
f22eee08 1\input texinfo
c8072296 2@setfilename ld.info
b4d4e8e3 3@syncodeindex ky cp
7f9ae73e 4@include configdoc.texi
8de26d62 5@c (configdoc.texi is generated by the Makefile)
ec40bbb8
DM
6
7@c @smallbook
1c48127e
RP
8
9@ifinfo
10@format
11START-INFO-DIR-ENTRY
f9d3d71a 12* Ld: (ld). The GNU linker.
1c48127e
RP
13END-INFO-DIR-ENTRY
14@end format
15@end ifinfo
16
b4d4e8e3 17@ifinfo
246504a5 18This file documents the GNU linker LD.
b4d4e8e3 19
d4e5e3c3 20Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
b4d4e8e3
RP
21
22Permission is granted to make and distribute verbatim copies of
23this manual provided the copyright notice and this permission notice
24are preserved on all copies.
25
d76ae847
RP
26Permission is granted to copy and distribute modified versions of this
27manual under the conditions for verbatim copying, provided also that
28the entire resulting derived work is distributed under the terms of a
29permission notice identical to this one.
30
31Permission is granted to copy and distribute translations of this manual
32into another language, under the above conditions for modified versions.
33
b4d4e8e3
RP
34@ignore
35Permission is granted to process this file through Tex and print the
36results, provided the printed document carries copying permission
37notice identical to this one except for the removal of this paragraph
38(this paragraph not being relevant to the printed manual).
39
40@end ignore
b4d4e8e3 41@end ifinfo
2c5c0674
RP
42@iftex
43@finalout
b4d4e8e3 44@setchapternewpage odd
246504a5 45@settitle Using LD, the GNU linker
f22eee08 46@titlepage
246504a5 47@title Using ld
c8072296 48@subtitle The GNU linker
f22eee08 49@sp 1
cb70c872 50@subtitle @code{ld} version 2
d4e5e3c3 51@subtitle January 1994
c8072296
RP
52@author Steve Chamberlain and Roland Pesch
53@author Cygnus Support
b4d4e8e3
RP
54@page
55
56@tex
b4d4e8e3
RP
57{\parskip=0pt
58\hfill Cygnus Support\par
2c5c0674 59\hfill steve\@cygnus.com, pesch\@cygnus.com\par
ec40bbb8 60\hfill {\it Using LD, the GNU linker}\par
d4e5e3c3
DM
61\hfill Edited by Jeffrey Osier (jeffrey\@cygnus.com)\par
62\hfill and Roland Pesch (pesch\@cygnus.com)\par
b4d4e8e3
RP
63}
64\global\parindent=0pt % Steve likes it this way.
65@end tex
66
f22eee08 67@vskip 0pt plus 1filll
d4e5e3c3 68Copyright @copyright{} 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
f22eee08
RP
69
70Permission is granted to make and distribute verbatim copies of
71this manual provided the copyright notice and this permission notice
72are preserved on all copies.
73
74Permission is granted to copy and distribute modified versions of this
75manual under the conditions for verbatim copying, provided also that
76the entire resulting derived work is distributed under the terms of a
77permission notice identical to this one.
78
79Permission is granted to copy and distribute translations of this manual
80into another language, under the above conditions for modified versions.
f22eee08 81@end titlepage
2c5c0674 82@end iftex
b4d4e8e3 83@c FIXME: Talk about importance of *order* of args, cmds to linker!
f22eee08 84
f22eee08 85@ifinfo
ec40bbb8
DM
86@node Top
87@top Using ld
246504a5 88This file documents the GNU linker ld.
f22eee08 89
2c5c0674 90@menu
2d59b2c3
RP
91* Overview:: Overview
92* Invocation:: Invocation
93* Commands:: Command Language
ec40bbb8 94@ifset GENERIC
2d59b2c3 95* Machine Dependent:: Machine Dependent Features
ec40bbb8
DM
96@end ifset
97@ifclear GENERIC
98@ifset H8300
99* H8/300:: ld and the H8/300
100@end ifset
f9d3d71a
ILT
101@ifset Hitachi
102* Hitachi:: ld and other Hitachi micros
103@end ifset
ec40bbb8
DM
104@ifset I960
105* i960:: ld and the Intel 960 family
106@end ifset
107@end ifclear
108@ifclear SingleFormat
2d59b2c3 109* BFD:: BFD
ec40bbb8
DM
110@end ifclear
111@c Following blank line required for remaining bug in makeinfo conds/menus
112
2d59b2c3
RP
113* MRI:: MRI Compatible Script Files
114* Index:: Index
2c5c0674 115@end menu
ec40bbb8 116@end ifinfo
2c5c0674 117
ec40bbb8 118@node Overview
f22eee08
RP
119@chapter Overview
120
2c5c0674
RP
121@cindex GNU linker
122@cindex what is this?
246504a5 123@code{ld} combines a number of object and archive files, relocates
ec40bbb8
DM
124their data and ties up symbol references. Usually the last step in
125compiling a program is to run @code{ld}.
f22eee08 126
246504a5 127@code{ld} accepts Linker Command Language files written in
2c5c0674 128a superset of AT&T's Link Editor Command Language syntax,
b4d4e8e3 129to provide explicit and total control over the linking process.
f22eee08 130
ec40bbb8 131@ifclear SingleFormat
246504a5
RP
132This version of @code{ld} uses the general purpose BFD libraries
133to operate on object files. This allows @code{ld} to read, combine, and
b4d4e8e3
RP
134write object files in many different formats---for example, COFF or
135@code{a.out}. Different formats may be linked together to produce any
d4e5e3c3 136available kind of object file. @xref{BFD}, for more information.
ec40bbb8 137@end ifclear
f22eee08 138
2c5c0674
RP
139Aside from its flexibility, the GNU linker is more helpful than other
140linkers in providing diagnostic information. Many linkers abandon
141execution immediately upon encountering an error; whenever possible,
246504a5 142@code{ld} continues executing, allowing you to identify other errors
2c5c0674
RP
143(or, in some cases, to get an output file in spite of the error).
144
ec40bbb8 145@node Invocation
2c5c0674
RP
146@chapter Invocation
147
246504a5 148The GNU linker @code{ld} is meant to cover a broad range of situations,
2c5c0674 149and to be as compatible as possible with other linkers. As a result,
ec40bbb8 150you have many choices to control its behavior.
2c5c0674 151
ec40bbb8 152@ifset UsesEnvVars
2c5c0674 153@menu
2d59b2c3
RP
154* Options:: Command Line Options
155* Environment:: Environment Variables
2c5c0674 156@end menu
f22eee08 157
ec40bbb8 158@node Options
2c5c0674 159@section Command Line Options
ec40bbb8 160@end ifset
2c5c0674
RP
161
162@cindex command line
163@cindex options
ec40bbb8 164Here is a summary of the options you can use on the @code{ld} command
2c5c0674 165line:
f22eee08 166
ec40bbb8 167@c FIXME! -relax only avail h8/300, i960. Conditionals screwed in examples.
c8072296 168@smallexample
de87cdb4 169ld [ -o @var{output} ] @var{objfile}@dots{}
cb70c872
RP
170 [ -A@var{architecture} ] [ -b @var{input-format} ] [ -Bstatic ]
171 [ -c @var{MRI-commandfile} ] [ -d | -dc | -dp ]
d76ae847 172 [ -defsym @var{symbol}=@var{expression} ]
a1ad915d 173 [ -dynamic-linker @var{file} ]
cb70c872 174 [ -e @var{entry} ] [ -F ] [ -F @var{format} ]
d4e5e3c3
DM
175 [ -format @var{input-format} ] [ -g ] [ -G @var{size} ] [ -help ]
176 [ -i ] [ -l@var{archive} ] [ -L@var{searchdir} ] [ -M ]
177 [ -Map @var{mapfile} ] [ -m @var{emulation} ] [ -N | -n ]
178 [ -noinhibit-exec ] [ -oformat @var{output-format} ]
179 [ -R @var{filename} ] [ -relax ] [ -retain-symbols-file @var{filename} ]
0b3499f6
ILT
180 [ -r | -Ur ] [ -rpath @var{dir} ] [ -S ] [ -s ] [ -soname @var{name} ]
181 [ -sort-common ] [ -stats ] [ -T @var{commandfile} ]
867a1b8a 182 [ -Ttext @var{org} ] [ -Tdata @var{org} ]
c96386c4
ILT
183 [ -Tbss @var{org} ] [ -t ] [ -traditional-format ]
184 [ -u @var{symbol}] [-V] [-v] [ -version ]
1fb57a5d 185 [ -warn-common ] [ -y @var{symbol} ] [ -X ] [-x ]
a1ad915d 186 [ -( [ archives ] -) ] [ --start-group [ archives ] --end-group ]
c8072296 187@end smallexample
b4d4e8e3
RP
188
189This plethora of command-line options may seem intimidating, but in
190actual practice few of them are used in any particular context.
2c5c0674 191@cindex standard Unix system
246504a5 192For instance, a frequent use of @code{ld} is to link standard Unix
b4d4e8e3
RP
193object files on a standard, supported Unix system. On such a system, to
194link a file @code{hello.o}:
ec40bbb8 195
f22eee08 196@example
ec40bbb8 197ld -o @var{output} /lib/crt0.o hello.o -lc
f22eee08 198@end example
ec40bbb8 199
d76ae847 200This tells @code{ld} to produce a file called @var{output} as the
b4d4e8e3 201result of linking the file @code{/lib/crt0.o} with @code{hello.o} and
ec40bbb8
DM
202the library @code{libc.a}, which will come from the standard search
203directories. (See the discussion of the @samp{-l} option below.)
f22eee08 204
246504a5 205The command-line options to @code{ld} may be specified in any order, and
ec40bbb8 206may be repeated at will. Repeating most options with a
f22eee08 207different argument will either have no further effect, or override prior
ec40bbb8 208occurrences (those further to the left on the command line) of that
f22eee08
RP
209option.
210
ec40bbb8 211@ifclear SingleFormat
2c5c0674 212The exceptions---which may meaningfully be used more than once---are
ec40bbb8 213@samp{-A}, @samp{-b} (or its synonym @samp{-format}), @samp{-defsym},
0b3499f6
ILT
214@samp{-L}, @samp{-l}, @samp{-R}, @samp{-u}, and @samp{-(} (or its
215synonym @samp{--start-group})..
ec40bbb8
DM
216@end ifclear
217@ifset SingleFormat
218The exceptions---which may meaningfully be used more than once---are
0b3499f6
ILT
219@samp{-A}, @samp{-defsym}, @samp{-L}, @samp{-l}, @samp{-R}, @samp{-u},
220and @samp{-(} (or its synonym @samp{--start-group}).
ec40bbb8 221@end ifset
f22eee08 222
2c5c0674 223@cindex object files
8ddef552 224The list of object files to be linked together, shown as @var{objfile}@dots{},
ec40bbb8
DM
225may follow, precede, or be mixed in with command-line options, except that
226an @var{objfile} argument may not be placed between an option and
b4d4e8e3 227its argument.
f22eee08 228
7f9ae73e
RP
229Usually the linker is invoked with at least one object file, but you can
230specify other forms of binary input files using @samp{-l}, @samp{-R},
231and the script command language. If @emph{no} binary input files at all
232are specified, the linker does not produce any output, and issues the
233message @samp{No input files}.
2c5c0674 234
0b3499f6
ILT
235If the linker can not recognize the format of an object file, it will
236assume that it is a linker script. A script specified in this way
237augments the main linker script used for the link (either the default
238linker script or the one specified by using @samp{-T}). This feature
239permits the linker to link against a file which appears to be an object
240or an archive, but actually merely defines some symbol values, or uses
241@code{INPUT} or @code{GROUP} to load other objects. @xref{Commands}.
242
d4e5e3c3
DM
243For options whose names are a single letter,
244option arguments must either follow the option letter without intervening
f22eee08
RP
245whitespace, or be given as separate arguments immediately following the
246option that requires them.
247
d4e5e3c3
DM
248For options whose names are multiple letters, either one dash or two can
249precede the option name; for example, @samp{--oformat} and
250@samp{-oformat} are equivalent. Arguments to multiple-letter options
251must either be separated from the option name by an equals sign, or be
252given as separate arguments immediately following the option that
253requires them. For example, @samp{--oformat srec} and
254@samp{--oformat=srec} are equivalent. Unique abbreviations of the names
255of multiple-letter options are accepted.
256
f22eee08 257@table @code
ec40bbb8 258@ifset I960
2c5c0674
RP
259@cindex architectures
260@kindex -A@var{arch}
b4d4e8e3 261@item -A@var{architecture}
246504a5
RP
262In the current release of @code{ld}, this option is useful only for the
263Intel 960 family of architectures. In that @code{ld} configuration, the
1c48127e
RP
264@var{architecture} argument identifies the particular architecture in
265the 960 family, enabling some safeguards and modifying the
d76ae847
RP
266archive-library search path. @xref{i960,,@code{ld} and the Intel 960
267family}, for details.
b4d4e8e3 268
246504a5 269Future releases of @code{ld} may support similar functionality for
b4d4e8e3 270other architecture families.
ec40bbb8 271@end ifset
b4d4e8e3 272
ec40bbb8 273@ifclear SingleFormat
2c5c0674
RP
274@cindex binary input format
275@kindex -b @var{format}
276@cindex input format
277@item -b @var{input-format}
278@cindex input format
1fb57a5d
RP
279@code{ld} may be configured to support more than one kind of object
280file. If your @code{ld} is configured this way, you can use the
281@samp{-b} option to specify the binary format for input object files
282that follow this option on the command line. Even when @code{ld} is
283configured to support alternative object formats, you don't usually need
284to specify this, as @code{ld} should be configured to expect as a
285default input format the most usual format on each machine.
286@var{input-format} is a text string, the name of a particular format
287supported by the BFD libraries. (You can list the available binary
288formats with @samp{objdump -i}.) @w{@samp{-format @var{input-format}}}
289has the same effect, as does the script command @code{TARGET}.
290@xref{BFD}.
2c5c0674
RP
291
292You may want to use this option if you are linking files with an unusual
ec40bbb8 293binary format. You can also use @samp{-b} to switch formats explicitly (when
2c5c0674 294linking object files of different formats), by including
ec40bbb8 295@samp{-b @var{input-format}} before each group of object files in a
2c5c0674
RP
296particular format.
297
298The default format is taken from the environment variable
ec40bbb8
DM
299@code{GNUTARGET}.
300@ifset UsesEnvVars
301@xref{Environment}.
302@end ifset
303You can also define the input
867a1b8a 304format from a script, using the command @code{TARGET}; see @ref{Option
d76ae847 305Commands}.
ec40bbb8 306@end ifclear
2c5c0674
RP
307
308@kindex -Bstatic
f22eee08 309@item -Bstatic
a1ad915d
ILT
310Do not link against shared libraries. This option is accepted for
311command-line compatibility with the SunOS linker.
f22eee08 312
2d59b2c3
RP
313@kindex -c @var{MRI-cmdfile}
314@cindex compatibility, MRI
315@item -c @var{MRI-commandfile}
316For compatibility with linkers produced by MRI, @code{ld} accepts script
317files written in an alternate, restricted command language, described in
d76ae847 318@ref{MRI,,MRI Compatible Script Files}. Introduce MRI script files with
ec40bbb8 319the option @samp{-c}; use the @samp{-T} option to run linker
d76ae847 320scripts written in the general-purpose @code{ld} scripting language.
8ddef552
DM
321If @var{MRI-cmdfile} does not exist, @code{ld} looks for it in the directories
322specified by any @samp{-L} options.
b4d4e8e3 323
2c5c0674
RP
324@cindex common allocation
325@kindex -d
b4d4e8e3 326@item -d
2c5c0674 327@kindex -dc
b4d4e8e3 328@itemx -dc
2c5c0674 329@kindex -dp
b4d4e8e3
RP
330@itemx -dp
331These three options are equivalent; multiple forms are supported for
ec40bbb8 332compatibility with other linkers. They
2c5c0674 333assign space to common symbols even if a relocatable output file is
ec40bbb8 334specified (with @samp{-r}). The script command
867a1b8a 335@code{FORCE_COMMON_ALLOCATION} has the same effect. @xref{Option
d76ae847 336Commands}.
b4d4e8e3 337
2c5c0674 338@cindex symbols, from command line
d76ae847
RP
339@kindex -defsym @var{symbol}=@var{exp}
340@item -defsym @var{symbol}=@var{expression}
2c5c0674
RP
341Create a global symbol in the output file, containing the absolute
342address given by @var{expression}. You may use this option as many
343times as necessary to define multiple symbols in the command line. A
344limited form of arithmetic is supported for the @var{expression} in this
345context: you may give a hexadecimal constant or the name of an existing
346symbol, or use @code{+} and @code{-} to add or subtract hexadecimal
347constants or symbols. If you need more elaborate expressions, consider
d76ae847
RP
348using the linker command language from a script (@pxref{Assignment, ,
349Assignment: Symbol Definitions}). @emph{Note:} there should be no
350white space between @var{symbol}, the equals sign (``@key{=}''), and
351@var{expression}.
2c5c0674 352
a1ad915d
ILT
353@ifset GENERIC
354@cindex dynamic linker, from command line
355@kindex -dynamic-linker @var{file}
356@item -dynamic-linker @var{file}
357Set the name of the dynamic linker. This is only meaningful when
358generating dynamically linked ELF executables. The default dynamic
359linker is normally correct; don't use this unless you know what you are
360doing.
361@end ifset
362
2c5c0674
RP
363@cindex entry point, from command line
364@kindex -e @var{entry}
f22eee08
RP
365@item -e @var{entry}
366Use @var{entry} as the explicit symbol for beginning execution of your
b4d4e8e3
RP
367program, rather than the default entry point. @xref{Entry Point}, for a
368discussion of defaults and other ways of specifying the
369entry point.
f22eee08 370
ec40bbb8 371@ifclear SingleFormat
2c5c0674 372@kindex -F
b4d4e8e3 373@item -F
2c5c0674 374@itemx -F@var{format}
ec40bbb8
DM
375Ignored. Some older linkers used this option throughout a compilation
376toolchain for specifying object-file format for both input and output
377object files. The mechanisms @code{ld} uses for this purpose (the
867a1b8a
DM
378@samp{-b} or @samp{-format} options for input files, @samp{-oformat}
379option or the @code{TARGET} command in linker scripts for output files,
380the @code{GNUTARGET} environment variable) are more flexible, but
381@code{ld} accepts the @samp{-F} option for compatibility with scripts
382written to call the old linker.
2c5c0674
RP
383
384@kindex -format
385@item -format @var{input-format}
ec40bbb8
DM
386Synonym for @samp{-b @var{input-format}}.
387@end ifclear
2c5c0674
RP
388
389@kindex -g
b4d4e8e3 390@item -g
ec40bbb8 391Ignored. Provided for compatibility with other tools.
b4d4e8e3 392
8ddef552
DM
393@kindex -G
394@cindex object size
395@item -G@var{value}
396@itemx -G @var{value}
397Set the maximum size of objects to be optimized using the GP register to
398@var{size} under MIPS ECOFF. Ignored for other object file formats.
399
de87cdb4
DM
400@cindex help
401@cindex usage
d4e5e3c3
DM
402@kindex -help
403@item -help
de87cdb4 404Print a summary of the command-line options on the standard output and exit.
de87cdb4 405
2c5c0674
RP
406@kindex -i
407@cindex incremental link
f22eee08 408@item -i
ec40bbb8 409Perform an incremental link (same as option @samp{-r}).
f22eee08 410
2c5c0674 411@cindex archive files, from cmd line
de87cdb4 412@kindex -l@var{archive}
b4d4e8e3 413@item -l@var{ar}
de87cdb4 414Add archive file @var{archive} to the list of files to link. This
f22eee08 415option may be used any number of times. @code{ld} will search its
de87cdb4 416path-list for occurrences of @code{lib@var{ar}.a} for every @var{archive}
f22eee08
RP
417specified.
418
2c5c0674
RP
419@cindex search directory, from cmd line
420@kindex -L@var{dir}
b4d4e8e3 421@item -L@var{searchdir}
836a5ee4 422@itemx -L @var{searchdir}
ec40bbb8 423Add path @var{searchdir} to the list of paths that @code{ld} will search
8ddef552
DM
424for archive libraries and @code{ld} control scripts. You may use this
425option any number of times.
f22eee08 426
ec40bbb8 427@ifset UsesEnvVars
2c5c0674 428The default set of paths searched (without being specified with
ec40bbb8
DM
429@samp{-L}) depends on which emulation mode @code{ld} is using, and in
430some cases also on how it was configured. @xref{Environment}.
431@end ifset
432
433The paths can also be specified in a link script with the
434@code{SEARCH_DIR} command.
f22eee08 435
2c5c0674
RP
436@cindex link map
437@kindex -M
f22eee08 438@item -M
ec40bbb8 439Print (to the standard output) a link map---diagnostic information
f22eee08
RP
440about where symbols are mapped by @code{ld}, and information on global
441common storage allocation.
442
d18a4527
DM
443@cindex link map
444@kindex -Map
445@item -Map @var{mapfile}
446Print to the file @var{mapfile} a link map---diagnostic information
447about where symbols are mapped by @code{ld}, and information on global
448common storage allocation.
449
8ddef552
DM
450@cindex emulation
451@kindex -m @var{emulation}
452@item -m@var{emulation}
453@itemx -m @var{emulation}
454Emulate the @var{emulation} linker. You can list the available
455emulations with the @samp{-V} option. The
1fb57a5d 456default depends on how your @code{ld} was configured.
8ddef552 457
2c5c0674
RP
458@kindex -N
459@cindex read/write from cmd line
460@kindex OMAGIC
f22eee08 461@item -N
ec40bbb8
DM
462Set the text and data sections to be readable and writable. Also, do
463not page-align the data segment. If the output format supports Unix
464style magic numbers, mark the output as @code{OMAGIC}.
f22eee08 465
2c5c0674
RP
466@kindex -n
467@cindex read-only text
468@kindex NMAGIC
d4e5e3c3 469@item -n
ec40bbb8
DM
470Set the text segment to be read only, and mark the output as
471@code{NMAGIC} if possible.
f22eee08 472
b4d4e8e3 473@item -noinhibit-exec
2c5c0674
RP
474@cindex output file after errors
475@kindex -noinhibit-exec
ec40bbb8 476Retain the executable output file whenever it is still usable.
b4d4e8e3 477Normally, the linker will not produce an output file if it encounters
ec40bbb8
DM
478errors during the link process; it exits without writing an output file
479when it issues any error whatsoever.
b4d4e8e3 480
f22eee08 481@item -o @var{output}
2c5c0674
RP
482@kindex -o @var{output}
483@cindex naming the output file
ec40bbb8
DM
484Use @var{output} as the name for the program produced by @code{ld}; if this
485option is not specified, the name @file{a.out} is used by default. The
2c5c0674 486script command @code{OUTPUT} can also specify the output file name.
f22eee08 487
7f9ae73e 488@ifclear SingleFormat
346535cc
DM
489@kindex -oformat
490@item -oformat @var{output-format}
1fb57a5d
RP
491@code{ld} may be configured to support more than one kind of object
492file. If your @code{ld} is configured this way, you can use the
493@samp{-oformat} option to specify the binary format for the output
494object file. Even when @code{ld} is configured to support alternative
495object formats, you don't usually need to specify this, as @code{ld}
496should be configured to produce as a default output format the most
497usual format on each machine. @var{output-format} is a text string, the
498name of a particular format supported by the BFD libraries. (You can
499list the available binary formats with @samp{objdump -i}.) The script
500command @code{OUTPUT_FORMAT} can also specify the output format, but
501this option overrides it. @xref{BFD}.
7f9ae73e 502@end ifclear
346535cc 503
b4d4e8e3 504@item -R @var{filename}
2c5c0674
RP
505@kindex -R @var{file}
506@cindex symbol-only input
867a1b8a
DM
507Read symbol names and their addresses from @var{filename}, but do not
508relocate it or include it in the output. This allows your output file
509to refer symbolically to absolute locations of memory defined in other
510programs.
ec40bbb8 511
1c48127e
RP
512@kindex -relax
513@cindex synthesizing linker
514@cindex relaxing addressing modes
d4e5e3c3 515@item -relax
1fb57a5d
RP
516An option with machine dependent effects.
517@ifset GENERIC
518Currently this option is only supported on the H8/300 and the Intel 960.
519@end ifset
ec40bbb8
DM
520@ifset H8300
521@xref{H8/300,,@code{ld} and the H8/300}.
522@end ifset
1fb57a5d
RP
523@ifset I960
524@xref{i960,, @code{ld} and the Intel 960 family}.
525@end ifset
1c48127e 526
1fb57a5d 527On some platforms, the @samp{-relax} option performs global optimizations that
ec40bbb8 528become possible when the linker resolves addressing in the program, such
1c48127e
RP
529as relaxing address modes and synthesizing new instructions in the
530output object file.
531
1fb57a5d 532@ifset GENERIC
1c48127e 533On platforms where this is not supported, @samp{-relax} is accepted, but
ec40bbb8 534ignored.
1fb57a5d 535@end ifset
1c48127e 536
7c8fab26
RP
537@item -retain-symbols-file @var{filename}
538@cindex retaining specified symbols
539@cindex stripping all but some symbols
540@cindex symbols, retaining selectively
541Retain @emph{only} the symbols listed in the file @var{filename},
542discarding all others. @var{filename} is simply a flat file, with one
543symbol name per line. This option is especially useful in environments
544@ifset GENERIC
545(such as VxWorks)
546@end ifset
547where a large global symbol table is accumulated gradually, to conserve
548run-time memory.
549
550@samp{-retain-symbols-file} does @emph{not} discard undefined symbols,
551or symbols needed for relocations.
552
553You may only specify @samp{-retain-symbols-file} once in the command
554line. It overrides @samp{-s} and @samp{-S}.
555
a1ad915d
ILT
556@ifset GENERIC
557@item -rpath @var{dir}
558@cindex runtime library search path
559@kindex -rpath
560Add a directory to the runtime library search path. This is only
561meaningful when linking an ELF executable with shared objects. All
562-rpath arguments are concatenated and passed to the runtime linker,
563which uses them to locate shared objects at runtime.
564@end ifset
565
b4d4e8e3 566@cindex partial link
2c5c0674
RP
567@cindex relocatable output
568@kindex -r
d4e5e3c3 569@item -r
ec40bbb8 570Generate relocatable output---i.e., generate an output file that can in
246504a5 571turn serve as input to @code{ld}. This is often called @dfn{partial
2c5c0674
RP
572linking}. As a side effect, in environments that support standard Unix
573magic numbers, this option also sets the output file's magic number to
574@code{OMAGIC}.
575@c ; see @code{-N}.
576If this option is not specified, an absolute file is produced. When
577linking C++ programs, this option @emph{will not} resolve references to
ec40bbb8 578constructors; to do that, use @samp{-Ur}.
2c5c0674 579
867a1b8a 580This option does the same thing as @samp{-i}.
f22eee08 581
2c5c0674
RP
582@kindex -S
583@cindex strip debugger symbols
d4e5e3c3 584@item -S
ec40bbb8 585Omit debugger symbol information (but not all symbols) from the output file.
f22eee08 586
2c5c0674
RP
587@kindex -s
588@cindex strip all symbols
d4e5e3c3 589@item -s
ec40bbb8 590Omit all symbol information from the output file.
f22eee08 591
0b3499f6
ILT
592@ifset GENERIC
593@item -soname @var{name}
594@cindex runtime library name
595@kindex -soname
596When creating an ELF shared object, set the internal DT_SONAME field to
597the specified name. When an executable is linked with a shared object
598which has a DT_SONAME field, then when the executable is run the dynamic
599linker will attempt to load the shared object specified by the DT_SONAME
600field rather than the using the file name given to the linker.
601@end ifset
602
2a28d8b0
DM
603@item -sort-common
604Normally, when @code{ld} places the global common symbols in the
605appropriate output sections, it sorts them by size. First come all the
606one byte symbols, then all the two bytes, then all the four bytes, and
836a5ee4
DM
607then everything else. This is to prevent gaps between symbols due to
608alignment constraints. This option disables that sorting.
2a28d8b0 609
8594f568
SS
610@item -stats
611Compute and display statistics about the operation of the linker,
612such as execution time and memory usage.
613
867a1b8a
DM
614@item -Tbss @var{org}
615@kindex -Tbss @var{org}
616@itemx -Tdata @var{org}
617@kindex -Tdata @var{org}
618@itemx -Ttext @var{org}
619@kindex -Ttext @var{org}
2c5c0674
RP
620@cindex segment origins, cmd line
621Use @var{org} as the starting address for---respectively---the
b4d4e8e3 622@code{bss}, @code{data}, or the @code{text} segment of the output file.
ec40bbb8
DM
623@var{org} must be a single hexadecimal integer;
624for compatibility with other linkers, you may omit the leading
d76ae847 625@samp{0x} usually associated with hexadecimal values.
f22eee08 626
b4d4e8e3
RP
627@item -T @var{commandfile}
628@itemx -T@var{commandfile}
2c5c0674 629@kindex -T @var{script}
2d59b2c3 630@cindex script files
de87cdb4 631Read link commands from the file @var{commandfile}. These commands
8de26d62
DM
632replace @code{ld}'s default link script (rather than adding
633to it), so @var{commandfile} must specify everything necessary to describe
de87cdb4
DM
634the target format. @xref{Commands}. If @var{commandfile} does not
635exist, @code{ld} looks for it in the directories specified by any
636preceding @samp{-L} options. Multiple @samp{-T} options accumulate.
f22eee08 637
2c5c0674
RP
638@kindex -t
639@cindex verbose
640@cindex input files, displaying
d4e5e3c3 641@item -t
ec40bbb8 642Print the names of the input files as @code{ld} processes them.
f22eee08 643
c96386c4
ILT
644@kindex -traditional-format
645@cindex traditional format
646@item -traditional-format
647For some targets, the output of @code{ld} is different in some ways from
648the output of some existing linker. This switch requests @code{ld} to
649use the traditional format instead.
650
651@cindex dbx
652For example, on SunOS, @code{ld} combines duplicate entries in the
653symbol string table. This can reduce the size of an output file with
654full debugging information by over 30 percent. Unfortunately, the SunOS
655@code{dbx} program can not read the resulting program (@code{gdb} has no
656trouble). The @samp{-traditional-format} switch tells @code{ld} to not
657combine duplicate entries.
658
de87cdb4
DM
659@item -u @var{symbol}
660@kindex -u @var{symbol}
2c5c0674 661@cindex undefined symbol
de87cdb4 662Force @var{symbol} to be entered in the output file as an undefined symbol.
ec40bbb8
DM
663Doing this may, for example, trigger linking of additional modules from
664standard libraries. @samp{-u} may be repeated with different option
2c5c0674
RP
665arguments to enter additional undefined symbols.
666@c Nice idea, but no such command: This option is equivalent
667@c to the @code{EXTERN} linker command.
f22eee08 668
2c5c0674 669@kindex -Ur
b4d4e8e3 670@cindex constructors
d4e5e3c3 671@item -Ur
b4d4e8e3 672For anything other than C++ programs, this option is equivalent to
ec40bbb8
DM
673@samp{-r}: it generates relocatable output---i.e., an output file that can in
674turn serve as input to @code{ld}. When linking C++ programs, @samp{-Ur}
1fb57a5d 675@emph{does} resolve references to constructors, unlike @samp{-r}.
3e27cc11 676It does not work to use @samp{-Ur} on files that were themselves linked
1fb57a5d 677with @samp{-Ur}; once the constructor table has been built, it cannot
3e27cc11
DM
678be added to. Use @samp{-Ur} only for the last partial link, and
679@samp{-r} for the others.
b4d4e8e3 680
8ddef552
DM
681@kindex -V
682@cindex version
d4e5e3c3 683@item -V
1fb57a5d
RP
684Display the version number for @code{ld} and list the linker emulations
685supported. Display which input files can and cannot be opened.
8ddef552 686
2c5c0674 687@kindex -v
b4d4e8e3 688@cindex version
d4e5e3c3 689@item -v
246504a5 690Display the version number for @code{ld}.
de87cdb4 691
d4e5e3c3
DM
692@item -version
693@kindex -version
de87cdb4 694Display the version number for @code{ld} and exit.
b4d4e8e3 695
2a28d8b0 696@item -warn-common
7f9ae73e
RP
697@kindex -warn-comon
698@cindex warnings, on combining symbols
699@cindex combining symbols, warnings on
2a28d8b0
DM
700Warn when a common symbol is combined with another common symbol or with
701a symbol definition. Unix linkers allow this somewhat sloppy practice,
702but linkers on some other operating systems do not. This option allows
703you to find potential problems from combining global symbols.
1cd4cca9
DM
704Unfortunately, some C libraries use this practice, so you may get some
705warnings about symbols in the libraries as well as in your programs.
2a28d8b0
DM
706
707There are three kinds of global symbols, illustrated here by C examples:
708
709@table @samp
710@item int i = 1;
711A definition, which goes in the initialized data section of the output
712file.
713
714@item extern int i;
715An undefined reference, which does not allocate space.
716There must be either a definition or a common symbol for the
717variable somewhere.
718
719@item int i;
720A common symbol. If there are only (one or more) common symbols for a
721variable, it goes in the uninitialized data area of the output file.
722The linker merges multiple common symbols for the same variable into a
723single symbol. If they are of different sizes, it picks the largest
724size. The linker turns a common symbol into a declaration, if there is
725a definition of the same variable.
726@end table
727
728The @samp{-warn-common} option can produce five kinds of warnings. Each
729warning consists of a pair of lines: the first describes the symbol just
730encountered, and the second describes the previous symbol encountered
731with the same name. One or both of the two symbols will be a common
732symbol.
733
734@enumerate
735@item
736Turning a common symbol into a reference, because there is already a
737definition for the symbol.
738@smallexample
8920addc
RP
739@var{file}(@var{section}): warning: common of `@var{symbol}'
740 overridden by definition
2a28d8b0
DM
741@var{file}(@var{section}): warning: defined here
742@end smallexample
743
744@item
745Turning a common symbol into a reference, because a later definition for
746the symbol is encountered. This is the same as the previous case,
747except that the symbols are encountered in a different order.
748@smallexample
8920addc
RP
749@var{file}(@var{section}): warning: definition of `@var{symbol}'
750 overriding common
2a28d8b0
DM
751@var{file}(@var{section}): warning: common is here
752@end smallexample
753
754@item
755Merging a common symbol with a previous same-sized common symbol.
756@smallexample
8920addc
RP
757@var{file}(@var{section}): warning: multiple common
758 of `@var{symbol}'
2a28d8b0
DM
759@var{file}(@var{section}): warning: previous common is here
760@end smallexample
761
762@item
763Merging a common symbol with a previous larger common symbol.
764@smallexample
8920addc
RP
765@var{file}(@var{section}): warning: common of `@var{symbol}'
766 overridden by larger common
2a28d8b0
DM
767@var{file}(@var{section}): warning: larger common is here
768@end smallexample
769
770@item
771Merging a common symbol with a previous smaller common symbol. This is
772the same as the previous case, except that the symbols are
773encountered in a different order.
774@smallexample
8920addc
RP
775@var{file}(@var{section}): warning: common of `@var{symbol}'
776 overriding smaller common
2a28d8b0
DM
777@var{file}(@var{section}): warning: smaller common is here
778@end smallexample
779@end enumerate
780
2c5c0674
RP
781@kindex -X
782@cindex local symbols, deleting
783@cindex L, deleting symbols beginning
d4e5e3c3 784@item -X
ec40bbb8 785If @samp{-s} or @samp{-S} is also specified, delete only local symbols
f22eee08
RP
786beginning with @samp{L}.
787
2c5c0674
RP
788@kindex -x
789@cindex deleting local symbols
d4e5e3c3 790@item -x
ec40bbb8 791If @samp{-s} or @samp{-S} is also specified, delete all local symbols,
b4d4e8e3
RP
792not just those beginning with @samp{L}.
793
1fb57a5d
RP
794@item -y @var{symbol}
795@kindex -y @var{symbol}
d76ae847 796@cindex symbol tracing
ec40bbb8 797Print the name of each linked file in which @var{symbol} appears. This
d76ae847
RP
798option may be given any number of times. On many systems it is necessary
799to prepend an underscore.
800
801This option is useful when you have an undefined symbol in your link but
802don't know where the reference is coming from.
a1ad915d
ILT
803
804@item -( @var{archives} -)
805@itemx --start-group @var{archives} --end-group
806@kindex -(
807@cindex groups of archives
808The @var{archives} should be a list of archive files. They may be
809either explicit file names, or @samp{-l} options.
810
811The specified archives are searched repeatedly until no new undefined
812references are created. Normally, an archive is searched only once in
813the order that it is specified on the command line. If a symbol in that
814archive is needed to resolve an undefined symbol referred to by an
815object in an archive that appears later on the command line, the linker
816would not be able to resolve that reference. By grouping the archives,
817they all be searched repeatedly until all possible references are
818resolved.
819
820Using this option has a significant performance cost. It is best to use
821it only when there are unavoidable circular references between two or
822more archives.
f22eee08 823@end table
b4d4e8e3 824
ec40bbb8
DM
825@ifset UsesEnvVars
826@node Environment
2c5c0674
RP
827@section Environment Variables
828
d76ae847
RP
829You can change the behavior of @code{ld} with the environment
830variable @code{GNUTARGET}.
2c5c0674
RP
831
832@kindex GNUTARGET
833@cindex default input format
834@code{GNUTARGET} determines the input-file object format if you don't
ec40bbb8 835use @samp{-b} (or its synonym @samp{-format}). Its value should be one
2c5c0674 836of the BFD names for an input format (@pxref{BFD}). If there is no
246504a5 837@code{GNUTARGET} in the environment, @code{ld} uses the natural format
8920addc 838of the target. If @code{GNUTARGET} is set to @code{default} then BFD attempts to discover the
2c5c0674
RP
839input format by examining binary input files; this method often
840succeeds, but there are potential ambiguities, since there is no method
ec40bbb8 841of ensuring that the magic number used to specify object-file formats is
2c5c0674
RP
842unique. However, the configuration procedure for BFD on each system
843places the conventional format for that system first in the search-list,
844so ambiguities are resolved in favor of convention.
ec40bbb8 845@end ifset
2c5c0674 846
ec40bbb8 847@node Commands
2c5c0674 848@chapter Command Language
f22eee08 849
2c5c0674 850@cindex command files
ec40bbb8 851The command language provides explicit control over the link process,
b4d4e8e3 852allowing complete specification of the mapping between the linker's
ec40bbb8 853input files and its output. It controls:
b4d4e8e3 854@itemize @bullet
2c5c0674
RP
855@item
856input files
857@item
858file formats
859@item
867a1b8a 860output file layout
2c5c0674
RP
861@item
862addresses of sections
863@item
864placement of common blocks
b4d4e8e3 865@end itemize
f22eee08 866
2c5c0674 867You may supply a command file (also known as a link script) to the
ec40bbb8 868linker either explicitly through the @samp{-T} option, or implicitly as
2c5c0674 869an ordinary file. If the linker opens a file which it cannot recognize
867a1b8a 870as a supported object or archive format, it reports an error.
2c5c0674 871
2c5c0674 872@menu
2d59b2c3
RP
873* Scripts:: Linker Scripts
874* Expressions:: Expressions
875* MEMORY:: MEMORY Command
876* SECTIONS:: SECTIONS Command
877* Entry Point:: The Entry Point
867a1b8a 878* Option Commands:: Option Commands
2c5c0674
RP
879@end menu
880
ec40bbb8 881@node Scripts
b4d4e8e3 882@section Linker Scripts
246504a5 883The @code{ld} command language is a collection of statements; some are
ec40bbb8
DM
884simple keywords setting a particular option, some are used to select and
885group input files or name output files; and two statement
b4d4e8e3
RP
886types have a fundamental and pervasive impact on the linking process.
887
2c5c0674
RP
888@cindex fundamental script commands
889@cindex commands, fundamental
890@cindex output file layout
891@cindex layout of output file
246504a5 892The most fundamental command of the @code{ld} command language is the
b4d4e8e3
RP
893@code{SECTIONS} command (@pxref{SECTIONS}). Every meaningful command
894script must have a @code{SECTIONS} command: it specifies a
895``picture'' of the output file's layout, in varying degrees of detail.
896No other command is required in all cases.
897
898The @code{MEMORY} command complements @code{SECTIONS} by describing the
2c5c0674 899available memory in the target architecture. This command is optional;
246504a5 900if you don't use a @code{MEMORY} command, @code{ld} assumes sufficient
2c5c0674
RP
901memory is available in a contiguous block for all output.
902@xref{MEMORY}.
b4d4e8e3 903
2c5c0674
RP
904@cindex comments
905You may include comments in linker scripts just as in C: delimited
906by @samp{/*} and @samp{*/}. As in C, comments are syntactically
907equivalent to whitespace.
908
ec40bbb8 909@node Expressions
f22eee08 910@section Expressions
2c5c0674
RP
911@cindex expression syntax
912@cindex arithmetic
b4d4e8e3
RP
913Many useful commands involve arithmetic expressions. The syntax for
914expressions in the command language is identical to that of C
915expressions, with the following features:
916@itemize @bullet
2c5c0674
RP
917@item
918All expressions evaluated as integers and
f22eee08 919are of ``long'' or ``unsigned long'' type.
2c5c0674
RP
920@item
921All constants are integers.
922@item
923All of the C arithmetic operators are provided.
924@item
925You may reference, define, and create global variables.
926@item
927You may call special purpose built-in functions.
b4d4e8e3 928@end itemize
f22eee08 929
2c5c0674 930@menu
2d59b2c3
RP
931* Integers:: Integers
932* Symbols:: Symbol Names
933* Location Counter:: The Location Counter
934* Operators:: Operators
935* Evaluation:: Evaluation
936* Assignment:: Assignment: Defining Symbols
867a1b8a 937* Arithmetic Functions:: Built-In Functions
2c5c0674
RP
938@end menu
939
ec40bbb8 940@node Integers
f22eee08 941@subsection Integers
2c5c0674
RP
942@cindex integer notation
943@cindex octal integers
f22eee08
RP
944An octal integer is @samp{0} followed by zero or more of the octal
945digits (@samp{01234567}).
b4d4e8e3 946@example
2c5c0674 947_as_octal = 0157255;
b4d4e8e3 948@end example
f22eee08 949
2c5c0674 950@cindex decimal integers
f22eee08
RP
951A decimal integer starts with a non-zero digit followed by zero or
952more digits (@samp{0123456789}).
b4d4e8e3 953@example
2c5c0674 954_as_decimal = 57005;
b4d4e8e3 955@end example
f22eee08 956
2c5c0674
RP
957@cindex hexadecimal integers
958@kindex 0x
f22eee08
RP
959A hexadecimal integer is @samp{0x} or @samp{0X} followed by one or
960more hexadecimal digits chosen from @samp{0123456789abcdefABCDEF}.
b4d4e8e3
RP
961@example
962_as_hex = 0xdead;
963@end example
f22eee08 964
2c5c0674 965@cindex negative integers
ec40bbb8 966To write a negative integer, use
b4d4e8e3
RP
967the prefix operator @samp{-}; @pxref{Operators}.
968@example
b4d4e8e3
RP
969_as_neg = -57005;
970@end example
f22eee08 971
2c5c0674
RP
972@cindex scaled integers
973@cindex K and M integer suffixes
974@cindex M and K integer suffixes
975@cindex suffixes for integers
976@cindex integer suffixes
b4d4e8e3
RP
977Additionally the suffixes @code{K} and @code{M} may be used to scale a
978constant by
c8072296
RP
979@c TEXI2ROFF-KILL
980@ifinfo
981@c END TEXI2ROFF-KILL
982@code{1024} or @code{1024*1024}
983@c TEXI2ROFF-KILL
984@end ifinfo
f22eee08 985@tex
b4d4e8e3 986${\rm 1024}$ or ${\rm 1024}^2$
f22eee08 987@end tex
c8072296 988@c END TEXI2ROFF-KILL
ec40bbb8 989respectively. For example, the following all refer to the same quantity:
f22eee08
RP
990
991@example
2c5c0674
RP
992 _fourk_1 = 4K;
993 _fourk_2 = 4096;
994 _fourk_3 = 0x1000;
f22eee08 995@end example
b4d4e8e3 996
ec40bbb8 997@node Symbols
b4d4e8e3 998@subsection Symbol Names
2c5c0674
RP
999@cindex symbol names
1000@cindex names
1001@cindex quoted symbol names
1002@kindex "
1fb57a5d
RP
1003Unless quoted, symbol names start with a letter, underscore, or point
1004and may include any letters, underscores, digits, points,
1005and hyphens. Unquoted symbol names must not conflict with any
b4d4e8e3
RP
1006keywords. You can specify a symbol which contains odd characters or has
1007the same name as a keyword, by surrounding the symbol name in double quotes:
1008@example
1009 "SECTION" = 9;
1010 "with a space" = "also with a space" + 10;
1011@end example
1012
1fb57a5d
RP
1013Since symbols can contain many non-alphabetic characters, it is safest
1014to delimit symbols with spaces. For example, @samp{A-B} is one symbol,
1015whereas @samp{A - B} is an expression involving subtraction.
1016
ec40bbb8 1017@node Location Counter
b4d4e8e3 1018@subsection The Location Counter
2c5c0674
RP
1019@kindex .
1020@cindex dot
1021@cindex location counter
1022@cindex current output location
b4d4e8e3
RP
1023The special linker variable @dfn{dot} @samp{.} always contains the
1024current output location counter. Since the @code{.} always refers to
1025a location in an output section, it must always appear in an
1026expression within a @code{SECTIONS} command. The @code{.} symbol
1027may appear anywhere that an ordinary symbol is allowed in an
1028expression, but its assignments have a side effect. Assigning a value
1029to the @code{.} symbol will cause the location counter to be moved.
2c5c0674 1030@cindex holes
b4d4e8e3
RP
1031This may be used to create holes in the output section. The location
1032counter may never be moved backwards.
1033@example
2c5c0674
RP
1034SECTIONS
1035@{
d4e5e3c3
DM
1036 output :
1037 @{
1038 file1(.text)
1039 . = . + 1000;
1040 file2(.text)
1041 . += 1000;
1042 file3(.text)
1043 @} = 0x1234;
2c5c0674 1044@}
b4d4e8e3 1045@end example
2c5c0674
RP
1046@noindent
1047In the previous example, @code{file1} is located at the beginning of the
1048output section, then there is a 1000 byte gap. Then @code{file2}
1049appears, also with a 1000 byte gap following before @code{file3} is
1050loaded. The notation @samp{= 0x1234} specifies what data to write in
1051the gaps (@pxref{Section Options}).
b4d4e8e3 1052
d4e5e3c3
DM
1053@iftex
1054@vfill
1055@end iftex
1056
1057@need 5000
ec40bbb8 1058@node Operators
f22eee08 1059@subsection Operators
2c5c0674
RP
1060@cindex Operators for arithmetic
1061@cindex arithmetic operators
1062@cindex precedence in expressions
b4d4e8e3 1063The linker recognizes the standard C set of arithmetic operators, with
f22eee08 1064the standard bindings and precedence levels:
c8072296 1065@c TEXI2ROFF-KILL
b4d4e8e3 1066@ifinfo
c8072296 1067@c END TEXI2ROFF-KILL
f22eee08 1068@example
c8072296 1069precedence associativity Operators Notes
b4d4e8e3 1070(highest)
c8072296
RP
10711 left ! - ~ (1)
10722 left * / %
10733 left + -
10744 left >> <<
10755 left == != > < <= >=
10766 left &
10777 left |
10788 left &&
10799 left ||
108010 right ? :
108111 right &= += -= *= /= (2)
b4d4e8e3 1082(lowest)
f22eee08 1083@end example
2c5c0674
RP
1084Notes:
1085(1) Prefix operators
1086(2) @xref{Assignment}
c8072296 1087@c TEXI2ROFF-KILL
b4d4e8e3 1088@end ifinfo
f22eee08 1089@tex
2c5c0674
RP
1090\vskip \baselineskip
1091%"lispnarrowing" is the extra indent used generally for @example
1092\hskip\lispnarrowing\vbox{\offinterlineskip
f22eee08
RP
1093\hrule
1094\halign
2c5c0674
RP
1095{\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ {\tt #}\ \hfil&\vrule#\cr
1096height2pt&\omit&&\omit&&\omit&\cr
1097&Precedence&& Associativity &&{\rm Operators}&\cr
1098height2pt&\omit&&\omit&&\omit&\cr
f22eee08 1099\noalign{\hrule}
2c5c0674 1100height2pt&\omit&&\omit&&\omit&\cr
b4d4e8e3 1101&highest&&&&&\cr
2c5c0674
RP
1102% '176 is tilde, '~' in tt font
1103&1&&left&&\qquad- \char'176\ !\qquad\dag&\cr
1104&2&&left&&* / \%&\cr
1105&3&&left&&+ -&\cr
1106&4&&left&&>> <<&\cr
1107&5&&left&&== != > < <= >=&\cr
f22eee08 1108&6&&left&&\&&\cr
f22eee08 1109&7&&left&&|&\cr
f22eee08 1110&8&&left&&{\&\&}&\cr
f22eee08 1111&9&&left&&||&\cr
2c5c0674
RP
1112&10&&right&&? :&\cr
1113&11&&right&&\qquad\&= += -= *= /=\qquad\ddag&\cr
b4d4e8e3 1114&lowest&&&&&\cr
2c5c0674 1115height2pt&\omit&&\omit&&\omit&\cr}
f22eee08
RP
1116\hrule}
1117@end tex
2c5c0674
RP
1118@iftex
1119{
1120@obeylines@parskip=0pt@parindent=0pt
1121@dag@quad Prefix operators.
1122@ddag@quad @xref{Assignment}.
1123}
1124@end iftex
c8072296 1125@c END TEXI2ROFF-KILL
f22eee08 1126
ec40bbb8 1127@node Evaluation
b4d4e8e3
RP
1128@subsection Evaluation
1129
2c5c0674
RP
1130@cindex lazy evaluation
1131@cindex expression evaluation order
b4d4e8e3
RP
1132The linker uses ``lazy evaluation'' for expressions; it only calculates
1133an expression when absolutely necessary. The linker needs the value of
1134the start address, and the lengths of memory regions, in order to do any
1135linking at all; these values are computed as soon as possible when the
1136linker reads in the command file. However, other values (such as symbol
1137values) are not known or needed until after storage allocation. Such
1138values are evaluated later, when other information (such as the sizes of
1139output sections) is available for use in the symbol assignment
1140expression.
1141
ec40bbb8 1142@node Assignment
b4d4e8e3 1143@subsection Assignment: Defining Symbols
2c5c0674
RP
1144@cindex assignment in scripts
1145@cindex symbol definition, scripts
1146@cindex variables, defining
b4d4e8e3
RP
1147You may create global symbols, and assign values (addresses) to global
1148symbols, using any of the C assignment operators:
1149
1150@table @code
1151@item @var{symbol} = @var{expression} ;
2c5c0674 1152@itemx @var{symbol} &= @var{expression} ;
b4d4e8e3
RP
1153@itemx @var{symbol} += @var{expression} ;
1154@itemx @var{symbol} -= @var{expression} ;
1155@itemx @var{symbol} *= @var{expression} ;
1156@itemx @var{symbol} /= @var{expression} ;
1157@end table
1158
246504a5 1159Two things distinguish assignment from other operators in @code{ld}
b4d4e8e3
RP
1160expressions.
1161@itemize @bullet
2c5c0674
RP
1162@item
1163Assignment may only be used at the root of an expression;
b4d4e8e3 1164@samp{a=b+3;} is allowed, but @samp{a+b=3;} is an error.
2c5c0674
RP
1165
1166@kindex ;
1167@cindex semicolon
1168@item
d76ae847
RP
1169You must place a trailing semicolon (``@key{;}'') at the end of an
1170assignment statement.
b4d4e8e3
RP
1171@end itemize
1172
1173Assignment statements may appear:
1174@itemize @bullet
2c5c0674 1175@item
246504a5 1176as commands in their own right in an @code{ld} script; or
2c5c0674
RP
1177@item
1178as independent statements within a @code{SECTIONS} command; or
1179@item
1180as part of the contents of a section definition in a
b4d4e8e3
RP
1181@code{SECTIONS} command.
1182@end itemize
1183
1184The first two cases are equivalent in effect---both define a symbol with
ec40bbb8 1185an absolute address. The last case defines a symbol whose address is
b4d4e8e3
RP
1186relative to a particular section (@pxref{SECTIONS}).
1187
2c5c0674
RP
1188@cindex absolute and relocatable symbols
1189@cindex relocatable and absolute symbols
1190@cindex symbols, relocatable and absolute
1191When a linker expression is evaluated and assigned to a variable, it is
1192given either an absolute or a relocatable type. An absolute expression
1193type is one in which the symbol contains the value that it will have in
867a1b8a 1194the output file; a relocatable expression type is one in which the
2c5c0674 1195value is expressed as a fixed offset from the base of a section.
b4d4e8e3
RP
1196
1197The type of the expression is controlled by its position in the script
2c5c0674
RP
1198file. A symbol assigned within a section definition is created relative
1199to the base of the section; a symbol assigned in any other place is
1200created as an absolute symbol. Since a symbol created within a
1201section definition is relative to the base of the section, it
1202will remain relocatable if relocatable output is requested. A symbol
1203may be created with an absolute value even when assigned to within a
1204section definition by using the absolute assignment function
1205@code{ABSOLUTE}. For example, to create an absolute symbol whose address
1206is the last byte of an output section named @code{.data}:
b4d4e8e3 1207@example
2c5c0674 1208SECTIONS@{ @dots{}
d4e5e3c3
DM
1209 .data :
1210 @{
1211 *(.data)
1212 _edata = ABSOLUTE(.) ;
1213 @}
2c5c0674 1214@dots{} @}
b4d4e8e3
RP
1215@end example
1216
2c5c0674
RP
1217The linker tries to put off the evaluation of an assignment until all
1218the terms in the source expression are known (@pxref{Evaluation}). For
ec40bbb8 1219instance, the sizes of sections cannot be known until after allocation,
2c5c0674
RP
1220so assignments dependent upon these are not performed until after
1221allocation. Some expressions, such as those depending upon the location
1222counter @dfn{dot}, @samp{.} must be evaluated during allocation. If the
1223result of an expression is required, but the value is not available,
1224then an error results. For example, a script like the following
b4d4e8e3 1225@example
2c5c0674 1226SECTIONS @{ @dots{}
d4e5e3c3
DM
1227 text 9+this_isnt_constant :
1228 @{ @dots{}
1229 @}
2c5c0674 1230@dots{} @}
b4d4e8e3 1231@end example
2c5c0674
RP
1232@kindex Non constant expression
1233@noindent
1234will cause the error message ``@code{Non constant expression for initial
0b3499f6
ILT
1235address}''.
1236
1237@cindex provide
1238In some cases, it is desirable for a linker script to define a symbol
1239only if it is referenced, and only if it is not defined by any object
1240included in the link. For example, traditional linkers defined the
1241symbol @samp{etext}. However, ANSI C requires that the user be able to
1242use @samp{etext} as a function name without encountering an error.
1243The @code{PROVIDE} keyword may be used to define a symbol, such as
1244@samp{etext}, only if it is referenced but not defined. The syntax is
1245@code{PROVIDE(@var{symbol} = @var{expression})}.
b4d4e8e3 1246
867a1b8a
DM
1247@node Arithmetic Functions
1248@subsection Arithmetic Functions
2c5c0674 1249@cindex functions in expression language
ec40bbb8 1250The command language includes a number of built-in
2c5c0674
RP
1251functions for use in link script expressions.
1252@table @code
1253@item ABSOLUTE(@var{exp})
1254@kindex ABSOLUTE(@var{exp})
1255@cindex expression, absolute
ec40bbb8
DM
1256Return the absolute (non-relocatable, as opposed to non-negative) value
1257of the expression @var{exp}. Primarily useful to assign an absolute
1258value to a symbol within a section definition, where symbol values are
1259normally section-relative.
2c5c0674
RP
1260
1261@item ADDR(@var{section})
1262@kindex ADDR(@var{section})
1263@cindex section address
ec40bbb8 1264Return the absolute address of the named @var{section}. Your script must
b4d4e8e3 1265previously have defined the location of that section. In the following
ec40bbb8 1266example, @code{symbol_1} and @code{symbol_2} are assigned identical
b4d4e8e3 1267values:
f22eee08 1268@example
2c5c0674 1269SECTIONS@{ @dots{}
d4e5e3c3
DM
1270 .output1 :
1271 @{
1272 start_of_output_1 = ABSOLUTE(.);
1273 @dots{}
1274 @}
1275 .output :
1276 @{
1277 symbol_1 = ADDR(.output1);
1278 symbol_2 = start_of_output_1;
1279 @}
2c5c0674
RP
1280@dots{} @}
1281@end example
1282
1283@item ALIGN(@var{exp})
1284@kindex ALIGN(@var{exp})
1285@cindex rounding up location counter
ec40bbb8 1286Return the result of the current location counter (@code{.}) aligned to
2c5c0674
RP
1287the next @var{exp} boundary. @var{exp} must be an expression whose
1288value is a power of two. This is equivalent to
1289@example
cb70c872 1290(. + @var{exp} - 1) & ~(@var{exp} - 1)
2c5c0674
RP
1291@end example
1292
1293@code{ALIGN} doesn't change the value of the location counter---it just
1294does arithmetic on it. As an example, to align the output @code{.data}
1295section to the next @code{0x2000} byte boundary after the preceding
1296section and to set a variable within the section to the next
1297@code{0x8000} boundary after the input sections:
1298@example
1299SECTIONS@{ @dots{}
d4e5e3c3
DM
1300 .data ALIGN(0x2000): @{
1301 *(.data)
1302 variable = ALIGN(0x8000);
1303 @}
2c5c0674
RP
1304@dots{} @}
1305@end example
1306@noindent
1307The first use of @code{ALIGN} in this example specifies the location of
1308a section because it is used as the optional @var{start} attribute of a
1309section definition (@pxref{Section Options}). The second use simply
1310defines the value of a variable.
1311
1312The built-in @code{NEXT} is closely related to @code{ALIGN}.
1313
1314@item DEFINED(@var{symbol})
1315@kindex DEFINED(@var{symbol})
1316@cindex symbol defaults
ec40bbb8
DM
1317Return 1 if @var{symbol} is in the linker global symbol table and is
1318defined, otherwise return 0. You can use this function to provide default
1319values for symbols. For example, the following command-file fragment shows how
2c5c0674
RP
1320to set a global symbol @code{begin} to the first location in the
1321@code{.text} section---but if a symbol called @code{begin} already
1322existed, its value is preserved:
d4e5e3c3 1323
c8072296 1324@smallexample
2c5c0674 1325SECTIONS@{ @dots{}
d4e5e3c3
DM
1326 .text : @{
1327 begin = DEFINED(begin) ? begin : . ;
1328 @dots{}
1329 @}
2c5c0674 1330@dots{} @}
c8072296 1331@end smallexample
f22eee08 1332
2c5c0674
RP
1333@item NEXT(@var{exp})
1334@kindex NEXT(@var{exp})
1335@cindex unallocated address, next
ec40bbb8
DM
1336Return the next unallocated address that is a multiple of @var{exp}.
1337This function is closely related to @code{ALIGN(@var{exp})}; unless you
2c5c0674 1338use the @code{MEMORY} command to define discontinuous memory for the
ec40bbb8 1339output file, the two functions are equivalent.
2c5c0674
RP
1340
1341@item SIZEOF(@var{section})
1342@kindex SIZEOF(@var{section})
1343@cindex section size
ec40bbb8
DM
1344Return the size in bytes of the named @var{section}, if that section has
1345been allocated. In the following example, @code{symbol_1} and
f22eee08 1346@code{symbol_2} are assigned identical values:
ec40bbb8 1347@c What does it return if the section hasn't been allocated? 0?
f22eee08 1348@example
2c5c0674 1349SECTIONS@{ @dots{}
d4e5e3c3
DM
1350 .output @{
1351 .start = . ;
1352 @dots{}
1353 .end = . ;
1354 @}
1355 symbol_1 = .end - .start ;
1356 symbol_2 = SIZEOF(.output);
2c5c0674 1357@dots{} @}
f22eee08 1358
f22eee08 1359@end example
b4d4e8e3 1360
2c5c0674
RP
1361@item SIZEOF_HEADERS
1362@kindex SIZEOF_HEADERS
1363@cindex header size
1364@itemx sizeof_headers
1365@kindex sizeof_headers
ec40bbb8 1366Return the size in bytes of the output file's headers. You can use this number
2c5c0674
RP
1367as the start address of the first section, if you choose, to facilitate
1368paging.
1369
1370@end table
1371
ec40bbb8 1372@node MEMORY
867a1b8a 1373@section Memory Layout
2c5c0674
RP
1374@kindex MEMORY
1375@cindex regions of memory
1376@cindex discontinuous memory
1377@cindex allocating memory
ec40bbb8
DM
1378The linker's default configuration permits allocation of all available memory.
1379You can override this configuration by using the @code{MEMORY} command. The
b4d4e8e3
RP
1380@code{MEMORY} command describes the location and size of blocks of
1381memory in the target. By using it carefully, you can describe which
1382memory regions may be used by the linker, and which memory regions it
1383must avoid. The linker does not shuffle sections to fit into the
1384available regions, but does move the requested sections into the correct
1385regions and issue errors when the regions become too full.
1386
867a1b8a 1387A command file may contain at most one use of the @code{MEMORY}
b4d4e8e3
RP
1388command; however, you can define as many blocks of memory within it as
1389you wish. The syntax is:
c8072296 1390
f22eee08 1391@example
b4d4e8e3 1392MEMORY
d4e5e3c3
DM
1393 @{
1394 @var{name} (@var{attr}) : ORIGIN = @var{origin}, LENGTH = @var{len}
1395 @dots{}
1396 @}
f22eee08
RP
1397@end example
1398@table @code
2c5c0674 1399@cindex naming memory regions
d4e5e3c3 1400@item @var{name}
f22eee08
RP
1401is a name used internally by the linker to refer to the region. Any
1402symbol name may be used. The region names are stored in a separate
ec40bbb8 1403name space, and will not conflict with symbols, file names or section
b4d4e8e3 1404names. Use distinct names to specify multiple regions.
d4e5e3c3 1405
2c5c0674 1406@cindex memory region attributes
d4e5e3c3 1407@item (@var{attr})
2c5c0674 1408is an optional list of attributes, permitted for compatibility with the
246504a5 1409AT&T linker but not used by @code{ld} beyond checking that the
2c5c0674
RP
1410attribute list is valid. Valid attribute lists must be made up of the
1411characters ``@code{LIRWX}''. If you omit the attribute list, you may
1412omit the parentheses around it as well.
d4e5e3c3 1413
cb70c872
RP
1414@kindex ORIGIN =
1415@kindex o =
1416@kindex org =
d4e5e3c3 1417@item @var{origin}
ec40bbb8
DM
1418is the start address of the region in physical memory. It is
1419an expression that must evaluate to a constant before
f22eee08 1420memory allocation is performed. The keyword @code{ORIGIN} may be
867a1b8a 1421abbreviated to @code{org} or @code{o} (but not, for example, @samp{ORG}).
d4e5e3c3 1422
cb70c872
RP
1423@kindex LENGTH =
1424@kindex len =
1425@kindex l =
d4e5e3c3 1426@item @var{len}
b4d4e8e3 1427is the size in bytes of the region (an expression).
2c5c0674 1428The keyword @code{LENGTH} may be abbreviated to @code{len} or @code{l}.
f22eee08
RP
1429@end table
1430
1431For example, to specify that memory has two regions available for
ec40bbb8 1432allocation---one starting at 0 for 256 kilobytes, and the other
2c5c0674 1433starting at @code{0x40000000} for four megabytes:
f22eee08
RP
1434
1435@example
b4d4e8e3 1436MEMORY
d4e5e3c3
DM
1437 @{
1438 rom : ORIGIN = 0, LENGTH = 256K
1439 ram : org = 0x40000000, l = 4M
1440 @}
f22eee08
RP
1441@end example
1442
b4d4e8e3 1443Once you have defined a region of memory named @var{mem}, you can direct
2c5c0674
RP
1444specific output sections there by using a command ending in
1445@samp{>@var{mem}} within the @code{SECTIONS} command (@pxref{Section
1446Options}). If the combined output sections directed to a region are too
1447big for the region, the linker will issue an error message.
b4d4e8e3 1448
ec40bbb8 1449@node SECTIONS
867a1b8a 1450@section Specifying Output Sections
67c4333b 1451
2c5c0674 1452@kindex SECTIONS
b4d4e8e3 1453The @code{SECTIONS} command controls exactly where input sections are
867a1b8a
DM
1454placed into output sections, their order in the output file, and to
1455which output sections they are allocated.
b4d4e8e3 1456
867a1b8a 1457You may use at most one @code{SECTIONS} command in a script file,
b4d4e8e3
RP
1458but you can have as many statements within it as you wish. Statements
1459within the @code{SECTIONS} command can do one of three things:
67c4333b 1460
b4d4e8e3
RP
1461@itemize @bullet
1462@item
1463define the entry point;
67c4333b 1464
b4d4e8e3
RP
1465@item
1466assign a value to a symbol;
67c4333b 1467
b4d4e8e3 1468@item
867a1b8a
DM
1469describe the placement of a named output section, and which input
1470sections go into it.
b4d4e8e3
RP
1471@end itemize
1472
8920addc
RP
1473You can also use the first two operations---defining the entry point and
1474defining symbols---outside the @code{SECTIONS} command: @pxref{Entry
1475Point}, and @pxref{Assignment}. They are permitted here as well for
1476your convenience in reading the script, so that symbols and the entry
1477point can be defined at meaningful points in your output-file layout.
f22eee08 1478
67c4333b 1479If you do not use a @code{SECTIONS} command, the linker places each input
867a1b8a
DM
1480section into an identically named output section in the order that the
1481sections are first encountered in the input files. If all input sections
1482are present in the first file, for example, the order of sections in the
1483output file will match the order in the first input file.
b4d4e8e3 1484
2c5c0674 1485@menu
2d59b2c3 1486* Section Definition:: Section Definitions
867a1b8a
DM
1487* Section Placement:: Section Placement
1488* Section Data Expressions:: Section Data Expressions
2d59b2c3 1489* Section Options:: Optional Section Attributes
2c5c0674
RP
1490@end menu
1491
ec40bbb8 1492@node Section Definition
b4d4e8e3 1493@subsection Section Definitions
2c5c0674 1494@cindex section definition
b4d4e8e3 1495The most frequently used statement in the @code{SECTIONS} command is
867a1b8a 1496the @dfn{section definition}, which specifies the
b4d4e8e3 1497properties of an output section: its location, alignment, contents,
ec40bbb8 1498fill pattern, and target memory region. Most of
b4d4e8e3
RP
1499these specifications are optional; the simplest form of a section
1500definition is
1501@example
2c5c0674 1502SECTIONS @{ @dots{}
d4e5e3c3
DM
1503 @var{secname} : @{
1504 @var{contents}
1505 @}
2c5c0674 1506@dots{} @}
b4d4e8e3 1507@end example
2c5c0674 1508@cindex naming output sections
b4d4e8e3
RP
1509@noindent
1510@var{secname} is the name of the output section, and @var{contents} a
ec40bbb8 1511specification of what goes there---for example, a list of input files or
867a1b8a
DM
1512sections of input files (@pxref{Section Placement}). As you might
1513assume, the whitespace shown is optional. You do need the colon
1514@samp{:} and the braces @samp{@{@}}, however.
b4d4e8e3
RP
1515
1516@var{secname} must meet the constraints of your output format. In
1517formats which only support a limited number of sections, such as
1518@code{a.out}, the name must be one of the names supported by the format
2c5c0674
RP
1519(@code{a.out}, for example, allows only @code{.text}, @code{.data} or
1520@code{.bss}). If the output format supports any number of sections, but
1521with numbers and not names (as is the case for Oasys), the name should be
1522supplied as a quoted numeric string. A section name may consist of any
867a1b8a 1523sequence of characters, but any name which does not conform to the standard
246504a5 1524@code{ld} symbol name syntax must be quoted.
ec40bbb8 1525@xref{Symbols, , Symbol Names}.
2c5c0674 1526
f9d3d71a
ILT
1527The linker will not create output sections which do not have any
1528contents. This is for convenience when referring to input sections that
1529may or may not exist. For example,
1530@example
1531.foo @{ *(.foo @}
1532@end example
1533will only create a @samp{.foo} section in the output file if there is a
1534@samp{.foo} section in at least one input file.
1535
867a1b8a
DM
1536@node Section Placement
1537@subsection Section Placement
67c4333b 1538
2c5c0674 1539@cindex contents of a section
67c4333b
RP
1540In a section definition, you can specify the contents of an output
1541section by listing particular input files, by listing particular
1542input-file sections, or by a combination of the two. You can also place
1543arbitrary data in the section, and define symbols relative to the
1544beginning of the section.
b4d4e8e3
RP
1545
1546The @var{contents} of a section definition may include any of the
1547following kinds of statement. You can include as many of these as you
1548like in a single section definition, separated from one another by
1549whitespace.
f22eee08 1550
b4d4e8e3 1551@table @code
2c5c0674
RP
1552@kindex @var{filename}
1553@cindex input files, section defn
1554@cindex files, including in output sections
d4e5e3c3 1555@item @var{filename}
b4d4e8e3 1556You may simply name a particular input file to be placed in the current
2c5c0674 1557output section; @emph{all} sections from that file are placed in the
867a1b8a
DM
1558current section definition. If the file name has already been mentioned
1559in another section definition, with an explicit section name list, then
1560only those sections which have not yet been allocated are used.
1561
1562To specify a list of particular files by name:
f22eee08 1563@example
cb70c872 1564.data : @{ afile.o bfile.o cfile.o @}
f22eee08 1565@end example
2c5c0674
RP
1566@noindent
1567The example also illustrates that multiple statements can be included in
ec40bbb8 1568the contents of a section definition, since each file name is a separate
2c5c0674 1569statement.
f22eee08 1570
d4e5e3c3
DM
1571@kindex @var{filename}(@var{section})
1572@cindex files and sections, section defn
2c5c0674
RP
1573@item @var{filename}( @var{section} )
1574@itemx @var{filename}( @var{section}, @var{section}, @dots{} )
1575@itemx @var{filename}( @var{section} @var{section} @dots{} )
2c5c0674
RP
1576You can name one or more sections from your input files, for
1577insertion in the current output section. If you wish to specify a list
1578of input-file sections inside the parentheses, you may separate the
1579section names by either commas or whitespace.
1580
d4e5e3c3
DM
1581@cindex input sections to output section
1582@kindex *(@var{section})
b4d4e8e3
RP
1583@item * (@var{section})
1584@itemx * (@var{section}, @var{section}, @dots{})
836a5ee4 1585@itemx * (@var{section} @var{section} @dots{})
b4d4e8e3 1586Instead of explicitly naming particular input files in a link control
246504a5 1587script, you can refer to @emph{all} files from the @code{ld} command
ec40bbb8 1588line: use @samp{*} instead of a particular file name before the
b4d4e8e3
RP
1589parenthesized input-file section list.
1590
867a1b8a
DM
1591If you have already explicitly included some files by name, @samp{*}
1592refers to all @emph{remaining} files---those whose places in the output
1593file have not yet been defined.
1594
ec40bbb8 1595For example, to copy sections @code{1} through @code{4} from an Oasys file
b4d4e8e3
RP
1596into the @code{.text} section of an @code{a.out} file, and sections @code{13}
1597and @code{14} into the @code{.data} section:
1598@example
2c5c0674 1599SECTIONS @{
d4e5e3c3
DM
1600 .text :@{
1601 *("1" "2" "3" "4")
1602 @}
1603
1604 .data :@{
1605 *("13" "14")
1606 @}
b4d4e8e3 1607@}
f22eee08
RP
1608@end example
1609
d4e5e3c3 1610@cindex @code{[@var{section}@dots{}]}, not supported
836a5ee4
DM
1611@samp{[ @var{section} @dots{} ]} used to be accepted as an alternate way
1612to specify named sections from all unallocated input files. Because
1613some operating systems (VMS) allow brackets in file names, that notation
1614is no longer supported.
1615
2c5c0674
RP
1616@cindex uninitialized data
1617@cindex commons in output
d4e5e3c3
DM
1618@kindex *( COMMON )
1619@item @var{filename}@code{( COMMON )}
1620@itemx *( COMMON )
b4d4e8e3 1621Specify where in your output file to place uninitialized data
d76ae847 1622with this notation. @code{*(COMMON)} by itself refers to all
b4d4e8e3
RP
1623uninitialized data from all input files (so far as it is not yet
1624allocated); @var{filename}@code{(COMMON)} refers to uninitialized data
1625from a particular file. Both are special cases of the general
1626mechanisms for specifying where to place input-file sections:
246504a5 1627@code{ld} permits you to refer to uninitialized data as if it
b4d4e8e3
RP
1628were in an input-file section named @code{COMMON}, regardless of the
1629input file's format.
1630@end table
1631
2c5c0674 1632For example, the following command script arranges the output file into
b4d4e8e3
RP
1633three consecutive sections, named @code{.text}, @code{.data}, and
1634@code{.bss}, taking the input for each from the correspondingly named
1635sections of all the input files:
d4e5e3c3 1636
f22eee08 1637@example
2c5c0674 1638SECTIONS @{
d76ae847
RP
1639 .text : @{ *(.text) @}
1640 .data : @{ *(.data) @}
1641 .bss : @{ *(.bss) *(COMMON) @}
2c5c0674 1642@}
f22eee08 1643@end example
b4d4e8e3
RP
1644
1645The following example reads all of the sections from file @code{all.o}
1646and places them at the start of output section @code{outputa} which
1647starts at location @code{0x10000}. All of section @code{.input1} from
1648file @code{foo.o} follows immediately, in the same output section. All
1649of section @code{.input2} from @code{foo.o} goes into output section
1650@code{outputb}, followed by section @code{.input1} from @code{foo1.o}.
1651All of the remaining @code{.input1} and @code{.input2} sections from any
1652files are written to output section @code{outputc}.
1653
1654@example
2c5c0674 1655SECTIONS @{
d4e5e3c3
DM
1656 outputa 0x10000 :
1657 @{
1658 all.o
1659 foo.o (.input1)
1660 @}
1661 outputb :
1662 @{
1663 foo.o (.input2)
1664 foo1.o (.input1)
1665 @}
1666 outputc :
1667 @{
1668 *(.input1)
1669 *(.input2)
1670 @}
2c5c0674 1671@}
b4d4e8e3
RP
1672@end example
1673
867a1b8a
DM
1674@node Section Data Expressions
1675@subsection Section Data Expressions
67c4333b 1676
867a1b8a 1677@cindex expressions in a section
67c4333b
RP
1678The foregoing statements arrange, in your output file, data originating
1679from your input files. You can also place data directly in an output
1680section from the link command script. Most of these additional
1681statements involve expressions; @pxref{Expressions}. Although these
1682statements are shown separately here for ease of presentation, no such
1683segregation is needed within a section definition in the @code{SECTIONS}
1684command; you can intermix them freely with any of the statements we've
1685just described.
f22eee08 1686
b4d4e8e3 1687@table @code
2c5c0674
RP
1688@cindex input filename symbols
1689@cindex filename symbols
d4e5e3c3
DM
1690@kindex CREATE_OBJECT_SYMBOLS
1691@item CREATE_OBJECT_SYMBOLS
ec40bbb8
DM
1692Create a symbol for each input file
1693in the current section, set to the address of the first byte of
867a1b8a 1694data written from that input file. For instance, with @code{a.out}
b4d4e8e3
RP
1695files it is conventional to have a symbol for each input file. You can
1696accomplish this by defining the output @code{.text} section as follows:
1697@example
1698SECTIONS @{
d4e5e3c3
DM
1699 .text 0x2020 :
1700 @{
1701 CREATE_OBJECT_SYMBOLS
1702 *(.text)
1703 _etext = ALIGN(0x2000);
1704 @}
1705 @dots{}
2c5c0674 1706@}
f22eee08 1707@end example
b4d4e8e3 1708
867a1b8a 1709If @code{sample.ld} is a file containing this script, and @code{a.o},
b4d4e8e3
RP
1710@code{b.o}, @code{c.o}, and @code{d.o} are four input files with
1711contents like the following---
f22eee08 1712@example
b4d4e8e3
RP
1713/* a.c */
1714
2c5c0674 1715afunction() @{ @}
b4d4e8e3
RP
1716int adata=1;
1717int abss;
1718@end example
f22eee08 1719
b4d4e8e3 1720@noindent
867a1b8a 1721@samp{ld -M -T sample.ld a.o b.o c.o d.o} would create a map like this,
b4d4e8e3
RP
1722containing symbols matching the object file names:
1723@example
f22eee08
RP
172400000000 A __DYNAMIC
172500004020 B _abss
172600004000 D _adata
172700002020 T _afunction
172800004024 B _bbss
172900004008 D _bdata
173000002038 T _bfunction
173100004028 B _cbss
173200004010 D _cdata
173300002050 T _cfunction
17340000402c B _dbss
173500004018 D _ddata
173600002068 T _dfunction
173700004020 D _edata
173800004030 B _end
173900004000 T _etext
174000002020 t a.o
174100002038 t b.o
174200002050 t c.o
174300002068 t d.o
f22eee08
RP
1744@end example
1745
2c5c0674 1746@kindex @var{symbol} = @var{expression} ;
2c5c0674 1747@kindex @var{symbol} @var{f}= @var{expression} ;
d4e5e3c3
DM
1748@item @var{symbol} = @var{expression} ;
1749@itemx @var{symbol} @var{f}= @var{expression} ;
2c5c0674
RP
1750@var{symbol} is any symbol name (@pxref{Symbols}). ``@var{f}=''
1751refers to any of the operators @code{&= += -= *= /=} which combine
1752arithmetic and assignment.
1753
1754@cindex assignment, in section defn
1755When you assign a value to a symbol within a particular section
1756definition, the value is relative to the beginning of the section
1757(@pxref{Assignment}). If you write
d4e5e3c3 1758
b4d4e8e3 1759@example
2c5c0674 1760SECTIONS @{
b4d4e8e3 1761 abs = 14 ;
2c5c0674 1762 @dots{}
cb70c872 1763 .data : @{ @dots{} rel = 14 ; @dots{} @}
b4d4e8e3 1764 abs2 = 14 + ADDR(.data);
2c5c0674
RP
1765 @dots{}
1766@}
f22eee08 1767@end example
d4e5e3c3 1768
2c5c0674 1769@c FIXME: Try above example!
b4d4e8e3 1770@noindent
ec40bbb8 1771@code{abs} and @code{rel} do not have the same value; @code{rel} has the
b4d4e8e3
RP
1772same value as @code{abs2}.
1773
2c5c0674 1774@kindex BYTE(@var{expression})
2c5c0674 1775@kindex SHORT(@var{expression})
2c5c0674 1776@kindex LONG(@var{expression})
c477527c 1777@kindex QUAD(@var{expression})
2c5c0674 1778@cindex direct output
d4e5e3c3
DM
1779@item BYTE(@var{expression})
1780@itemx SHORT(@var{expression})
1781@itemx LONG(@var{expression})
1782@itemx QUAD(@var{expression})
c477527c
ILT
1783By including one of these four statements in a section definition, you
1784can explicitly place one, two, four, or eight bytes (respectively) at
1785the current address of that section. @code{QUAD} is only supported when
1786using a 64 bit host or target.
ec40bbb8
DM
1787
1788@ifclear SingleFormat
1789Multiple-byte quantities are represented in whatever byte order is
1790appropriate for the output file format (@pxref{BFD}).
1791@end ifclear
b4d4e8e3
RP
1792
1793@item FILL(@var{expression})
2c5c0674
RP
1794@kindex FILL(@var{expression})
1795@cindex holes, filling
1796@cindex unspecified memory
867a1b8a 1797Specify the ``fill pattern'' for the current section. Any otherwise
b4d4e8e3
RP
1798unspecified regions of memory within the section (for example, regions
1799you skip over by assigning a new value to the location counter @samp{.})
1800are filled with the two least significant bytes from the
1801@var{expression} argument. A @code{FILL} statement covers memory
1802locations @emph{after} the point it occurs in the section definition; by
1803including more than one @code{FILL} statement, you can have different
1804fill patterns in different parts of an output section.
1805@end table
1806
ec40bbb8 1807@node Section Options
b4d4e8e3 1808@subsection Optional Section Attributes
2c5c0674 1809@cindex section defn, full syntax
b4d4e8e3
RP
1810Here is the full syntax of a section definition, including all the
1811optional portions:
1812
d76ae847 1813@smallexample
2c5c0674
RP
1814SECTIONS @{
1815@dots{}
67c4333b 1816@var{secname} @var{start} BLOCK(@var{align}) (NOLOAD) : AT ( @var{ldadr} )
f9d3d71a 1817 @{ @var{contents} @} >@var{region} =@var{fill}
2c5c0674 1818@dots{}
b4d4e8e3 1819@}
d76ae847 1820@end smallexample
b4d4e8e3
RP
1821
1822@var{secname} and @var{contents} are required. @xref{Section
67c4333b
RP
1823Definition}, and @pxref{Section Placement} for details on
1824@var{contents}. The remaining elements---@var{start},
1825@code{BLOCK(@var{align)}}, @code{(NOLOAD)}, @code{AT ( @var{ldadr} )},
f9d3d71a 1826@code{>@var{region}}, and @code{=@var{fill}}---are all optional.
f22eee08 1827
b4d4e8e3 1828@table @code
2c5c0674
RP
1829@cindex start address, section
1830@cindex section start
1831@cindex section address
d4e5e3c3 1832@item @var{start}
b4d4e8e3
RP
1833You can force the output section to be loaded at a specified address by
1834specifying @var{start} immediately following the section name.
1835@var{start} can be represented as any expression. The following
1836example generates section @var{output} at location
1837@code{0x40000000}:
d4e5e3c3 1838
b4d4e8e3
RP
1839@example
1840SECTIONS @{
d4e5e3c3
DM
1841 @dots{}
1842 output 0x40000000: @{
1843 @dots{}
1844 @}
1845 @dots{}
b4d4e8e3 1846@}
f22eee08 1847@end example
f22eee08 1848
2c5c0674
RP
1849@kindex BLOCK(@var{align})
1850@cindex section alignment
1851@cindex aligning sections
d4e5e3c3 1852@item BLOCK(@var{align})
ec40bbb8 1853You can include @code{BLOCK()} specification to advance
2c5c0674
RP
1854the location counter @code{.} prior to the beginning of the section, so
1855that the section will begin at the specified alignment. @var{align} is
1856an expression.
f22eee08 1857
d76ae847
RP
1858@kindex NOLOAD
1859@cindex prevent unnecessary loading
67c4333b
RP
1860@cindex loading, preventing
1861@item (NOLOAD)
d76ae847
RP
1862Use @samp{(NOLOAD)} to prevent a section from being loaded into memory
1863each time it is accessed. For example, in the script sample below, the
1864@code{ROM} segment is addressed at memory location @samp{0} and does not
1865need to be loaded into each object file:
67c4333b 1866
d76ae847
RP
1867@example
1868SECTIONS @{
d4e5e3c3
DM
1869 ROM 0 (NOLOAD) : @{ @dots{} @}
1870 @dots{}
d76ae847
RP
1871@}
1872@end example
1873
67c4333b
RP
1874@kindex AT ( @var{ldadr} )
1875@cindex specify load address
1876@cindex load address, specifying
1877@item AT ( @var{ldadr} )
1878The expression @var{ldadr} that follows the @code{AT} keyword specifies
1879the load address of the section. The default (if you do not use the
1880@code{AT} keyword) is to make the load address the same as the
1881relocation address. This feature is designed to make it easy to build a
1882ROM image. For example, this @code{SECTIONS} definition creates two
1883output sections: one called @samp{.text}, which starts at @code{0x1000},
1884and one called @samp{.mdata}, which is loaded at the end of the
1885@samp{.text} section even though its relocation address is
1886@code{0x2000}. The symbol @code{_data} is defined with the value
1887@code{0x2000}:
1888
1889@smallexample
1890SECTIONS
139c8857
RP
1891 @{
1892 .text 0x1000 : @{ *(.text) _etext = . ; @}
1893 .mdata 0x2000 :
1894 AT ( ADDR(.text) + SIZEOF ( .text ) )
1895 @{ _data = . ; *(.data); _edata = . ; @}
1896 .bss 0x3000 :
1897 @{ _bstart = . ; *(.bss) *(COMMON) ; _bend = . ;@}
67c4333b
RP
1898@}
1899@end smallexample
1900
1901The run-time initialization code (for C programs, usually @code{crt0})
1902for use with a ROM generated this way has to include something like
1903the following, to copy the initialized data from the ROM image to its runtime
1904address:
1905
139c8857 1906@smallexample
67c4333b
RP
1907char *src = _etext;
1908char *dst = _data;
1909
139c8857 1910/* ROM has data at end of text; copy it. */
67c4333b 1911while (dst < _edata) @{
139c8857 1912 *dst++ = *src++;
67c4333b
RP
1913@}
1914
1915/* Zero bss */
1916for (dst = _bstart; dst< _bend; dst++)
139c8857
RP
1917 *dst = 0;
1918@end smallexample
67c4333b 1919
f9d3d71a
ILT
1920@kindex >@var{region}
1921@cindex section, assigning to memory region
1922@cindex memory regions and sections
1923@item >@var{region}
1924Assign this section to a previously defined region of memory.
1925@xref{MEMORY}.
1926
2c5c0674
RP
1927@kindex =@var{fill}
1928@cindex section fill pattern
1929@cindex fill pattern, entire section
d4e5e3c3
DM
1930@item =@var{fill}
1931Including @code{=@var{fill}} in a section definition specifies the
1932initial fill value for that section. You may use any expression to
1933specify @var{fill}. Any unallocated holes in the current output section
1934when written to the output file will be filled with the two least
1935significant bytes of the value, repeated as necessary. You can also
1936change the fill value with a @code{FILL} statement in the @var{contents}
1937of a section definition.
f22eee08 1938
f22eee08 1939@end table
b4d4e8e3 1940
ec40bbb8 1941@node Entry Point
b4d4e8e3 1942@section The Entry Point
2c5c0674
RP
1943@kindex ENTRY(@var{symbol})
1944@cindex start of execution
1945@cindex first instruction
b4d4e8e3
RP
1946The linker command language includes a command specifically for
1947defining the first executable instruction in an output file (its
1948@dfn{entry point}). Its argument is a symbol name:
f22eee08 1949@example
b4d4e8e3 1950ENTRY(@var{symbol})
f22eee08 1951@end example
b4d4e8e3
RP
1952
1953Like symbol assignments, the @code{ENTRY} command may be placed either
1954as an independent command in the command file, or among the section
1955definitions within the @code{SECTIONS} command---whatever makes the most
1956sense for your layout.
1957
2c5c0674 1958@cindex entry point, defaults
b4d4e8e3
RP
1959@code{ENTRY} is only one of several ways of choosing the entry point.
1960You may indicate it in any of the following ways (shown in descending
1961order of priority: methods higher in the list override methods lower down).
f22eee08
RP
1962@itemize @bullet
1963@item
ec40bbb8 1964the @samp{-e} @var{entry} command-line option;
f22eee08 1965@item
8de26d62 1966the @code{ENTRY(@var{symbol})} command in a linker control script;
f22eee08 1967@item
b4d4e8e3 1968the value of the symbol @code{start}, if present;
f22eee08 1969@item
b4d4e8e3 1970the value of the symbol @code{_main}, if present;
f22eee08 1971@item
b4d4e8e3 1972the address of the first byte of the @code{.text} section, if present;
f22eee08 1973@item
b4d4e8e3 1974The address @code{0}.
f22eee08 1975@end itemize
b4d4e8e3 1976
2c5c0674
RP
1977For example, you can use these rules to generate an entry point with an
1978assignment statement: if no symbol @code{start} is defined within your
1979input files, you can simply define it, assigning it an appropriate
1980value---
d4e5e3c3 1981
f22eee08 1982@example
b4d4e8e3 1983start = 0x2020;
f22eee08 1984@end example
b4d4e8e3
RP
1985
1986@noindent
1987The example shows an absolute address, but you can use any expression.
1988For example, if your input object files use some other symbol-name
1989convention for the entry point, you can just assign the value of
1990whatever symbol contains the start address to @code{start}:
d4e5e3c3 1991
f22eee08 1992@example
cb70c872 1993start = other_symbol ;
f22eee08 1994@end example
f22eee08 1995
867a1b8a
DM
1996@node Option Commands
1997@section Option Commands
b4d4e8e3
RP
1998The command language includes a number of other commands that you can
1999use for specialized purposes. They are similar in purpose to
2000command-line options.
2001
2002@table @code
1fb57a5d
RP
2003@kindex CONSTRUCTORS
2004@cindex C++ constructors, arranging in link
2005@cindex constructors, arranging in link
2006@item CONSTRUCTORS
2007This command ties up C++ style constructor and destructor records. The
2008details of the constructor representation vary from one object format to
2009another, but usually lists of constructors and destructors appear as
2010special sections. The @code{CONSTRUCTORS} command specifies where the
2011linker is to place the data from these sections, relative to the rest of
2012the linked output. Constructor data is marked by the symbol
2013@w{@code{__CTOR_LIST__}} at the start, and @w{@code{__CTOR_LIST_END}} at
2014the end; destructor data is bracketed similarly, between
2015@w{@code{__DTOR_LIST__}} and @w{@code{__DTOR_LIST_END}}. (The compiler
2016must arrange to actually run this code; GNU C++ calls constructors from
2017a subroutine @code{__main}, which it inserts automatically into the
2018startup code for @code{main}, and destructors from @code{_exit}.)
2019
d4e5e3c3 2020@need 1000
2c5c0674 2021@kindex FLOAT
2c5c0674 2022@kindex NOFLOAT
1fb57a5d
RP
2023@item FLOAT
2024@itemx NOFLOAT
2c5c0674 2025These keywords were used in some older linkers to request a particular
246504a5 2026math subroutine library. @code{ld} doesn't use the keywords, assuming
2c5c0674
RP
2027instead that any necessary subroutines are in libraries specified using
2028the general mechanisms for linking to archives; but to permit the use of
2029scripts that were written for the older linkers, the keywords
2030@code{FLOAT} and @code{NOFLOAT} are accepted and ignored.
2031
2c5c0674
RP
2032@kindex FORCE_COMMON_ALLOCATION
2033@cindex common allocation
1fb57a5d 2034@item FORCE_COMMON_ALLOCATION
ec40bbb8 2035This command has the same effect as the @samp{-d} command-line option:
2c5c0674 2036to make @code{ld} assign space to common symbols even if a relocatable
ec40bbb8 2037output file is specified (@samp{-r}).
b4d4e8e3 2038
2c5c0674 2039@kindex INPUT ( @var{files} )
2c5c0674 2040@cindex binary input files
1fb57a5d
RP
2041@item INPUT ( @var{file}, @var{file}, @dots{} )
2042@itemx INPUT ( @var{file} @var{file} @dots{} )
2c5c0674 2043Use this command to include binary input files in the link, without
7f9ae73e
RP
2044including them in a particular section definition.
2045Specify the full name for each @var{file}, including @samp{.a} if
2046required.
2047
2048@code{ld} searches for each @var{file} through the archive-library
2049search path, just as for files you specify on the command line.
2050See the description of @samp{-L} in @ref{Options,,Command Line
2051Options}.
b4d4e8e3 2052
0b3499f6
ILT
2053@kindex GROUP ( @var{files} )
2054@cindex grouping input files
2055@item GROUP ( @var{file}, @var{file}, @dots{} )
2056@itemx GROUP ( @var{file} @var{file} @dots{} )
2057This command is like @code{INPUT}, except that the named files should
2058all be archives, and they are searched repeatedly until no new undefined
2059references are created. See the description of @samp{-(} in
2060@ref{Options,,Command Line Options}.
2061
2c5c0674 2062@ignore
b4d4e8e3 2063@item MAP ( @var{name} )
2c5c0674
RP
2064@kindex MAP ( @var{name} )
2065@c MAP(...) appears to look for an F in the arg, ignoring all other
2066@c chars; if it finds one, it sets "map_option_f" to true. But nothing
2067@c checks map_option_f. Apparently a stub for the future...
2068@end ignore
b4d4e8e3
RP
2069
2070@item OUTPUT ( @var{filename} )
2c5c0674
RP
2071@kindex OUTPUT ( @var{filename} )
2072@cindex naming the output file
d76ae847
RP
2073Use this command to name the link output file @var{filename}. The
2074effect of @code{OUTPUT(@var{filename})} is identical to the effect of
c477527c
ILT
2075@w{@samp{-o @var{filename}}}, which overrides it. You can use this
2076command to supply a default output-file name other than @code{a.out}.
2c5c0674 2077
ec40bbb8 2078@ifclear SingleFormat
2c5c0674
RP
2079@item OUTPUT_ARCH ( @var{bfdname} )
2080@kindex OUTPUT_ARCH ( @var{bfdname} )
2081@cindex machine architecture, output
2082Specify a particular output machine architecture, with one of the names
2083used by the BFD back-end routines (@pxref{BFD}). This command is often
2084unnecessary; the architecture is most often set implicitly by either the
2085system BFD configuration or as a side effect of the @code{OUTPUT_FORMAT}
ec40bbb8 2086command.
2c5c0674
RP
2087
2088@item OUTPUT_FORMAT ( @var{bfdname} )
2089@kindex OUTPUT_FORMAT ( @var{bfdname} )
2090@cindex format, output file
1fb57a5d
RP
2091When @code{ld} is configured to support multiple object code formats,
2092you can use this command to specify a particular output format.
2093@var{bfdname} is one of the names used by the BFD back-end routines
2094(@pxref{BFD}). The effect is identical to the effect of the
2095@samp{-oformat} command-line option. This selection affects only
2c5c0674 2096the output file; the related command @code{TARGET} affects primarily
ec40bbb8
DM
2097input files.
2098@end ifclear
2c5c0674
RP
2099
2100@item SEARCH_DIR ( @var{path} )
2101@kindex SEARCH_DIR ( @var{path} )
2102@cindex path for libraries
2103@cindex search path, libraries
246504a5 2104Add @var{path} to the list of paths where @code{ld} looks for
2c5c0674 2105archive libraries. @code{SEARCH_DIR(@var{path})} has the same
ec40bbb8 2106effect as @samp{-L@var{path}} on the command line.
2c5c0674
RP
2107
2108@item STARTUP ( @var{filename} )
2109@kindex STARTUP ( @var{filename} )
2110@cindex first input file
2111Ensure that @var{filename} is the first input file used in the link
2112process.
b4d4e8e3 2113
ec40bbb8 2114@ifclear SingleFormat
b4d4e8e3 2115@item TARGET ( @var{format} )
2c5c0674
RP
2116@cindex input file format
2117@kindex TARGET ( @var{format} )
1fb57a5d
RP
2118When @code{ld} is configured to support multiple object code formats,
2119you can use this command to change the input-file object code format
2120(like the command-line option @samp{-b} or its synonym @samp{-format}).
2121The argument @var{format} is one of the strings used by BFD to name
2122binary formats. If @code{TARGET} is specified but @code{OUTPUT_FORMAT}
2123is not, the last @code{TARGET} argument is also used as the default
2124format for the @code{ld} output file. @xref{BFD}.
2c5c0674
RP
2125
2126@kindex GNUTARGET
246504a5 2127If you don't use the @code{TARGET} command, @code{ld} uses the value of
2c5c0674 2128the environment variable @code{GNUTARGET}, if available, to select the
246504a5 2129output file format. If that variable is also absent, @code{ld} uses
2c5c0674 2130the default format configured for your machine in the BFD libraries.
ec40bbb8 2131@end ifclear
b4d4e8e3
RP
2132@end table
2133
ec40bbb8
DM
2134@ifset GENERIC
2135@node Machine Dependent
1c48127e
RP
2136@chapter Machine Dependent Features
2137
2138@cindex machine dependencies
246504a5
RP
2139@code{ld} has additional features on some platforms; the following
2140sections describe them. Machines where @code{ld} has no additional
1c48127e
RP
2141functionality are not listed.
2142
2143@menu
246504a5
RP
2144* H8/300:: @code{ld} and the H8/300
2145* i960:: @code{ld} and the Intel 960 family
1c48127e 2146@end menu
ec40bbb8
DM
2147@end ifset
2148
7f9ae73e 2149@c FIXME! This could use @raisesections/@lowersections, but there seems to be a conflict
ec40bbb8
DM
2150@c between those and node-defaulting.
2151@ifset H8300
2152@ifclear GENERIC
7f9ae73e 2153@raisesections
ec40bbb8
DM
2154@end ifclear
2155@node H8/300
246504a5 2156@section @code{ld} and the H8/300
1c48127e
RP
2157
2158@cindex H8/300 support
246504a5 2159For the H8/300, @code{ld} can perform these global optimizations when
1c48127e
RP
2160you specify the @samp{-relax} command-line option.
2161
2162@table @emph
2163@item relaxing address modes
d76ae847 2164@cindex relaxing on H8/300
246504a5 2165@code{ld} finds all @code{jsr} and @code{jmp} instructions whose
1c48127e
RP
2166targets are within eight bits, and turns them into eight-bit
2167program-counter relative @code{bsr} and @code{bra} instructions,
2168respectively.
2169
2170@item synthesizing instructions
d76ae847 2171@cindex synthesizing on H8/300
1c48127e 2172@c FIXME: specifically mov.b, or any mov instructions really?
246504a5 2173@code{ld} finds all @code{mov.b} instructions which use the
1c48127e
RP
2174sixteen-bit absolute address form, but refer to the top
2175page of memory, and changes them to use the eight-bit address form.
2176(That is: the linker turns @samp{mov.b @code{@@}@var{aa}:16} into
2177@samp{mov.b @code{@@}@var{aa}:8} whenever the address @var{aa} is in the
2178top page of memory).
2179@end table
ec40bbb8 2180@ifclear GENERIC
7f9ae73e 2181@lowersections
ec40bbb8
DM
2182@end ifclear
2183@end ifset
2184
f9d3d71a
ILT
2185@ifclear GENERIC
2186@ifset Hitachi
2187@c This stuff is pointless to say unless you're especially concerned
2188@c with Hitachi chips; don't enable it for generic case, please.
2189@node Hitachi
2190@chapter @code{ld} and other Hitachi chips
2191
2192@code{ld} also supports the H8/300H, the H8/500, and the Hitachi SH. No
2193special features, commands, or command-line options are required for
2194these chips.
2195@end ifset
2196@end ifclear
2197
ec40bbb8
DM
2198@ifset I960
2199@ifclear GENERIC
7f9ae73e 2200@raisesections
ec40bbb8
DM
2201@end ifclear
2202@node i960
246504a5 2203@section @code{ld} and the Intel 960 family
1c48127e
RP
2204
2205@cindex i960 support
d76ae847 2206
1c48127e
RP
2207You can use the @samp{-A@var{architecture}} command line option to
2208specify one of the two-letter names identifying members of the 960
2209family; the option specifies the desired output target, and warns of any
2210incompatible instructions in the input files. It also modifies the
2211linker's search strategy for archive libraries, to support the use of
2212libraries specific to each particular architecture, by including in the
2213search loop names suffixed with the string identifying the architecture.
2214
246504a5 2215For example, if your @code{ld} command line included @w{@samp{-ACA}} as
1c48127e 2216well as @w{@samp{-ltry}}, the linker would look (in its built-in search
ec40bbb8 2217paths, and in any paths you specify with @samp{-L}) for a library with
1c48127e 2218the names
ec40bbb8 2219
1c48127e
RP
2220@example
2221try
2222libtry.a
2223tryca
2224libtryca.a
2225@end example
ec40bbb8 2226
1c48127e
RP
2227@noindent
2228The first two possibilities would be considered in any event; the last
2229two are due to the use of @w{@samp{-ACA}}.
2230
ec40bbb8 2231You can meaningfully use @samp{-A} more than once on a command line, since
1c48127e 2232the 960 architecture family allows combination of target architectures; each
ec40bbb8 2233use will add another pair of name variants to search for when @w{@samp{-l}}
1c48127e 2234specifies a library.
1fb57a5d
RP
2235
2236@cindex @code{-relax} on i960
2237@cindex relaxing on i960
2238@code{ld} supports the @samp{-relax} option for the i960 family. If you
2239specify @samp{-relax}, @code{ld} finds all @code{balx} and @code{calx}
2240instructions whose targets are within 24 bits, and turns them into
224124-bit program-counter relative @code{bal} and @code{cal}
2242instructions, respectively. @code{ld} also turns @code{cal}
2243instructions into @code{bal} instructions when it determines that the
2244target subroutine is a leaf routine (that is, the target subroutine does
2245not itself call any subroutines).
2246
ec40bbb8 2247@ifclear GENERIC
7f9ae73e 2248@lowersections
ec40bbb8
DM
2249@end ifclear
2250@end ifset
1c48127e 2251
ec40bbb8
DM
2252@ifclear SingleFormat
2253@node BFD
f22eee08
RP
2254@chapter BFD
2255
2c5c0674
RP
2256@cindex back end
2257@cindex object file management
d4e5e3c3
DM
2258@cindex object formats available
2259@kindex objdump -i
2c5c0674
RP
2260The linker accesses object and archive files using the BFD libraries.
2261These libraries allow the linker to use the same routines to operate on
2262object files whatever the object file format. A different object file
2263format can be supported simply by creating a new BFD back end and adding
d4e5e3c3
DM
2264it to the library. To conserve runtime memory, however, the linker and
2265associated tools are usually configured to support only a subset of the
2266object file formats available. You can use @code{objdump -i}
1c48127e 2267(@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}) to
d4e5e3c3 2268list all the formats available for your configuration.
f22eee08 2269
2c5c0674
RP
2270@cindex BFD requirements
2271@cindex requirements for BFD
2272As with most implementations, BFD is a compromise between
f22eee08 2273several conflicting requirements. The major factor influencing
2c5c0674
RP
2274BFD design was efficiency: any time used converting between
2275formats is time which would not have been spent had BFD not
f22eee08 2276been involved. This is partly offset by abstraction payback; since
2c5c0674 2277BFD simplifies applications and back ends, more time and care
f22eee08
RP
2278may be spent optimizing algorithms for a greater speed.
2279
2c5c0674
RP
2280One minor artifact of the BFD solution which you should bear in
2281mind is the potential for information loss. There are two places where
ec40bbb8 2282useful information can be lost using the BFD mechanism: during
2c5c0674
RP
2283conversion and during output. @xref{BFD information loss}.
2284
2285@menu
2d59b2c3 2286* BFD outline:: How it works: an outline of BFD
2c5c0674 2287@end menu
f22eee08 2288
ec40bbb8 2289@node BFD outline
b4d4e8e3 2290@section How it works: an outline of BFD
2c5c0674 2291@cindex opening object files
3e27cc11 2292@include bfdsumm.texi
ec40bbb8 2293@end ifclear
f22eee08 2294
ec40bbb8 2295@node MRI
2d59b2c3
RP
2296@appendix MRI Compatible Script Files
2297@cindex MRI compatibility
2298To aid users making the transition to @sc{gnu} @code{ld} from the MRI
2299linker, @code{ld} can use MRI compatible linker scripts as an
2300alternative to the more general-purpose linker scripting language
2301described in @ref{Commands,,Command Language}. MRI compatible linker
2302scripts have a much simpler command set than the scripting language
2303otherwise used with @code{ld}. @sc{gnu} @code{ld} supports the most
2304commonly used MRI linker commands; these commands are described here.
2305
867a1b8a
DM
2306In general, MRI scripts aren't of much use with the @code{a.out} object
2307file format, since it only has three sections and MRI scripts lack some
2308features to make use of them.
2309
2d59b2c3
RP
2310You can specify a file containing an MRI-compatible script using the
2311@samp{-c} command-line option.
2312
2313Each command in an MRI-compatible script occupies its own line; each
2314command line starts with the keyword that identifies the command (though
2315blank lines are also allowed for punctuation). If a line of an
2316MRI-compatible script begins with an unrecognized keyword, @code{ld}
2317issues a warning message, but continues processing the script.
2318
2319Lines beginning with @samp{*} are comments.
2320
2321You can write these commands using all upper-case letters, or all
2322lower case; for example, @samp{chip} is the same as @samp{CHIP}.
2323The following list shows only the upper-case form of each command.
2324
2325@table @code
d4e5e3c3 2326@cindex @code{ABSOLUTE} (MRI)
2d59b2c3
RP
2327@item ABSOLUTE @var{secname}
2328@item ABSOLUTE @var{secname}, @var{secname}, @dots{} @var{secname}
2d59b2c3
RP
2329Normally, @code{ld} includes in the output file all sections from all
2330the input files. However, in an MRI-compatible script, you can use the
2331@code{ABSOLUTE} command to restrict the sections that will be present in
2332your output program. If the @code{ABSOLUTE} command is used at all in a
2333script, then only the sections named explicitly in @code{ABSOLUTE}
2334commands will appear in the linker output. You can still use other
2335input sections (whatever you select on the command line, or using
7b015547 2336@code{LOAD}) to resolve addresses in the output file.
2d59b2c3 2337
2d59b2c3 2338@cindex @code{ALIAS} (MRI)
d4e5e3c3 2339@item ALIAS @var{out-secname}, @var{in-secname}
2d59b2c3
RP
2340Use this command to place the data from input section @var{in-secname}
2341in a section called @var{out-secname} in the linker output file.
2342
2343@var{in-secname} may be an integer.
2344
2d59b2c3 2345@cindex @code{BASE} (MRI)
d4e5e3c3 2346@item BASE @var{expression}
2d59b2c3
RP
2347Use the value of @var{expression} as the lowest address (other than
2348absolute addresses) in the output file.
2349
d4e5e3c3 2350@cindex @code{CHIP} (MRI)
2d59b2c3
RP
2351@item CHIP @var{expression}
2352@itemx CHIP @var{expression}, @var{expression}
ec40bbb8 2353This command does nothing; it is accepted only for compatibility.
2d59b2c3 2354
2d59b2c3 2355@cindex @code{END} (MRI)
d4e5e3c3 2356@item END
2d59b2c3
RP
2357This command does nothing whatever; it's only accepted for compatibility.
2358
2d59b2c3 2359@cindex @code{FORMAT} (MRI)
d4e5e3c3 2360@item FORMAT @var{output-format}
2d59b2c3
RP
2361Similar to the @code{OUTPUT_FORMAT} command in the more general linker
2362language, but restricted to one of these output formats:
d4e5e3c3 2363
2d59b2c3
RP
2364@enumerate
2365@item
2366S-records, if @var{output-format} is @samp{S}
2367
2368@item
2369IEEE, if @var{output-format} is @samp{IEEE}
2370
2371@item
2372COFF (the @samp{coff-m68k} variant in BFD), if @var{output-format} is
2373@samp{COFF}
2374@end enumerate
2375
2d59b2c3 2376@cindex @code{LIST} (MRI)
d4e5e3c3 2377@item LIST @var{anything}@dots{}
2d59b2c3
RP
2378Print (to the standard output file) a link map, as produced by the
2379@code{ld} command-line option @samp{-M}.
2380
ec40bbb8
DM
2381The keyword @code{LIST} may be followed by anything on the
2382same line, with no change in its effect.
2d59b2c3 2383
d4e5e3c3 2384@cindex @code{LOAD} (MRI)
2d59b2c3
RP
2385@item LOAD @var{filename}
2386@item LOAD @var{filename}, @var{filename}, @dots{} @var{filename}
2d59b2c3
RP
2387Include one or more object file @var{filename} in the link; this has the
2388same effect as specifying @var{filename} directly on the @code{ld}
2389command line.
2390
2d59b2c3 2391@cindex @code{NAME} (MRI)
d4e5e3c3 2392@item NAME @var{output-name}
2d59b2c3
RP
2393@var{output-name} is the name for the program produced by @code{ld}; the
2394MRI-compatible command @code{NAME} is equivalent to the command-line
2395option @samp{-o} or the general script language command @code{OUTPUT}.
2396
d4e5e3c3 2397@cindex @code{ORDER} (MRI)
2d59b2c3
RP
2398@item ORDER @var{secname}, @var{secname}, @dots{} @var{secname}
2399@itemx ORDER @var{secname} @var{secname} @var{secname}
ec40bbb8
DM
2400Normally, @code{ld} orders the sections in its output file in the
2401order in which they first appear in the input files. In an MRI-compatible
2402script, you can override this ordering with the @code{ORDER} command. The
2d59b2c3
RP
2403sections you list with @code{ORDER} will appear first in your output
2404file, in the order specified.
2405
d4e5e3c3 2406@cindex @code{PUBLIC} (MRI)
2d59b2c3
RP
2407@item PUBLIC @var{name}=@var{expression}
2408@itemx PUBLIC @var{name},@var{expression}
2409@itemx PUBLIC @var{name} @var{expression}
ec40bbb8 2410Supply a value (@var{expression}) for external symbol
2d59b2c3
RP
2411@var{name} used in the linker input files.
2412
d4e5e3c3 2413@cindex @code{SECT} (MRI)
2d59b2c3
RP
2414@item SECT @var{secname}, @var{expression}
2415@itemx SECT @var{secname}=@var{expression}
2416@itemx SECT @var{secname} @var{expression}
2d59b2c3
RP
2417You can use any of these three forms of the @code{SECT} command to
2418specify the start address (@var{expression}) for section @var{secname}.
2419If you have more than one @code{SECT} statement for the same
2420@var{secname}, only the @emph{first} sets the start address.
2421@end table
2422
2423
ec40bbb8 2424@node Index
2c5c0674
RP
2425@unnumbered Index
2426
2427@printindex cp
2428
2429@tex
2430% I think something like @colophon should be in texinfo. In the
2431% meantime:
2432\long\def\colophon{\hbox to0pt{}\vfill
2433\centerline{The body of this manual is set in}
2434\centerline{\fontname\tenrm,}
2435\centerline{with headings in {\bf\fontname\tenbf}}
2436\centerline{and examples in {\tt\fontname\tentt}.}
2437\centerline{{\it\fontname\tenit\/} and}
2438\centerline{{\sl\fontname\tensl\/}}
2439\centerline{are used for emphasis.}\vfill}
2440\page\colophon
2441% Blame: pesch@cygnus.com, 28mar91.
2442@end tex
2443
2444
b4d4e8e3 2445@contents
f22eee08
RP
2446@bye
2447
2448
This page took 0.262509 seconds and 4 git commands to generate.