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