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