* scripttempl/v850.sc (__gp, __ep): Define.
[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
c653b370 18This file documents the @sc{gnu} linker LD.
b4d4e8e3 19
431e1e85 20Copyright (C) 1991, 92, 93, 94, 95, 1996 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
c653b370 52@author Steve Chamberlain
c8072296 53@author Cygnus Support
b4d4e8e3
RP
54@page
55
56@tex
b4d4e8e3
RP
57{\parskip=0pt
58\hfill Cygnus Support\par
c653b370 59\hfill steve\@cygnus.com, doc\@cygnus.com\par
ec40bbb8 60\hfill {\it Using LD, the GNU linker}\par
d4e5e3c3 61\hfill Edited by Jeffrey Osier (jeffrey\@cygnus.com)\par
b4d4e8e3
RP
62}
63\global\parindent=0pt % Steve likes it this way.
64@end tex
65
f22eee08 66@vskip 0pt plus 1filll
431e1e85 67Copyright @copyright{} 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
f22eee08
RP
68
69Permission is granted to make and distribute verbatim copies of
70this manual provided the copyright notice and this permission notice
71are preserved on all copies.
72
73Permission is granted to copy and distribute modified versions of this
74manual under the conditions for verbatim copying, provided also that
75the entire resulting derived work is distributed under the terms of a
76permission notice identical to this one.
77
78Permission is granted to copy and distribute translations of this manual
79into another language, under the above conditions for modified versions.
f22eee08 80@end titlepage
2c5c0674 81@end iftex
b4d4e8e3 82@c FIXME: Talk about importance of *order* of args, cmds to linker!
f22eee08 83
f22eee08 84@ifinfo
ec40bbb8
DM
85@node Top
86@top Using ld
c653b370 87This file documents the @sc{gnu} linker ld.
f22eee08 88
2c5c0674 89@menu
2d59b2c3
RP
90* Overview:: Overview
91* Invocation:: Invocation
92* Commands:: Command Language
ec40bbb8 93@ifset GENERIC
2d59b2c3 94* Machine Dependent:: Machine Dependent Features
ec40bbb8
DM
95@end ifset
96@ifclear GENERIC
97@ifset H8300
98* H8/300:: ld and the H8/300
99@end ifset
f9d3d71a
ILT
100@ifset Hitachi
101* Hitachi:: ld and other Hitachi micros
102@end ifset
ec40bbb8
DM
103@ifset I960
104* i960:: ld and the Intel 960 family
105@end ifset
106@end ifclear
107@ifclear SingleFormat
2d59b2c3 108* BFD:: BFD
ec40bbb8
DM
109@end ifclear
110@c Following blank line required for remaining bug in makeinfo conds/menus
111
2d59b2c3
RP
112* MRI:: MRI Compatible Script Files
113* Index:: Index
2c5c0674 114@end menu
ec40bbb8 115@end ifinfo
2c5c0674 116
ec40bbb8 117@node Overview
f22eee08
RP
118@chapter Overview
119
c653b370 120@cindex @sc{gnu} linker
2c5c0674 121@cindex what is this?
246504a5 122@code{ld} combines a number of object and archive files, relocates
ec40bbb8
DM
123their data and ties up symbol references. Usually the last step in
124compiling a program is to run @code{ld}.
f22eee08 125
246504a5 126@code{ld} accepts Linker Command Language files written in
2c5c0674 127a superset of AT&T's Link Editor Command Language syntax,
b4d4e8e3 128to provide explicit and total control over the linking process.
f22eee08 129
ec40bbb8 130@ifclear SingleFormat
246504a5
RP
131This version of @code{ld} uses the general purpose BFD libraries
132to operate on object files. This allows @code{ld} to read, combine, and
b4d4e8e3
RP
133write object files in many different formats---for example, COFF or
134@code{a.out}. Different formats may be linked together to produce any
d4e5e3c3 135available kind of object file. @xref{BFD}, for more information.
ec40bbb8 136@end ifclear
f22eee08 137
c653b370 138Aside from its flexibility, the @sc{gnu} linker is more helpful than other
2c5c0674
RP
139linkers in providing diagnostic information. Many linkers abandon
140execution immediately upon encountering an error; whenever possible,
246504a5 141@code{ld} continues executing, allowing you to identify other errors
2c5c0674
RP
142(or, in some cases, to get an output file in spite of the error).
143
ec40bbb8 144@node Invocation
2c5c0674
RP
145@chapter Invocation
146
c653b370 147The @sc{gnu} linker @code{ld} is meant to cover a broad range of situations,
2c5c0674 148and to be as compatible as possible with other linkers. As a result,
ec40bbb8 149you have many choices to control its behavior.
2c5c0674 150
ec40bbb8 151@ifset UsesEnvVars
2c5c0674 152@menu
2d59b2c3
RP
153* Options:: Command Line Options
154* Environment:: Environment Variables
2c5c0674 155@end menu
f22eee08 156
ec40bbb8 157@node Options
2c5c0674 158@section Command Line Options
ec40bbb8 159@end ifset
2c5c0674
RP
160
161@cindex command line
162@cindex options
67afbcea
DE
163The linker supports a plethora of command-line options, but in actual
164practice few of them are used in any particular context.
2c5c0674 165@cindex standard Unix system
246504a5 166For instance, a frequent use of @code{ld} is to link standard Unix
b4d4e8e3
RP
167object files on a standard, supported Unix system. On such a system, to
168link a file @code{hello.o}:
ec40bbb8 169
c653b370 170@smallexample
ec40bbb8 171ld -o @var{output} /lib/crt0.o hello.o -lc
c653b370 172@end smallexample
ec40bbb8 173
d76ae847 174This tells @code{ld} to produce a file called @var{output} as the
b4d4e8e3 175result of linking the file @code{/lib/crt0.o} with @code{hello.o} and
ec40bbb8
DM
176the library @code{libc.a}, which will come from the standard search
177directories. (See the discussion of the @samp{-l} option below.)
f22eee08 178
246504a5 179The command-line options to @code{ld} may be specified in any order, and
67afbcea
DE
180may be repeated at will. Repeating most options with a different
181argument will either have no further effect, or override prior
ec40bbb8 182occurrences (those further to the left on the command line) of that
67afbcea
DE
183option. Options which may be meaningfully specified more than once are
184noted in the descriptions below.
f22eee08 185
2c5c0674 186@cindex object files
67afbcea
DE
187Non-option arguments are objects files which are to be linked together.
188They may follow, precede, or be mixed in with command-line options,
189except that an object file argument may not be placed between an option
190and its argument.
f22eee08 191
7f9ae73e
RP
192Usually the linker is invoked with at least one object file, but you can
193specify other forms of binary input files using @samp{-l}, @samp{-R},
194and the script command language. If @emph{no} binary input files at all
195are specified, the linker does not produce any output, and issues the
196message @samp{No input files}.
2c5c0674 197
0b3499f6
ILT
198If the linker can not recognize the format of an object file, it will
199assume that it is a linker script. A script specified in this way
200augments the main linker script used for the link (either the default
201linker script or the one specified by using @samp{-T}). This feature
202permits the linker to link against a file which appears to be an object
203or an archive, but actually merely defines some symbol values, or uses
204@code{INPUT} or @code{GROUP} to load other objects. @xref{Commands}.
205
d4e5e3c3
DM
206For options whose names are a single letter,
207option arguments must either follow the option letter without intervening
f22eee08
RP
208whitespace, or be given as separate arguments immediately following the
209option that requires them.
210
d4e5e3c3
DM
211For options whose names are multiple letters, either one dash or two can
212precede the option name; for example, @samp{--oformat} and
213@samp{-oformat} are equivalent. Arguments to multiple-letter options
214must either be separated from the option name by an equals sign, or be
215given as separate arguments immediately following the option that
216requires them. For example, @samp{--oformat srec} and
217@samp{--oformat=srec} are equivalent. Unique abbreviations of the names
218of multiple-letter options are accepted.
219
f22eee08 220@table @code
67afbcea
DE
221@kindex -a@var{keyword}
222@item -a@var{keyword}
223This option is supported for HP/UX compatibility. The @var{keyword}
224argument must be one of the strings @samp{archive}, @samp{shared}, or
225@samp{default}. @samp{-aarchive} is functionally equivalent to
226@samp{-Bstatic}, and the other two keywords are functionally equivalent
227to @samp{-Bdynamic}. This option may be used any number of times.
228
ec40bbb8 229@ifset I960
2c5c0674
RP
230@cindex architectures
231@kindex -A@var{arch}
b4d4e8e3 232@item -A@var{architecture}
67afbcea
DE
233@kindex --architecture=@var{arch}
234@itemx --architecture=@var{architecture}
246504a5
RP
235In the current release of @code{ld}, this option is useful only for the
236Intel 960 family of architectures. In that @code{ld} configuration, the
1c48127e
RP
237@var{architecture} argument identifies the particular architecture in
238the 960 family, enabling some safeguards and modifying the
d76ae847
RP
239archive-library search path. @xref{i960,,@code{ld} and the Intel 960
240family}, for details.
b4d4e8e3 241
246504a5 242Future releases of @code{ld} may support similar functionality for
b4d4e8e3 243other architecture families.
ec40bbb8 244@end ifset
b4d4e8e3 245
ec40bbb8 246@ifclear SingleFormat
2c5c0674
RP
247@cindex binary input format
248@kindex -b @var{format}
67afbcea 249@kindex --format=@var{format}
2c5c0674 250@cindex input format
2c5c0674 251@cindex input format
c653b370 252@item -b @var{input-format}
67afbcea 253@itemx --format=@var{input-format}
1fb57a5d
RP
254@code{ld} may be configured to support more than one kind of object
255file. If your @code{ld} is configured this way, you can use the
256@samp{-b} option to specify the binary format for input object files
257that follow this option on the command line. Even when @code{ld} is
258configured to support alternative object formats, you don't usually need
259to specify this, as @code{ld} should be configured to expect as a
260default input format the most usual format on each machine.
261@var{input-format} is a text string, the name of a particular format
262supported by the BFD libraries. (You can list the available binary
67afbcea 263formats with @samp{objdump -i}.)
1fb57a5d 264@xref{BFD}.
2c5c0674
RP
265
266You may want to use this option if you are linking files with an unusual
ec40bbb8 267binary format. You can also use @samp{-b} to switch formats explicitly (when
2c5c0674 268linking object files of different formats), by including
ec40bbb8 269@samp{-b @var{input-format}} before each group of object files in a
2c5c0674
RP
270particular format.
271
272The default format is taken from the environment variable
ec40bbb8
DM
273@code{GNUTARGET}.
274@ifset UsesEnvVars
275@xref{Environment}.
276@end ifset
277You can also define the input
867a1b8a 278format from a script, using the command @code{TARGET}; see @ref{Option
d76ae847 279Commands}.
ec40bbb8 280@end ifclear
2c5c0674 281
2d59b2c3 282@kindex -c @var{MRI-cmdfile}
67afbcea 283@kindex --mri-script=@var{MRI-cmdfile}
2d59b2c3
RP
284@cindex compatibility, MRI
285@item -c @var{MRI-commandfile}
67afbcea 286@itemx --mri-script=@var{MRI-commandfile}
2d59b2c3
RP
287For compatibility with linkers produced by MRI, @code{ld} accepts script
288files written in an alternate, restricted command language, described in
d76ae847 289@ref{MRI,,MRI Compatible Script Files}. Introduce MRI script files with
ec40bbb8 290the option @samp{-c}; use the @samp{-T} option to run linker
d76ae847 291scripts written in the general-purpose @code{ld} scripting language.
8ddef552
DM
292If @var{MRI-cmdfile} does not exist, @code{ld} looks for it in the directories
293specified by any @samp{-L} options.
b4d4e8e3 294
2c5c0674
RP
295@cindex common allocation
296@kindex -d
2c5c0674 297@kindex -dc
2c5c0674 298@kindex -dp
c653b370
ILT
299@item -d
300@itemx -dc
b4d4e8e3
RP
301@itemx -dp
302These three options are equivalent; multiple forms are supported for
ec40bbb8 303compatibility with other linkers. They
2c5c0674 304assign space to common symbols even if a relocatable output file is
ec40bbb8 305specified (with @samp{-r}). The script command
867a1b8a 306@code{FORCE_COMMON_ALLOCATION} has the same effect. @xref{Option
d76ae847 307Commands}.
b4d4e8e3 308
2c5c0674
RP
309@cindex entry point, from command line
310@kindex -e @var{entry}
67afbcea 311@kindex --entry=@var{entry}
f22eee08 312@item -e @var{entry}
67afbcea 313@itemx --entry=@var{entry}
f22eee08 314Use @var{entry} as the explicit symbol for beginning execution of your
b4d4e8e3
RP
315program, rather than the default entry point. @xref{Entry Point}, for a
316discussion of defaults and other ways of specifying the
317entry point.
f22eee08 318
c653b370 319@cindex dynamic symbol table
7ec9d825 320@kindex -E
c653b370 321@kindex -export-dynamic
7ec9d825
ILT
322@item -E
323@itemx -export-dynamic
67afbcea
DE
324When creating a dynamically linked executable, add all symbols to the
325dynamic symbol table. Normally, the dynamic symbol table contains only
326symbols which are used by a dynamic object. This option is needed for
327some uses of @code{dlopen}.
c653b370 328
ec40bbb8 329@ifclear SingleFormat
2c5c0674 330@kindex -F
b4d4e8e3 331@item -F
2c5c0674 332@itemx -F@var{format}
ec40bbb8
DM
333Ignored. Some older linkers used this option throughout a compilation
334toolchain for specifying object-file format for both input and output
335object files. The mechanisms @code{ld} uses for this purpose (the
867a1b8a
DM
336@samp{-b} or @samp{-format} options for input files, @samp{-oformat}
337option or the @code{TARGET} command in linker scripts for output files,
338the @code{GNUTARGET} environment variable) are more flexible, but
339@code{ld} accepts the @samp{-F} option for compatibility with scripts
340written to call the old linker.
ec40bbb8 341@end ifclear
2c5c0674 342
a1d393cf
ILT
343@kindex --force-exe-suffix
344@item --force-exe-suffix
345Make sure that an output file has a .exe suffix.
346
347If a successfully built fully linked output file does not have a
348@code{.exe} or @code{.dll} suffix, this option forces the linker to copy
349the output file to one of the same name with a @code{.exe} suffix. This
350option is useful when using unmodified Unix makefiles on a Microsoft
351Windows host, since some versions of Windows won't run an image unless
352it ends in a @code{.exe} suffix.
353
2c5c0674 354@kindex -g
b4d4e8e3 355@item -g
ec40bbb8 356Ignored. Provided for compatibility with other tools.
b4d4e8e3 357
8ddef552 358@kindex -G
67afbcea 359@kindex --gpsize
8ddef552
DM
360@cindex object size
361@item -G@var{value}
67afbcea 362@itemx --gpsize=@var{value}
8ddef552 363Set the maximum size of objects to be optimized using the GP register to
67afbcea
DE
364@var{size}. This is only meaningful for object file formats such as
365MIPS ECOFF which supports putting large and small objects into different
366sections. This is ignored for other object file formats.
8ddef552 367
67afbcea
DE
368@cindex runtime library name
369@kindex -h@var{name}
370@kindex -soname=@var{name}
371@item -h@var{name}
372@itemx -soname=@var{name}
373When creating an ELF shared object, set the internal DT_SONAME field to
374the specified name. When an executable is linked with a shared object
375which has a DT_SONAME field, then when the executable is run the dynamic
376linker will attempt to load the shared object specified by the DT_SONAME
377field rather than the using the file name given to the linker.
de87cdb4 378
2c5c0674
RP
379@kindex -i
380@cindex incremental link
f22eee08 381@item -i
ec40bbb8 382Perform an incremental link (same as option @samp{-r}).
f22eee08 383
2c5c0674 384@cindex archive files, from cmd line
de87cdb4 385@kindex -l@var{archive}
67afbcea
DE
386@kindex --library=@var{archive}
387@item -l@var{archive}
388@itemx --library=@var{archive}
389Add archive file @var{archive} to the list of files to link. This
f22eee08 390option may be used any number of times. @code{ld} will search its
67afbcea 391path-list for occurrences of @code{lib@var{archive}.a} for every
4164f2d5
ILT
392@var{archive} specified.
393
394On systems which support shared libraries, @code{ld} may also search for
395libraries with extensions other than @code{.a}. Specifically, on ELF
396and SunOS systems, @code{ld} will search a directory for a library with
397an extension of @code{.so} before searching for one with an extension of
398@code{.a}. By convention, a @code{.so} extension indicates a shared
399library.
f22eee08 400
b61364cc
ILT
401The linker will search an archive only once, at the location where it is
402specified on the command line. If the archive defines a symbol which
403was undefined in some object which appeared before the archive on the
404command line, the linker will include the appropriate file(s) from the
405archive. However, an undefined symbol in an object appearing later on
406the command line will not cause the linker to search the archive again.
407
408See the @code{-(} option for a way to force the linker to search
409archives multiple times.
410
411You may list the same archive multiple times on the command line.
412
413@ifset GENERIC
414This type of archive searching is standard for Unix linkers. However,
415if you are using @code{ld} on AIX, note that it is different from the
416behaviour of the AIX linker.
417@end ifset
418
2c5c0674
RP
419@cindex search directory, from cmd line
420@kindex -L@var{dir}
67afbcea 421@kindex --library-path=@var{dir}
b4d4e8e3 422@item -L@var{searchdir}
67afbcea 423@itemx --library-path=@var{searchdir}
ec40bbb8 424Add path @var{searchdir} to the list of paths that @code{ld} will search
8ddef552 425for archive libraries and @code{ld} control scripts. You may use this
0b0642d6
ILT
426option any number of times. The directories are searched in the order
427in which they are specified on the command line. Directories specified
428on the command line are searched before the default directories. All
429@code{-L} options apply to all @code{-l} options, regardless of the
430order in which the options appear.
f22eee08 431
ec40bbb8 432@ifset UsesEnvVars
2c5c0674 433The default set of paths searched (without being specified with
ec40bbb8
DM
434@samp{-L}) depends on which emulation mode @code{ld} is using, and in
435some cases also on how it was configured. @xref{Environment}.
436@end ifset
437
438The paths can also be specified in a link script with the
0b0642d6
ILT
439@code{SEARCH_DIR} command. Directories specified this way are searched
440at the point in which the linker script appears in the command line.
f22eee08 441
8ddef552
DM
442@cindex emulation
443@kindex -m @var{emulation}
444@item -m@var{emulation}
8ddef552 445Emulate the @var{emulation} linker. You can list the available
01bc8f35
ILT
446emulations with the @samp{--verbose} or @samp{-V} options. The default
447depends on how your @code{ld} was configured.
8ddef552 448
67afbcea
DE
449@cindex link map
450@kindex -M
451@kindex --print-map
452@item -M
453@itemx --print-map
454Print (to the standard output) a link map---diagnostic information about
455where symbols are mapped by @code{ld}, and information on global common
456storage allocation.
457
458@kindex -n
459@cindex read-only text
460@cindex NMAGIC
461@kindex --nmagic
462@item -n
463@itemx --nmagic
464Set the text segment to be read only, and mark the output as
465@code{NMAGIC} if possible.
466
2c5c0674 467@kindex -N
67afbcea 468@kindex --omagic
2c5c0674 469@cindex read/write from cmd line
67afbcea 470@cindex OMAGIC
f22eee08 471@item -N
67afbcea 472@itemx --omagic
ec40bbb8
DM
473Set the text and data sections to be readable and writable. Also, do
474not page-align the data segment. If the output format supports Unix
475style magic numbers, mark the output as @code{OMAGIC}.
f22eee08 476
67afbcea
DE
477@kindex -o @var{output}
478@kindex --output=@var{output}
479@cindex naming the output file
480@item -o @var{output}
481@itemx --output=@var{output}
482Use @var{output} as the name for the program produced by @code{ld}; if this
483option is not specified, the name @file{a.out} is used by default. The
484script command @code{OUTPUT} can also specify the output file name.
f22eee08 485
67afbcea
DE
486@cindex partial link
487@cindex relocatable output
488@kindex -r
489@kindex --relocateable
490@item -r
491@itemx --relocateable
492Generate relocatable output---i.e., generate an output file that can in
493turn serve as input to @code{ld}. This is often called @dfn{partial
494linking}. As a side effect, in environments that support standard Unix
495magic numbers, this option also sets the output file's magic number to
496@code{OMAGIC}.
497@c ; see @code{-N}.
498If this option is not specified, an absolute file is produced. When
499linking C++ programs, this option @emph{will not} resolve references to
500constructors; to do that, use @samp{-Ur}.
501
502This option does the same thing as @samp{-i}.
503
504@kindex -R @var{file}
505@kindex --just-symbols=@var{file}
506@cindex symbol-only input
507@item -R @var{filename}
508@itemx --just-symbols=@var{filename}
509Read symbol names and their addresses from @var{filename}, but do not
510relocate it or include it in the output. This allows your output file
511to refer symbolically to absolute locations of memory defined in other
512programs. You may use this option more than once.
513
514For compatibility with other ELF linkers, if the @code{-R} option is
515followed by a directory name, rather than a file name, it is treated as
516the @code{-rpath} option.
517
518@kindex -s
519@kindex --strip-all
520@cindex strip all symbols
521@item -s
522@itemx --strip-all
523Omit all symbol information from the output file.
524
525@kindex -S
526@kindex --strip-debug
527@cindex strip debugger symbols
528@item -S
529@itemx --strip-debug
530Omit debugger symbol information (but not all symbols) from the output file.
531
532@kindex -t
533@kindex --trace
534@cindex input files, displaying
535@item -t
536@itemx --trace
537Print the names of the input files as @code{ld} processes them.
538
539@kindex -T @var{script}
540@kindex --script=@var{script}
541@cindex script files
542@item -T @var{commandfile}
543@itemx --script=@var{commandfile}
544Read link commands from the file @var{commandfile}. These commands
545replace @code{ld}'s default link script (rather than adding
546to it), so @var{commandfile} must specify everything necessary to describe
547the target format. @xref{Commands}. If @var{commandfile} does not
548exist, @code{ld} looks for it in the directories specified by any
549preceding @samp{-L} options. Multiple @samp{-T} options accumulate.
550
551@kindex -u @var{symbol}
552@kindex --undefined=@var{symbol}
553@cindex undefined symbol
554@item -u @var{symbol}
555@itemx --undefined=@var{symbol}
556Force @var{symbol} to be entered in the output file as an undefined symbol.
557Doing this may, for example, trigger linking of additional modules from
558standard libraries. @samp{-u} may be repeated with different option
559arguments to enter additional undefined symbols.
560@c Nice idea, but no such command: This option is equivalent
561@c to the @code{EXTERN} linker command.
562
563@kindex -v
564@kindex -V
565@kindex --version
566@cindex version
567@item -v
568@itemx --version
569@itemx -V
570Display the version number for @code{ld}. The @code{-V} option also
571lists the supported emulations.
572
573@kindex -x
574@kindex --discard-all
575@cindex deleting local symbols
576@item -x
577@itemx --discard-all
578Delete all local symbols.
579
580@kindex -X
581@kindex --discard-locals
582@cindex local symbols, deleting
583@cindex L, deleting symbols beginning
584@item -X
585@itemx --discard-locals
586Delete all temporary local symbols. For most targets, this is all local
587symbols whose names begin with @samp{L}.
588
589@kindex -y @var{symbol}
590@kindex --trace-symbol=@var{symbol}
591@cindex symbol tracing
592@item -y @var{symbol}
593@itemx --trace-symbol=@var{symbol}
594Print the name of each linked file in which @var{symbol} appears. This
595option may be given any number of times. On many systems it is necessary
596to prepend an underscore.
597
598This option is useful when you have an undefined symbol in your link but
599don't know where the reference is coming from.
600
601@kindex -Y @var{path}
602@item -Y @var{path}
603Add @var{path} to the default library search path. This option exists
604for Solaris compatibility.
605
606@kindex -z @var{keyword}
607@item -z @var{keyword}
608This option is ignored for Solaris compatibility.
609
610@kindex -(
611@cindex groups of archives
612@item -( @var{archives} -)
613@itemx --start-group @var{archives} --end-group
614The @var{archives} should be a list of archive files. They may be
615either explicit file names, or @samp{-l} options.
616
617The specified archives are searched repeatedly until no new undefined
618references are created. Normally, an archive is searched only once in
619the order that it is specified on the command line. If a symbol in that
620archive is needed to resolve an undefined symbol referred to by an
621object in an archive that appears later on the command line, the linker
622would not be able to resolve that reference. By grouping the archives,
623they all be searched repeatedly until all possible references are
624resolved.
625
626Using this option has a significant performance cost. It is best to use
627it only when there are unavoidable circular references between two or
628more archives.
629
630@kindex -assert @var{keyword}
631@item -assert @var{keyword}
632This option is ignored for SunOS compatibility.
633
634@kindex -Bdynamic
635@kindex -dy
636@kindex -call_shared
637@item -Bdynamic
638@itemx -dy
639@itemx -call_shared
640Link against dynamic libraries. This is only meaningful on platforms
641for which shared libraries are supported. This option is normally the
642default on such platforms. The different variants of this option are
643for compatibility with various systems. You may use this option
644multiple times on the command line: it affects library searching for
645@code{-l} options which follow it.
646
647@kindex -Bstatic
648@kindex -dn
649@kindex -non_shared
650@kindex -static
651@item -Bstatic
652@itemx -dn
653@itemx -non_shared
654@itemx -static
655Do not link against shared libraries. This is only meaningful on
656platforms for which shared libraries are supported. The different
657variants of this option are for compatibility with various systems. You
658may use this option multiple times on the command line: it affects
659library searching for @code{-l} options which follow it.
660
661@kindex -Bsymbolic
662@item -Bsymbolic
663When creating a shared library, bind references to global symbols to the
664definition within the shared library, if any. Normally, it is possible
665for a program linked against a shared library to override the definition
666within the shared library. This option is only meaningful on ELF
667platforms which support shared libraries.
668
86bc0974
ILT
669@cindex cross reference table
670@kindex --cref
671@item --cref
672Output a cross reference table. If a linker map file is being
673generated, the cross reference table is printed to the map file.
674Otherwise, it is printed on the standard output.
675
676The format of the table is intentionally simple, so that it may be
677easily processed by a script if necessary. The symbols are printed out,
678sorted by name. For each symbol, a list of file names is given. If the
679symbol is defined, the first file listed is the location of the
680definition. The remaining files contain references to the symbol.
681
67afbcea
DE
682@cindex symbols, from command line
683@kindex --defsym @var{symbol}=@var{exp}
684@item --defsym @var{symbol}=@var{expression}
685Create a global symbol in the output file, containing the absolute
686address given by @var{expression}. You may use this option as many
687times as necessary to define multiple symbols in the command line. A
688limited form of arithmetic is supported for the @var{expression} in this
689context: you may give a hexadecimal constant or the name of an existing
690symbol, or use @code{+} and @code{-} to add or subtract hexadecimal
691constants or symbols. If you need more elaborate expressions, consider
692using the linker command language from a script (@pxref{Assignment, ,
693Assignment: Symbol Definitions}). @emph{Note:} there should be no
694white space between @var{symbol}, the equals sign (``@key{=}''), and
695@var{expression}.
696
697@cindex dynamic linker, from command line
698@kindex --dynamic-linker @var{file}
699@item --dynamic-linker @var{file}
700Set the name of the dynamic linker. This is only meaningful when
701generating dynamically linked ELF executables. The default dynamic
702linker is normally correct; don't use this unless you know what you are
703doing.
704
705@cindex big-endian objects
706@cindex endianness
707@kindex -EB
708@item -EB
709Link big-endian objects. This affects the default output format.
710
711@cindex little-endian objects
712@kindex -EL
713@item -EL
714Link little-endian objects. This affects the default output format.
715
716@cindex MIPS embedded PIC code
717@kindex -embedded-relocs
718@item -embedded-relocs
719This option is only meaningful when linking MIPS embedded PIC code,
720generated by the -membedded-pic option to the @sc{gnu} compiler and
721assembler. It causes the linker to create a table which may be used at
722runtime to relocate any data which was statically initialized to pointer
723values. See the code in testsuite/ld-empic for details.
724
725@cindex help
726@cindex usage
727@kindex --help
728@item --help
729Print a summary of the command-line options on the standard output and exit.
730
731@cindex link map
732@kindex -Map
733@item -Map @var{mapfile}
734Print to the file @var{mapfile} a link map---diagnostic information
735about where symbols are mapped by @code{ld}, and information on global
736common storage allocation.
b4d4e8e3 737
4551e108 738@cindex memory usage
67afbcea
DE
739@kindex --no-keep-memory
740@item --no-keep-memory
4551e108
ILT
741@code{ld} normally optimizes for speed over memory usage by caching the
742symbol tables of input files in memory. This option tells @code{ld} to
743instead optimize for memory usage, by rereading the symbol tables as
744necessary. This may be required if @code{ld} runs out of memory space
745while linking a large executable.
746
67afbcea
DE
747@kindex --no-whole-archive
748@item --no-whole-archive
749Turn off the effect of the @code{--whole-archive} option for subsequent
750archive files.
751
752@cindex output file after errors
753@kindex --noinhibit-exec
754@item --noinhibit-exec
755Retain the executable output file whenever it is still usable.
756Normally, the linker will not produce an output file if it encounters
757errors during the link process; it exits without writing an output file
758when it issues any error whatsoever.
f22eee08 759
7f9ae73e 760@ifclear SingleFormat
346535cc
DM
761@kindex -oformat
762@item -oformat @var{output-format}
1fb57a5d
RP
763@code{ld} may be configured to support more than one kind of object
764file. If your @code{ld} is configured this way, you can use the
765@samp{-oformat} option to specify the binary format for the output
766object file. Even when @code{ld} is configured to support alternative
767object formats, you don't usually need to specify this, as @code{ld}
768should be configured to produce as a default output format the most
769usual format on each machine. @var{output-format} is a text string, the
770name of a particular format supported by the BFD libraries. (You can
771list the available binary formats with @samp{objdump -i}.) The script
772command @code{OUTPUT_FORMAT} can also specify the output format, but
773this option overrides it. @xref{BFD}.
7f9ae73e 774@end ifclear
346535cc 775
67afbcea
DE
776@kindex -qmagic
777@item -qmagic
778This option is ignored for Linux compatibility.
c653b370 779
67afbcea
DE
780@kindex -Qy
781@item -Qy
782This option is ignored for SVR4 compatibility.
c653b370 783
67afbcea 784@kindex --relax
1c48127e
RP
785@cindex synthesizing linker
786@cindex relaxing addressing modes
67afbcea 787@item --relax
1fb57a5d
RP
788An option with machine dependent effects.
789@ifset GENERIC
67afbcea 790This option is only supported on a few targets.
1fb57a5d 791@end ifset
ec40bbb8
DM
792@ifset H8300
793@xref{H8/300,,@code{ld} and the H8/300}.
794@end ifset
1fb57a5d
RP
795@ifset I960
796@xref{i960,, @code{ld} and the Intel 960 family}.
797@end ifset
1c48127e 798
67afbcea
DE
799On some platforms, the @samp{--relax} option performs global
800optimizations that become possible when the linker resolves addressing
801in the program, such as relaxing address modes and synthesizing new
802instructions in the output object file.
1c48127e 803
1fb57a5d 804@ifset GENERIC
1c48127e 805On platforms where this is not supported, @samp{-relax} is accepted, but
ec40bbb8 806ignored.
1fb57a5d 807@end ifset
1c48127e 808
7c8fab26
RP
809@cindex retaining specified symbols
810@cindex stripping all but some symbols
811@cindex symbols, retaining selectively
67afbcea 812@item --retain-symbols-file @var{filename}
7c8fab26
RP
813Retain @emph{only} the symbols listed in the file @var{filename},
814discarding all others. @var{filename} is simply a flat file, with one
815symbol name per line. This option is especially useful in environments
816@ifset GENERIC
817(such as VxWorks)
818@end ifset
819where a large global symbol table is accumulated gradually, to conserve
820run-time memory.
821
822@samp{-retain-symbols-file} does @emph{not} discard undefined symbols,
823or symbols needed for relocations.
824
825You may only specify @samp{-retain-symbols-file} once in the command
826line. It overrides @samp{-s} and @samp{-S}.
827
a1ad915d
ILT
828@ifset GENERIC
829@item -rpath @var{dir}
830@cindex runtime library search path
831@kindex -rpath
0b0642d6
ILT
832Add a directory to the runtime library search path. This is used when
833linking an ELF executable with shared objects. All @code{-rpath}
834arguments are concatenated and passed to the runtime linker, which uses
e54bf1c1
ILT
835them to locate shared objects at runtime. The @code{-rpath} option is
836also used when locating shared objects which are needed by shared
837objects explicitly included in the link; see the description of the
c653b370
ILT
838@code{-rpath-link} option. If @code{-rpath} is not used when linking an
839ELF executable, the contents of the environment variable
840@code{LD_RUN_PATH} will be used if it is defined.
0b0642d6
ILT
841
842The @code{-rpath} option may also be used on SunOS. By default, on
843SunOS, the linker will form a runtime search patch out of all the
e54bf1c1 844@code{-L} options it is given. If a @code{-rpath} option is used, the
0b0642d6
ILT
845runtime search path will be formed exclusively using the @code{-rpath}
846options, ignoring the @code{-L} options. This can be useful when using
847gcc, which adds many @code{-L} options which may be on NFS mounted
848filesystems.
c653b370
ILT
849
850For compatibility with other ELF linkers, if the @code{-R} option is
851followed by a directory name, rather than a file name, it is treated as
852the @code{-rpath} option.
a1ad915d
ILT
853@end ifset
854
e54bf1c1
ILT
855@ifset GENERIC
856@cindex link-time runtime library search path
857@kindex -rpath-link
858@item -rpath-link @var{DIR}
859When using ELF or SunOS, one shared library may require another. This
860happens when an @code{ld -shared} link includes a shared library as one
861of the input files.
862
863When the linker encounters such a dependency when doing a non-shared,
864non-relocateable link, it will automatically try to locate the required
865shared library and include it in the link, if it is not included
866explicitly. In such a case, the @code{-rpath-link} option
867specifies the first set of directories to search. The
868@code{-rpath-link} option may specify a sequence of directory names
869either by specifying a list of names separated by colons, or by
870appearing multiple times.
871
872The linker uses the following search paths to locate required shared
873libraries.
874@enumerate
875@item
876Any directories specified by @code{-rpath-link} options.
877@item
878Any directories specified by @code{-rpath} options. The difference
879between @code{-rpath} and @code{-rpath-link} is that directories
880specified by @code{-rpath} options are included in the executable and
881used at runtime, whereas the @code{-rpath-link} option is only effective
882at link time.
883@item
c653b370
ILT
884On an ELF system, if the @code{-rpath} and @code{rpath-link} options
885were not used, search the contents of the environment variable
886@code{LD_RUN_PATH}.
887@item
e54bf1c1
ILT
888On SunOS, if the @code{-rpath} option was not used, search any
889directories specified using @code{-L} options.
890@item
891For a native linker, the contents of the environment variable
892@code{LD_LIBRARY_PATH}.
893@item
894The default directories, normally @file{/lib} and @file{/usr/lib}.
895@end enumerate
896
897If the required shared library is not found, the linker will issue a
898warning and continue with the link.
899@end ifset
900
67afbcea
DE
901@kindex -shared
902@kindex -Bshareable
4551e108 903@item -shared
67afbcea 904@itemx -Bshareable
4551e108 905@cindex shared libraries
67afbcea
DE
906Create a shared library. This is currently only supported on ELF, XCOFF
907and SunOS platforms. On SunOS, the linker will automatically create a
e54bf1c1
ILT
908shared library if the @code{-e} option is not used and there are
909undefined symbols in the link.
4551e108 910
67afbcea
DE
911@item --sort-common
912@kindex --sort-common
913This option tells @code{ld} to sort the common symbols by size when it
914places them in the appropriate output sections. First come all the one
915byte symbols, then all the two bytes, then all the four bytes, and then
916everything else. This is to prevent gaps between symbols due to
917alignment constraints.
918
919@kindex --split-by-file
920@item --split-by-file
921Similar to @code{--split-by-reloc} but creates a new output section for
922each input file.
923
924@kindex --split-by-reloc
925@item --split-by-reloc @var{count}
926Trys to creates extra sections in the output file so that no single
927output section in the file contains more than @var{count} relocations.
928This is useful when generating huge relocatable for downloading into
929certain real time kernels with the COFF object file format; since COFF
930cannot represent more than 65535 relocations in a single section. Note
931that this will fail to work with object file formats which do not
932support arbitrary sections. The linker will not split up individual
933input sections for redistribution, so if a single input section contains
01bc8f35
ILT
934more than @var{count} relocations one output section will contain that
935many relocations.
936
67afbcea
DE
937@kindex --stats
938@item --stats
939Compute and display statistics about the operation of the linker, such
940as execution time and memory usage.
f22eee08 941
c96386c4
ILT
942@kindex -traditional-format
943@cindex traditional format
944@item -traditional-format
945For some targets, the output of @code{ld} is different in some ways from
946the output of some existing linker. This switch requests @code{ld} to
947use the traditional format instead.
948
949@cindex dbx
950For example, on SunOS, @code{ld} combines duplicate entries in the
951symbol string table. This can reduce the size of an output file with
952full debugging information by over 30 percent. Unfortunately, the SunOS
953@code{dbx} program can not read the resulting program (@code{gdb} has no
954trouble). The @samp{-traditional-format} switch tells @code{ld} to not
955combine duplicate entries.
956
67afbcea
DE
957@kindex -Tbss @var{org}
958@kindex -Tdata @var{org}
959@kindex -Ttext @var{org}
960@cindex segment origins, cmd line
961@item -Tbss @var{org}
962@itemx -Tdata @var{org}
963@itemx -Ttext @var{org}
964Use @var{org} as the starting address for---respectively---the
965@code{bss}, @code{data}, or the @code{text} segment of the output file.
966@var{org} must be a single hexadecimal integer;
967for compatibility with other linkers, you may omit the leading
968@samp{0x} usually associated with hexadecimal values.
f22eee08 969
2c5c0674 970@kindex -Ur
b4d4e8e3 971@cindex constructors
d4e5e3c3 972@item -Ur
b4d4e8e3 973For anything other than C++ programs, this option is equivalent to
ec40bbb8
DM
974@samp{-r}: it generates relocatable output---i.e., an output file that can in
975turn serve as input to @code{ld}. When linking C++ programs, @samp{-Ur}
1fb57a5d 976@emph{does} resolve references to constructors, unlike @samp{-r}.
3e27cc11 977It does not work to use @samp{-Ur} on files that were themselves linked
1fb57a5d 978with @samp{-Ur}; once the constructor table has been built, it cannot
3e27cc11
DM
979be added to. Use @samp{-Ur} only for the last partial link, and
980@samp{-r} for the others.
b4d4e8e3 981
01bc8f35 982@kindex --verbose
cf2e4f5f 983@cindex verbose
01bc8f35 984@item --verbose
1fb57a5d 985Display the version number for @code{ld} and list the linker emulations
cf2e4f5f
ILT
986supported. Display which input files can and cannot be opened. Display
987the linker script if using a default builtin script.
8ddef552 988
458fc056 989@kindex --warn-comon
7f9ae73e
RP
990@cindex warnings, on combining symbols
991@cindex combining symbols, warnings on
458fc056 992@item --warn-common
2a28d8b0
DM
993Warn when a common symbol is combined with another common symbol or with
994a symbol definition. Unix linkers allow this somewhat sloppy practice,
995but linkers on some other operating systems do not. This option allows
996you to find potential problems from combining global symbols.
1cd4cca9
DM
997Unfortunately, some C libraries use this practice, so you may get some
998warnings about symbols in the libraries as well as in your programs.
2a28d8b0
DM
999
1000There are three kinds of global symbols, illustrated here by C examples:
1001
1002@table @samp
1003@item int i = 1;
1004A definition, which goes in the initialized data section of the output
1005file.
1006
1007@item extern int i;
1008An undefined reference, which does not allocate space.
1009There must be either a definition or a common symbol for the
1010variable somewhere.
1011
1012@item int i;
1013A common symbol. If there are only (one or more) common symbols for a
1014variable, it goes in the uninitialized data area of the output file.
1015The linker merges multiple common symbols for the same variable into a
1016single symbol. If they are of different sizes, it picks the largest
1017size. The linker turns a common symbol into a declaration, if there is
1018a definition of the same variable.
1019@end table
1020
458fc056
ILT
1021The @samp{--warn-common} option can produce five kinds of warnings.
1022Each warning consists of a pair of lines: the first describes the symbol
1023just encountered, and the second describes the previous symbol
1024encountered with the same name. One or both of the two symbols will be
1025a common symbol.
2a28d8b0
DM
1026
1027@enumerate
1028@item
1029Turning a common symbol into a reference, because there is already a
1030definition for the symbol.
1031@smallexample
8920addc
RP
1032@var{file}(@var{section}): warning: common of `@var{symbol}'
1033 overridden by definition
2a28d8b0
DM
1034@var{file}(@var{section}): warning: defined here
1035@end smallexample
1036
1037@item
1038Turning a common symbol into a reference, because a later definition for
1039the symbol is encountered. This is the same as the previous case,
1040except that the symbols are encountered in a different order.
1041@smallexample
8920addc
RP
1042@var{file}(@var{section}): warning: definition of `@var{symbol}'
1043 overriding common
2a28d8b0
DM
1044@var{file}(@var{section}): warning: common is here
1045@end smallexample
1046
1047@item
1048Merging a common symbol with a previous same-sized common symbol.
1049@smallexample
8920addc
RP
1050@var{file}(@var{section}): warning: multiple common
1051 of `@var{symbol}'
2a28d8b0
DM
1052@var{file}(@var{section}): warning: previous common is here
1053@end smallexample
1054
1055@item
1056Merging a common symbol with a previous larger common symbol.
1057@smallexample
8920addc
RP
1058@var{file}(@var{section}): warning: common of `@var{symbol}'
1059 overridden by larger common
2a28d8b0
DM
1060@var{file}(@var{section}): warning: larger common is here
1061@end smallexample
1062
1063@item
1064Merging a common symbol with a previous smaller common symbol. This is
1065the same as the previous case, except that the symbols are
1066encountered in a different order.
1067@smallexample
8920addc
RP
1068@var{file}(@var{section}): warning: common of `@var{symbol}'
1069 overriding smaller common
2a28d8b0
DM
1070@var{file}(@var{section}): warning: smaller common is here
1071@end smallexample
1072@end enumerate
1073
458fc056
ILT
1074@kindex --warn-constructors
1075@item --warn-constructors
0b0642d6
ILT
1076Warn if any global constructors are used. This is only useful for a few
1077object file formats. For formats like COFF or ELF, the linker can not
1078detect the use of global constructors.
1079
458fc056
ILT
1080@kindex --warn-multiple-gp
1081@item --warn-multiple-gp
4b7d2399
ILT
1082Warn if multiple global pointer values are required in the output file.
1083This is only meaningful for certain processors, such as the Alpha.
1084Specifically, some processors put large-valued constants in a special
1085section. A special register (the global pointer) points into the middle
1086of this section, so that constants can be loaded efficiently via a
1087base-register relative addressing mode. Since the offset in
1088base-register relative mode is fixed and relatively small (e.g., 16
1089bits), this limits the maximum size of the constant pool. Thus, in
1090large programs, it is often necessary to use multiple global pointer
1091values in order to be able to address all possible constants. This
1092option causes a warning to be issued whenever this case occurs.
1093
458fc056 1094@kindex --warn-once
01bc8f35
ILT
1095@cindex warnings, on undefined symbols
1096@cindex undefined symbols, warnings on
458fc056 1097@item --warn-once
01bc8f35
ILT
1098Only warn once for each undefined symbol, rather than once per module
1099which refers to it.
1100
458fc056
ILT
1101@kindex --warn-section-align
1102@cindex warnings, on section alignment
1103@cindex section alignment, warnings on
1104@item --warn-section-align
1105Warn if the address of an output section is changed because of
1106alignment. Typically, the alignment will be set by an input section.
1107The address will only be changed if it not explicitly specified; that
1108is, if the @code{SECTIONS} command does not specify a start address for
1109the section (@pxref{SECTIONS}).
1110
4551e108
ILT
1111@kindex --whole-archive
1112@cindex including an entire archive
4b7d2399 1113@item --whole-archive
3c8deccc
ILT
1114For each archive mentioned on the command line after the
1115@code{--whole-archive} option, include every object file in the archive
1116in the link, rather than searching the archive for the required object
1117files. This is normally used to turn an archive file into a shared
1118library, forcing every object to be included in the resulting shared
67afbcea 1119library. This option may be used more than once.
4551e108 1120
e3d73386
ILT
1121@kindex --wrap
1122@item --wrap @var{symbol}
1123Use a wrapper function for @var{symbol}. Any undefined reference to
1124@var{symbol} will be resolved to @code{__wrap_@var{symbol}}. Any
1125undefined reference to @code{__real_@var{symbol}} will be resolved to
1126@var{symbol}.
1127
1128This can be used to provide a wrapper for a system function. The
1129wrapper function should be called @code{__wrap_@var{symbol}}. If it
1130wishes to call the system function, it should call
1131@code{__real_@var{symbol}}.
1132
1133Here is a trivial example:
1134
1135@smallexample
1136void *
1137__wrap_malloc (int c)
1138@{
1139 printf ("malloc called with %ld\n", c);
1140 return __real_malloc (c);
1141@}
1142@end smallexample
1143
1144If you link other code with this file using @code{--wrap malloc}, then
1145all calls to @code{malloc} will call the function @code{__wrap_malloc}
1146instead. The call to @code{__real_malloc} in @code{__wrap_malloc} will
1147call the real @code{malloc} function.
1148
1149You may wish to provide a @code{__real_malloc} function as well, so that
1150links without the @code{--wrap} option will succeed. If you do this,
1151you should not put the definition of @code{__real_malloc} in the same
1152file as @code{__wrap_malloc}; if you do, the assembler may resolve the
1153call before the linker has a chance to wrap it to @code{malloc}.
1154
f22eee08 1155@end table
b4d4e8e3 1156
ec40bbb8
DM
1157@ifset UsesEnvVars
1158@node Environment
2c5c0674
RP
1159@section Environment Variables
1160
d76ae847
RP
1161You can change the behavior of @code{ld} with the environment
1162variable @code{GNUTARGET}.
2c5c0674
RP
1163
1164@kindex GNUTARGET
1165@cindex default input format
1166@code{GNUTARGET} determines the input-file object format if you don't
ec40bbb8 1167use @samp{-b} (or its synonym @samp{-format}). Its value should be one
2c5c0674 1168of the BFD names for an input format (@pxref{BFD}). If there is no
246504a5 1169@code{GNUTARGET} in the environment, @code{ld} uses the natural format
8920addc 1170of the target. If @code{GNUTARGET} is set to @code{default} then BFD attempts to discover the
2c5c0674
RP
1171input format by examining binary input files; this method often
1172succeeds, but there are potential ambiguities, since there is no method
ec40bbb8 1173of ensuring that the magic number used to specify object-file formats is
2c5c0674
RP
1174unique. However, the configuration procedure for BFD on each system
1175places the conventional format for that system first in the search-list,
1176so ambiguities are resolved in favor of convention.
ec40bbb8 1177@end ifset
2c5c0674 1178
ec40bbb8 1179@node Commands
2c5c0674 1180@chapter Command Language
f22eee08 1181
2c5c0674 1182@cindex command files
ec40bbb8 1183The command language provides explicit control over the link process,
b4d4e8e3 1184allowing complete specification of the mapping between the linker's
ec40bbb8 1185input files and its output. It controls:
b4d4e8e3 1186@itemize @bullet
2c5c0674
RP
1187@item
1188input files
1189@item
1190file formats
1191@item
867a1b8a 1192output file layout
2c5c0674
RP
1193@item
1194addresses of sections
1195@item
1196placement of common blocks
b4d4e8e3 1197@end itemize
f22eee08 1198
2c5c0674 1199You may supply a command file (also known as a link script) to the
ec40bbb8 1200linker either explicitly through the @samp{-T} option, or implicitly as
2c5c0674 1201an ordinary file. If the linker opens a file which it cannot recognize
867a1b8a 1202as a supported object or archive format, it reports an error.
2c5c0674 1203
2c5c0674 1204@menu
2d59b2c3
RP
1205* Scripts:: Linker Scripts
1206* Expressions:: Expressions
1207* MEMORY:: MEMORY Command
1208* SECTIONS:: SECTIONS Command
c653b370 1209* PHDRS:: PHDRS Command
2d59b2c3 1210* Entry Point:: The Entry Point
867a1b8a 1211* Option Commands:: Option Commands
2c5c0674
RP
1212@end menu
1213
ec40bbb8 1214@node Scripts
b4d4e8e3 1215@section Linker Scripts
246504a5 1216The @code{ld} command language is a collection of statements; some are
ec40bbb8
DM
1217simple keywords setting a particular option, some are used to select and
1218group input files or name output files; and two statement
b4d4e8e3
RP
1219types have a fundamental and pervasive impact on the linking process.
1220
2c5c0674
RP
1221@cindex fundamental script commands
1222@cindex commands, fundamental
1223@cindex output file layout
1224@cindex layout of output file
246504a5 1225The most fundamental command of the @code{ld} command language is the
b4d4e8e3
RP
1226@code{SECTIONS} command (@pxref{SECTIONS}). Every meaningful command
1227script must have a @code{SECTIONS} command: it specifies a
1228``picture'' of the output file's layout, in varying degrees of detail.
1229No other command is required in all cases.
1230
1231The @code{MEMORY} command complements @code{SECTIONS} by describing the
2c5c0674 1232available memory in the target architecture. This command is optional;
246504a5 1233if you don't use a @code{MEMORY} command, @code{ld} assumes sufficient
2c5c0674
RP
1234memory is available in a contiguous block for all output.
1235@xref{MEMORY}.
b4d4e8e3 1236
2c5c0674
RP
1237@cindex comments
1238You may include comments in linker scripts just as in C: delimited
1239by @samp{/*} and @samp{*/}. As in C, comments are syntactically
1240equivalent to whitespace.
1241
ec40bbb8 1242@node Expressions
f22eee08 1243@section Expressions
2c5c0674
RP
1244@cindex expression syntax
1245@cindex arithmetic
b4d4e8e3
RP
1246Many useful commands involve arithmetic expressions. The syntax for
1247expressions in the command language is identical to that of C
1248expressions, with the following features:
1249@itemize @bullet
2c5c0674
RP
1250@item
1251All expressions evaluated as integers and
f22eee08 1252are of ``long'' or ``unsigned long'' type.
2c5c0674
RP
1253@item
1254All constants are integers.
1255@item
1256All of the C arithmetic operators are provided.
1257@item
1258You may reference, define, and create global variables.
1259@item
1260You may call special purpose built-in functions.
b4d4e8e3 1261@end itemize
f22eee08 1262
2c5c0674 1263@menu
2d59b2c3
RP
1264* Integers:: Integers
1265* Symbols:: Symbol Names
1266* Location Counter:: The Location Counter
1267* Operators:: Operators
1268* Evaluation:: Evaluation
1269* Assignment:: Assignment: Defining Symbols
867a1b8a 1270* Arithmetic Functions:: Built-In Functions
67afbcea 1271* Semicolons:: Semicolon Usage
2c5c0674
RP
1272@end menu
1273
ec40bbb8 1274@node Integers
f22eee08 1275@subsection Integers
2c5c0674
RP
1276@cindex integer notation
1277@cindex octal integers
f22eee08
RP
1278An octal integer is @samp{0} followed by zero or more of the octal
1279digits (@samp{01234567}).
c653b370 1280@smallexample
2c5c0674 1281_as_octal = 0157255;
c653b370 1282@end smallexample
f22eee08 1283
2c5c0674 1284@cindex decimal integers
f22eee08
RP
1285A decimal integer starts with a non-zero digit followed by zero or
1286more digits (@samp{0123456789}).
c653b370 1287@smallexample
2c5c0674 1288_as_decimal = 57005;
c653b370 1289@end smallexample
f22eee08 1290
2c5c0674
RP
1291@cindex hexadecimal integers
1292@kindex 0x
f22eee08
RP
1293A hexadecimal integer is @samp{0x} or @samp{0X} followed by one or
1294more hexadecimal digits chosen from @samp{0123456789abcdefABCDEF}.
c653b370 1295@smallexample
b4d4e8e3 1296_as_hex = 0xdead;
c653b370 1297@end smallexample
f22eee08 1298
2c5c0674 1299@cindex negative integers
ec40bbb8 1300To write a negative integer, use
baaaf6f2 1301the prefix operator @samp{-} (@pxref{Operators}).
c653b370 1302@smallexample
b4d4e8e3 1303_as_neg = -57005;
c653b370 1304@end smallexample
f22eee08 1305
2c5c0674
RP
1306@cindex scaled integers
1307@cindex K and M integer suffixes
1308@cindex M and K integer suffixes
1309@cindex suffixes for integers
1310@cindex integer suffixes
b4d4e8e3
RP
1311Additionally the suffixes @code{K} and @code{M} may be used to scale a
1312constant by
c8072296
RP
1313@c TEXI2ROFF-KILL
1314@ifinfo
1315@c END TEXI2ROFF-KILL
1316@code{1024} or @code{1024*1024}
1317@c TEXI2ROFF-KILL
1318@end ifinfo
f22eee08 1319@tex
b4d4e8e3 1320${\rm 1024}$ or ${\rm 1024}^2$
f22eee08 1321@end tex
c8072296 1322@c END TEXI2ROFF-KILL
ec40bbb8 1323respectively. For example, the following all refer to the same quantity:
f22eee08 1324
c653b370 1325@smallexample
2c5c0674
RP
1326 _fourk_1 = 4K;
1327 _fourk_2 = 4096;
1328 _fourk_3 = 0x1000;
c653b370 1329@end smallexample
b4d4e8e3 1330
ec40bbb8 1331@node Symbols
b4d4e8e3 1332@subsection Symbol Names
2c5c0674
RP
1333@cindex symbol names
1334@cindex names
1335@cindex quoted symbol names
1336@kindex "
1fb57a5d
RP
1337Unless quoted, symbol names start with a letter, underscore, or point
1338and may include any letters, underscores, digits, points,
1339and hyphens. Unquoted symbol names must not conflict with any
b4d4e8e3
RP
1340keywords. You can specify a symbol which contains odd characters or has
1341the same name as a keyword, by surrounding the symbol name in double quotes:
c653b370 1342@smallexample
b4d4e8e3
RP
1343 "SECTION" = 9;
1344 "with a space" = "also with a space" + 10;
c653b370 1345@end smallexample
b4d4e8e3 1346
1fb57a5d
RP
1347Since symbols can contain many non-alphabetic characters, it is safest
1348to delimit symbols with spaces. For example, @samp{A-B} is one symbol,
1349whereas @samp{A - B} is an expression involving subtraction.
1350
ec40bbb8 1351@node Location Counter
b4d4e8e3 1352@subsection The Location Counter
2c5c0674
RP
1353@kindex .
1354@cindex dot
1355@cindex location counter
1356@cindex current output location
b4d4e8e3
RP
1357The special linker variable @dfn{dot} @samp{.} always contains the
1358current output location counter. Since the @code{.} always refers to
1359a location in an output section, it must always appear in an
1360expression within a @code{SECTIONS} command. The @code{.} symbol
1361may appear anywhere that an ordinary symbol is allowed in an
1362expression, but its assignments have a side effect. Assigning a value
1363to the @code{.} symbol will cause the location counter to be moved.
2c5c0674 1364@cindex holes
b4d4e8e3
RP
1365This may be used to create holes in the output section. The location
1366counter may never be moved backwards.
c653b370 1367@smallexample
2c5c0674
RP
1368SECTIONS
1369@{
d4e5e3c3
DM
1370 output :
1371 @{
1372 file1(.text)
1373 . = . + 1000;
1374 file2(.text)
1375 . += 1000;
1376 file3(.text)
1377 @} = 0x1234;
2c5c0674 1378@}
c653b370 1379@end smallexample
2c5c0674
RP
1380@noindent
1381In the previous example, @code{file1} is located at the beginning of the
1382output section, then there is a 1000 byte gap. Then @code{file2}
1383appears, also with a 1000 byte gap following before @code{file3} is
1384loaded. The notation @samp{= 0x1234} specifies what data to write in
1385the gaps (@pxref{Section Options}).
b4d4e8e3 1386
d4e5e3c3
DM
1387@iftex
1388@vfill
1389@end iftex
1390
c653b370 1391@need 2000
ec40bbb8 1392@node Operators
f22eee08 1393@subsection Operators
2c5c0674
RP
1394@cindex Operators for arithmetic
1395@cindex arithmetic operators
1396@cindex precedence in expressions
b4d4e8e3 1397The linker recognizes the standard C set of arithmetic operators, with
f22eee08 1398the standard bindings and precedence levels:
c8072296 1399@c TEXI2ROFF-KILL
b4d4e8e3 1400@ifinfo
c8072296 1401@c END TEXI2ROFF-KILL
c653b370 1402@smallexample
c8072296 1403precedence associativity Operators Notes
b4d4e8e3 1404(highest)
c8072296
RP
14051 left ! - ~ (1)
14062 left * / %
14073 left + -
14084 left >> <<
14095 left == != > < <= >=
14106 left &
14117 left |
14128 left &&
14139 left ||
141410 right ? :
141511 right &= += -= *= /= (2)
b4d4e8e3 1416(lowest)
c653b370 1417@end smallexample
2c5c0674
RP
1418Notes:
1419(1) Prefix operators
baaaf6f2 1420(2) @xref{Assignment}.
c8072296 1421@c TEXI2ROFF-KILL
b4d4e8e3 1422@end ifinfo
f22eee08 1423@tex
2c5c0674 1424\vskip \baselineskip
c653b370 1425%"lispnarrowing" is the extra indent used generally for @smallexample
2c5c0674 1426\hskip\lispnarrowing\vbox{\offinterlineskip
f22eee08
RP
1427\hrule
1428\halign
2c5c0674
RP
1429{\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ {\tt #}\ \hfil&\vrule#\cr
1430height2pt&\omit&&\omit&&\omit&\cr
1431&Precedence&& Associativity &&{\rm Operators}&\cr
1432height2pt&\omit&&\omit&&\omit&\cr
f22eee08 1433\noalign{\hrule}
2c5c0674 1434height2pt&\omit&&\omit&&\omit&\cr
b4d4e8e3 1435&highest&&&&&\cr
2c5c0674
RP
1436% '176 is tilde, '~' in tt font
1437&1&&left&&\qquad- \char'176\ !\qquad\dag&\cr
1438&2&&left&&* / \%&\cr
1439&3&&left&&+ -&\cr
1440&4&&left&&>> <<&\cr
1441&5&&left&&== != > < <= >=&\cr
f22eee08 1442&6&&left&&\&&\cr
f22eee08 1443&7&&left&&|&\cr
f22eee08 1444&8&&left&&{\&\&}&\cr
f22eee08 1445&9&&left&&||&\cr
2c5c0674
RP
1446&10&&right&&? :&\cr
1447&11&&right&&\qquad\&= += -= *= /=\qquad\ddag&\cr
b4d4e8e3 1448&lowest&&&&&\cr
2c5c0674 1449height2pt&\omit&&\omit&&\omit&\cr}
f22eee08
RP
1450\hrule}
1451@end tex
2c5c0674
RP
1452@iftex
1453{
1454@obeylines@parskip=0pt@parindent=0pt
1455@dag@quad Prefix operators.
1456@ddag@quad @xref{Assignment}.
1457}
1458@end iftex
c8072296 1459@c END TEXI2ROFF-KILL
f22eee08 1460
ec40bbb8 1461@node Evaluation
b4d4e8e3
RP
1462@subsection Evaluation
1463
2c5c0674
RP
1464@cindex lazy evaluation
1465@cindex expression evaluation order
b4d4e8e3
RP
1466The linker uses ``lazy evaluation'' for expressions; it only calculates
1467an expression when absolutely necessary. The linker needs the value of
1468the start address, and the lengths of memory regions, in order to do any
1469linking at all; these values are computed as soon as possible when the
1470linker reads in the command file. However, other values (such as symbol
1471values) are not known or needed until after storage allocation. Such
1472values are evaluated later, when other information (such as the sizes of
1473output sections) is available for use in the symbol assignment
1474expression.
1475
ec40bbb8 1476@node Assignment
b4d4e8e3 1477@subsection Assignment: Defining Symbols
2c5c0674
RP
1478@cindex assignment in scripts
1479@cindex symbol definition, scripts
1480@cindex variables, defining
b4d4e8e3
RP
1481You may create global symbols, and assign values (addresses) to global
1482symbols, using any of the C assignment operators:
1483
1484@table @code
1485@item @var{symbol} = @var{expression} ;
2c5c0674 1486@itemx @var{symbol} &= @var{expression} ;
b4d4e8e3
RP
1487@itemx @var{symbol} += @var{expression} ;
1488@itemx @var{symbol} -= @var{expression} ;
1489@itemx @var{symbol} *= @var{expression} ;
1490@itemx @var{symbol} /= @var{expression} ;
1491@end table
1492
246504a5 1493Two things distinguish assignment from other operators in @code{ld}
b4d4e8e3
RP
1494expressions.
1495@itemize @bullet
2c5c0674
RP
1496@item
1497Assignment may only be used at the root of an expression;
b4d4e8e3 1498@samp{a=b+3;} is allowed, but @samp{a+b=3;} is an error.
2c5c0674
RP
1499
1500@kindex ;
1501@cindex semicolon
1502@item
d76ae847
RP
1503You must place a trailing semicolon (``@key{;}'') at the end of an
1504assignment statement.
b4d4e8e3
RP
1505@end itemize
1506
1507Assignment statements may appear:
1508@itemize @bullet
2c5c0674 1509@item
246504a5 1510as commands in their own right in an @code{ld} script; or
2c5c0674
RP
1511@item
1512as independent statements within a @code{SECTIONS} command; or
1513@item
1514as part of the contents of a section definition in a
b4d4e8e3
RP
1515@code{SECTIONS} command.
1516@end itemize
1517
1518The first two cases are equivalent in effect---both define a symbol with
ec40bbb8 1519an absolute address. The last case defines a symbol whose address is
b4d4e8e3
RP
1520relative to a particular section (@pxref{SECTIONS}).
1521
2c5c0674
RP
1522@cindex absolute and relocatable symbols
1523@cindex relocatable and absolute symbols
1524@cindex symbols, relocatable and absolute
1525When a linker expression is evaluated and assigned to a variable, it is
1526given either an absolute or a relocatable type. An absolute expression
1527type is one in which the symbol contains the value that it will have in
867a1b8a 1528the output file; a relocatable expression type is one in which the
2c5c0674 1529value is expressed as a fixed offset from the base of a section.
b4d4e8e3
RP
1530
1531The type of the expression is controlled by its position in the script
2c5c0674
RP
1532file. A symbol assigned within a section definition is created relative
1533to the base of the section; a symbol assigned in any other place is
1534created as an absolute symbol. Since a symbol created within a
1535section definition is relative to the base of the section, it
1536will remain relocatable if relocatable output is requested. A symbol
1537may be created with an absolute value even when assigned to within a
1538section definition by using the absolute assignment function
1539@code{ABSOLUTE}. For example, to create an absolute symbol whose address
1540is the last byte of an output section named @code{.data}:
c653b370 1541@smallexample
2c5c0674 1542SECTIONS@{ @dots{}
d4e5e3c3
DM
1543 .data :
1544 @{
1545 *(.data)
1546 _edata = ABSOLUTE(.) ;
1547 @}
2c5c0674 1548@dots{} @}
c653b370 1549@end smallexample
b4d4e8e3 1550
2c5c0674
RP
1551The linker tries to put off the evaluation of an assignment until all
1552the terms in the source expression are known (@pxref{Evaluation}). For
ec40bbb8 1553instance, the sizes of sections cannot be known until after allocation,
2c5c0674
RP
1554so assignments dependent upon these are not performed until after
1555allocation. Some expressions, such as those depending upon the location
1556counter @dfn{dot}, @samp{.} must be evaluated during allocation. If the
1557result of an expression is required, but the value is not available,
1558then an error results. For example, a script like the following
c653b370 1559@smallexample
2c5c0674 1560SECTIONS @{ @dots{}
d4e5e3c3
DM
1561 text 9+this_isnt_constant :
1562 @{ @dots{}
1563 @}
2c5c0674 1564@dots{} @}
c653b370 1565@end smallexample
2c5c0674
RP
1566@kindex Non constant expression
1567@noindent
1568will cause the error message ``@code{Non constant expression for initial
0b3499f6
ILT
1569address}''.
1570
1571@cindex provide
1572In some cases, it is desirable for a linker script to define a symbol
1573only if it is referenced, and only if it is not defined by any object
1574included in the link. For example, traditional linkers defined the
1575symbol @samp{etext}. However, ANSI C requires that the user be able to
1576use @samp{etext} as a function name without encountering an error.
1577The @code{PROVIDE} keyword may be used to define a symbol, such as
1578@samp{etext}, only if it is referenced but not defined. The syntax is
1579@code{PROVIDE(@var{symbol} = @var{expression})}.
b4d4e8e3 1580
867a1b8a
DM
1581@node Arithmetic Functions
1582@subsection Arithmetic Functions
2c5c0674 1583@cindex functions in expression language
ec40bbb8 1584The command language includes a number of built-in
2c5c0674
RP
1585functions for use in link script expressions.
1586@table @code
2c5c0674
RP
1587@kindex ABSOLUTE(@var{exp})
1588@cindex expression, absolute
c653b370 1589@item ABSOLUTE(@var{exp})
ec40bbb8
DM
1590Return the absolute (non-relocatable, as opposed to non-negative) value
1591of the expression @var{exp}. Primarily useful to assign an absolute
1592value to a symbol within a section definition, where symbol values are
1593normally section-relative.
2c5c0674 1594
2c5c0674
RP
1595@kindex ADDR(@var{section})
1596@cindex section address
c653b370 1597@item ADDR(@var{section})
ec40bbb8 1598Return the absolute address of the named @var{section}. Your script must
b4d4e8e3 1599previously have defined the location of that section. In the following
ec40bbb8 1600example, @code{symbol_1} and @code{symbol_2} are assigned identical
b4d4e8e3 1601values:
c653b370
ILT
1602@smallexample
1603@group
2c5c0674 1604SECTIONS@{ @dots{}
d4e5e3c3
DM
1605 .output1 :
1606 @{
1607 start_of_output_1 = ABSOLUTE(.);
1608 @dots{}
1609 @}
1610 .output :
1611 @{
1612 symbol_1 = ADDR(.output1);
1613 symbol_2 = start_of_output_1;
1614 @}
2c5c0674 1615@dots{} @}
c653b370
ILT
1616@end group
1617@end smallexample
2c5c0674 1618
5735ac9e
ILT
1619@kindex LOADADDR(@var{section})
1620@cindex section load address
1621@item LOADADDR(@var{section})
1622Return the absolute load address of the named @var{section}. This is
1623normally the same as @code{ADDR}, but it may be different if the
1624@code{AT} keyword is used in the section definition (@pxref{Section
1625Options}).
1626
2c5c0674
RP
1627@kindex ALIGN(@var{exp})
1628@cindex rounding up location counter
c653b370 1629@item ALIGN(@var{exp})
ec40bbb8 1630Return the result of the current location counter (@code{.}) aligned to
2c5c0674
RP
1631the next @var{exp} boundary. @var{exp} must be an expression whose
1632value is a power of two. This is equivalent to
c653b370 1633@smallexample
cb70c872 1634(. + @var{exp} - 1) & ~(@var{exp} - 1)
c653b370 1635@end smallexample
2c5c0674
RP
1636
1637@code{ALIGN} doesn't change the value of the location counter---it just
1638does arithmetic on it. As an example, to align the output @code{.data}
1639section to the next @code{0x2000} byte boundary after the preceding
1640section and to set a variable within the section to the next
1641@code{0x8000} boundary after the input sections:
c653b370
ILT
1642@smallexample
1643@group
2c5c0674 1644SECTIONS@{ @dots{}
d4e5e3c3
DM
1645 .data ALIGN(0x2000): @{
1646 *(.data)
1647 variable = ALIGN(0x8000);
1648 @}
2c5c0674 1649@dots{} @}
c653b370
ILT
1650@end group
1651@end smallexample
2c5c0674
RP
1652@noindent
1653The first use of @code{ALIGN} in this example specifies the location of
1654a section because it is used as the optional @var{start} attribute of a
1655section definition (@pxref{Section Options}). The second use simply
1656defines the value of a variable.
1657
1658The built-in @code{NEXT} is closely related to @code{ALIGN}.
1659
2c5c0674
RP
1660@kindex DEFINED(@var{symbol})
1661@cindex symbol defaults
c653b370 1662@item DEFINED(@var{symbol})
ec40bbb8
DM
1663Return 1 if @var{symbol} is in the linker global symbol table and is
1664defined, otherwise return 0. You can use this function to provide default
1665values for symbols. For example, the following command-file fragment shows how
2c5c0674
RP
1666to set a global symbol @code{begin} to the first location in the
1667@code{.text} section---but if a symbol called @code{begin} already
1668existed, its value is preserved:
d4e5e3c3 1669
c8072296 1670@smallexample
c653b370 1671@group
2c5c0674 1672SECTIONS@{ @dots{}
d4e5e3c3
DM
1673 .text : @{
1674 begin = DEFINED(begin) ? begin : . ;
1675 @dots{}
1676 @}
2c5c0674 1677@dots{} @}
c653b370 1678@end group
c8072296 1679@end smallexample
f22eee08 1680
2c5c0674
RP
1681@kindex NEXT(@var{exp})
1682@cindex unallocated address, next
c653b370 1683@item NEXT(@var{exp})
ec40bbb8
DM
1684Return the next unallocated address that is a multiple of @var{exp}.
1685This function is closely related to @code{ALIGN(@var{exp})}; unless you
2c5c0674 1686use the @code{MEMORY} command to define discontinuous memory for the
ec40bbb8 1687output file, the two functions are equivalent.
2c5c0674 1688
2c5c0674
RP
1689@kindex SIZEOF(@var{section})
1690@cindex section size
c653b370 1691@item SIZEOF(@var{section})
ec40bbb8
DM
1692Return the size in bytes of the named @var{section}, if that section has
1693been allocated. In the following example, @code{symbol_1} and
f22eee08 1694@code{symbol_2} are assigned identical values:
ec40bbb8 1695@c What does it return if the section hasn't been allocated? 0?
c653b370
ILT
1696@smallexample
1697@group
2c5c0674 1698SECTIONS@{ @dots{}
d4e5e3c3
DM
1699 .output @{
1700 .start = . ;
1701 @dots{}
1702 .end = . ;
1703 @}
1704 symbol_1 = .end - .start ;
1705 symbol_2 = SIZEOF(.output);
2c5c0674 1706@dots{} @}
c653b370
ILT
1707@end group
1708@end smallexample
f22eee08 1709
2c5c0674
RP
1710@kindex SIZEOF_HEADERS
1711@cindex header size
2c5c0674 1712@kindex sizeof_headers
c653b370
ILT
1713@item SIZEOF_HEADERS
1714@itemx sizeof_headers
ec40bbb8 1715Return the size in bytes of the output file's headers. You can use this number
2c5c0674
RP
1716as the start address of the first section, if you choose, to facilitate
1717paging.
1718
b61364cc
ILT
1719@kindex MAX
1720@item MAX(@var{exp1}, @var{exp2})
1721Returns the maximum of @var{exp1} and @var{exp2}.
1722
1723@kindex MIN
1724@item MIN(@var{exp1}, @var{exp2})
1725Returns the minimum of @var{exp1} and @var{exp2}.
1726
2c5c0674
RP
1727@end table
1728
67afbcea
DE
1729@node Semicolons
1730@subsection Semicolons
1731
1732Semicolons (``@key{;}'') are required in the following places. In all
1733other places they can appear for aesthetic reasons but are otherwise ignored.
1734
1735@table @code
1736@item Assignment
1737Semicolons must appear at the end of assignment expressions.
1738@xref{Assignment}
1739
1740@item PHDRS
1741Semicolons must appear at the end of a @code{PHDRS} statement.
1742@xref{PHDRS}
1743@end table
1744
ec40bbb8 1745@node MEMORY
867a1b8a 1746@section Memory Layout
2c5c0674
RP
1747@kindex MEMORY
1748@cindex regions of memory
1749@cindex discontinuous memory
1750@cindex allocating memory
ec40bbb8
DM
1751The linker's default configuration permits allocation of all available memory.
1752You can override this configuration by using the @code{MEMORY} command. The
b4d4e8e3
RP
1753@code{MEMORY} command describes the location and size of blocks of
1754memory in the target. By using it carefully, you can describe which
1755memory regions may be used by the linker, and which memory regions it
1756must avoid. The linker does not shuffle sections to fit into the
1757available regions, but does move the requested sections into the correct
1758regions and issue errors when the regions become too full.
1759
867a1b8a 1760A command file may contain at most one use of the @code{MEMORY}
b4d4e8e3
RP
1761command; however, you can define as many blocks of memory within it as
1762you wish. The syntax is:
c8072296 1763
c653b370
ILT
1764@smallexample
1765@group
b4d4e8e3 1766MEMORY
d4e5e3c3
DM
1767 @{
1768 @var{name} (@var{attr}) : ORIGIN = @var{origin}, LENGTH = @var{len}
1769 @dots{}
1770 @}
c653b370
ILT
1771@end group
1772@end smallexample
f22eee08 1773@table @code
2c5c0674 1774@cindex naming memory regions
d4e5e3c3 1775@item @var{name}
f22eee08
RP
1776is a name used internally by the linker to refer to the region. Any
1777symbol name may be used. The region names are stored in a separate
ec40bbb8 1778name space, and will not conflict with symbols, file names or section
b4d4e8e3 1779names. Use distinct names to specify multiple regions.
d4e5e3c3 1780
2c5c0674 1781@cindex memory region attributes
d4e5e3c3 1782@item (@var{attr})
2c5c0674 1783is an optional list of attributes, permitted for compatibility with the
246504a5 1784AT&T linker but not used by @code{ld} beyond checking that the
2c5c0674
RP
1785attribute list is valid. Valid attribute lists must be made up of the
1786characters ``@code{LIRWX}''. If you omit the attribute list, you may
1787omit the parentheses around it as well.
d4e5e3c3 1788
cb70c872
RP
1789@kindex ORIGIN =
1790@kindex o =
1791@kindex org =
d4e5e3c3 1792@item @var{origin}
ec40bbb8
DM
1793is the start address of the region in physical memory. It is
1794an expression that must evaluate to a constant before
f22eee08 1795memory allocation is performed. The keyword @code{ORIGIN} may be
867a1b8a 1796abbreviated to @code{org} or @code{o} (but not, for example, @samp{ORG}).
d4e5e3c3 1797
cb70c872
RP
1798@kindex LENGTH =
1799@kindex len =
1800@kindex l =
d4e5e3c3 1801@item @var{len}
b4d4e8e3 1802is the size in bytes of the region (an expression).
2c5c0674 1803The keyword @code{LENGTH} may be abbreviated to @code{len} or @code{l}.
f22eee08
RP
1804@end table
1805
1806For example, to specify that memory has two regions available for
ec40bbb8 1807allocation---one starting at 0 for 256 kilobytes, and the other
2c5c0674 1808starting at @code{0x40000000} for four megabytes:
f22eee08 1809
c653b370
ILT
1810@smallexample
1811@group
b4d4e8e3 1812MEMORY
d4e5e3c3
DM
1813 @{
1814 rom : ORIGIN = 0, LENGTH = 256K
1815 ram : org = 0x40000000, l = 4M
1816 @}
c653b370
ILT
1817@end group
1818@end smallexample
f22eee08 1819
b4d4e8e3 1820Once you have defined a region of memory named @var{mem}, you can direct
2c5c0674
RP
1821specific output sections there by using a command ending in
1822@samp{>@var{mem}} within the @code{SECTIONS} command (@pxref{Section
1823Options}). If the combined output sections directed to a region are too
1824big for the region, the linker will issue an error message.
b4d4e8e3 1825
ec40bbb8 1826@node SECTIONS
867a1b8a 1827@section Specifying Output Sections
67c4333b 1828
2c5c0674 1829@kindex SECTIONS
b4d4e8e3 1830The @code{SECTIONS} command controls exactly where input sections are
867a1b8a
DM
1831placed into output sections, their order in the output file, and to
1832which output sections they are allocated.
b4d4e8e3 1833
867a1b8a 1834You may use at most one @code{SECTIONS} command in a script file,
b4d4e8e3
RP
1835but you can have as many statements within it as you wish. Statements
1836within the @code{SECTIONS} command can do one of three things:
67c4333b 1837
b4d4e8e3
RP
1838@itemize @bullet
1839@item
1840define the entry point;
67c4333b 1841
b4d4e8e3
RP
1842@item
1843assign a value to a symbol;
67c4333b 1844
b4d4e8e3 1845@item
867a1b8a
DM
1846describe the placement of a named output section, and which input
1847sections go into it.
b4d4e8e3
RP
1848@end itemize
1849
8920addc
RP
1850You can also use the first two operations---defining the entry point and
1851defining symbols---outside the @code{SECTIONS} command: @pxref{Entry
baaaf6f2 1852Point}, and @ref{Assignment}. They are permitted here as well for
8920addc
RP
1853your convenience in reading the script, so that symbols and the entry
1854point can be defined at meaningful points in your output-file layout.
f22eee08 1855
67c4333b 1856If you do not use a @code{SECTIONS} command, the linker places each input
867a1b8a
DM
1857section into an identically named output section in the order that the
1858sections are first encountered in the input files. If all input sections
1859are present in the first file, for example, the order of sections in the
1860output file will match the order in the first input file.
b4d4e8e3 1861
2c5c0674 1862@menu
2d59b2c3 1863* Section Definition:: Section Definitions
867a1b8a
DM
1864* Section Placement:: Section Placement
1865* Section Data Expressions:: Section Data Expressions
2d59b2c3 1866* Section Options:: Optional Section Attributes
b61364cc 1867* Overlays:: Overlays
2c5c0674
RP
1868@end menu
1869
ec40bbb8 1870@node Section Definition
b4d4e8e3 1871@subsection Section Definitions
2c5c0674 1872@cindex section definition
b4d4e8e3 1873The most frequently used statement in the @code{SECTIONS} command is
867a1b8a 1874the @dfn{section definition}, which specifies the
b4d4e8e3 1875properties of an output section: its location, alignment, contents,
ec40bbb8 1876fill pattern, and target memory region. Most of
b4d4e8e3
RP
1877these specifications are optional; the simplest form of a section
1878definition is
c653b370 1879@smallexample
2c5c0674 1880SECTIONS @{ @dots{}
d4e5e3c3
DM
1881 @var{secname} : @{
1882 @var{contents}
1883 @}
2c5c0674 1884@dots{} @}
c653b370 1885@end smallexample
2c5c0674 1886@cindex naming output sections
b4d4e8e3
RP
1887@noindent
1888@var{secname} is the name of the output section, and @var{contents} a
ec40bbb8 1889specification of what goes there---for example, a list of input files or
867a1b8a
DM
1890sections of input files (@pxref{Section Placement}). As you might
1891assume, the whitespace shown is optional. You do need the colon
1892@samp{:} and the braces @samp{@{@}}, however.
b4d4e8e3
RP
1893
1894@var{secname} must meet the constraints of your output format. In
1895formats which only support a limited number of sections, such as
1896@code{a.out}, the name must be one of the names supported by the format
2c5c0674
RP
1897(@code{a.out}, for example, allows only @code{.text}, @code{.data} or
1898@code{.bss}). If the output format supports any number of sections, but
1899with numbers and not names (as is the case for Oasys), the name should be
1900supplied as a quoted numeric string. A section name may consist of any
867a1b8a 1901sequence of characters, but any name which does not conform to the standard
246504a5 1902@code{ld} symbol name syntax must be quoted.
ec40bbb8 1903@xref{Symbols, , Symbol Names}.
2c5c0674 1904
cf2e4f5f
ILT
1905The special @var{secname} @samp{/DISCARD/} may be used to discard input
1906sections. Any sections which are assigned to an output section named
1907@samp{/DISCARD/} are not included in the final link output.
1908
f9d3d71a
ILT
1909The linker will not create output sections which do not have any
1910contents. This is for convenience when referring to input sections that
1911may or may not exist. For example,
c653b370
ILT
1912@smallexample
1913.foo @{ *(.foo) @}
1914@end smallexample
f9d3d71a
ILT
1915will only create a @samp{.foo} section in the output file if there is a
1916@samp{.foo} section in at least one input file.
1917
867a1b8a
DM
1918@node Section Placement
1919@subsection Section Placement
67c4333b 1920
2c5c0674 1921@cindex contents of a section
67c4333b
RP
1922In a section definition, you can specify the contents of an output
1923section by listing particular input files, by listing particular
1924input-file sections, or by a combination of the two. You can also place
1925arbitrary data in the section, and define symbols relative to the
1926beginning of the section.
b4d4e8e3
RP
1927
1928The @var{contents} of a section definition may include any of the
1929following kinds of statement. You can include as many of these as you
1930like in a single section definition, separated from one another by
86bc0974 1931whitespace.
f22eee08 1932
b4d4e8e3 1933@table @code
2c5c0674
RP
1934@kindex @var{filename}
1935@cindex input files, section defn
1936@cindex files, including in output sections
d4e5e3c3 1937@item @var{filename}
b4d4e8e3 1938You may simply name a particular input file to be placed in the current
2c5c0674 1939output section; @emph{all} sections from that file are placed in the
867a1b8a
DM
1940current section definition. If the file name has already been mentioned
1941in another section definition, with an explicit section name list, then
1942only those sections which have not yet been allocated are used.
1943
1944To specify a list of particular files by name:
c653b370 1945@smallexample
cb70c872 1946.data : @{ afile.o bfile.o cfile.o @}
c653b370 1947@end smallexample
2c5c0674
RP
1948@noindent
1949The example also illustrates that multiple statements can be included in
ec40bbb8 1950the contents of a section definition, since each file name is a separate
2c5c0674 1951statement.
f22eee08 1952
d4e5e3c3
DM
1953@kindex @var{filename}(@var{section})
1954@cindex files and sections, section defn
2c5c0674 1955@item @var{filename}( @var{section} )
4fea1383 1956@itemx @var{filename}( @var{section} , @var{section}, @dots{} )
2c5c0674 1957@itemx @var{filename}( @var{section} @var{section} @dots{} )
2c5c0674
RP
1958You can name one or more sections from your input files, for
1959insertion in the current output section. If you wish to specify a list
1960of input-file sections inside the parentheses, you may separate the
1961section names by either commas or whitespace.
1962
d4e5e3c3
DM
1963@cindex input sections to output section
1964@kindex *(@var{section})
b4d4e8e3
RP
1965@item * (@var{section})
1966@itemx * (@var{section}, @var{section}, @dots{})
836a5ee4 1967@itemx * (@var{section} @var{section} @dots{})
b4d4e8e3 1968Instead of explicitly naming particular input files in a link control
246504a5 1969script, you can refer to @emph{all} files from the @code{ld} command
ec40bbb8 1970line: use @samp{*} instead of a particular file name before the
b4d4e8e3
RP
1971parenthesized input-file section list.
1972
867a1b8a
DM
1973If you have already explicitly included some files by name, @samp{*}
1974refers to all @emph{remaining} files---those whose places in the output
1975file have not yet been defined.
1976
ec40bbb8 1977For example, to copy sections @code{1} through @code{4} from an Oasys file
b4d4e8e3
RP
1978into the @code{.text} section of an @code{a.out} file, and sections @code{13}
1979and @code{14} into the @code{.data} section:
c653b370
ILT
1980@smallexample
1981@group
2c5c0674 1982SECTIONS @{
d4e5e3c3
DM
1983 .text :@{
1984 *("1" "2" "3" "4")
1985 @}
1986
1987 .data :@{
1988 *("13" "14")
1989 @}
b4d4e8e3 1990@}
c653b370
ILT
1991@end group
1992@end smallexample
f22eee08 1993
d4e5e3c3 1994@cindex @code{[@var{section}@dots{}]}, not supported
836a5ee4
DM
1995@samp{[ @var{section} @dots{} ]} used to be accepted as an alternate way
1996to specify named sections from all unallocated input files. Because
1997some operating systems (VMS) allow brackets in file names, that notation
1998is no longer supported.
1999
2c5c0674
RP
2000@cindex uninitialized data
2001@cindex commons in output
d4e5e3c3
DM
2002@kindex *( COMMON )
2003@item @var{filename}@code{( COMMON )}
2004@itemx *( COMMON )
b4d4e8e3 2005Specify where in your output file to place uninitialized data
d76ae847 2006with this notation. @code{*(COMMON)} by itself refers to all
b4d4e8e3
RP
2007uninitialized data from all input files (so far as it is not yet
2008allocated); @var{filename}@code{(COMMON)} refers to uninitialized data
2009from a particular file. Both are special cases of the general
2010mechanisms for specifying where to place input-file sections:
246504a5 2011@code{ld} permits you to refer to uninitialized data as if it
b4d4e8e3
RP
2012were in an input-file section named @code{COMMON}, regardless of the
2013input file's format.
2014@end table
2015
86bc0974 2016In any place where you may use a specific file or section name, you may
c2ba3684
ILT
2017also use a wildcard pattern. The linker handles wildcards much as the
2018Unix shell does. A @samp{*} character matches any number of characters.
2019A @samp{?} character matches any single character. The sequence
2020@samp{[@var{chars}]} will match a single instance of any of the
86bc0974
ILT
2021@var{chars}; the @samp{-} character may be used to specify a range of
2022characters, as in @samp{[a-z]} to match any lower case letter. A
2023@samp{\} character may be used to quote the following character.
2024
c2ba3684
ILT
2025When a file name is matched with a wildcard, the wildcard characters
2026will not match a @samp{/} character (used to separate directory names on
86bc0974 2027Unix). A pattern consisting of a single @samp{*} character is an
c2ba3684
ILT
2028exception; it will always match any file name. In a section name, the
2029wildcard characters will match a @samp{/} character.
2030
2031Wildcards only match files which are explicitly specified on the command
2032line. The linker does not search directories to expand wildcards.
2033However, if you specify a simple file name---a name with no wildcard
2034characters---in a linker script, and the file name is not also specified
2035on the command line, the linker will attempt to open the file as though
2036it appeared on the command line.
86bc0974
ILT
2037
2038In the following example, the command script arranges the output file
2039into three consecutive sections, named @code{.text}, @code{.data}, and
b4d4e8e3
RP
2040@code{.bss}, taking the input for each from the correspondingly named
2041sections of all the input files:
d4e5e3c3 2042
c653b370
ILT
2043@smallexample
2044@group
2c5c0674 2045SECTIONS @{
d76ae847
RP
2046 .text : @{ *(.text) @}
2047 .data : @{ *(.data) @}
2048 .bss : @{ *(.bss) *(COMMON) @}
2c5c0674 2049@}
c653b370
ILT
2050@end group
2051@end smallexample
b4d4e8e3
RP
2052
2053The following example reads all of the sections from file @code{all.o}
2054and places them at the start of output section @code{outputa} which
2055starts at location @code{0x10000}. All of section @code{.input1} from
2056file @code{foo.o} follows immediately, in the same output section. All
2057of section @code{.input2} from @code{foo.o} goes into output section
2058@code{outputb}, followed by section @code{.input1} from @code{foo1.o}.
2059All of the remaining @code{.input1} and @code{.input2} sections from any
2060files are written to output section @code{outputc}.
2061
c653b370
ILT
2062@smallexample
2063@group
2c5c0674 2064SECTIONS @{
d4e5e3c3
DM
2065 outputa 0x10000 :
2066 @{
2067 all.o
2068 foo.o (.input1)
2069 @}
2070 outputb :
2071 @{
2072 foo.o (.input2)
2073 foo1.o (.input1)
2074 @}
2075 outputc :
2076 @{
2077 *(.input1)
2078 *(.input2)
2079 @}
2c5c0674 2080@}
c653b370
ILT
2081@end group
2082@end smallexample
b4d4e8e3 2083
86bc0974
ILT
2084This example shows how wildcard patterns might be used to partition
2085files. All @code{.text} sections are placed in @code{.text}, and all
2086@code{.bss} sections are placed in @code{.bss}. For all files beginning
2087with an upper case character, the @code{.data} section is placed into
2088@code{.DATA}; for all other files, the @code{.data} section is placed
2089into @code{.data}.
2090
2091@smallexample
2092@group
2093SECTIONS @{
2094 .text : @{ *(.text) @}
2095 .DATA : @{ [A-Z]*(.data) @}
2096 .data : @{ *(.data) @}
2097 .bss : @{ *(.bss) @}
2098@}
2099@end group
2100@end smallexample
2101
867a1b8a
DM
2102@node Section Data Expressions
2103@subsection Section Data Expressions
67c4333b 2104
867a1b8a 2105@cindex expressions in a section
67c4333b
RP
2106The foregoing statements arrange, in your output file, data originating
2107from your input files. You can also place data directly in an output
2108section from the link command script. Most of these additional
baaaf6f2 2109statements involve expressions (@pxref{Expressions}). Although these
67c4333b
RP
2110statements are shown separately here for ease of presentation, no such
2111segregation is needed within a section definition in the @code{SECTIONS}
2112command; you can intermix them freely with any of the statements we've
2113just described.
f22eee08 2114
b4d4e8e3 2115@table @code
2c5c0674
RP
2116@cindex input filename symbols
2117@cindex filename symbols
d4e5e3c3
DM
2118@kindex CREATE_OBJECT_SYMBOLS
2119@item CREATE_OBJECT_SYMBOLS
ec40bbb8
DM
2120Create a symbol for each input file
2121in the current section, set to the address of the first byte of
867a1b8a 2122data written from that input file. For instance, with @code{a.out}
b4d4e8e3
RP
2123files it is conventional to have a symbol for each input file. You can
2124accomplish this by defining the output @code{.text} section as follows:
c653b370
ILT
2125@smallexample
2126@group
b4d4e8e3 2127SECTIONS @{
d4e5e3c3
DM
2128 .text 0x2020 :
2129 @{
2130 CREATE_OBJECT_SYMBOLS
2131 *(.text)
2132 _etext = ALIGN(0x2000);
2133 @}
2134 @dots{}
2c5c0674 2135@}
c653b370
ILT
2136@end group
2137@end smallexample
b4d4e8e3 2138
867a1b8a 2139If @code{sample.ld} is a file containing this script, and @code{a.o},
b4d4e8e3
RP
2140@code{b.o}, @code{c.o}, and @code{d.o} are four input files with
2141contents like the following---
c653b370
ILT
2142@smallexample
2143@group
b4d4e8e3
RP
2144/* a.c */
2145
2c5c0674 2146afunction() @{ @}
b4d4e8e3
RP
2147int adata=1;
2148int abss;
c653b370
ILT
2149@end group
2150@end smallexample
f22eee08 2151
b4d4e8e3 2152@noindent
867a1b8a 2153@samp{ld -M -T sample.ld a.o b.o c.o d.o} would create a map like this,
b4d4e8e3 2154containing symbols matching the object file names:
c653b370 2155@smallexample
f22eee08
RP
215600000000 A __DYNAMIC
215700004020 B _abss
215800004000 D _adata
215900002020 T _afunction
216000004024 B _bbss
216100004008 D _bdata
216200002038 T _bfunction
216300004028 B _cbss
216400004010 D _cdata
216500002050 T _cfunction
21660000402c B _dbss
216700004018 D _ddata
216800002068 T _dfunction
216900004020 D _edata
217000004030 B _end
217100004000 T _etext
217200002020 t a.o
217300002038 t b.o
217400002050 t c.o
217500002068 t d.o
c653b370 2176@end smallexample
f22eee08 2177
2c5c0674 2178@kindex @var{symbol} = @var{expression} ;
2c5c0674 2179@kindex @var{symbol} @var{f}= @var{expression} ;
d4e5e3c3
DM
2180@item @var{symbol} = @var{expression} ;
2181@itemx @var{symbol} @var{f}= @var{expression} ;
2c5c0674
RP
2182@var{symbol} is any symbol name (@pxref{Symbols}). ``@var{f}=''
2183refers to any of the operators @code{&= += -= *= /=} which combine
2184arithmetic and assignment.
2185
2186@cindex assignment, in section defn
2187When you assign a value to a symbol within a particular section
2188definition, the value is relative to the beginning of the section
2189(@pxref{Assignment}). If you write
d4e5e3c3 2190
c653b370
ILT
2191@smallexample
2192@group
2c5c0674 2193SECTIONS @{
b4d4e8e3 2194 abs = 14 ;
2c5c0674 2195 @dots{}
cb70c872 2196 .data : @{ @dots{} rel = 14 ; @dots{} @}
b4d4e8e3 2197 abs2 = 14 + ADDR(.data);
2c5c0674
RP
2198 @dots{}
2199@}
c653b370
ILT
2200@end group
2201@end smallexample
d4e5e3c3 2202
2c5c0674 2203@c FIXME: Try above example!
b4d4e8e3 2204@noindent
ec40bbb8 2205@code{abs} and @code{rel} do not have the same value; @code{rel} has the
b4d4e8e3
RP
2206same value as @code{abs2}.
2207
2c5c0674 2208@kindex BYTE(@var{expression})
2c5c0674 2209@kindex SHORT(@var{expression})
2c5c0674 2210@kindex LONG(@var{expression})
c477527c 2211@kindex QUAD(@var{expression})
2c5c0674 2212@cindex direct output
d4e5e3c3
DM
2213@item BYTE(@var{expression})
2214@itemx SHORT(@var{expression})
2215@itemx LONG(@var{expression})
2216@itemx QUAD(@var{expression})
c477527c
ILT
2217By including one of these four statements in a section definition, you
2218can explicitly place one, two, four, or eight bytes (respectively) at
2219the current address of that section. @code{QUAD} is only supported when
2220using a 64 bit host or target.
ec40bbb8
DM
2221
2222@ifclear SingleFormat
2223Multiple-byte quantities are represented in whatever byte order is
2224appropriate for the output file format (@pxref{BFD}).
2225@end ifclear
b4d4e8e3 2226
2c5c0674
RP
2227@kindex FILL(@var{expression})
2228@cindex holes, filling
2229@cindex unspecified memory
c653b370 2230@item FILL(@var{expression})
867a1b8a 2231Specify the ``fill pattern'' for the current section. Any otherwise
b4d4e8e3
RP
2232unspecified regions of memory within the section (for example, regions
2233you skip over by assigning a new value to the location counter @samp{.})
2234are filled with the two least significant bytes from the
2235@var{expression} argument. A @code{FILL} statement covers memory
2236locations @emph{after} the point it occurs in the section definition; by
2237including more than one @code{FILL} statement, you can have different
2238fill patterns in different parts of an output section.
2239@end table
2240
ec40bbb8 2241@node Section Options
b4d4e8e3 2242@subsection Optional Section Attributes
2c5c0674 2243@cindex section defn, full syntax
b4d4e8e3
RP
2244Here is the full syntax of a section definition, including all the
2245optional portions:
2246
d76ae847 2247@smallexample
c653b370 2248@group
2c5c0674
RP
2249SECTIONS @{
2250@dots{}
67c4333b 2251@var{secname} @var{start} BLOCK(@var{align}) (NOLOAD) : AT ( @var{ldadr} )
c653b370 2252 @{ @var{contents} @} >@var{region} :@var{phdr} =@var{fill}
2c5c0674 2253@dots{}
b4d4e8e3 2254@}
c653b370 2255@end group
d76ae847 2256@end smallexample
b4d4e8e3
RP
2257
2258@var{secname} and @var{contents} are required. @xref{Section
baaaf6f2 2259Definition}, and @ref{Section Placement}, for details on
67c4333b
RP
2260@var{contents}. The remaining elements---@var{start},
2261@code{BLOCK(@var{align)}}, @code{(NOLOAD)}, @code{AT ( @var{ldadr} )},
c653b370
ILT
2262@code{>@var{region}}, @code{:@var{phdr}}, and @code{=@var{fill}}---are
2263all optional.
f22eee08 2264
b4d4e8e3 2265@table @code
2c5c0674
RP
2266@cindex start address, section
2267@cindex section start
2268@cindex section address
d4e5e3c3 2269@item @var{start}
b4d4e8e3
RP
2270You can force the output section to be loaded at a specified address by
2271specifying @var{start} immediately following the section name.
2272@var{start} can be represented as any expression. The following
2273example generates section @var{output} at location
2274@code{0x40000000}:
d4e5e3c3 2275
c653b370
ILT
2276@smallexample
2277@group
b4d4e8e3 2278SECTIONS @{
d4e5e3c3
DM
2279 @dots{}
2280 output 0x40000000: @{
2281 @dots{}
2282 @}
2283 @dots{}
b4d4e8e3 2284@}
c653b370
ILT
2285@end group
2286@end smallexample
f22eee08 2287
2c5c0674
RP
2288@kindex BLOCK(@var{align})
2289@cindex section alignment
2290@cindex aligning sections
d4e5e3c3 2291@item BLOCK(@var{align})
ec40bbb8 2292You can include @code{BLOCK()} specification to advance
2c5c0674
RP
2293the location counter @code{.} prior to the beginning of the section, so
2294that the section will begin at the specified alignment. @var{align} is
2295an expression.
f22eee08 2296
d76ae847
RP
2297@kindex NOLOAD
2298@cindex prevent unnecessary loading
67c4333b
RP
2299@cindex loading, preventing
2300@item (NOLOAD)
d76ae847
RP
2301Use @samp{(NOLOAD)} to prevent a section from being loaded into memory
2302each time it is accessed. For example, in the script sample below, the
2303@code{ROM} segment is addressed at memory location @samp{0} and does not
2304need to be loaded into each object file:
67c4333b 2305
c653b370
ILT
2306@smallexample
2307@group
d76ae847 2308SECTIONS @{
d4e5e3c3
DM
2309 ROM 0 (NOLOAD) : @{ @dots{} @}
2310 @dots{}
d76ae847 2311@}
c653b370
ILT
2312@end group
2313@end smallexample
d76ae847 2314
67c4333b
RP
2315@kindex AT ( @var{ldadr} )
2316@cindex specify load address
2317@cindex load address, specifying
2318@item AT ( @var{ldadr} )
2319The expression @var{ldadr} that follows the @code{AT} keyword specifies
2320the load address of the section. The default (if you do not use the
2321@code{AT} keyword) is to make the load address the same as the
2322relocation address. This feature is designed to make it easy to build a
2323ROM image. For example, this @code{SECTIONS} definition creates two
2324output sections: one called @samp{.text}, which starts at @code{0x1000},
2325and one called @samp{.mdata}, which is loaded at the end of the
2326@samp{.text} section even though its relocation address is
2327@code{0x2000}. The symbol @code{_data} is defined with the value
2328@code{0x2000}:
2329
2330@smallexample
c653b370 2331@group
67c4333b 2332SECTIONS
139c8857
RP
2333 @{
2334 .text 0x1000 : @{ *(.text) _etext = . ; @}
2335 .mdata 0x2000 :
2336 AT ( ADDR(.text) + SIZEOF ( .text ) )
2337 @{ _data = . ; *(.data); _edata = . ; @}
2338 .bss 0x3000 :
2339 @{ _bstart = . ; *(.bss) *(COMMON) ; _bend = . ;@}
67c4333b 2340@}
c653b370 2341@end group
67c4333b
RP
2342@end smallexample
2343
2344The run-time initialization code (for C programs, usually @code{crt0})
2345for use with a ROM generated this way has to include something like
2346the following, to copy the initialized data from the ROM image to its runtime
2347address:
2348
139c8857 2349@smallexample
c653b370 2350@group
67c4333b
RP
2351char *src = _etext;
2352char *dst = _data;
2353
139c8857 2354/* ROM has data at end of text; copy it. */
67c4333b 2355while (dst < _edata) @{
139c8857 2356 *dst++ = *src++;
67c4333b
RP
2357@}
2358
2359/* Zero bss */
2360for (dst = _bstart; dst< _bend; dst++)
139c8857 2361 *dst = 0;
c653b370 2362@end group
139c8857 2363@end smallexample
67c4333b 2364
f9d3d71a
ILT
2365@kindex >@var{region}
2366@cindex section, assigning to memory region
2367@cindex memory regions and sections
2368@item >@var{region}
2369Assign this section to a previously defined region of memory.
2370@xref{MEMORY}.
2371
c653b370
ILT
2372@kindex :@var{phdr}
2373@cindex section, assigning to program header
2374@cindex program headers and sections
2375@item :@var{phdr}
2376Assign this section to a segment described by a program header.
baaaf6f2 2377@xref{PHDRS}. If a section is assigned to one or more segments, then
c653b370
ILT
2378all subsequent allocated sections will be assigned to those segments as
2379well, unless they use an explicitly @code{:@var{phdr}} modifier. To
2380prevent a section from being assigned to a segment when it would
2381normally default to one, use @code{:NONE}.
2382
2c5c0674
RP
2383@kindex =@var{fill}
2384@cindex section fill pattern
2385@cindex fill pattern, entire section
d4e5e3c3
DM
2386@item =@var{fill}
2387Including @code{=@var{fill}} in a section definition specifies the
2388initial fill value for that section. You may use any expression to
2389specify @var{fill}. Any unallocated holes in the current output section
2390when written to the output file will be filled with the two least
2391significant bytes of the value, repeated as necessary. You can also
2392change the fill value with a @code{FILL} statement in the @var{contents}
2393of a section definition.
f22eee08 2394
f22eee08 2395@end table
b4d4e8e3 2396
b61364cc
ILT
2397@node Overlays
2398@subsection Overlays
2399@kindex OVERLAY
2400@cindex overlays
2401
2402The @code{OVERLAY} command provides an easy way to describe sections
2403which are to be loaded as part of a single memory image but are to be
2404run at the same memory address. At run time, some sort of overlay
2405manager will copy the overlaid sections in and out of the runtime memory
2406address as required, perhaps by simply manipulating addressing bits.
2407This approach can be useful, for example, when a certain region of
2408memory is faster than another.
2409
2410The @code{OVERLAY} command is used within a @code{SECTIONS} command. It
2411appears as follows:
2412@smallexample
2413@group
2414 OVERLAY @var{start} : [ NOCROSSREFS ] AT ( @var{ldaddr} )
2415 @{
2416 @var{secname1} @{ @var{contents} @} :@var{phdr} =@var{fill}
2417 @var{secname2} @{ @var{contents} @} :@var{phdr} =@var{fill}
2418 @dots{}
2419 @} >@var{region} :@var{phdr} =@var{fill}
2420@end group
2421@end smallexample
2422
2423Everything is optional except @code{OVERLAY} (a keyword), and each
2424section must have a name (@var{secname1} and @var{secname2} above). The
2425section definitions within the @code{OVERLAY} construct are identical to
2426those within the general @code{SECTIONS} contruct (@pxref{SECTIONS}),
2427except that no addresses and no memory regions may be defined for
2428sections within an @code{OVERLAY}.
2429
2430The sections are all defined with the same starting address. The load
2431addresses of the sections are arranged such that they are consecutive in
2432memory starting at the load address used for the @code{OVERLAY} as a
2433whole (as with normal section definitions, the load address is optional,
2434and defaults to the start address; the start address is also optional,
2435and defaults to @code{.}).
2436
2437If the @code{NOCROSSREFS} keyword is used, and there any references
2438among the sections, the linker will report an error. Since the sections
2439all run at the same address, it normally does not make sense for one
2440section to refer directly to another. @xref{Option Commands,
2441NOCROSSREFS}.
2442
2443For each section within the @code{OVERLAY}, the linker automatically
2444defines two symbols. The symbol @code{__load_start_@var{secname}} is
2445defined as the starting load address of the section. The symbol
2446@code{__load_stop_@var{secname}} is defined as the final load address of
2447the section. Any characters within @var{secname} which are not legal
2448within C identifiers are removed. C (or assembler) code may use these
2449symbols to move the overlaid sections around as necessary.
2450
2451At the end of the overlay, the value of @code{.} is set to the start
2452address of the overlay plus the size of the largest section.
2453
2454Here is an example. Remember that this would appear inside a
2455@code{SECTIONS} construct.
2456
2457@smallexample
2458@group
2459 OVERLAY 0x1000 : AT (0x4000)
2460 @{
2461 .text0 @{ o1/*.o(.text) @}
2462 .text1 @{ o2/*.o(.text) @}
2463 @}
2464@end group
2465@end smallexample
2466
2467This will define both @code{.text0} and @code{.text1} to start at
2468address 0x1000. @code{.text0} will be loaded at address 0x4000, and
2469@code{.text1} will be loaded immediately after @code{.text0}. The
2470following symbols will be defined: @code{__load_start_text0},
2471@code{__load_stop_text0}, @code{__load_start_text1},
2472@code{__load_stop_text1}.
2473
2474C code to copy overlay @code{.text1} into the overlay area might look
2475like the following.
2476
2477@smallexample
2478@group
2479 extern char __load_start_text1, __load_stop_text1;
2480 memcpy ((char *) 0x1000, &__load_start_text1,
2481 &__load_stop_text1 - &__load_start_text1);
2482@end group
2483@end smallexample
2484
2485Note that the @code{OVERLAY} command is just syntactic sugar, since
2486everything it does can be done using the more basic commands. The above
2487example could have been written identically as follows.
2488
2489@smallexample
2490@group
2491 .text0 0x1000 : AT (0x4000) @{ o1/*.o(.text) @}
2492 __load_start_text0 = LOADADDR (.text0);
2493 __load_stop_text0 = LOADADDR (.text0) + SIZEOF (.text0);
2494 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @}
2495 __load_start_text1 = LOADADDR (.text1);
2496 __load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1);
2497 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
2498@end group
2499@end smallexample
2500
c653b370
ILT
2501@node PHDRS
2502@section ELF Program Headers
2503@kindex PHDRS
b61364cc
ILT
2504@cindex program headers
2505@cindex ELF program headers
c653b370
ILT
2506
2507The ELF object file format uses @dfn{program headers}, which are read by
2508the system loader and describe how the program should be loaded into
2509memory. These program headers must be set correctly in order to run the
2510program on a native ELF system. The linker will create reasonable
2511program headers by default. However, in some cases, it is desirable to
2512specify the program headers more precisely; the @code{PHDRS} command may
2513be used for this purpose. When the @code{PHDRS} command is used, the
2514linker will not generate any program headers itself.
2515
2516The @code{PHDRS} command is only meaningful when generating an ELF
2517output file. It is ignored in other cases. This manual does not
2518describe the details of how the system loader interprets program
2519headers; for more information, see the ELF ABI. The program headers of
2520an ELF file may be displayed using the @samp{-p} option of the
2521@code{objdump} command.
2522
2523This is the syntax of the @code{PHDRS} command. The words @code{PHDRS},
2524@code{FILEHDR}, @code{AT}, and @code{FLAGS} are keywords.
2525
2526@smallexample
2527@group
2528PHDRS
2529@{
2530 @var{name} @var{type} [ FILEHDR ] [ PHDRS ] [ AT ( @var{address} ) ]
2531 [ FLAGS ( @var{flags} ) ] ;
2532@}
2533@end group
2534@end smallexample
2535
2536The @var{name} is used only for reference in the @code{SECTIONS} command
2537of the linker script. It does not get put into the output file.
2538
2539Certain program header types describe segments of memory which are
2540loaded from the file by the system loader. In the linker script, the
2541contents of these segments are specified by directing allocated output
2542sections to be placed in the segment. To do this, the command
2543describing the output section in the @code{SECTIONS} command should use
2544@samp{:@var{name}}, where @var{name} is the name of the program header
2545as it appears in the @code{PHDRS} command. @xref{Section Options}.
2546
2547It is normal for certain sections to appear in more than one segment.
2548This merely implies that one segment of memory contains another. This
2549is specified by repeating @samp{:@var{name}}, using it once for each
2550program header in which the section is to appear.
2551
2552If a section is placed in one or more segments using @samp{:@var{name}},
2553then all subsequent allocated sections which do not specify
2554@samp{:@var{name}} are placed in the same segments. This is for
2555convenience, since generally a whole set of contiguous sections will be
2556placed in a single segment. To prevent a section from being assigned to
2557a segment when it would normally default to one, use @code{:NONE}.
2558
2559The @code{FILEHDR} and @code{PHDRS} keywords which may appear after the
2560program header type also indicate contents of the segment of memory.
2561The @code{FILEHDR} keyword means that the segment should include the ELF
2562file header. The @code{PHDRS} keyword means that the segment should
2563include the ELF program headers themselves.
2564
2565The @var{type} may be one of the following. The numbers indicate the
2566value of the keyword.
2567
2568@table @asis
2569@item @code{PT_NULL} (0)
2570Indicates an unused program header.
2571
2572@item @code{PT_LOAD} (1)
2573Indicates that this program header describes a segment to be loaded from
2574the file.
2575
2576@item @code{PT_DYNAMIC} (2)
2577Indicates a segment where dynamic linking information can be found.
2578
2579@item @code{PT_INTERP} (3)
2580Indicates a segment where the name of the program interpreter may be
2581found.
2582
2583@item @code{PT_NOTE} (4)
2584Indicates a segment holding note information.
2585
2586@item @code{PT_SHLIB} (5)
2587A reserved program header type, defined but not specified by the ELF
2588ABI.
2589
2590@item @code{PT_PHDR} (6)
2591Indicates a segment where the program headers may be found.
2592
2593@item @var{expression}
2594An expression giving the numeric type of the program header. This may
2595be used for types not defined above.
2596@end table
2597
2598It is possible to specify that a segment should be loaded at a
2599particular address in memory. This is done using an @code{AT}
2600expression. This is identical to the @code{AT} command used in the
2601@code{SECTIONS} command (@pxref{Section Options}). Using the @code{AT}
2602command for a program header overrides any information in the
2603@code{SECTIONS} command.
2604
2605Normally the segment flags are set based on the sections. The
2606@code{FLAGS} keyword may be used to explicitly specify the segment
2607flags. The value of @var{flags} must be an integer. It is used to
2608set the @code{p_flags} field of the program header.
2609
2610Here is an example of the use of @code{PHDRS}. This shows a typical set
2611of program headers used on a native ELF system.
2612
2613@example
2614@group
2615PHDRS
2616@{
2617 headers PT_PHDR PHDRS ;
2618 interp PT_INTERP ;
2619 text PT_LOAD FILEHDR PHDRS ;
2620 data PT_LOAD ;
2621 dynamic PT_DYNAMIC ;
2622@}
2623
2624SECTIONS
2625@{
2626 . = SIZEOF_HEADERS;
2627 .interp : @{ *(.interp) @} :text :interp
2628 .text : @{ *(.text) @} :text
2629 .rodata : @{ *(.rodata) @} /* defaults to :text */
2630 @dots{}
2631 . = . + 0x1000; /* move to a new page in memory */
2632 .data : @{ *(.data) @} :data
2633 .dynamic : @{ *(.dynamic) @} :data :dynamic
2634 @dots{}
2635@}
2636@end group
2637@end example
2638
ec40bbb8 2639@node Entry Point
b4d4e8e3 2640@section The Entry Point
2c5c0674
RP
2641@kindex ENTRY(@var{symbol})
2642@cindex start of execution
2643@cindex first instruction
b4d4e8e3
RP
2644The linker command language includes a command specifically for
2645defining the first executable instruction in an output file (its
2646@dfn{entry point}). Its argument is a symbol name:
c653b370 2647@smallexample
b4d4e8e3 2648ENTRY(@var{symbol})
c653b370 2649@end smallexample
b4d4e8e3
RP
2650
2651Like symbol assignments, the @code{ENTRY} command may be placed either
2652as an independent command in the command file, or among the section
2653definitions within the @code{SECTIONS} command---whatever makes the most
2654sense for your layout.
2655
2c5c0674 2656@cindex entry point, defaults
b4d4e8e3
RP
2657@code{ENTRY} is only one of several ways of choosing the entry point.
2658You may indicate it in any of the following ways (shown in descending
2659order of priority: methods higher in the list override methods lower down).
f22eee08
RP
2660@itemize @bullet
2661@item
ec40bbb8 2662the @samp{-e} @var{entry} command-line option;
f22eee08 2663@item
8de26d62 2664the @code{ENTRY(@var{symbol})} command in a linker control script;
f22eee08 2665@item
b4d4e8e3 2666the value of the symbol @code{start}, if present;
f22eee08 2667@item
b4d4e8e3 2668the address of the first byte of the @code{.text} section, if present;
f22eee08 2669@item
b4d4e8e3 2670The address @code{0}.
f22eee08 2671@end itemize
b4d4e8e3 2672
2c5c0674
RP
2673For example, you can use these rules to generate an entry point with an
2674assignment statement: if no symbol @code{start} is defined within your
2675input files, you can simply define it, assigning it an appropriate
2676value---
d4e5e3c3 2677
c653b370 2678@smallexample
b4d4e8e3 2679start = 0x2020;
c653b370 2680@end smallexample
b4d4e8e3
RP
2681
2682@noindent
2683The example shows an absolute address, but you can use any expression.
2684For example, if your input object files use some other symbol-name
2685convention for the entry point, you can just assign the value of
2686whatever symbol contains the start address to @code{start}:
d4e5e3c3 2687
c653b370 2688@smallexample
cb70c872 2689start = other_symbol ;
c653b370 2690@end smallexample
f22eee08 2691
867a1b8a
DM
2692@node Option Commands
2693@section Option Commands
b4d4e8e3
RP
2694The command language includes a number of other commands that you can
2695use for specialized purposes. They are similar in purpose to
2696command-line options.
2697
2698@table @code
1fb57a5d
RP
2699@kindex CONSTRUCTORS
2700@cindex C++ constructors, arranging in link
2701@cindex constructors, arranging in link
2702@item CONSTRUCTORS
a1d393cf
ILT
2703When linking using the @code{a.out} object file format, the linker uses
2704an unusual set construct to support C++ global constructors and
2705destructors. When linking object file formats which do not support
2706arbitrary sections, such as @code{ECOFF} and @code{XCOFF}, the linker
2707will automatically recognize C++ global constructors and destructors by
2708name. For these object file formats, the @code{CONSTRUCTORS} command
2709tells the linker where this information should be placed. The
2710@code{CONSTRUCTORS} command is ignored for other object file formats.
2711
2712The symbol @w{@code{__CTOR_LIST__}} marks the start of the global
2713constructors, and the symbol @w{@code{__DTOR_LIST}} marks the end. The
2714first word in the list is the number of entries, followed by the address
2715of each constructor or destructor, followed by a zero word. The
2716compiler must arrange to actually run the code. For these object file
2717formats @sc{gnu} C++ calls constructors from a subroutine @code{__main};
2718a call to @code{__main} is automatically inserted into the startup code
2719for @code{main}. @sc{gnu} C++ runs destructors either by using
2720@code{atexit}, or directly from the function @code{exit}.
2721
2722For object file formats such as @code{COFF} or @code{ELF} which support
2723multiple sections, @sc{gnu} C++ will normally arrange to put the
2724addresses of global constructors and destructors into the @code{.ctors}
2725and @code{.dtors} sections. Placing the following sequence into your
2726linker script will build the sort of table which the @sc{gnu} C++
2727runtime code expects to see.
2728
2729@smallexample
2730 __CTOR_LIST__ = .;
2731 LONG((__CTOR_END__ - __CTOR_LIST__) / 4 - 2)
2732 *(.ctors)
2733 LONG(0)
2734 __CTOR_END__ = .;
2735 __DTOR_LIST__ = .;
2736 LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)
2737 *(.dtors)
2738 LONG(0)
2739 __DTOR_END__ = .;
2740@end smallexample
2741
2742Normally the compiler and linker will handle these issues automatically,
2743and you will not need to concern yourself with them. However, you may
2744need to consider this if you are using C++ and writing your own linker
2745scripts.
1fb57a5d 2746
d4e5e3c3 2747@need 1000
2c5c0674 2748@kindex FLOAT
2c5c0674 2749@kindex NOFLOAT
1fb57a5d
RP
2750@item FLOAT
2751@itemx NOFLOAT
2c5c0674 2752These keywords were used in some older linkers to request a particular
246504a5 2753math subroutine library. @code{ld} doesn't use the keywords, assuming
2c5c0674
RP
2754instead that any necessary subroutines are in libraries specified using
2755the general mechanisms for linking to archives; but to permit the use of
2756scripts that were written for the older linkers, the keywords
2757@code{FLOAT} and @code{NOFLOAT} are accepted and ignored.
2758
2c5c0674
RP
2759@kindex FORCE_COMMON_ALLOCATION
2760@cindex common allocation
1fb57a5d 2761@item FORCE_COMMON_ALLOCATION
ec40bbb8 2762This command has the same effect as the @samp{-d} command-line option:
2c5c0674 2763to make @code{ld} assign space to common symbols even if a relocatable
ec40bbb8 2764output file is specified (@samp{-r}).
b4d4e8e3 2765
2c5c0674 2766@kindex INPUT ( @var{files} )
2c5c0674 2767@cindex binary input files
1fb57a5d
RP
2768@item INPUT ( @var{file}, @var{file}, @dots{} )
2769@itemx INPUT ( @var{file} @var{file} @dots{} )
2c5c0674 2770Use this command to include binary input files in the link, without
7f9ae73e
RP
2771including them in a particular section definition.
2772Specify the full name for each @var{file}, including @samp{.a} if
2773required.
2774
2775@code{ld} searches for each @var{file} through the archive-library
2776search path, just as for files you specify on the command line.
2777See the description of @samp{-L} in @ref{Options,,Command Line
2778Options}.
b4d4e8e3 2779
01bc8f35
ILT
2780If you use @samp{-l@var{file}}, @code{ld} will transform the name to
2781@code{lib@var{file}.a} as with the command line argument @samp{-l}.
2782
0b3499f6
ILT
2783@kindex GROUP ( @var{files} )
2784@cindex grouping input files
2785@item GROUP ( @var{file}, @var{file}, @dots{} )
2786@itemx GROUP ( @var{file} @var{file} @dots{} )
2787This command is like @code{INPUT}, except that the named files should
2788all be archives, and they are searched repeatedly until no new undefined
2789references are created. See the description of @samp{-(} in
2790@ref{Options,,Command Line Options}.
2791
2c5c0674 2792@ignore
2c5c0674 2793@kindex MAP ( @var{name} )
c653b370 2794@item MAP ( @var{name} )
2c5c0674
RP
2795@c MAP(...) appears to look for an F in the arg, ignoring all other
2796@c chars; if it finds one, it sets "map_option_f" to true. But nothing
2797@c checks map_option_f. Apparently a stub for the future...
2798@end ignore
b4d4e8e3 2799
2c5c0674
RP
2800@kindex OUTPUT ( @var{filename} )
2801@cindex naming the output file
c653b370 2802@item OUTPUT ( @var{filename} )
d76ae847
RP
2803Use this command to name the link output file @var{filename}. The
2804effect of @code{OUTPUT(@var{filename})} is identical to the effect of
c477527c
ILT
2805@w{@samp{-o @var{filename}}}, which overrides it. You can use this
2806command to supply a default output-file name other than @code{a.out}.
2c5c0674 2807
ec40bbb8 2808@ifclear SingleFormat
2c5c0674
RP
2809@kindex OUTPUT_ARCH ( @var{bfdname} )
2810@cindex machine architecture, output
c653b370 2811@item OUTPUT_ARCH ( @var{bfdname} )
2c5c0674
RP
2812Specify a particular output machine architecture, with one of the names
2813used by the BFD back-end routines (@pxref{BFD}). This command is often
2814unnecessary; the architecture is most often set implicitly by either the
2815system BFD configuration or as a side effect of the @code{OUTPUT_FORMAT}
ec40bbb8 2816command.
2c5c0674 2817
2c5c0674
RP
2818@kindex OUTPUT_FORMAT ( @var{bfdname} )
2819@cindex format, output file
c653b370 2820@item OUTPUT_FORMAT ( @var{bfdname} )
1fb57a5d
RP
2821When @code{ld} is configured to support multiple object code formats,
2822you can use this command to specify a particular output format.
2823@var{bfdname} is one of the names used by the BFD back-end routines
2824(@pxref{BFD}). The effect is identical to the effect of the
2825@samp{-oformat} command-line option. This selection affects only
2c5c0674 2826the output file; the related command @code{TARGET} affects primarily
ec40bbb8
DM
2827input files.
2828@end ifclear
2c5c0674 2829
2c5c0674
RP
2830@kindex SEARCH_DIR ( @var{path} )
2831@cindex path for libraries
2832@cindex search path, libraries
c653b370 2833@item SEARCH_DIR ( @var{path} )
246504a5 2834Add @var{path} to the list of paths where @code{ld} looks for
2c5c0674 2835archive libraries. @code{SEARCH_DIR(@var{path})} has the same
ec40bbb8 2836effect as @samp{-L@var{path}} on the command line.
2c5c0674 2837
2c5c0674
RP
2838@kindex STARTUP ( @var{filename} )
2839@cindex first input file
c653b370 2840@item STARTUP ( @var{filename} )
2c5c0674
RP
2841Ensure that @var{filename} is the first input file used in the link
2842process.
b4d4e8e3 2843
ec40bbb8 2844@ifclear SingleFormat
2c5c0674
RP
2845@cindex input file format
2846@kindex TARGET ( @var{format} )
c653b370 2847@item TARGET ( @var{format} )
1fb57a5d
RP
2848When @code{ld} is configured to support multiple object code formats,
2849you can use this command to change the input-file object code format
2850(like the command-line option @samp{-b} or its synonym @samp{-format}).
2851The argument @var{format} is one of the strings used by BFD to name
2852binary formats. If @code{TARGET} is specified but @code{OUTPUT_FORMAT}
2853is not, the last @code{TARGET} argument is also used as the default
2854format for the @code{ld} output file. @xref{BFD}.
2c5c0674
RP
2855
2856@kindex GNUTARGET
246504a5 2857If you don't use the @code{TARGET} command, @code{ld} uses the value of
2c5c0674 2858the environment variable @code{GNUTARGET}, if available, to select the
246504a5 2859output file format. If that variable is also absent, @code{ld} uses
2c5c0674 2860the default format configured for your machine in the BFD libraries.
ec40bbb8 2861@end ifclear
582dd77f
ILT
2862
2863@cindex cross references
2864@kindex NOCROSSREFS ( @var{sections} )
2865@item NOCROSSREFS ( @var{section} @var{section} @dots{} )
2866This command may be used to tell @code{ld} to issue an error about any
2867references among certain sections.
2868
2869In certain types of programs, particularly on embedded systems, when one
2870section is loaded into memory, another section will not be. Any direct
2871references between the two sections would be errors. For example, it
2872would be an error if code in one section called a function defined in
2873the other section.
2874
2875The @code{NOCROSSREFS} command takes a list of section names. If
2876@code{ld} detects any cross references between the sections, it reports
2877an error and returns a non-zero exit status. The @code{NOCROSSREFS}
2878command uses output section names, defined in the @code{SECTIONS}
2879command. It does not use the names of input sections.
b4d4e8e3
RP
2880@end table
2881
ec40bbb8
DM
2882@ifset GENERIC
2883@node Machine Dependent
1c48127e
RP
2884@chapter Machine Dependent Features
2885
2886@cindex machine dependencies
246504a5
RP
2887@code{ld} has additional features on some platforms; the following
2888sections describe them. Machines where @code{ld} has no additional
1c48127e
RP
2889functionality are not listed.
2890
2891@menu
246504a5
RP
2892* H8/300:: @code{ld} and the H8/300
2893* i960:: @code{ld} and the Intel 960 family
1c48127e 2894@end menu
ec40bbb8
DM
2895@end ifset
2896
7f9ae73e 2897@c FIXME! This could use @raisesections/@lowersections, but there seems to be a conflict
ec40bbb8
DM
2898@c between those and node-defaulting.
2899@ifset H8300
2900@ifclear GENERIC
7f9ae73e 2901@raisesections
ec40bbb8
DM
2902@end ifclear
2903@node H8/300
246504a5 2904@section @code{ld} and the H8/300
1c48127e
RP
2905
2906@cindex H8/300 support
246504a5 2907For the H8/300, @code{ld} can perform these global optimizations when
1c48127e
RP
2908you specify the @samp{-relax} command-line option.
2909
2910@table @emph
d76ae847 2911@cindex relaxing on H8/300
c653b370 2912@item relaxing address modes
246504a5 2913@code{ld} finds all @code{jsr} and @code{jmp} instructions whose
1c48127e
RP
2914targets are within eight bits, and turns them into eight-bit
2915program-counter relative @code{bsr} and @code{bra} instructions,
2916respectively.
2917
d76ae847 2918@cindex synthesizing on H8/300
c653b370 2919@item synthesizing instructions
1c48127e 2920@c FIXME: specifically mov.b, or any mov instructions really?
246504a5 2921@code{ld} finds all @code{mov.b} instructions which use the
1c48127e
RP
2922sixteen-bit absolute address form, but refer to the top
2923page of memory, and changes them to use the eight-bit address form.
2924(That is: the linker turns @samp{mov.b @code{@@}@var{aa}:16} into
2925@samp{mov.b @code{@@}@var{aa}:8} whenever the address @var{aa} is in the
2926top page of memory).
2927@end table
ec40bbb8 2928@ifclear GENERIC
7f9ae73e 2929@lowersections
ec40bbb8
DM
2930@end ifclear
2931@end ifset
2932
f9d3d71a
ILT
2933@ifclear GENERIC
2934@ifset Hitachi
2935@c This stuff is pointless to say unless you're especially concerned
2936@c with Hitachi chips; don't enable it for generic case, please.
2937@node Hitachi
2938@chapter @code{ld} and other Hitachi chips
2939
2940@code{ld} also supports the H8/300H, the H8/500, and the Hitachi SH. No
2941special features, commands, or command-line options are required for
2942these chips.
2943@end ifset
2944@end ifclear
2945
ec40bbb8
DM
2946@ifset I960
2947@ifclear GENERIC
7f9ae73e 2948@raisesections
ec40bbb8
DM
2949@end ifclear
2950@node i960
246504a5 2951@section @code{ld} and the Intel 960 family
1c48127e
RP
2952
2953@cindex i960 support
d76ae847 2954
1c48127e
RP
2955You can use the @samp{-A@var{architecture}} command line option to
2956specify one of the two-letter names identifying members of the 960
2957family; the option specifies the desired output target, and warns of any
2958incompatible instructions in the input files. It also modifies the
2959linker's search strategy for archive libraries, to support the use of
2960libraries specific to each particular architecture, by including in the
2961search loop names suffixed with the string identifying the architecture.
2962
246504a5 2963For example, if your @code{ld} command line included @w{@samp{-ACA}} as
1c48127e 2964well as @w{@samp{-ltry}}, the linker would look (in its built-in search
ec40bbb8 2965paths, and in any paths you specify with @samp{-L}) for a library with
1c48127e 2966the names
ec40bbb8 2967
c653b370
ILT
2968@smallexample
2969@group
1c48127e
RP
2970try
2971libtry.a
2972tryca
2973libtryca.a
c653b370
ILT
2974@end group
2975@end smallexample
ec40bbb8 2976
1c48127e
RP
2977@noindent
2978The first two possibilities would be considered in any event; the last
2979two are due to the use of @w{@samp{-ACA}}.
2980
ec40bbb8 2981You can meaningfully use @samp{-A} more than once on a command line, since
1c48127e 2982the 960 architecture family allows combination of target architectures; each
ec40bbb8 2983use will add another pair of name variants to search for when @w{@samp{-l}}
1c48127e 2984specifies a library.
1fb57a5d
RP
2985
2986@cindex @code{-relax} on i960
2987@cindex relaxing on i960
2988@code{ld} supports the @samp{-relax} option for the i960 family. If you
2989specify @samp{-relax}, @code{ld} finds all @code{balx} and @code{calx}
2990instructions whose targets are within 24 bits, and turns them into
299124-bit program-counter relative @code{bal} and @code{cal}
2992instructions, respectively. @code{ld} also turns @code{cal}
2993instructions into @code{bal} instructions when it determines that the
2994target subroutine is a leaf routine (that is, the target subroutine does
2995not itself call any subroutines).
2996
ec40bbb8 2997@ifclear GENERIC
7f9ae73e 2998@lowersections
ec40bbb8
DM
2999@end ifclear
3000@end ifset
1c48127e 3001
ec40bbb8
DM
3002@ifclear SingleFormat
3003@node BFD
f22eee08
RP
3004@chapter BFD
3005
2c5c0674
RP
3006@cindex back end
3007@cindex object file management
d4e5e3c3
DM
3008@cindex object formats available
3009@kindex objdump -i
2c5c0674
RP
3010The linker accesses object and archive files using the BFD libraries.
3011These libraries allow the linker to use the same routines to operate on
3012object files whatever the object file format. A different object file
3013format can be supported simply by creating a new BFD back end and adding
d4e5e3c3
DM
3014it to the library. To conserve runtime memory, however, the linker and
3015associated tools are usually configured to support only a subset of the
3016object file formats available. You can use @code{objdump -i}
1c48127e 3017(@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}) to
d4e5e3c3 3018list all the formats available for your configuration.
f22eee08 3019
2c5c0674
RP
3020@cindex BFD requirements
3021@cindex requirements for BFD
3022As with most implementations, BFD is a compromise between
f22eee08 3023several conflicting requirements. The major factor influencing
2c5c0674
RP
3024BFD design was efficiency: any time used converting between
3025formats is time which would not have been spent had BFD not
f22eee08 3026been involved. This is partly offset by abstraction payback; since
2c5c0674 3027BFD simplifies applications and back ends, more time and care
f22eee08
RP
3028may be spent optimizing algorithms for a greater speed.
3029
2c5c0674
RP
3030One minor artifact of the BFD solution which you should bear in
3031mind is the potential for information loss. There are two places where
ec40bbb8 3032useful information can be lost using the BFD mechanism: during
2c5c0674
RP
3033conversion and during output. @xref{BFD information loss}.
3034
3035@menu
2d59b2c3 3036* BFD outline:: How it works: an outline of BFD
2c5c0674 3037@end menu
f22eee08 3038
ec40bbb8 3039@node BFD outline
b4d4e8e3 3040@section How it works: an outline of BFD
2c5c0674 3041@cindex opening object files
3e27cc11 3042@include bfdsumm.texi
ec40bbb8 3043@end ifclear
f22eee08 3044
ec40bbb8 3045@node MRI
2d59b2c3
RP
3046@appendix MRI Compatible Script Files
3047@cindex MRI compatibility
3048To aid users making the transition to @sc{gnu} @code{ld} from the MRI
3049linker, @code{ld} can use MRI compatible linker scripts as an
3050alternative to the more general-purpose linker scripting language
3051described in @ref{Commands,,Command Language}. MRI compatible linker
3052scripts have a much simpler command set than the scripting language
3053otherwise used with @code{ld}. @sc{gnu} @code{ld} supports the most
3054commonly used MRI linker commands; these commands are described here.
3055
867a1b8a
DM
3056In general, MRI scripts aren't of much use with the @code{a.out} object
3057file format, since it only has three sections and MRI scripts lack some
3058features to make use of them.
3059
2d59b2c3
RP
3060You can specify a file containing an MRI-compatible script using the
3061@samp{-c} command-line option.
3062
3063Each command in an MRI-compatible script occupies its own line; each
3064command line starts with the keyword that identifies the command (though
3065blank lines are also allowed for punctuation). If a line of an
3066MRI-compatible script begins with an unrecognized keyword, @code{ld}
3067issues a warning message, but continues processing the script.
3068
3069Lines beginning with @samp{*} are comments.
3070
3071You can write these commands using all upper-case letters, or all
3072lower case; for example, @samp{chip} is the same as @samp{CHIP}.
3073The following list shows only the upper-case form of each command.
3074
3075@table @code
d4e5e3c3 3076@cindex @code{ABSOLUTE} (MRI)
2d59b2c3 3077@item ABSOLUTE @var{secname}
c653b370 3078@itemx ABSOLUTE @var{secname}, @var{secname}, @dots{} @var{secname}
2d59b2c3
RP
3079Normally, @code{ld} includes in the output file all sections from all
3080the input files. However, in an MRI-compatible script, you can use the
3081@code{ABSOLUTE} command to restrict the sections that will be present in
3082your output program. If the @code{ABSOLUTE} command is used at all in a
3083script, then only the sections named explicitly in @code{ABSOLUTE}
3084commands will appear in the linker output. You can still use other
3085input sections (whatever you select on the command line, or using
7b015547 3086@code{LOAD}) to resolve addresses in the output file.
2d59b2c3 3087
2d59b2c3 3088@cindex @code{ALIAS} (MRI)
d4e5e3c3 3089@item ALIAS @var{out-secname}, @var{in-secname}
2d59b2c3
RP
3090Use this command to place the data from input section @var{in-secname}
3091in a section called @var{out-secname} in the linker output file.
3092
3093@var{in-secname} may be an integer.
3094
e54bf1c1
ILT
3095@cindex @code{ALIGN} (MRI)
3096@item ALIGN @var{secname} = @var{expression}
3097Align the section called @var{secname} to @var{expression}. The
3098@var{expression} should be a power of two.
3099
2d59b2c3 3100@cindex @code{BASE} (MRI)
d4e5e3c3 3101@item BASE @var{expression}
2d59b2c3
RP
3102Use the value of @var{expression} as the lowest address (other than
3103absolute addresses) in the output file.
3104
d4e5e3c3 3105@cindex @code{CHIP} (MRI)
2d59b2c3
RP
3106@item CHIP @var{expression}
3107@itemx CHIP @var{expression}, @var{expression}
ec40bbb8 3108This command does nothing; it is accepted only for compatibility.
2d59b2c3 3109
2d59b2c3 3110@cindex @code{END} (MRI)
d4e5e3c3 3111@item END
2d59b2c3
RP
3112This command does nothing whatever; it's only accepted for compatibility.
3113
2d59b2c3 3114@cindex @code{FORMAT} (MRI)
d4e5e3c3 3115@item FORMAT @var{output-format}
2d59b2c3
RP
3116Similar to the @code{OUTPUT_FORMAT} command in the more general linker
3117language, but restricted to one of these output formats:
d4e5e3c3 3118
2d59b2c3
RP
3119@enumerate
3120@item
3121S-records, if @var{output-format} is @samp{S}
3122
3123@item
3124IEEE, if @var{output-format} is @samp{IEEE}
3125
3126@item
3127COFF (the @samp{coff-m68k} variant in BFD), if @var{output-format} is
3128@samp{COFF}
3129@end enumerate
3130
2d59b2c3 3131@cindex @code{LIST} (MRI)
d4e5e3c3 3132@item LIST @var{anything}@dots{}
2d59b2c3
RP
3133Print (to the standard output file) a link map, as produced by the
3134@code{ld} command-line option @samp{-M}.
3135
ec40bbb8
DM
3136The keyword @code{LIST} may be followed by anything on the
3137same line, with no change in its effect.
2d59b2c3 3138
d4e5e3c3 3139@cindex @code{LOAD} (MRI)
2d59b2c3 3140@item LOAD @var{filename}
c653b370 3141@itemx LOAD @var{filename}, @var{filename}, @dots{} @var{filename}
2d59b2c3
RP
3142Include one or more object file @var{filename} in the link; this has the
3143same effect as specifying @var{filename} directly on the @code{ld}
3144command line.
3145
2d59b2c3 3146@cindex @code{NAME} (MRI)
d4e5e3c3 3147@item NAME @var{output-name}
2d59b2c3
RP
3148@var{output-name} is the name for the program produced by @code{ld}; the
3149MRI-compatible command @code{NAME} is equivalent to the command-line
3150option @samp{-o} or the general script language command @code{OUTPUT}.
3151
d4e5e3c3 3152@cindex @code{ORDER} (MRI)
2d59b2c3
RP
3153@item ORDER @var{secname}, @var{secname}, @dots{} @var{secname}
3154@itemx ORDER @var{secname} @var{secname} @var{secname}
ec40bbb8
DM
3155Normally, @code{ld} orders the sections in its output file in the
3156order in which they first appear in the input files. In an MRI-compatible
3157script, you can override this ordering with the @code{ORDER} command. The
2d59b2c3
RP
3158sections you list with @code{ORDER} will appear first in your output
3159file, in the order specified.
3160
d4e5e3c3 3161@cindex @code{PUBLIC} (MRI)
2d59b2c3
RP
3162@item PUBLIC @var{name}=@var{expression}
3163@itemx PUBLIC @var{name},@var{expression}
3164@itemx PUBLIC @var{name} @var{expression}
ec40bbb8 3165Supply a value (@var{expression}) for external symbol
2d59b2c3
RP
3166@var{name} used in the linker input files.
3167
d4e5e3c3 3168@cindex @code{SECT} (MRI)
2d59b2c3
RP
3169@item SECT @var{secname}, @var{expression}
3170@itemx SECT @var{secname}=@var{expression}
3171@itemx SECT @var{secname} @var{expression}
2d59b2c3
RP
3172You can use any of these three forms of the @code{SECT} command to
3173specify the start address (@var{expression}) for section @var{secname}.
3174If you have more than one @code{SECT} statement for the same
3175@var{secname}, only the @emph{first} sets the start address.
3176@end table
3177
3178
ec40bbb8 3179@node Index
2c5c0674
RP
3180@unnumbered Index
3181
3182@printindex cp
3183
3184@tex
3185% I think something like @colophon should be in texinfo. In the
3186% meantime:
3187\long\def\colophon{\hbox to0pt{}\vfill
3188\centerline{The body of this manual is set in}
3189\centerline{\fontname\tenrm,}
3190\centerline{with headings in {\bf\fontname\tenbf}}
3191\centerline{and examples in {\tt\fontname\tentt}.}
3192\centerline{{\it\fontname\tenit\/} and}
3193\centerline{{\sl\fontname\tensl\/}}
3194\centerline{are used for emphasis.}\vfill}
3195\page\colophon
c653b370 3196% Blame: doc@cygnus.com, 28mar91.
2c5c0674
RP
3197@end tex
3198
3199
b4d4e8e3 3200@contents
f22eee08
RP
3201@bye
3202
3203
This page took 0.623605 seconds and 4 git commands to generate.