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