* emultempl/pe.em (set_pe_subsystem): Record entry symbol for each
[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
7f9ae73e
RP
989@kindex -warn-comon
990@cindex warnings, on combining symbols
991@cindex combining symbols, warnings on
c653b370 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
1021The @samp{-warn-common} option can produce five kinds of warnings. Each
1022warning consists of a pair of lines: the first describes the symbol just
1023encountered, and the second describes the previous symbol encountered
1024with the same name. One or both of the two symbols will be a common
1025symbol.
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
0b0642d6
ILT
1074@kindex -warn-constructors
1075@item -warn-constructors
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
4b7d2399
ILT
1080@kindex -warn-multiple-gp
1081@item -warn-multiple-gp
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
01bc8f35
ILT
1094@kindex -warn-once
1095@cindex warnings, on undefined symbols
1096@cindex undefined symbols, warnings on
1097@item -warn-once
1098Only warn once for each undefined symbol, rather than once per module
1099which refers to it.
1100
4551e108
ILT
1101@kindex --whole-archive
1102@cindex including an entire archive
4b7d2399 1103@item --whole-archive
3c8deccc
ILT
1104For each archive mentioned on the command line after the
1105@code{--whole-archive} option, include every object file in the archive
1106in the link, rather than searching the archive for the required object
1107files. This is normally used to turn an archive file into a shared
1108library, forcing every object to be included in the resulting shared
67afbcea 1109library. This option may be used more than once.
4551e108 1110
e3d73386
ILT
1111@kindex --wrap
1112@item --wrap @var{symbol}
1113Use a wrapper function for @var{symbol}. Any undefined reference to
1114@var{symbol} will be resolved to @code{__wrap_@var{symbol}}. Any
1115undefined reference to @code{__real_@var{symbol}} will be resolved to
1116@var{symbol}.
1117
1118This can be used to provide a wrapper for a system function. The
1119wrapper function should be called @code{__wrap_@var{symbol}}. If it
1120wishes to call the system function, it should call
1121@code{__real_@var{symbol}}.
1122
1123Here is a trivial example:
1124
1125@smallexample
1126void *
1127__wrap_malloc (int c)
1128@{
1129 printf ("malloc called with %ld\n", c);
1130 return __real_malloc (c);
1131@}
1132@end smallexample
1133
1134If you link other code with this file using @code{--wrap malloc}, then
1135all calls to @code{malloc} will call the function @code{__wrap_malloc}
1136instead. The call to @code{__real_malloc} in @code{__wrap_malloc} will
1137call the real @code{malloc} function.
1138
1139You may wish to provide a @code{__real_malloc} function as well, so that
1140links without the @code{--wrap} option will succeed. If you do this,
1141you should not put the definition of @code{__real_malloc} in the same
1142file as @code{__wrap_malloc}; if you do, the assembler may resolve the
1143call before the linker has a chance to wrap it to @code{malloc}.
1144
f22eee08 1145@end table
b4d4e8e3 1146
ec40bbb8
DM
1147@ifset UsesEnvVars
1148@node Environment
2c5c0674
RP
1149@section Environment Variables
1150
d76ae847
RP
1151You can change the behavior of @code{ld} with the environment
1152variable @code{GNUTARGET}.
2c5c0674
RP
1153
1154@kindex GNUTARGET
1155@cindex default input format
1156@code{GNUTARGET} determines the input-file object format if you don't
ec40bbb8 1157use @samp{-b} (or its synonym @samp{-format}). Its value should be one
2c5c0674 1158of the BFD names for an input format (@pxref{BFD}). If there is no
246504a5 1159@code{GNUTARGET} in the environment, @code{ld} uses the natural format
8920addc 1160of the target. If @code{GNUTARGET} is set to @code{default} then BFD attempts to discover the
2c5c0674
RP
1161input format by examining binary input files; this method often
1162succeeds, but there are potential ambiguities, since there is no method
ec40bbb8 1163of ensuring that the magic number used to specify object-file formats is
2c5c0674
RP
1164unique. However, the configuration procedure for BFD on each system
1165places the conventional format for that system first in the search-list,
1166so ambiguities are resolved in favor of convention.
ec40bbb8 1167@end ifset
2c5c0674 1168
ec40bbb8 1169@node Commands
2c5c0674 1170@chapter Command Language
f22eee08 1171
2c5c0674 1172@cindex command files
ec40bbb8 1173The command language provides explicit control over the link process,
b4d4e8e3 1174allowing complete specification of the mapping between the linker's
ec40bbb8 1175input files and its output. It controls:
b4d4e8e3 1176@itemize @bullet
2c5c0674
RP
1177@item
1178input files
1179@item
1180file formats
1181@item
867a1b8a 1182output file layout
2c5c0674
RP
1183@item
1184addresses of sections
1185@item
1186placement of common blocks
b4d4e8e3 1187@end itemize
f22eee08 1188
2c5c0674 1189You may supply a command file (also known as a link script) to the
ec40bbb8 1190linker either explicitly through the @samp{-T} option, or implicitly as
2c5c0674 1191an ordinary file. If the linker opens a file which it cannot recognize
867a1b8a 1192as a supported object or archive format, it reports an error.
2c5c0674 1193
2c5c0674 1194@menu
2d59b2c3
RP
1195* Scripts:: Linker Scripts
1196* Expressions:: Expressions
1197* MEMORY:: MEMORY Command
1198* SECTIONS:: SECTIONS Command
c653b370 1199* PHDRS:: PHDRS Command
2d59b2c3 1200* Entry Point:: The Entry Point
867a1b8a 1201* Option Commands:: Option Commands
2c5c0674
RP
1202@end menu
1203
ec40bbb8 1204@node Scripts
b4d4e8e3 1205@section Linker Scripts
246504a5 1206The @code{ld} command language is a collection of statements; some are
ec40bbb8
DM
1207simple keywords setting a particular option, some are used to select and
1208group input files or name output files; and two statement
b4d4e8e3
RP
1209types have a fundamental and pervasive impact on the linking process.
1210
2c5c0674
RP
1211@cindex fundamental script commands
1212@cindex commands, fundamental
1213@cindex output file layout
1214@cindex layout of output file
246504a5 1215The most fundamental command of the @code{ld} command language is the
b4d4e8e3
RP
1216@code{SECTIONS} command (@pxref{SECTIONS}). Every meaningful command
1217script must have a @code{SECTIONS} command: it specifies a
1218``picture'' of the output file's layout, in varying degrees of detail.
1219No other command is required in all cases.
1220
1221The @code{MEMORY} command complements @code{SECTIONS} by describing the
2c5c0674 1222available memory in the target architecture. This command is optional;
246504a5 1223if you don't use a @code{MEMORY} command, @code{ld} assumes sufficient
2c5c0674
RP
1224memory is available in a contiguous block for all output.
1225@xref{MEMORY}.
b4d4e8e3 1226
2c5c0674
RP
1227@cindex comments
1228You may include comments in linker scripts just as in C: delimited
1229by @samp{/*} and @samp{*/}. As in C, comments are syntactically
1230equivalent to whitespace.
1231
ec40bbb8 1232@node Expressions
f22eee08 1233@section Expressions
2c5c0674
RP
1234@cindex expression syntax
1235@cindex arithmetic
b4d4e8e3
RP
1236Many useful commands involve arithmetic expressions. The syntax for
1237expressions in the command language is identical to that of C
1238expressions, with the following features:
1239@itemize @bullet
2c5c0674
RP
1240@item
1241All expressions evaluated as integers and
f22eee08 1242are of ``long'' or ``unsigned long'' type.
2c5c0674
RP
1243@item
1244All constants are integers.
1245@item
1246All of the C arithmetic operators are provided.
1247@item
1248You may reference, define, and create global variables.
1249@item
1250You may call special purpose built-in functions.
b4d4e8e3 1251@end itemize
f22eee08 1252
2c5c0674 1253@menu
2d59b2c3
RP
1254* Integers:: Integers
1255* Symbols:: Symbol Names
1256* Location Counter:: The Location Counter
1257* Operators:: Operators
1258* Evaluation:: Evaluation
1259* Assignment:: Assignment: Defining Symbols
867a1b8a 1260* Arithmetic Functions:: Built-In Functions
67afbcea 1261* Semicolons:: Semicolon Usage
2c5c0674
RP
1262@end menu
1263
ec40bbb8 1264@node Integers
f22eee08 1265@subsection Integers
2c5c0674
RP
1266@cindex integer notation
1267@cindex octal integers
f22eee08
RP
1268An octal integer is @samp{0} followed by zero or more of the octal
1269digits (@samp{01234567}).
c653b370 1270@smallexample
2c5c0674 1271_as_octal = 0157255;
c653b370 1272@end smallexample
f22eee08 1273
2c5c0674 1274@cindex decimal integers
f22eee08
RP
1275A decimal integer starts with a non-zero digit followed by zero or
1276more digits (@samp{0123456789}).
c653b370 1277@smallexample
2c5c0674 1278_as_decimal = 57005;
c653b370 1279@end smallexample
f22eee08 1280
2c5c0674
RP
1281@cindex hexadecimal integers
1282@kindex 0x
f22eee08
RP
1283A hexadecimal integer is @samp{0x} or @samp{0X} followed by one or
1284more hexadecimal digits chosen from @samp{0123456789abcdefABCDEF}.
c653b370 1285@smallexample
b4d4e8e3 1286_as_hex = 0xdead;
c653b370 1287@end smallexample
f22eee08 1288
2c5c0674 1289@cindex negative integers
ec40bbb8 1290To write a negative integer, use
baaaf6f2 1291the prefix operator @samp{-} (@pxref{Operators}).
c653b370 1292@smallexample
b4d4e8e3 1293_as_neg = -57005;
c653b370 1294@end smallexample
f22eee08 1295
2c5c0674
RP
1296@cindex scaled integers
1297@cindex K and M integer suffixes
1298@cindex M and K integer suffixes
1299@cindex suffixes for integers
1300@cindex integer suffixes
b4d4e8e3
RP
1301Additionally the suffixes @code{K} and @code{M} may be used to scale a
1302constant by
c8072296
RP
1303@c TEXI2ROFF-KILL
1304@ifinfo
1305@c END TEXI2ROFF-KILL
1306@code{1024} or @code{1024*1024}
1307@c TEXI2ROFF-KILL
1308@end ifinfo
f22eee08 1309@tex
b4d4e8e3 1310${\rm 1024}$ or ${\rm 1024}^2$
f22eee08 1311@end tex
c8072296 1312@c END TEXI2ROFF-KILL
ec40bbb8 1313respectively. For example, the following all refer to the same quantity:
f22eee08 1314
c653b370 1315@smallexample
2c5c0674
RP
1316 _fourk_1 = 4K;
1317 _fourk_2 = 4096;
1318 _fourk_3 = 0x1000;
c653b370 1319@end smallexample
b4d4e8e3 1320
ec40bbb8 1321@node Symbols
b4d4e8e3 1322@subsection Symbol Names
2c5c0674
RP
1323@cindex symbol names
1324@cindex names
1325@cindex quoted symbol names
1326@kindex "
1fb57a5d
RP
1327Unless quoted, symbol names start with a letter, underscore, or point
1328and may include any letters, underscores, digits, points,
1329and hyphens. Unquoted symbol names must not conflict with any
b4d4e8e3
RP
1330keywords. You can specify a symbol which contains odd characters or has
1331the same name as a keyword, by surrounding the symbol name in double quotes:
c653b370 1332@smallexample
b4d4e8e3
RP
1333 "SECTION" = 9;
1334 "with a space" = "also with a space" + 10;
c653b370 1335@end smallexample
b4d4e8e3 1336
1fb57a5d
RP
1337Since symbols can contain many non-alphabetic characters, it is safest
1338to delimit symbols with spaces. For example, @samp{A-B} is one symbol,
1339whereas @samp{A - B} is an expression involving subtraction.
1340
ec40bbb8 1341@node Location Counter
b4d4e8e3 1342@subsection The Location Counter
2c5c0674
RP
1343@kindex .
1344@cindex dot
1345@cindex location counter
1346@cindex current output location
b4d4e8e3
RP
1347The special linker variable @dfn{dot} @samp{.} always contains the
1348current output location counter. Since the @code{.} always refers to
1349a location in an output section, it must always appear in an
1350expression within a @code{SECTIONS} command. The @code{.} symbol
1351may appear anywhere that an ordinary symbol is allowed in an
1352expression, but its assignments have a side effect. Assigning a value
1353to the @code{.} symbol will cause the location counter to be moved.
2c5c0674 1354@cindex holes
b4d4e8e3
RP
1355This may be used to create holes in the output section. The location
1356counter may never be moved backwards.
c653b370 1357@smallexample
2c5c0674
RP
1358SECTIONS
1359@{
d4e5e3c3
DM
1360 output :
1361 @{
1362 file1(.text)
1363 . = . + 1000;
1364 file2(.text)
1365 . += 1000;
1366 file3(.text)
1367 @} = 0x1234;
2c5c0674 1368@}
c653b370 1369@end smallexample
2c5c0674
RP
1370@noindent
1371In the previous example, @code{file1} is located at the beginning of the
1372output section, then there is a 1000 byte gap. Then @code{file2}
1373appears, also with a 1000 byte gap following before @code{file3} is
1374loaded. The notation @samp{= 0x1234} specifies what data to write in
1375the gaps (@pxref{Section Options}).
b4d4e8e3 1376
d4e5e3c3
DM
1377@iftex
1378@vfill
1379@end iftex
1380
c653b370 1381@need 2000
ec40bbb8 1382@node Operators
f22eee08 1383@subsection Operators
2c5c0674
RP
1384@cindex Operators for arithmetic
1385@cindex arithmetic operators
1386@cindex precedence in expressions
b4d4e8e3 1387The linker recognizes the standard C set of arithmetic operators, with
f22eee08 1388the standard bindings and precedence levels:
c8072296 1389@c TEXI2ROFF-KILL
b4d4e8e3 1390@ifinfo
c8072296 1391@c END TEXI2ROFF-KILL
c653b370 1392@smallexample
c8072296 1393precedence associativity Operators Notes
b4d4e8e3 1394(highest)
c8072296
RP
13951 left ! - ~ (1)
13962 left * / %
13973 left + -
13984 left >> <<
13995 left == != > < <= >=
14006 left &
14017 left |
14028 left &&
14039 left ||
140410 right ? :
140511 right &= += -= *= /= (2)
b4d4e8e3 1406(lowest)
c653b370 1407@end smallexample
2c5c0674
RP
1408Notes:
1409(1) Prefix operators
baaaf6f2 1410(2) @xref{Assignment}.
c8072296 1411@c TEXI2ROFF-KILL
b4d4e8e3 1412@end ifinfo
f22eee08 1413@tex
2c5c0674 1414\vskip \baselineskip
c653b370 1415%"lispnarrowing" is the extra indent used generally for @smallexample
2c5c0674 1416\hskip\lispnarrowing\vbox{\offinterlineskip
f22eee08
RP
1417\hrule
1418\halign
2c5c0674
RP
1419{\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ {\tt #}\ \hfil&\vrule#\cr
1420height2pt&\omit&&\omit&&\omit&\cr
1421&Precedence&& Associativity &&{\rm Operators}&\cr
1422height2pt&\omit&&\omit&&\omit&\cr
f22eee08 1423\noalign{\hrule}
2c5c0674 1424height2pt&\omit&&\omit&&\omit&\cr
b4d4e8e3 1425&highest&&&&&\cr
2c5c0674
RP
1426% '176 is tilde, '~' in tt font
1427&1&&left&&\qquad- \char'176\ !\qquad\dag&\cr
1428&2&&left&&* / \%&\cr
1429&3&&left&&+ -&\cr
1430&4&&left&&>> <<&\cr
1431&5&&left&&== != > < <= >=&\cr
f22eee08 1432&6&&left&&\&&\cr
f22eee08 1433&7&&left&&|&\cr
f22eee08 1434&8&&left&&{\&\&}&\cr
f22eee08 1435&9&&left&&||&\cr
2c5c0674
RP
1436&10&&right&&? :&\cr
1437&11&&right&&\qquad\&= += -= *= /=\qquad\ddag&\cr
b4d4e8e3 1438&lowest&&&&&\cr
2c5c0674 1439height2pt&\omit&&\omit&&\omit&\cr}
f22eee08
RP
1440\hrule}
1441@end tex
2c5c0674
RP
1442@iftex
1443{
1444@obeylines@parskip=0pt@parindent=0pt
1445@dag@quad Prefix operators.
1446@ddag@quad @xref{Assignment}.
1447}
1448@end iftex
c8072296 1449@c END TEXI2ROFF-KILL
f22eee08 1450
ec40bbb8 1451@node Evaluation
b4d4e8e3
RP
1452@subsection Evaluation
1453
2c5c0674
RP
1454@cindex lazy evaluation
1455@cindex expression evaluation order
b4d4e8e3
RP
1456The linker uses ``lazy evaluation'' for expressions; it only calculates
1457an expression when absolutely necessary. The linker needs the value of
1458the start address, and the lengths of memory regions, in order to do any
1459linking at all; these values are computed as soon as possible when the
1460linker reads in the command file. However, other values (such as symbol
1461values) are not known or needed until after storage allocation. Such
1462values are evaluated later, when other information (such as the sizes of
1463output sections) is available for use in the symbol assignment
1464expression.
1465
ec40bbb8 1466@node Assignment
b4d4e8e3 1467@subsection Assignment: Defining Symbols
2c5c0674
RP
1468@cindex assignment in scripts
1469@cindex symbol definition, scripts
1470@cindex variables, defining
b4d4e8e3
RP
1471You may create global symbols, and assign values (addresses) to global
1472symbols, using any of the C assignment operators:
1473
1474@table @code
1475@item @var{symbol} = @var{expression} ;
2c5c0674 1476@itemx @var{symbol} &= @var{expression} ;
b4d4e8e3
RP
1477@itemx @var{symbol} += @var{expression} ;
1478@itemx @var{symbol} -= @var{expression} ;
1479@itemx @var{symbol} *= @var{expression} ;
1480@itemx @var{symbol} /= @var{expression} ;
1481@end table
1482
246504a5 1483Two things distinguish assignment from other operators in @code{ld}
b4d4e8e3
RP
1484expressions.
1485@itemize @bullet
2c5c0674
RP
1486@item
1487Assignment may only be used at the root of an expression;
b4d4e8e3 1488@samp{a=b+3;} is allowed, but @samp{a+b=3;} is an error.
2c5c0674
RP
1489
1490@kindex ;
1491@cindex semicolon
1492@item
d76ae847
RP
1493You must place a trailing semicolon (``@key{;}'') at the end of an
1494assignment statement.
b4d4e8e3
RP
1495@end itemize
1496
1497Assignment statements may appear:
1498@itemize @bullet
2c5c0674 1499@item
246504a5 1500as commands in their own right in an @code{ld} script; or
2c5c0674
RP
1501@item
1502as independent statements within a @code{SECTIONS} command; or
1503@item
1504as part of the contents of a section definition in a
b4d4e8e3
RP
1505@code{SECTIONS} command.
1506@end itemize
1507
1508The first two cases are equivalent in effect---both define a symbol with
ec40bbb8 1509an absolute address. The last case defines a symbol whose address is
b4d4e8e3
RP
1510relative to a particular section (@pxref{SECTIONS}).
1511
2c5c0674
RP
1512@cindex absolute and relocatable symbols
1513@cindex relocatable and absolute symbols
1514@cindex symbols, relocatable and absolute
1515When a linker expression is evaluated and assigned to a variable, it is
1516given either an absolute or a relocatable type. An absolute expression
1517type is one in which the symbol contains the value that it will have in
867a1b8a 1518the output file; a relocatable expression type is one in which the
2c5c0674 1519value is expressed as a fixed offset from the base of a section.
b4d4e8e3
RP
1520
1521The type of the expression is controlled by its position in the script
2c5c0674
RP
1522file. A symbol assigned within a section definition is created relative
1523to the base of the section; a symbol assigned in any other place is
1524created as an absolute symbol. Since a symbol created within a
1525section definition is relative to the base of the section, it
1526will remain relocatable if relocatable output is requested. A symbol
1527may be created with an absolute value even when assigned to within a
1528section definition by using the absolute assignment function
1529@code{ABSOLUTE}. For example, to create an absolute symbol whose address
1530is the last byte of an output section named @code{.data}:
c653b370 1531@smallexample
2c5c0674 1532SECTIONS@{ @dots{}
d4e5e3c3
DM
1533 .data :
1534 @{
1535 *(.data)
1536 _edata = ABSOLUTE(.) ;
1537 @}
2c5c0674 1538@dots{} @}
c653b370 1539@end smallexample
b4d4e8e3 1540
2c5c0674
RP
1541The linker tries to put off the evaluation of an assignment until all
1542the terms in the source expression are known (@pxref{Evaluation}). For
ec40bbb8 1543instance, the sizes of sections cannot be known until after allocation,
2c5c0674
RP
1544so assignments dependent upon these are not performed until after
1545allocation. Some expressions, such as those depending upon the location
1546counter @dfn{dot}, @samp{.} must be evaluated during allocation. If the
1547result of an expression is required, but the value is not available,
1548then an error results. For example, a script like the following
c653b370 1549@smallexample
2c5c0674 1550SECTIONS @{ @dots{}
d4e5e3c3
DM
1551 text 9+this_isnt_constant :
1552 @{ @dots{}
1553 @}
2c5c0674 1554@dots{} @}
c653b370 1555@end smallexample
2c5c0674
RP
1556@kindex Non constant expression
1557@noindent
1558will cause the error message ``@code{Non constant expression for initial
0b3499f6
ILT
1559address}''.
1560
1561@cindex provide
1562In some cases, it is desirable for a linker script to define a symbol
1563only if it is referenced, and only if it is not defined by any object
1564included in the link. For example, traditional linkers defined the
1565symbol @samp{etext}. However, ANSI C requires that the user be able to
1566use @samp{etext} as a function name without encountering an error.
1567The @code{PROVIDE} keyword may be used to define a symbol, such as
1568@samp{etext}, only if it is referenced but not defined. The syntax is
1569@code{PROVIDE(@var{symbol} = @var{expression})}.
b4d4e8e3 1570
867a1b8a
DM
1571@node Arithmetic Functions
1572@subsection Arithmetic Functions
2c5c0674 1573@cindex functions in expression language
ec40bbb8 1574The command language includes a number of built-in
2c5c0674
RP
1575functions for use in link script expressions.
1576@table @code
2c5c0674
RP
1577@kindex ABSOLUTE(@var{exp})
1578@cindex expression, absolute
c653b370 1579@item ABSOLUTE(@var{exp})
ec40bbb8
DM
1580Return the absolute (non-relocatable, as opposed to non-negative) value
1581of the expression @var{exp}. Primarily useful to assign an absolute
1582value to a symbol within a section definition, where symbol values are
1583normally section-relative.
2c5c0674 1584
2c5c0674
RP
1585@kindex ADDR(@var{section})
1586@cindex section address
c653b370 1587@item ADDR(@var{section})
ec40bbb8 1588Return the absolute address of the named @var{section}. Your script must
b4d4e8e3 1589previously have defined the location of that section. In the following
ec40bbb8 1590example, @code{symbol_1} and @code{symbol_2} are assigned identical
b4d4e8e3 1591values:
c653b370
ILT
1592@smallexample
1593@group
2c5c0674 1594SECTIONS@{ @dots{}
d4e5e3c3
DM
1595 .output1 :
1596 @{
1597 start_of_output_1 = ABSOLUTE(.);
1598 @dots{}
1599 @}
1600 .output :
1601 @{
1602 symbol_1 = ADDR(.output1);
1603 symbol_2 = start_of_output_1;
1604 @}
2c5c0674 1605@dots{} @}
c653b370
ILT
1606@end group
1607@end smallexample
2c5c0674 1608
5735ac9e
ILT
1609@kindex LOADADDR(@var{section})
1610@cindex section load address
1611@item LOADADDR(@var{section})
1612Return the absolute load address of the named @var{section}. This is
1613normally the same as @code{ADDR}, but it may be different if the
1614@code{AT} keyword is used in the section definition (@pxref{Section
1615Options}).
1616
2c5c0674
RP
1617@kindex ALIGN(@var{exp})
1618@cindex rounding up location counter
c653b370 1619@item ALIGN(@var{exp})
ec40bbb8 1620Return the result of the current location counter (@code{.}) aligned to
2c5c0674
RP
1621the next @var{exp} boundary. @var{exp} must be an expression whose
1622value is a power of two. This is equivalent to
c653b370 1623@smallexample
cb70c872 1624(. + @var{exp} - 1) & ~(@var{exp} - 1)
c653b370 1625@end smallexample
2c5c0674
RP
1626
1627@code{ALIGN} doesn't change the value of the location counter---it just
1628does arithmetic on it. As an example, to align the output @code{.data}
1629section to the next @code{0x2000} byte boundary after the preceding
1630section and to set a variable within the section to the next
1631@code{0x8000} boundary after the input sections:
c653b370
ILT
1632@smallexample
1633@group
2c5c0674 1634SECTIONS@{ @dots{}
d4e5e3c3
DM
1635 .data ALIGN(0x2000): @{
1636 *(.data)
1637 variable = ALIGN(0x8000);
1638 @}
2c5c0674 1639@dots{} @}
c653b370
ILT
1640@end group
1641@end smallexample
2c5c0674
RP
1642@noindent
1643The first use of @code{ALIGN} in this example specifies the location of
1644a section because it is used as the optional @var{start} attribute of a
1645section definition (@pxref{Section Options}). The second use simply
1646defines the value of a variable.
1647
1648The built-in @code{NEXT} is closely related to @code{ALIGN}.
1649
2c5c0674
RP
1650@kindex DEFINED(@var{symbol})
1651@cindex symbol defaults
c653b370 1652@item DEFINED(@var{symbol})
ec40bbb8
DM
1653Return 1 if @var{symbol} is in the linker global symbol table and is
1654defined, otherwise return 0. You can use this function to provide default
1655values for symbols. For example, the following command-file fragment shows how
2c5c0674
RP
1656to set a global symbol @code{begin} to the first location in the
1657@code{.text} section---but if a symbol called @code{begin} already
1658existed, its value is preserved:
d4e5e3c3 1659
c8072296 1660@smallexample
c653b370 1661@group
2c5c0674 1662SECTIONS@{ @dots{}
d4e5e3c3
DM
1663 .text : @{
1664 begin = DEFINED(begin) ? begin : . ;
1665 @dots{}
1666 @}
2c5c0674 1667@dots{} @}
c653b370 1668@end group
c8072296 1669@end smallexample
f22eee08 1670
2c5c0674
RP
1671@kindex NEXT(@var{exp})
1672@cindex unallocated address, next
c653b370 1673@item NEXT(@var{exp})
ec40bbb8
DM
1674Return the next unallocated address that is a multiple of @var{exp}.
1675This function is closely related to @code{ALIGN(@var{exp})}; unless you
2c5c0674 1676use the @code{MEMORY} command to define discontinuous memory for the
ec40bbb8 1677output file, the two functions are equivalent.
2c5c0674 1678
2c5c0674
RP
1679@kindex SIZEOF(@var{section})
1680@cindex section size
c653b370 1681@item SIZEOF(@var{section})
ec40bbb8
DM
1682Return the size in bytes of the named @var{section}, if that section has
1683been allocated. In the following example, @code{symbol_1} and
f22eee08 1684@code{symbol_2} are assigned identical values:
ec40bbb8 1685@c What does it return if the section hasn't been allocated? 0?
c653b370
ILT
1686@smallexample
1687@group
2c5c0674 1688SECTIONS@{ @dots{}
d4e5e3c3
DM
1689 .output @{
1690 .start = . ;
1691 @dots{}
1692 .end = . ;
1693 @}
1694 symbol_1 = .end - .start ;
1695 symbol_2 = SIZEOF(.output);
2c5c0674 1696@dots{} @}
c653b370
ILT
1697@end group
1698@end smallexample
f22eee08 1699
2c5c0674
RP
1700@kindex SIZEOF_HEADERS
1701@cindex header size
2c5c0674 1702@kindex sizeof_headers
c653b370
ILT
1703@item SIZEOF_HEADERS
1704@itemx sizeof_headers
ec40bbb8 1705Return the size in bytes of the output file's headers. You can use this number
2c5c0674
RP
1706as the start address of the first section, if you choose, to facilitate
1707paging.
1708
b61364cc
ILT
1709@kindex MAX
1710@item MAX(@var{exp1}, @var{exp2})
1711Returns the maximum of @var{exp1} and @var{exp2}.
1712
1713@kindex MIN
1714@item MIN(@var{exp1}, @var{exp2})
1715Returns the minimum of @var{exp1} and @var{exp2}.
1716
2c5c0674
RP
1717@end table
1718
67afbcea
DE
1719@node Semicolons
1720@subsection Semicolons
1721
1722Semicolons (``@key{;}'') are required in the following places. In all
1723other places they can appear for aesthetic reasons but are otherwise ignored.
1724
1725@table @code
1726@item Assignment
1727Semicolons must appear at the end of assignment expressions.
1728@xref{Assignment}
1729
1730@item PHDRS
1731Semicolons must appear at the end of a @code{PHDRS} statement.
1732@xref{PHDRS}
1733@end table
1734
ec40bbb8 1735@node MEMORY
867a1b8a 1736@section Memory Layout
2c5c0674
RP
1737@kindex MEMORY
1738@cindex regions of memory
1739@cindex discontinuous memory
1740@cindex allocating memory
ec40bbb8
DM
1741The linker's default configuration permits allocation of all available memory.
1742You can override this configuration by using the @code{MEMORY} command. The
b4d4e8e3
RP
1743@code{MEMORY} command describes the location and size of blocks of
1744memory in the target. By using it carefully, you can describe which
1745memory regions may be used by the linker, and which memory regions it
1746must avoid. The linker does not shuffle sections to fit into the
1747available regions, but does move the requested sections into the correct
1748regions and issue errors when the regions become too full.
1749
867a1b8a 1750A command file may contain at most one use of the @code{MEMORY}
b4d4e8e3
RP
1751command; however, you can define as many blocks of memory within it as
1752you wish. The syntax is:
c8072296 1753
c653b370
ILT
1754@smallexample
1755@group
b4d4e8e3 1756MEMORY
d4e5e3c3
DM
1757 @{
1758 @var{name} (@var{attr}) : ORIGIN = @var{origin}, LENGTH = @var{len}
1759 @dots{}
1760 @}
c653b370
ILT
1761@end group
1762@end smallexample
f22eee08 1763@table @code
2c5c0674 1764@cindex naming memory regions
d4e5e3c3 1765@item @var{name}
f22eee08
RP
1766is a name used internally by the linker to refer to the region. Any
1767symbol name may be used. The region names are stored in a separate
ec40bbb8 1768name space, and will not conflict with symbols, file names or section
b4d4e8e3 1769names. Use distinct names to specify multiple regions.
d4e5e3c3 1770
2c5c0674 1771@cindex memory region attributes
d4e5e3c3 1772@item (@var{attr})
2c5c0674 1773is an optional list of attributes, permitted for compatibility with the
246504a5 1774AT&T linker but not used by @code{ld} beyond checking that the
2c5c0674
RP
1775attribute list is valid. Valid attribute lists must be made up of the
1776characters ``@code{LIRWX}''. If you omit the attribute list, you may
1777omit the parentheses around it as well.
d4e5e3c3 1778
cb70c872
RP
1779@kindex ORIGIN =
1780@kindex o =
1781@kindex org =
d4e5e3c3 1782@item @var{origin}
ec40bbb8
DM
1783is the start address of the region in physical memory. It is
1784an expression that must evaluate to a constant before
f22eee08 1785memory allocation is performed. The keyword @code{ORIGIN} may be
867a1b8a 1786abbreviated to @code{org} or @code{o} (but not, for example, @samp{ORG}).
d4e5e3c3 1787
cb70c872
RP
1788@kindex LENGTH =
1789@kindex len =
1790@kindex l =
d4e5e3c3 1791@item @var{len}
b4d4e8e3 1792is the size in bytes of the region (an expression).
2c5c0674 1793The keyword @code{LENGTH} may be abbreviated to @code{len} or @code{l}.
f22eee08
RP
1794@end table
1795
1796For example, to specify that memory has two regions available for
ec40bbb8 1797allocation---one starting at 0 for 256 kilobytes, and the other
2c5c0674 1798starting at @code{0x40000000} for four megabytes:
f22eee08 1799
c653b370
ILT
1800@smallexample
1801@group
b4d4e8e3 1802MEMORY
d4e5e3c3
DM
1803 @{
1804 rom : ORIGIN = 0, LENGTH = 256K
1805 ram : org = 0x40000000, l = 4M
1806 @}
c653b370
ILT
1807@end group
1808@end smallexample
f22eee08 1809
b4d4e8e3 1810Once you have defined a region of memory named @var{mem}, you can direct
2c5c0674
RP
1811specific output sections there by using a command ending in
1812@samp{>@var{mem}} within the @code{SECTIONS} command (@pxref{Section
1813Options}). If the combined output sections directed to a region are too
1814big for the region, the linker will issue an error message.
b4d4e8e3 1815
ec40bbb8 1816@node SECTIONS
867a1b8a 1817@section Specifying Output Sections
67c4333b 1818
2c5c0674 1819@kindex SECTIONS
b4d4e8e3 1820The @code{SECTIONS} command controls exactly where input sections are
867a1b8a
DM
1821placed into output sections, their order in the output file, and to
1822which output sections they are allocated.
b4d4e8e3 1823
867a1b8a 1824You may use at most one @code{SECTIONS} command in a script file,
b4d4e8e3
RP
1825but you can have as many statements within it as you wish. Statements
1826within the @code{SECTIONS} command can do one of three things:
67c4333b 1827
b4d4e8e3
RP
1828@itemize @bullet
1829@item
1830define the entry point;
67c4333b 1831
b4d4e8e3
RP
1832@item
1833assign a value to a symbol;
67c4333b 1834
b4d4e8e3 1835@item
867a1b8a
DM
1836describe the placement of a named output section, and which input
1837sections go into it.
b4d4e8e3
RP
1838@end itemize
1839
8920addc
RP
1840You can also use the first two operations---defining the entry point and
1841defining symbols---outside the @code{SECTIONS} command: @pxref{Entry
baaaf6f2 1842Point}, and @ref{Assignment}. They are permitted here as well for
8920addc
RP
1843your convenience in reading the script, so that symbols and the entry
1844point can be defined at meaningful points in your output-file layout.
f22eee08 1845
67c4333b 1846If you do not use a @code{SECTIONS} command, the linker places each input
867a1b8a
DM
1847section into an identically named output section in the order that the
1848sections are first encountered in the input files. If all input sections
1849are present in the first file, for example, the order of sections in the
1850output file will match the order in the first input file.
b4d4e8e3 1851
2c5c0674 1852@menu
2d59b2c3 1853* Section Definition:: Section Definitions
867a1b8a
DM
1854* Section Placement:: Section Placement
1855* Section Data Expressions:: Section Data Expressions
2d59b2c3 1856* Section Options:: Optional Section Attributes
b61364cc 1857* Overlays:: Overlays
2c5c0674
RP
1858@end menu
1859
ec40bbb8 1860@node Section Definition
b4d4e8e3 1861@subsection Section Definitions
2c5c0674 1862@cindex section definition
b4d4e8e3 1863The most frequently used statement in the @code{SECTIONS} command is
867a1b8a 1864the @dfn{section definition}, which specifies the
b4d4e8e3 1865properties of an output section: its location, alignment, contents,
ec40bbb8 1866fill pattern, and target memory region. Most of
b4d4e8e3
RP
1867these specifications are optional; the simplest form of a section
1868definition is
c653b370 1869@smallexample
2c5c0674 1870SECTIONS @{ @dots{}
d4e5e3c3
DM
1871 @var{secname} : @{
1872 @var{contents}
1873 @}
2c5c0674 1874@dots{} @}
c653b370 1875@end smallexample
2c5c0674 1876@cindex naming output sections
b4d4e8e3
RP
1877@noindent
1878@var{secname} is the name of the output section, and @var{contents} a
ec40bbb8 1879specification of what goes there---for example, a list of input files or
867a1b8a
DM
1880sections of input files (@pxref{Section Placement}). As you might
1881assume, the whitespace shown is optional. You do need the colon
1882@samp{:} and the braces @samp{@{@}}, however.
b4d4e8e3
RP
1883
1884@var{secname} must meet the constraints of your output format. In
1885formats which only support a limited number of sections, such as
1886@code{a.out}, the name must be one of the names supported by the format
2c5c0674
RP
1887(@code{a.out}, for example, allows only @code{.text}, @code{.data} or
1888@code{.bss}). If the output format supports any number of sections, but
1889with numbers and not names (as is the case for Oasys), the name should be
1890supplied as a quoted numeric string. A section name may consist of any
867a1b8a 1891sequence of characters, but any name which does not conform to the standard
246504a5 1892@code{ld} symbol name syntax must be quoted.
ec40bbb8 1893@xref{Symbols, , Symbol Names}.
2c5c0674 1894
cf2e4f5f
ILT
1895The special @var{secname} @samp{/DISCARD/} may be used to discard input
1896sections. Any sections which are assigned to an output section named
1897@samp{/DISCARD/} are not included in the final link output.
1898
f9d3d71a
ILT
1899The linker will not create output sections which do not have any
1900contents. This is for convenience when referring to input sections that
1901may or may not exist. For example,
c653b370
ILT
1902@smallexample
1903.foo @{ *(.foo) @}
1904@end smallexample
f9d3d71a
ILT
1905will only create a @samp{.foo} section in the output file if there is a
1906@samp{.foo} section in at least one input file.
1907
867a1b8a
DM
1908@node Section Placement
1909@subsection Section Placement
67c4333b 1910
2c5c0674 1911@cindex contents of a section
67c4333b
RP
1912In a section definition, you can specify the contents of an output
1913section by listing particular input files, by listing particular
1914input-file sections, or by a combination of the two. You can also place
1915arbitrary data in the section, and define symbols relative to the
1916beginning of the section.
b4d4e8e3
RP
1917
1918The @var{contents} of a section definition may include any of the
1919following kinds of statement. You can include as many of these as you
1920like in a single section definition, separated from one another by
86bc0974 1921whitespace.
f22eee08 1922
b4d4e8e3 1923@table @code
2c5c0674
RP
1924@kindex @var{filename}
1925@cindex input files, section defn
1926@cindex files, including in output sections
d4e5e3c3 1927@item @var{filename}
b4d4e8e3 1928You may simply name a particular input file to be placed in the current
2c5c0674 1929output section; @emph{all} sections from that file are placed in the
867a1b8a
DM
1930current section definition. If the file name has already been mentioned
1931in another section definition, with an explicit section name list, then
1932only those sections which have not yet been allocated are used.
1933
1934To specify a list of particular files by name:
c653b370 1935@smallexample
cb70c872 1936.data : @{ afile.o bfile.o cfile.o @}
c653b370 1937@end smallexample
2c5c0674
RP
1938@noindent
1939The example also illustrates that multiple statements can be included in
ec40bbb8 1940the contents of a section definition, since each file name is a separate
2c5c0674 1941statement.
f22eee08 1942
d4e5e3c3
DM
1943@kindex @var{filename}(@var{section})
1944@cindex files and sections, section defn
2c5c0674 1945@item @var{filename}( @var{section} )
4fea1383 1946@itemx @var{filename}( @var{section} , @var{section}, @dots{} )
2c5c0674 1947@itemx @var{filename}( @var{section} @var{section} @dots{} )
2c5c0674
RP
1948You can name one or more sections from your input files, for
1949insertion in the current output section. If you wish to specify a list
1950of input-file sections inside the parentheses, you may separate the
1951section names by either commas or whitespace.
1952
d4e5e3c3
DM
1953@cindex input sections to output section
1954@kindex *(@var{section})
b4d4e8e3
RP
1955@item * (@var{section})
1956@itemx * (@var{section}, @var{section}, @dots{})
836a5ee4 1957@itemx * (@var{section} @var{section} @dots{})
b4d4e8e3 1958Instead of explicitly naming particular input files in a link control
246504a5 1959script, you can refer to @emph{all} files from the @code{ld} command
ec40bbb8 1960line: use @samp{*} instead of a particular file name before the
b4d4e8e3
RP
1961parenthesized input-file section list.
1962
867a1b8a
DM
1963If you have already explicitly included some files by name, @samp{*}
1964refers to all @emph{remaining} files---those whose places in the output
1965file have not yet been defined.
1966
ec40bbb8 1967For example, to copy sections @code{1} through @code{4} from an Oasys file
b4d4e8e3
RP
1968into the @code{.text} section of an @code{a.out} file, and sections @code{13}
1969and @code{14} into the @code{.data} section:
c653b370
ILT
1970@smallexample
1971@group
2c5c0674 1972SECTIONS @{
d4e5e3c3
DM
1973 .text :@{
1974 *("1" "2" "3" "4")
1975 @}
1976
1977 .data :@{
1978 *("13" "14")
1979 @}
b4d4e8e3 1980@}
c653b370
ILT
1981@end group
1982@end smallexample
f22eee08 1983
d4e5e3c3 1984@cindex @code{[@var{section}@dots{}]}, not supported
836a5ee4
DM
1985@samp{[ @var{section} @dots{} ]} used to be accepted as an alternate way
1986to specify named sections from all unallocated input files. Because
1987some operating systems (VMS) allow brackets in file names, that notation
1988is no longer supported.
1989
2c5c0674
RP
1990@cindex uninitialized data
1991@cindex commons in output
d4e5e3c3
DM
1992@kindex *( COMMON )
1993@item @var{filename}@code{( COMMON )}
1994@itemx *( COMMON )
b4d4e8e3 1995Specify where in your output file to place uninitialized data
d76ae847 1996with this notation. @code{*(COMMON)} by itself refers to all
b4d4e8e3
RP
1997uninitialized data from all input files (so far as it is not yet
1998allocated); @var{filename}@code{(COMMON)} refers to uninitialized data
1999from a particular file. Both are special cases of the general
2000mechanisms for specifying where to place input-file sections:
246504a5 2001@code{ld} permits you to refer to uninitialized data as if it
b4d4e8e3
RP
2002were in an input-file section named @code{COMMON}, regardless of the
2003input file's format.
2004@end table
2005
86bc0974 2006In any place where you may use a specific file or section name, you may
c2ba3684
ILT
2007also use a wildcard pattern. The linker handles wildcards much as the
2008Unix shell does. A @samp{*} character matches any number of characters.
2009A @samp{?} character matches any single character. The sequence
2010@samp{[@var{chars}]} will match a single instance of any of the
86bc0974
ILT
2011@var{chars}; the @samp{-} character may be used to specify a range of
2012characters, as in @samp{[a-z]} to match any lower case letter. A
2013@samp{\} character may be used to quote the following character.
2014
c2ba3684
ILT
2015When a file name is matched with a wildcard, the wildcard characters
2016will not match a @samp{/} character (used to separate directory names on
86bc0974 2017Unix). A pattern consisting of a single @samp{*} character is an
c2ba3684
ILT
2018exception; it will always match any file name. In a section name, the
2019wildcard characters will match a @samp{/} character.
2020
2021Wildcards only match files which are explicitly specified on the command
2022line. The linker does not search directories to expand wildcards.
2023However, if you specify a simple file name---a name with no wildcard
2024characters---in a linker script, and the file name is not also specified
2025on the command line, the linker will attempt to open the file as though
2026it appeared on the command line.
86bc0974
ILT
2027
2028In the following example, the command script arranges the output file
2029into three consecutive sections, named @code{.text}, @code{.data}, and
b4d4e8e3
RP
2030@code{.bss}, taking the input for each from the correspondingly named
2031sections of all the input files:
d4e5e3c3 2032
c653b370
ILT
2033@smallexample
2034@group
2c5c0674 2035SECTIONS @{
d76ae847
RP
2036 .text : @{ *(.text) @}
2037 .data : @{ *(.data) @}
2038 .bss : @{ *(.bss) *(COMMON) @}
2c5c0674 2039@}
c653b370
ILT
2040@end group
2041@end smallexample
b4d4e8e3
RP
2042
2043The following example reads all of the sections from file @code{all.o}
2044and places them at the start of output section @code{outputa} which
2045starts at location @code{0x10000}. All of section @code{.input1} from
2046file @code{foo.o} follows immediately, in the same output section. All
2047of section @code{.input2} from @code{foo.o} goes into output section
2048@code{outputb}, followed by section @code{.input1} from @code{foo1.o}.
2049All of the remaining @code{.input1} and @code{.input2} sections from any
2050files are written to output section @code{outputc}.
2051
c653b370
ILT
2052@smallexample
2053@group
2c5c0674 2054SECTIONS @{
d4e5e3c3
DM
2055 outputa 0x10000 :
2056 @{
2057 all.o
2058 foo.o (.input1)
2059 @}
2060 outputb :
2061 @{
2062 foo.o (.input2)
2063 foo1.o (.input1)
2064 @}
2065 outputc :
2066 @{
2067 *(.input1)
2068 *(.input2)
2069 @}
2c5c0674 2070@}
c653b370
ILT
2071@end group
2072@end smallexample
b4d4e8e3 2073
86bc0974
ILT
2074This example shows how wildcard patterns might be used to partition
2075files. All @code{.text} sections are placed in @code{.text}, and all
2076@code{.bss} sections are placed in @code{.bss}. For all files beginning
2077with an upper case character, the @code{.data} section is placed into
2078@code{.DATA}; for all other files, the @code{.data} section is placed
2079into @code{.data}.
2080
2081@smallexample
2082@group
2083SECTIONS @{
2084 .text : @{ *(.text) @}
2085 .DATA : @{ [A-Z]*(.data) @}
2086 .data : @{ *(.data) @}
2087 .bss : @{ *(.bss) @}
2088@}
2089@end group
2090@end smallexample
2091
867a1b8a
DM
2092@node Section Data Expressions
2093@subsection Section Data Expressions
67c4333b 2094
867a1b8a 2095@cindex expressions in a section
67c4333b
RP
2096The foregoing statements arrange, in your output file, data originating
2097from your input files. You can also place data directly in an output
2098section from the link command script. Most of these additional
baaaf6f2 2099statements involve expressions (@pxref{Expressions}). Although these
67c4333b
RP
2100statements are shown separately here for ease of presentation, no such
2101segregation is needed within a section definition in the @code{SECTIONS}
2102command; you can intermix them freely with any of the statements we've
2103just described.
f22eee08 2104
b4d4e8e3 2105@table @code
2c5c0674
RP
2106@cindex input filename symbols
2107@cindex filename symbols
d4e5e3c3
DM
2108@kindex CREATE_OBJECT_SYMBOLS
2109@item CREATE_OBJECT_SYMBOLS
ec40bbb8
DM
2110Create a symbol for each input file
2111in the current section, set to the address of the first byte of
867a1b8a 2112data written from that input file. For instance, with @code{a.out}
b4d4e8e3
RP
2113files it is conventional to have a symbol for each input file. You can
2114accomplish this by defining the output @code{.text} section as follows:
c653b370
ILT
2115@smallexample
2116@group
b4d4e8e3 2117SECTIONS @{
d4e5e3c3
DM
2118 .text 0x2020 :
2119 @{
2120 CREATE_OBJECT_SYMBOLS
2121 *(.text)
2122 _etext = ALIGN(0x2000);
2123 @}
2124 @dots{}
2c5c0674 2125@}
c653b370
ILT
2126@end group
2127@end smallexample
b4d4e8e3 2128
867a1b8a 2129If @code{sample.ld} is a file containing this script, and @code{a.o},
b4d4e8e3
RP
2130@code{b.o}, @code{c.o}, and @code{d.o} are four input files with
2131contents like the following---
c653b370
ILT
2132@smallexample
2133@group
b4d4e8e3
RP
2134/* a.c */
2135
2c5c0674 2136afunction() @{ @}
b4d4e8e3
RP
2137int adata=1;
2138int abss;
c653b370
ILT
2139@end group
2140@end smallexample
f22eee08 2141
b4d4e8e3 2142@noindent
867a1b8a 2143@samp{ld -M -T sample.ld a.o b.o c.o d.o} would create a map like this,
b4d4e8e3 2144containing symbols matching the object file names:
c653b370 2145@smallexample
f22eee08
RP
214600000000 A __DYNAMIC
214700004020 B _abss
214800004000 D _adata
214900002020 T _afunction
215000004024 B _bbss
215100004008 D _bdata
215200002038 T _bfunction
215300004028 B _cbss
215400004010 D _cdata
215500002050 T _cfunction
21560000402c B _dbss
215700004018 D _ddata
215800002068 T _dfunction
215900004020 D _edata
216000004030 B _end
216100004000 T _etext
216200002020 t a.o
216300002038 t b.o
216400002050 t c.o
216500002068 t d.o
c653b370 2166@end smallexample
f22eee08 2167
2c5c0674 2168@kindex @var{symbol} = @var{expression} ;
2c5c0674 2169@kindex @var{symbol} @var{f}= @var{expression} ;
d4e5e3c3
DM
2170@item @var{symbol} = @var{expression} ;
2171@itemx @var{symbol} @var{f}= @var{expression} ;
2c5c0674
RP
2172@var{symbol} is any symbol name (@pxref{Symbols}). ``@var{f}=''
2173refers to any of the operators @code{&= += -= *= /=} which combine
2174arithmetic and assignment.
2175
2176@cindex assignment, in section defn
2177When you assign a value to a symbol within a particular section
2178definition, the value is relative to the beginning of the section
2179(@pxref{Assignment}). If you write
d4e5e3c3 2180
c653b370
ILT
2181@smallexample
2182@group
2c5c0674 2183SECTIONS @{
b4d4e8e3 2184 abs = 14 ;
2c5c0674 2185 @dots{}
cb70c872 2186 .data : @{ @dots{} rel = 14 ; @dots{} @}
b4d4e8e3 2187 abs2 = 14 + ADDR(.data);
2c5c0674
RP
2188 @dots{}
2189@}
c653b370
ILT
2190@end group
2191@end smallexample
d4e5e3c3 2192
2c5c0674 2193@c FIXME: Try above example!
b4d4e8e3 2194@noindent
ec40bbb8 2195@code{abs} and @code{rel} do not have the same value; @code{rel} has the
b4d4e8e3
RP
2196same value as @code{abs2}.
2197
2c5c0674 2198@kindex BYTE(@var{expression})
2c5c0674 2199@kindex SHORT(@var{expression})
2c5c0674 2200@kindex LONG(@var{expression})
c477527c 2201@kindex QUAD(@var{expression})
2c5c0674 2202@cindex direct output
d4e5e3c3
DM
2203@item BYTE(@var{expression})
2204@itemx SHORT(@var{expression})
2205@itemx LONG(@var{expression})
2206@itemx QUAD(@var{expression})
c477527c
ILT
2207By including one of these four statements in a section definition, you
2208can explicitly place one, two, four, or eight bytes (respectively) at
2209the current address of that section. @code{QUAD} is only supported when
2210using a 64 bit host or target.
ec40bbb8
DM
2211
2212@ifclear SingleFormat
2213Multiple-byte quantities are represented in whatever byte order is
2214appropriate for the output file format (@pxref{BFD}).
2215@end ifclear
b4d4e8e3 2216
2c5c0674
RP
2217@kindex FILL(@var{expression})
2218@cindex holes, filling
2219@cindex unspecified memory
c653b370 2220@item FILL(@var{expression})
867a1b8a 2221Specify the ``fill pattern'' for the current section. Any otherwise
b4d4e8e3
RP
2222unspecified regions of memory within the section (for example, regions
2223you skip over by assigning a new value to the location counter @samp{.})
2224are filled with the two least significant bytes from the
2225@var{expression} argument. A @code{FILL} statement covers memory
2226locations @emph{after} the point it occurs in the section definition; by
2227including more than one @code{FILL} statement, you can have different
2228fill patterns in different parts of an output section.
2229@end table
2230
ec40bbb8 2231@node Section Options
b4d4e8e3 2232@subsection Optional Section Attributes
2c5c0674 2233@cindex section defn, full syntax
b4d4e8e3
RP
2234Here is the full syntax of a section definition, including all the
2235optional portions:
2236
d76ae847 2237@smallexample
c653b370 2238@group
2c5c0674
RP
2239SECTIONS @{
2240@dots{}
67c4333b 2241@var{secname} @var{start} BLOCK(@var{align}) (NOLOAD) : AT ( @var{ldadr} )
c653b370 2242 @{ @var{contents} @} >@var{region} :@var{phdr} =@var{fill}
2c5c0674 2243@dots{}
b4d4e8e3 2244@}
c653b370 2245@end group
d76ae847 2246@end smallexample
b4d4e8e3
RP
2247
2248@var{secname} and @var{contents} are required. @xref{Section
baaaf6f2 2249Definition}, and @ref{Section Placement}, for details on
67c4333b
RP
2250@var{contents}. The remaining elements---@var{start},
2251@code{BLOCK(@var{align)}}, @code{(NOLOAD)}, @code{AT ( @var{ldadr} )},
c653b370
ILT
2252@code{>@var{region}}, @code{:@var{phdr}}, and @code{=@var{fill}}---are
2253all optional.
f22eee08 2254
b4d4e8e3 2255@table @code
2c5c0674
RP
2256@cindex start address, section
2257@cindex section start
2258@cindex section address
d4e5e3c3 2259@item @var{start}
b4d4e8e3
RP
2260You can force the output section to be loaded at a specified address by
2261specifying @var{start} immediately following the section name.
2262@var{start} can be represented as any expression. The following
2263example generates section @var{output} at location
2264@code{0x40000000}:
d4e5e3c3 2265
c653b370
ILT
2266@smallexample
2267@group
b4d4e8e3 2268SECTIONS @{
d4e5e3c3
DM
2269 @dots{}
2270 output 0x40000000: @{
2271 @dots{}
2272 @}
2273 @dots{}
b4d4e8e3 2274@}
c653b370
ILT
2275@end group
2276@end smallexample
f22eee08 2277
2c5c0674
RP
2278@kindex BLOCK(@var{align})
2279@cindex section alignment
2280@cindex aligning sections
d4e5e3c3 2281@item BLOCK(@var{align})
ec40bbb8 2282You can include @code{BLOCK()} specification to advance
2c5c0674
RP
2283the location counter @code{.} prior to the beginning of the section, so
2284that the section will begin at the specified alignment. @var{align} is
2285an expression.
f22eee08 2286
d76ae847
RP
2287@kindex NOLOAD
2288@cindex prevent unnecessary loading
67c4333b
RP
2289@cindex loading, preventing
2290@item (NOLOAD)
d76ae847
RP
2291Use @samp{(NOLOAD)} to prevent a section from being loaded into memory
2292each time it is accessed. For example, in the script sample below, the
2293@code{ROM} segment is addressed at memory location @samp{0} and does not
2294need to be loaded into each object file:
67c4333b 2295
c653b370
ILT
2296@smallexample
2297@group
d76ae847 2298SECTIONS @{
d4e5e3c3
DM
2299 ROM 0 (NOLOAD) : @{ @dots{} @}
2300 @dots{}
d76ae847 2301@}
c653b370
ILT
2302@end group
2303@end smallexample
d76ae847 2304
67c4333b
RP
2305@kindex AT ( @var{ldadr} )
2306@cindex specify load address
2307@cindex load address, specifying
2308@item AT ( @var{ldadr} )
2309The expression @var{ldadr} that follows the @code{AT} keyword specifies
2310the load address of the section. The default (if you do not use the
2311@code{AT} keyword) is to make the load address the same as the
2312relocation address. This feature is designed to make it easy to build a
2313ROM image. For example, this @code{SECTIONS} definition creates two
2314output sections: one called @samp{.text}, which starts at @code{0x1000},
2315and one called @samp{.mdata}, which is loaded at the end of the
2316@samp{.text} section even though its relocation address is
2317@code{0x2000}. The symbol @code{_data} is defined with the value
2318@code{0x2000}:
2319
2320@smallexample
c653b370 2321@group
67c4333b 2322SECTIONS
139c8857
RP
2323 @{
2324 .text 0x1000 : @{ *(.text) _etext = . ; @}
2325 .mdata 0x2000 :
2326 AT ( ADDR(.text) + SIZEOF ( .text ) )
2327 @{ _data = . ; *(.data); _edata = . ; @}
2328 .bss 0x3000 :
2329 @{ _bstart = . ; *(.bss) *(COMMON) ; _bend = . ;@}
67c4333b 2330@}
c653b370 2331@end group
67c4333b
RP
2332@end smallexample
2333
2334The run-time initialization code (for C programs, usually @code{crt0})
2335for use with a ROM generated this way has to include something like
2336the following, to copy the initialized data from the ROM image to its runtime
2337address:
2338
139c8857 2339@smallexample
c653b370 2340@group
67c4333b
RP
2341char *src = _etext;
2342char *dst = _data;
2343
139c8857 2344/* ROM has data at end of text; copy it. */
67c4333b 2345while (dst < _edata) @{
139c8857 2346 *dst++ = *src++;
67c4333b
RP
2347@}
2348
2349/* Zero bss */
2350for (dst = _bstart; dst< _bend; dst++)
139c8857 2351 *dst = 0;
c653b370 2352@end group
139c8857 2353@end smallexample
67c4333b 2354
f9d3d71a
ILT
2355@kindex >@var{region}
2356@cindex section, assigning to memory region
2357@cindex memory regions and sections
2358@item >@var{region}
2359Assign this section to a previously defined region of memory.
2360@xref{MEMORY}.
2361
c653b370
ILT
2362@kindex :@var{phdr}
2363@cindex section, assigning to program header
2364@cindex program headers and sections
2365@item :@var{phdr}
2366Assign this section to a segment described by a program header.
baaaf6f2 2367@xref{PHDRS}. If a section is assigned to one or more segments, then
c653b370
ILT
2368all subsequent allocated sections will be assigned to those segments as
2369well, unless they use an explicitly @code{:@var{phdr}} modifier. To
2370prevent a section from being assigned to a segment when it would
2371normally default to one, use @code{:NONE}.
2372
2c5c0674
RP
2373@kindex =@var{fill}
2374@cindex section fill pattern
2375@cindex fill pattern, entire section
d4e5e3c3
DM
2376@item =@var{fill}
2377Including @code{=@var{fill}} in a section definition specifies the
2378initial fill value for that section. You may use any expression to
2379specify @var{fill}. Any unallocated holes in the current output section
2380when written to the output file will be filled with the two least
2381significant bytes of the value, repeated as necessary. You can also
2382change the fill value with a @code{FILL} statement in the @var{contents}
2383of a section definition.
f22eee08 2384
f22eee08 2385@end table
b4d4e8e3 2386
b61364cc
ILT
2387@node Overlays
2388@subsection Overlays
2389@kindex OVERLAY
2390@cindex overlays
2391
2392The @code{OVERLAY} command provides an easy way to describe sections
2393which are to be loaded as part of a single memory image but are to be
2394run at the same memory address. At run time, some sort of overlay
2395manager will copy the overlaid sections in and out of the runtime memory
2396address as required, perhaps by simply manipulating addressing bits.
2397This approach can be useful, for example, when a certain region of
2398memory is faster than another.
2399
2400The @code{OVERLAY} command is used within a @code{SECTIONS} command. It
2401appears as follows:
2402@smallexample
2403@group
2404 OVERLAY @var{start} : [ NOCROSSREFS ] AT ( @var{ldaddr} )
2405 @{
2406 @var{secname1} @{ @var{contents} @} :@var{phdr} =@var{fill}
2407 @var{secname2} @{ @var{contents} @} :@var{phdr} =@var{fill}
2408 @dots{}
2409 @} >@var{region} :@var{phdr} =@var{fill}
2410@end group
2411@end smallexample
2412
2413Everything is optional except @code{OVERLAY} (a keyword), and each
2414section must have a name (@var{secname1} and @var{secname2} above). The
2415section definitions within the @code{OVERLAY} construct are identical to
2416those within the general @code{SECTIONS} contruct (@pxref{SECTIONS}),
2417except that no addresses and no memory regions may be defined for
2418sections within an @code{OVERLAY}.
2419
2420The sections are all defined with the same starting address. The load
2421addresses of the sections are arranged such that they are consecutive in
2422memory starting at the load address used for the @code{OVERLAY} as a
2423whole (as with normal section definitions, the load address is optional,
2424and defaults to the start address; the start address is also optional,
2425and defaults to @code{.}).
2426
2427If the @code{NOCROSSREFS} keyword is used, and there any references
2428among the sections, the linker will report an error. Since the sections
2429all run at the same address, it normally does not make sense for one
2430section to refer directly to another. @xref{Option Commands,
2431NOCROSSREFS}.
2432
2433For each section within the @code{OVERLAY}, the linker automatically
2434defines two symbols. The symbol @code{__load_start_@var{secname}} is
2435defined as the starting load address of the section. The symbol
2436@code{__load_stop_@var{secname}} is defined as the final load address of
2437the section. Any characters within @var{secname} which are not legal
2438within C identifiers are removed. C (or assembler) code may use these
2439symbols to move the overlaid sections around as necessary.
2440
2441At the end of the overlay, the value of @code{.} is set to the start
2442address of the overlay plus the size of the largest section.
2443
2444Here is an example. Remember that this would appear inside a
2445@code{SECTIONS} construct.
2446
2447@smallexample
2448@group
2449 OVERLAY 0x1000 : AT (0x4000)
2450 @{
2451 .text0 @{ o1/*.o(.text) @}
2452 .text1 @{ o2/*.o(.text) @}
2453 @}
2454@end group
2455@end smallexample
2456
2457This will define both @code{.text0} and @code{.text1} to start at
2458address 0x1000. @code{.text0} will be loaded at address 0x4000, and
2459@code{.text1} will be loaded immediately after @code{.text0}. The
2460following symbols will be defined: @code{__load_start_text0},
2461@code{__load_stop_text0}, @code{__load_start_text1},
2462@code{__load_stop_text1}.
2463
2464C code to copy overlay @code{.text1} into the overlay area might look
2465like the following.
2466
2467@smallexample
2468@group
2469 extern char __load_start_text1, __load_stop_text1;
2470 memcpy ((char *) 0x1000, &__load_start_text1,
2471 &__load_stop_text1 - &__load_start_text1);
2472@end group
2473@end smallexample
2474
2475Note that the @code{OVERLAY} command is just syntactic sugar, since
2476everything it does can be done using the more basic commands. The above
2477example could have been written identically as follows.
2478
2479@smallexample
2480@group
2481 .text0 0x1000 : AT (0x4000) @{ o1/*.o(.text) @}
2482 __load_start_text0 = LOADADDR (.text0);
2483 __load_stop_text0 = LOADADDR (.text0) + SIZEOF (.text0);
2484 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @}
2485 __load_start_text1 = LOADADDR (.text1);
2486 __load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1);
2487 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
2488@end group
2489@end smallexample
2490
c653b370
ILT
2491@node PHDRS
2492@section ELF Program Headers
2493@kindex PHDRS
b61364cc
ILT
2494@cindex program headers
2495@cindex ELF program headers
c653b370
ILT
2496
2497The ELF object file format uses @dfn{program headers}, which are read by
2498the system loader and describe how the program should be loaded into
2499memory. These program headers must be set correctly in order to run the
2500program on a native ELF system. The linker will create reasonable
2501program headers by default. However, in some cases, it is desirable to
2502specify the program headers more precisely; the @code{PHDRS} command may
2503be used for this purpose. When the @code{PHDRS} command is used, the
2504linker will not generate any program headers itself.
2505
2506The @code{PHDRS} command is only meaningful when generating an ELF
2507output file. It is ignored in other cases. This manual does not
2508describe the details of how the system loader interprets program
2509headers; for more information, see the ELF ABI. The program headers of
2510an ELF file may be displayed using the @samp{-p} option of the
2511@code{objdump} command.
2512
2513This is the syntax of the @code{PHDRS} command. The words @code{PHDRS},
2514@code{FILEHDR}, @code{AT}, and @code{FLAGS} are keywords.
2515
2516@smallexample
2517@group
2518PHDRS
2519@{
2520 @var{name} @var{type} [ FILEHDR ] [ PHDRS ] [ AT ( @var{address} ) ]
2521 [ FLAGS ( @var{flags} ) ] ;
2522@}
2523@end group
2524@end smallexample
2525
2526The @var{name} is used only for reference in the @code{SECTIONS} command
2527of the linker script. It does not get put into the output file.
2528
2529Certain program header types describe segments of memory which are
2530loaded from the file by the system loader. In the linker script, the
2531contents of these segments are specified by directing allocated output
2532sections to be placed in the segment. To do this, the command
2533describing the output section in the @code{SECTIONS} command should use
2534@samp{:@var{name}}, where @var{name} is the name of the program header
2535as it appears in the @code{PHDRS} command. @xref{Section Options}.
2536
2537It is normal for certain sections to appear in more than one segment.
2538This merely implies that one segment of memory contains another. This
2539is specified by repeating @samp{:@var{name}}, using it once for each
2540program header in which the section is to appear.
2541
2542If a section is placed in one or more segments using @samp{:@var{name}},
2543then all subsequent allocated sections which do not specify
2544@samp{:@var{name}} are placed in the same segments. This is for
2545convenience, since generally a whole set of contiguous sections will be
2546placed in a single segment. To prevent a section from being assigned to
2547a segment when it would normally default to one, use @code{:NONE}.
2548
2549The @code{FILEHDR} and @code{PHDRS} keywords which may appear after the
2550program header type also indicate contents of the segment of memory.
2551The @code{FILEHDR} keyword means that the segment should include the ELF
2552file header. The @code{PHDRS} keyword means that the segment should
2553include the ELF program headers themselves.
2554
2555The @var{type} may be one of the following. The numbers indicate the
2556value of the keyword.
2557
2558@table @asis
2559@item @code{PT_NULL} (0)
2560Indicates an unused program header.
2561
2562@item @code{PT_LOAD} (1)
2563Indicates that this program header describes a segment to be loaded from
2564the file.
2565
2566@item @code{PT_DYNAMIC} (2)
2567Indicates a segment where dynamic linking information can be found.
2568
2569@item @code{PT_INTERP} (3)
2570Indicates a segment where the name of the program interpreter may be
2571found.
2572
2573@item @code{PT_NOTE} (4)
2574Indicates a segment holding note information.
2575
2576@item @code{PT_SHLIB} (5)
2577A reserved program header type, defined but not specified by the ELF
2578ABI.
2579
2580@item @code{PT_PHDR} (6)
2581Indicates a segment where the program headers may be found.
2582
2583@item @var{expression}
2584An expression giving the numeric type of the program header. This may
2585be used for types not defined above.
2586@end table
2587
2588It is possible to specify that a segment should be loaded at a
2589particular address in memory. This is done using an @code{AT}
2590expression. This is identical to the @code{AT} command used in the
2591@code{SECTIONS} command (@pxref{Section Options}). Using the @code{AT}
2592command for a program header overrides any information in the
2593@code{SECTIONS} command.
2594
2595Normally the segment flags are set based on the sections. The
2596@code{FLAGS} keyword may be used to explicitly specify the segment
2597flags. The value of @var{flags} must be an integer. It is used to
2598set the @code{p_flags} field of the program header.
2599
2600Here is an example of the use of @code{PHDRS}. This shows a typical set
2601of program headers used on a native ELF system.
2602
2603@example
2604@group
2605PHDRS
2606@{
2607 headers PT_PHDR PHDRS ;
2608 interp PT_INTERP ;
2609 text PT_LOAD FILEHDR PHDRS ;
2610 data PT_LOAD ;
2611 dynamic PT_DYNAMIC ;
2612@}
2613
2614SECTIONS
2615@{
2616 . = SIZEOF_HEADERS;
2617 .interp : @{ *(.interp) @} :text :interp
2618 .text : @{ *(.text) @} :text
2619 .rodata : @{ *(.rodata) @} /* defaults to :text */
2620 @dots{}
2621 . = . + 0x1000; /* move to a new page in memory */
2622 .data : @{ *(.data) @} :data
2623 .dynamic : @{ *(.dynamic) @} :data :dynamic
2624 @dots{}
2625@}
2626@end group
2627@end example
2628
ec40bbb8 2629@node Entry Point
b4d4e8e3 2630@section The Entry Point
2c5c0674
RP
2631@kindex ENTRY(@var{symbol})
2632@cindex start of execution
2633@cindex first instruction
b4d4e8e3
RP
2634The linker command language includes a command specifically for
2635defining the first executable instruction in an output file (its
2636@dfn{entry point}). Its argument is a symbol name:
c653b370 2637@smallexample
b4d4e8e3 2638ENTRY(@var{symbol})
c653b370 2639@end smallexample
b4d4e8e3
RP
2640
2641Like symbol assignments, the @code{ENTRY} command may be placed either
2642as an independent command in the command file, or among the section
2643definitions within the @code{SECTIONS} command---whatever makes the most
2644sense for your layout.
2645
2c5c0674 2646@cindex entry point, defaults
b4d4e8e3
RP
2647@code{ENTRY} is only one of several ways of choosing the entry point.
2648You may indicate it in any of the following ways (shown in descending
2649order of priority: methods higher in the list override methods lower down).
f22eee08
RP
2650@itemize @bullet
2651@item
ec40bbb8 2652the @samp{-e} @var{entry} command-line option;
f22eee08 2653@item
8de26d62 2654the @code{ENTRY(@var{symbol})} command in a linker control script;
f22eee08 2655@item
b4d4e8e3 2656the value of the symbol @code{start}, if present;
f22eee08 2657@item
b4d4e8e3 2658the address of the first byte of the @code{.text} section, if present;
f22eee08 2659@item
b4d4e8e3 2660The address @code{0}.
f22eee08 2661@end itemize
b4d4e8e3 2662
2c5c0674
RP
2663For example, you can use these rules to generate an entry point with an
2664assignment statement: if no symbol @code{start} is defined within your
2665input files, you can simply define it, assigning it an appropriate
2666value---
d4e5e3c3 2667
c653b370 2668@smallexample
b4d4e8e3 2669start = 0x2020;
c653b370 2670@end smallexample
b4d4e8e3
RP
2671
2672@noindent
2673The example shows an absolute address, but you can use any expression.
2674For example, if your input object files use some other symbol-name
2675convention for the entry point, you can just assign the value of
2676whatever symbol contains the start address to @code{start}:
d4e5e3c3 2677
c653b370 2678@smallexample
cb70c872 2679start = other_symbol ;
c653b370 2680@end smallexample
f22eee08 2681
867a1b8a
DM
2682@node Option Commands
2683@section Option Commands
b4d4e8e3
RP
2684The command language includes a number of other commands that you can
2685use for specialized purposes. They are similar in purpose to
2686command-line options.
2687
2688@table @code
1fb57a5d
RP
2689@kindex CONSTRUCTORS
2690@cindex C++ constructors, arranging in link
2691@cindex constructors, arranging in link
2692@item CONSTRUCTORS
a1d393cf
ILT
2693When linking using the @code{a.out} object file format, the linker uses
2694an unusual set construct to support C++ global constructors and
2695destructors. When linking object file formats which do not support
2696arbitrary sections, such as @code{ECOFF} and @code{XCOFF}, the linker
2697will automatically recognize C++ global constructors and destructors by
2698name. For these object file formats, the @code{CONSTRUCTORS} command
2699tells the linker where this information should be placed. The
2700@code{CONSTRUCTORS} command is ignored for other object file formats.
2701
2702The symbol @w{@code{__CTOR_LIST__}} marks the start of the global
2703constructors, and the symbol @w{@code{__DTOR_LIST}} marks the end. The
2704first word in the list is the number of entries, followed by the address
2705of each constructor or destructor, followed by a zero word. The
2706compiler must arrange to actually run the code. For these object file
2707formats @sc{gnu} C++ calls constructors from a subroutine @code{__main};
2708a call to @code{__main} is automatically inserted into the startup code
2709for @code{main}. @sc{gnu} C++ runs destructors either by using
2710@code{atexit}, or directly from the function @code{exit}.
2711
2712For object file formats such as @code{COFF} or @code{ELF} which support
2713multiple sections, @sc{gnu} C++ will normally arrange to put the
2714addresses of global constructors and destructors into the @code{.ctors}
2715and @code{.dtors} sections. Placing the following sequence into your
2716linker script will build the sort of table which the @sc{gnu} C++
2717runtime code expects to see.
2718
2719@smallexample
2720 __CTOR_LIST__ = .;
2721 LONG((__CTOR_END__ - __CTOR_LIST__) / 4 - 2)
2722 *(.ctors)
2723 LONG(0)
2724 __CTOR_END__ = .;
2725 __DTOR_LIST__ = .;
2726 LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)
2727 *(.dtors)
2728 LONG(0)
2729 __DTOR_END__ = .;
2730@end smallexample
2731
2732Normally the compiler and linker will handle these issues automatically,
2733and you will not need to concern yourself with them. However, you may
2734need to consider this if you are using C++ and writing your own linker
2735scripts.
1fb57a5d 2736
d4e5e3c3 2737@need 1000
2c5c0674 2738@kindex FLOAT
2c5c0674 2739@kindex NOFLOAT
1fb57a5d
RP
2740@item FLOAT
2741@itemx NOFLOAT
2c5c0674 2742These keywords were used in some older linkers to request a particular
246504a5 2743math subroutine library. @code{ld} doesn't use the keywords, assuming
2c5c0674
RP
2744instead that any necessary subroutines are in libraries specified using
2745the general mechanisms for linking to archives; but to permit the use of
2746scripts that were written for the older linkers, the keywords
2747@code{FLOAT} and @code{NOFLOAT} are accepted and ignored.
2748
2c5c0674
RP
2749@kindex FORCE_COMMON_ALLOCATION
2750@cindex common allocation
1fb57a5d 2751@item FORCE_COMMON_ALLOCATION
ec40bbb8 2752This command has the same effect as the @samp{-d} command-line option:
2c5c0674 2753to make @code{ld} assign space to common symbols even if a relocatable
ec40bbb8 2754output file is specified (@samp{-r}).
b4d4e8e3 2755
2c5c0674 2756@kindex INPUT ( @var{files} )
2c5c0674 2757@cindex binary input files
1fb57a5d
RP
2758@item INPUT ( @var{file}, @var{file}, @dots{} )
2759@itemx INPUT ( @var{file} @var{file} @dots{} )
2c5c0674 2760Use this command to include binary input files in the link, without
7f9ae73e
RP
2761including them in a particular section definition.
2762Specify the full name for each @var{file}, including @samp{.a} if
2763required.
2764
2765@code{ld} searches for each @var{file} through the archive-library
2766search path, just as for files you specify on the command line.
2767See the description of @samp{-L} in @ref{Options,,Command Line
2768Options}.
b4d4e8e3 2769
01bc8f35
ILT
2770If you use @samp{-l@var{file}}, @code{ld} will transform the name to
2771@code{lib@var{file}.a} as with the command line argument @samp{-l}.
2772
0b3499f6
ILT
2773@kindex GROUP ( @var{files} )
2774@cindex grouping input files
2775@item GROUP ( @var{file}, @var{file}, @dots{} )
2776@itemx GROUP ( @var{file} @var{file} @dots{} )
2777This command is like @code{INPUT}, except that the named files should
2778all be archives, and they are searched repeatedly until no new undefined
2779references are created. See the description of @samp{-(} in
2780@ref{Options,,Command Line Options}.
2781
2c5c0674 2782@ignore
2c5c0674 2783@kindex MAP ( @var{name} )
c653b370 2784@item MAP ( @var{name} )
2c5c0674
RP
2785@c MAP(...) appears to look for an F in the arg, ignoring all other
2786@c chars; if it finds one, it sets "map_option_f" to true. But nothing
2787@c checks map_option_f. Apparently a stub for the future...
2788@end ignore
b4d4e8e3 2789
2c5c0674
RP
2790@kindex OUTPUT ( @var{filename} )
2791@cindex naming the output file
c653b370 2792@item OUTPUT ( @var{filename} )
d76ae847
RP
2793Use this command to name the link output file @var{filename}. The
2794effect of @code{OUTPUT(@var{filename})} is identical to the effect of
c477527c
ILT
2795@w{@samp{-o @var{filename}}}, which overrides it. You can use this
2796command to supply a default output-file name other than @code{a.out}.
2c5c0674 2797
ec40bbb8 2798@ifclear SingleFormat
2c5c0674
RP
2799@kindex OUTPUT_ARCH ( @var{bfdname} )
2800@cindex machine architecture, output
c653b370 2801@item OUTPUT_ARCH ( @var{bfdname} )
2c5c0674
RP
2802Specify a particular output machine architecture, with one of the names
2803used by the BFD back-end routines (@pxref{BFD}). This command is often
2804unnecessary; the architecture is most often set implicitly by either the
2805system BFD configuration or as a side effect of the @code{OUTPUT_FORMAT}
ec40bbb8 2806command.
2c5c0674 2807
2c5c0674
RP
2808@kindex OUTPUT_FORMAT ( @var{bfdname} )
2809@cindex format, output file
c653b370 2810@item OUTPUT_FORMAT ( @var{bfdname} )
1fb57a5d
RP
2811When @code{ld} is configured to support multiple object code formats,
2812you can use this command to specify a particular output format.
2813@var{bfdname} is one of the names used by the BFD back-end routines
2814(@pxref{BFD}). The effect is identical to the effect of the
2815@samp{-oformat} command-line option. This selection affects only
2c5c0674 2816the output file; the related command @code{TARGET} affects primarily
ec40bbb8
DM
2817input files.
2818@end ifclear
2c5c0674 2819
2c5c0674
RP
2820@kindex SEARCH_DIR ( @var{path} )
2821@cindex path for libraries
2822@cindex search path, libraries
c653b370 2823@item SEARCH_DIR ( @var{path} )
246504a5 2824Add @var{path} to the list of paths where @code{ld} looks for
2c5c0674 2825archive libraries. @code{SEARCH_DIR(@var{path})} has the same
ec40bbb8 2826effect as @samp{-L@var{path}} on the command line.
2c5c0674 2827
2c5c0674
RP
2828@kindex STARTUP ( @var{filename} )
2829@cindex first input file
c653b370 2830@item STARTUP ( @var{filename} )
2c5c0674
RP
2831Ensure that @var{filename} is the first input file used in the link
2832process.
b4d4e8e3 2833
ec40bbb8 2834@ifclear SingleFormat
2c5c0674
RP
2835@cindex input file format
2836@kindex TARGET ( @var{format} )
c653b370 2837@item TARGET ( @var{format} )
1fb57a5d
RP
2838When @code{ld} is configured to support multiple object code formats,
2839you can use this command to change the input-file object code format
2840(like the command-line option @samp{-b} or its synonym @samp{-format}).
2841The argument @var{format} is one of the strings used by BFD to name
2842binary formats. If @code{TARGET} is specified but @code{OUTPUT_FORMAT}
2843is not, the last @code{TARGET} argument is also used as the default
2844format for the @code{ld} output file. @xref{BFD}.
2c5c0674
RP
2845
2846@kindex GNUTARGET
246504a5 2847If you don't use the @code{TARGET} command, @code{ld} uses the value of
2c5c0674 2848the environment variable @code{GNUTARGET}, if available, to select the
246504a5 2849output file format. If that variable is also absent, @code{ld} uses
2c5c0674 2850the default format configured for your machine in the BFD libraries.
ec40bbb8 2851@end ifclear
582dd77f
ILT
2852
2853@cindex cross references
2854@kindex NOCROSSREFS ( @var{sections} )
2855@item NOCROSSREFS ( @var{section} @var{section} @dots{} )
2856This command may be used to tell @code{ld} to issue an error about any
2857references among certain sections.
2858
2859In certain types of programs, particularly on embedded systems, when one
2860section is loaded into memory, another section will not be. Any direct
2861references between the two sections would be errors. For example, it
2862would be an error if code in one section called a function defined in
2863the other section.
2864
2865The @code{NOCROSSREFS} command takes a list of section names. If
2866@code{ld} detects any cross references between the sections, it reports
2867an error and returns a non-zero exit status. The @code{NOCROSSREFS}
2868command uses output section names, defined in the @code{SECTIONS}
2869command. It does not use the names of input sections.
b4d4e8e3
RP
2870@end table
2871
ec40bbb8
DM
2872@ifset GENERIC
2873@node Machine Dependent
1c48127e
RP
2874@chapter Machine Dependent Features
2875
2876@cindex machine dependencies
246504a5
RP
2877@code{ld} has additional features on some platforms; the following
2878sections describe them. Machines where @code{ld} has no additional
1c48127e
RP
2879functionality are not listed.
2880
2881@menu
246504a5
RP
2882* H8/300:: @code{ld} and the H8/300
2883* i960:: @code{ld} and the Intel 960 family
1c48127e 2884@end menu
ec40bbb8
DM
2885@end ifset
2886
7f9ae73e 2887@c FIXME! This could use @raisesections/@lowersections, but there seems to be a conflict
ec40bbb8
DM
2888@c between those and node-defaulting.
2889@ifset H8300
2890@ifclear GENERIC
7f9ae73e 2891@raisesections
ec40bbb8
DM
2892@end ifclear
2893@node H8/300
246504a5 2894@section @code{ld} and the H8/300
1c48127e
RP
2895
2896@cindex H8/300 support
246504a5 2897For the H8/300, @code{ld} can perform these global optimizations when
1c48127e
RP
2898you specify the @samp{-relax} command-line option.
2899
2900@table @emph
d76ae847 2901@cindex relaxing on H8/300
c653b370 2902@item relaxing address modes
246504a5 2903@code{ld} finds all @code{jsr} and @code{jmp} instructions whose
1c48127e
RP
2904targets are within eight bits, and turns them into eight-bit
2905program-counter relative @code{bsr} and @code{bra} instructions,
2906respectively.
2907
d76ae847 2908@cindex synthesizing on H8/300
c653b370 2909@item synthesizing instructions
1c48127e 2910@c FIXME: specifically mov.b, or any mov instructions really?
246504a5 2911@code{ld} finds all @code{mov.b} instructions which use the
1c48127e
RP
2912sixteen-bit absolute address form, but refer to the top
2913page of memory, and changes them to use the eight-bit address form.
2914(That is: the linker turns @samp{mov.b @code{@@}@var{aa}:16} into
2915@samp{mov.b @code{@@}@var{aa}:8} whenever the address @var{aa} is in the
2916top page of memory).
2917@end table
ec40bbb8 2918@ifclear GENERIC
7f9ae73e 2919@lowersections
ec40bbb8
DM
2920@end ifclear
2921@end ifset
2922
f9d3d71a
ILT
2923@ifclear GENERIC
2924@ifset Hitachi
2925@c This stuff is pointless to say unless you're especially concerned
2926@c with Hitachi chips; don't enable it for generic case, please.
2927@node Hitachi
2928@chapter @code{ld} and other Hitachi chips
2929
2930@code{ld} also supports the H8/300H, the H8/500, and the Hitachi SH. No
2931special features, commands, or command-line options are required for
2932these chips.
2933@end ifset
2934@end ifclear
2935
ec40bbb8
DM
2936@ifset I960
2937@ifclear GENERIC
7f9ae73e 2938@raisesections
ec40bbb8
DM
2939@end ifclear
2940@node i960
246504a5 2941@section @code{ld} and the Intel 960 family
1c48127e
RP
2942
2943@cindex i960 support
d76ae847 2944
1c48127e
RP
2945You can use the @samp{-A@var{architecture}} command line option to
2946specify one of the two-letter names identifying members of the 960
2947family; the option specifies the desired output target, and warns of any
2948incompatible instructions in the input files. It also modifies the
2949linker's search strategy for archive libraries, to support the use of
2950libraries specific to each particular architecture, by including in the
2951search loop names suffixed with the string identifying the architecture.
2952
246504a5 2953For example, if your @code{ld} command line included @w{@samp{-ACA}} as
1c48127e 2954well as @w{@samp{-ltry}}, the linker would look (in its built-in search
ec40bbb8 2955paths, and in any paths you specify with @samp{-L}) for a library with
1c48127e 2956the names
ec40bbb8 2957
c653b370
ILT
2958@smallexample
2959@group
1c48127e
RP
2960try
2961libtry.a
2962tryca
2963libtryca.a
c653b370
ILT
2964@end group
2965@end smallexample
ec40bbb8 2966
1c48127e
RP
2967@noindent
2968The first two possibilities would be considered in any event; the last
2969two are due to the use of @w{@samp{-ACA}}.
2970
ec40bbb8 2971You can meaningfully use @samp{-A} more than once on a command line, since
1c48127e 2972the 960 architecture family allows combination of target architectures; each
ec40bbb8 2973use will add another pair of name variants to search for when @w{@samp{-l}}
1c48127e 2974specifies a library.
1fb57a5d
RP
2975
2976@cindex @code{-relax} on i960
2977@cindex relaxing on i960
2978@code{ld} supports the @samp{-relax} option for the i960 family. If you
2979specify @samp{-relax}, @code{ld} finds all @code{balx} and @code{calx}
2980instructions whose targets are within 24 bits, and turns them into
298124-bit program-counter relative @code{bal} and @code{cal}
2982instructions, respectively. @code{ld} also turns @code{cal}
2983instructions into @code{bal} instructions when it determines that the
2984target subroutine is a leaf routine (that is, the target subroutine does
2985not itself call any subroutines).
2986
ec40bbb8 2987@ifclear GENERIC
7f9ae73e 2988@lowersections
ec40bbb8
DM
2989@end ifclear
2990@end ifset
1c48127e 2991
ec40bbb8
DM
2992@ifclear SingleFormat
2993@node BFD
f22eee08
RP
2994@chapter BFD
2995
2c5c0674
RP
2996@cindex back end
2997@cindex object file management
d4e5e3c3
DM
2998@cindex object formats available
2999@kindex objdump -i
2c5c0674
RP
3000The linker accesses object and archive files using the BFD libraries.
3001These libraries allow the linker to use the same routines to operate on
3002object files whatever the object file format. A different object file
3003format can be supported simply by creating a new BFD back end and adding
d4e5e3c3
DM
3004it to the library. To conserve runtime memory, however, the linker and
3005associated tools are usually configured to support only a subset of the
3006object file formats available. You can use @code{objdump -i}
1c48127e 3007(@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}) to
d4e5e3c3 3008list all the formats available for your configuration.
f22eee08 3009
2c5c0674
RP
3010@cindex BFD requirements
3011@cindex requirements for BFD
3012As with most implementations, BFD is a compromise between
f22eee08 3013several conflicting requirements. The major factor influencing
2c5c0674
RP
3014BFD design was efficiency: any time used converting between
3015formats is time which would not have been spent had BFD not
f22eee08 3016been involved. This is partly offset by abstraction payback; since
2c5c0674 3017BFD simplifies applications and back ends, more time and care
f22eee08
RP
3018may be spent optimizing algorithms for a greater speed.
3019
2c5c0674
RP
3020One minor artifact of the BFD solution which you should bear in
3021mind is the potential for information loss. There are two places where
ec40bbb8 3022useful information can be lost using the BFD mechanism: during
2c5c0674
RP
3023conversion and during output. @xref{BFD information loss}.
3024
3025@menu
2d59b2c3 3026* BFD outline:: How it works: an outline of BFD
2c5c0674 3027@end menu
f22eee08 3028
ec40bbb8 3029@node BFD outline
b4d4e8e3 3030@section How it works: an outline of BFD
2c5c0674 3031@cindex opening object files
3e27cc11 3032@include bfdsumm.texi
ec40bbb8 3033@end ifclear
f22eee08 3034
ec40bbb8 3035@node MRI
2d59b2c3
RP
3036@appendix MRI Compatible Script Files
3037@cindex MRI compatibility
3038To aid users making the transition to @sc{gnu} @code{ld} from the MRI
3039linker, @code{ld} can use MRI compatible linker scripts as an
3040alternative to the more general-purpose linker scripting language
3041described in @ref{Commands,,Command Language}. MRI compatible linker
3042scripts have a much simpler command set than the scripting language
3043otherwise used with @code{ld}. @sc{gnu} @code{ld} supports the most
3044commonly used MRI linker commands; these commands are described here.
3045
867a1b8a
DM
3046In general, MRI scripts aren't of much use with the @code{a.out} object
3047file format, since it only has three sections and MRI scripts lack some
3048features to make use of them.
3049
2d59b2c3
RP
3050You can specify a file containing an MRI-compatible script using the
3051@samp{-c} command-line option.
3052
3053Each command in an MRI-compatible script occupies its own line; each
3054command line starts with the keyword that identifies the command (though
3055blank lines are also allowed for punctuation). If a line of an
3056MRI-compatible script begins with an unrecognized keyword, @code{ld}
3057issues a warning message, but continues processing the script.
3058
3059Lines beginning with @samp{*} are comments.
3060
3061You can write these commands using all upper-case letters, or all
3062lower case; for example, @samp{chip} is the same as @samp{CHIP}.
3063The following list shows only the upper-case form of each command.
3064
3065@table @code
d4e5e3c3 3066@cindex @code{ABSOLUTE} (MRI)
2d59b2c3 3067@item ABSOLUTE @var{secname}
c653b370 3068@itemx ABSOLUTE @var{secname}, @var{secname}, @dots{} @var{secname}
2d59b2c3
RP
3069Normally, @code{ld} includes in the output file all sections from all
3070the input files. However, in an MRI-compatible script, you can use the
3071@code{ABSOLUTE} command to restrict the sections that will be present in
3072your output program. If the @code{ABSOLUTE} command is used at all in a
3073script, then only the sections named explicitly in @code{ABSOLUTE}
3074commands will appear in the linker output. You can still use other
3075input sections (whatever you select on the command line, or using
7b015547 3076@code{LOAD}) to resolve addresses in the output file.
2d59b2c3 3077
2d59b2c3 3078@cindex @code{ALIAS} (MRI)
d4e5e3c3 3079@item ALIAS @var{out-secname}, @var{in-secname}
2d59b2c3
RP
3080Use this command to place the data from input section @var{in-secname}
3081in a section called @var{out-secname} in the linker output file.
3082
3083@var{in-secname} may be an integer.
3084
e54bf1c1
ILT
3085@cindex @code{ALIGN} (MRI)
3086@item ALIGN @var{secname} = @var{expression}
3087Align the section called @var{secname} to @var{expression}. The
3088@var{expression} should be a power of two.
3089
2d59b2c3 3090@cindex @code{BASE} (MRI)
d4e5e3c3 3091@item BASE @var{expression}
2d59b2c3
RP
3092Use the value of @var{expression} as the lowest address (other than
3093absolute addresses) in the output file.
3094
d4e5e3c3 3095@cindex @code{CHIP} (MRI)
2d59b2c3
RP
3096@item CHIP @var{expression}
3097@itemx CHIP @var{expression}, @var{expression}
ec40bbb8 3098This command does nothing; it is accepted only for compatibility.
2d59b2c3 3099
2d59b2c3 3100@cindex @code{END} (MRI)
d4e5e3c3 3101@item END
2d59b2c3
RP
3102This command does nothing whatever; it's only accepted for compatibility.
3103
2d59b2c3 3104@cindex @code{FORMAT} (MRI)
d4e5e3c3 3105@item FORMAT @var{output-format}
2d59b2c3
RP
3106Similar to the @code{OUTPUT_FORMAT} command in the more general linker
3107language, but restricted to one of these output formats:
d4e5e3c3 3108
2d59b2c3
RP
3109@enumerate
3110@item
3111S-records, if @var{output-format} is @samp{S}
3112
3113@item
3114IEEE, if @var{output-format} is @samp{IEEE}
3115
3116@item
3117COFF (the @samp{coff-m68k} variant in BFD), if @var{output-format} is
3118@samp{COFF}
3119@end enumerate
3120
2d59b2c3 3121@cindex @code{LIST} (MRI)
d4e5e3c3 3122@item LIST @var{anything}@dots{}
2d59b2c3
RP
3123Print (to the standard output file) a link map, as produced by the
3124@code{ld} command-line option @samp{-M}.
3125
ec40bbb8
DM
3126The keyword @code{LIST} may be followed by anything on the
3127same line, with no change in its effect.
2d59b2c3 3128
d4e5e3c3 3129@cindex @code{LOAD} (MRI)
2d59b2c3 3130@item LOAD @var{filename}
c653b370 3131@itemx LOAD @var{filename}, @var{filename}, @dots{} @var{filename}
2d59b2c3
RP
3132Include one or more object file @var{filename} in the link; this has the
3133same effect as specifying @var{filename} directly on the @code{ld}
3134command line.
3135
2d59b2c3 3136@cindex @code{NAME} (MRI)
d4e5e3c3 3137@item NAME @var{output-name}
2d59b2c3
RP
3138@var{output-name} is the name for the program produced by @code{ld}; the
3139MRI-compatible command @code{NAME} is equivalent to the command-line
3140option @samp{-o} or the general script language command @code{OUTPUT}.
3141
d4e5e3c3 3142@cindex @code{ORDER} (MRI)
2d59b2c3
RP
3143@item ORDER @var{secname}, @var{secname}, @dots{} @var{secname}
3144@itemx ORDER @var{secname} @var{secname} @var{secname}
ec40bbb8
DM
3145Normally, @code{ld} orders the sections in its output file in the
3146order in which they first appear in the input files. In an MRI-compatible
3147script, you can override this ordering with the @code{ORDER} command. The
2d59b2c3
RP
3148sections you list with @code{ORDER} will appear first in your output
3149file, in the order specified.
3150
d4e5e3c3 3151@cindex @code{PUBLIC} (MRI)
2d59b2c3
RP
3152@item PUBLIC @var{name}=@var{expression}
3153@itemx PUBLIC @var{name},@var{expression}
3154@itemx PUBLIC @var{name} @var{expression}
ec40bbb8 3155Supply a value (@var{expression}) for external symbol
2d59b2c3
RP
3156@var{name} used in the linker input files.
3157
d4e5e3c3 3158@cindex @code{SECT} (MRI)
2d59b2c3
RP
3159@item SECT @var{secname}, @var{expression}
3160@itemx SECT @var{secname}=@var{expression}
3161@itemx SECT @var{secname} @var{expression}
2d59b2c3
RP
3162You can use any of these three forms of the @code{SECT} command to
3163specify the start address (@var{expression}) for section @var{secname}.
3164If you have more than one @code{SECT} statement for the same
3165@var{secname}, only the @emph{first} sets the start address.
3166@end table
3167
3168
ec40bbb8 3169@node Index
2c5c0674
RP
3170@unnumbered Index
3171
3172@printindex cp
3173
3174@tex
3175% I think something like @colophon should be in texinfo. In the
3176% meantime:
3177\long\def\colophon{\hbox to0pt{}\vfill
3178\centerline{The body of this manual is set in}
3179\centerline{\fontname\tenrm,}
3180\centerline{with headings in {\bf\fontname\tenbf}}
3181\centerline{and examples in {\tt\fontname\tentt}.}
3182\centerline{{\it\fontname\tenit\/} and}
3183\centerline{{\sl\fontname\tensl\/}}
3184\centerline{are used for emphasis.}\vfill}
3185\page\colophon
c653b370 3186% Blame: doc@cygnus.com, 28mar91.
2c5c0674
RP
3187@end tex
3188
3189
b4d4e8e3 3190@contents
f22eee08
RP
3191@bye
3192
3193
This page took 0.36576 seconds and 4 git commands to generate.