Merge branch 'vendor/TCSH'
[dragonfly.git] / contrib / binutils-2.17 / ld / ld.texinfo
1 \input texinfo
2 @setfilename ld.info
3 @c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
4 @c 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5 @syncodeindex ky cp
6 @c man begin INCLUDE
7 @include configdoc.texi
8 @c (configdoc.texi is generated by the Makefile)
9 @include ldver.texi
10 @c man end
11
12 @c @smallbook
13
14 @macro gcctabopt{body}
15 @code{\body\}
16 @end macro
17
18 @c man begin NAME
19 @ifset man
20 @c Configure for the generation of man pages
21 @set UsesEnvVars
22 @set GENERIC
23 @set ARC
24 @set ARM
25 @set D10V
26 @set D30V
27 @set H8/300
28 @set H8/500
29 @set HPPA
30 @set I370
31 @set I80386
32 @set I860
33 @set I960
34 @set M32R
35 @set M68HC11
36 @set M680X0
37 @set MCORE
38 @set MIPS
39 @set MMIX
40 @set MSP430
41 @set PDP11
42 @set PJ
43 @set POWERPC
44 @set POWERPC64
45 @set SH
46 @set SPARC
47 @set TIC54X
48 @set V850
49 @set VAX
50 @set WIN32
51 @set XTENSA
52 @end ifset
53 @c man end
54
55 @ifinfo
56 @format
57 START-INFO-DIR-ENTRY
58 * Ld: (ld).                       The GNU linker.
59 END-INFO-DIR-ENTRY
60 @end format
61 @end ifinfo
62
63 @ifinfo
64 This file documents the @sc{gnu} linker LD version @value{VERSION}.
65
66 Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000,
67 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
68
69 @ignore
70
71 Permission is granted to copy, distribute and/or modify this document
72 under the terms of the GNU Free Documentation License, Version 1.1
73 or any later version published by the Free Software Foundation;
74 with no Invariant Sections, with no Front-Cover Texts, and with no
75 Back-Cover Texts.  A copy of the license is included in the
76 section entitled ``GNU Free Documentation License''.
77
78 Permission is granted to process this file through Tex and print the
79 results, provided the printed document carries copying permission
80 notice identical to this one except for the removal of this paragraph
81 (this paragraph not being relevant to the printed manual).
82
83 @end ignore
84 @end ifinfo
85 @iftex
86 @finalout
87 @setchapternewpage odd
88 @settitle Using LD, the GNU linker
89 @titlepage
90 @title Using ld
91 @subtitle The GNU linker
92 @sp 1
93 @subtitle @code{ld} version 2
94 @subtitle Version @value{VERSION}
95 @author Steve Chamberlain
96 @author Ian Lance Taylor
97 @page
98
99 @tex
100 {\parskip=0pt
101 \hfill Red Hat Inc\par
102 \hfill nickc\@credhat.com, doc\@redhat.com\par
103 \hfill {\it Using LD, the GNU linker}\par
104 \hfill Edited by Jeffrey Osier (jeffrey\@cygnus.com)\par
105 }
106 \global\parindent=0pt % Steve likes it this way.
107 @end tex
108
109 @vskip 0pt plus 1filll
110 @c man begin COPYRIGHT
111 Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001,
112 2002, 2003, 2004 Free Software Foundation, Inc.
113
114 Permission is granted to copy, distribute and/or modify this document
115 under the terms of the GNU Free Documentation License, Version 1.1
116 or any later version published by the Free Software Foundation;
117 with no Invariant Sections, with no Front-Cover Texts, and with no
118 Back-Cover Texts.  A copy of the license is included in the
119 section entitled ``GNU Free Documentation License''.
120 @c man end
121
122 @end titlepage
123 @end iftex
124 @c FIXME: Talk about importance of *order* of args, cmds to linker!
125
126 @ifnottex
127 @node Top
128 @top Using ld
129 This file documents the @sc{gnu} linker ld version @value{VERSION}.
130
131 This document is distributed under the terms of the GNU Free
132 Documentation License.  A copy of the license is included in the
133 section entitled ``GNU Free Documentation License''.
134
135 @menu
136 * Overview::                    Overview
137 * Invocation::                  Invocation
138 * Scripts::                     Linker Scripts
139 @ifset GENERIC
140 * Machine Dependent::           Machine Dependent Features
141 @end ifset
142 @ifclear GENERIC
143 @ifset H8300
144 * H8/300::                      ld and the H8/300
145 @end ifset
146 @ifset Renesas
147 * Renesas::                     ld and other Renesas micros
148 @end ifset
149 @ifset I960
150 * i960::                        ld and the Intel 960 family
151 @end ifset
152 @ifset ARM
153 * ARM::                         ld and the ARM family
154 @end ifset
155 @ifset HPPA
156 * HPPA ELF32::                  ld and HPPA 32-bit ELF
157 @end ifset
158 @ifset M68HC11
159 * M68HC11/68HC12::              ld and the Motorola 68HC11 and 68HC12 families
160 @end ifset
161 @ifset POWERPC
162 * PowerPC ELF32::               ld and PowerPC 32-bit ELF Support
163 @end ifset
164 @ifset POWERPC64
165 * PowerPC64 ELF64::             ld and PowerPC64 64-bit ELF Support
166 @end ifset
167 @ifset TICOFF
168 * TI COFF::                     ld and the TI COFF
169 @end ifset
170 @ifset WIN32
171 * Win32::                       ld and WIN32 (cygwin/mingw)
172 @end ifset
173 @ifset XTENSA
174 * Xtensa::                      ld and Xtensa Processors
175 @end ifset
176 @end ifclear
177 @ifclear SingleFormat
178 * BFD::                         BFD
179 @end ifclear
180 @c Following blank line required for remaining bug in makeinfo conds/menus
181
182 * Reporting Bugs::              Reporting Bugs
183 * MRI::                         MRI Compatible Script Files
184 * GNU Free Documentation License::  GNU Free Documentation License
185 * Index::                       Index
186 @end menu
187 @end ifnottex
188
189 @node Overview
190 @chapter Overview
191
192 @cindex @sc{gnu} linker
193 @cindex what is this?
194
195 @ifset man
196 @c man begin SYNOPSIS
197 ld [@b{options}] @var{objfile} @dots{}
198 @c man end
199
200 @c man begin SEEALSO
201 ar(1), nm(1), objcopy(1), objdump(1), readelf(1) and
202 the Info entries for @file{binutils} and
203 @file{ld}.
204 @c man end
205 @end ifset
206
207 @c man begin DESCRIPTION
208
209 @command{ld} combines a number of object and archive files, relocates
210 their data and ties up symbol references. Usually the last step in
211 compiling a program is to run @command{ld}.
212
213 @command{ld} accepts Linker Command Language files written in
214 a superset of AT&T's Link Editor Command Language syntax,
215 to provide explicit and total control over the linking process.
216
217 @ifset man
218 @c For the man only
219 This man page does not describe the command language; see the 
220 @command{ld} entry in @code{info}, or the manual
221 ld: the GNU linker, for full details on the command language and 
222 on other aspects of the GNU linker. 
223 @end ifset
224
225 @ifclear SingleFormat
226 This version of @command{ld} uses the general purpose BFD libraries
227 to operate on object files. This allows @command{ld} to read, combine, and
228 write object files in many different formats---for example, COFF or
229 @code{a.out}.  Different formats may be linked together to produce any
230 available kind of object file.  @xref{BFD}, for more information.
231 @end ifclear
232
233 Aside from its flexibility, the @sc{gnu} linker is more helpful than other
234 linkers in providing diagnostic information.  Many linkers abandon
235 execution immediately upon encountering an error; whenever possible,
236 @command{ld} continues executing, allowing you to identify other errors
237 (or, in some cases, to get an output file in spite of the error).
238
239 @c man end
240
241 @node Invocation
242 @chapter Invocation
243
244 @c man begin DESCRIPTION
245
246 The @sc{gnu} linker @command{ld} is meant to cover a broad range of situations,
247 and to be as compatible as possible with other linkers.  As a result,
248 you have many choices to control its behavior.
249
250 @c man end
251
252 @ifset UsesEnvVars
253 @menu
254 * Options::                     Command Line Options
255 * Environment::                 Environment Variables
256 @end menu
257
258 @node Options
259 @section Command Line Options
260 @end ifset
261
262 @cindex command line
263 @cindex options
264
265 @c man begin OPTIONS
266
267 The linker supports a plethora of command-line options, but in actual
268 practice few of them are used in any particular context.
269 @cindex standard Unix system
270 For instance, a frequent use of @command{ld} is to link standard Unix
271 object files on a standard, supported Unix system.  On such a system, to
272 link a file @code{hello.o}:
273
274 @smallexample
275 ld -o @var{output} /lib/crt0.o hello.o -lc
276 @end smallexample
277
278 This tells @command{ld} to produce a file called @var{output} as the
279 result of linking the file @code{/lib/crt0.o} with @code{hello.o} and
280 the library @code{libc.a}, which will come from the standard search
281 directories.  (See the discussion of the @samp{-l} option below.)
282
283 Some of the command-line options to @command{ld} may be specified at any
284 point in the command line.  However, options which refer to files, such
285 as @samp{-l} or @samp{-T}, cause the file to be read at the point at
286 which the option appears in the command line, relative to the object
287 files and other file options.  Repeating non-file options with a
288 different argument will either have no further effect, or override prior
289 occurrences (those further to the left on the command line) of that
290 option.  Options which may be meaningfully specified more than once are
291 noted in the descriptions below.
292
293 @cindex object files
294 Non-option arguments are object files or archives which are to be linked
295 together.  They may follow, precede, or be mixed in with command-line
296 options, except that an object file argument may not be placed between
297 an option and its argument.
298
299 Usually the linker is invoked with at least one object file, but you can
300 specify other forms of binary input files using @samp{-l}, @samp{-R},
301 and the script command language.  If @emph{no} binary input files at all
302 are specified, the linker does not produce any output, and issues the
303 message @samp{No input files}.
304
305 If the linker cannot recognize the format of an object file, it will
306 assume that it is a linker script.  A script specified in this way
307 augments the main linker script used for the link (either the default
308 linker script or the one specified by using @samp{-T}).  This feature
309 permits the linker to link against a file which appears to be an object
310 or an archive, but actually merely defines some symbol values, or uses
311 @code{INPUT} or @code{GROUP} to load other objects.  Note that
312 specifying a script in this way merely augments the main linker script;
313 use the @samp{-T} option to replace the default linker script entirely.
314 @xref{Scripts}.
315
316 For options whose names are a single letter,
317 option arguments must either follow the option letter without intervening
318 whitespace, or be given as separate arguments immediately following the
319 option that requires them.
320
321 For options whose names are multiple letters, either one dash or two can
322 precede the option name; for example, @samp{-trace-symbol} and
323 @samp{--trace-symbol} are equivalent.  Note---there is one exception to
324 this rule.  Multiple letter options that start with a lower case 'o' can
325 only be preceeded by two dashes.  This is to reduce confusion with the
326 @samp{-o} option.  So for example @samp{-omagic} sets the output file
327 name to @samp{magic} whereas @samp{--omagic} sets the NMAGIC flag on the
328 output.
329
330 Arguments to multiple-letter options must either be separated from the
331 option name by an equals sign, or be given as separate arguments
332 immediately following the option that requires them.  For example,
333 @samp{--trace-symbol foo} and @samp{--trace-symbol=foo} are equivalent.
334 Unique abbreviations of the names of multiple-letter options are
335 accepted.
336
337 Note---if the linker is being invoked indirectly, via a compiler driver
338 (e.g. @samp{gcc}) then all the linker command line options should be
339 prefixed by @samp{-Wl,} (or whatever is appropriate for the particular
340 compiler driver) like this:
341
342 @smallexample
343   gcc -Wl,--startgroup foo.o bar.o -Wl,--endgroup
344 @end smallexample
345
346 This is important, because otherwise the compiler driver program may
347 silently drop the linker options, resulting in a bad link.
348
349 Here is a table of the generic command line switches accepted by the GNU
350 linker:
351
352 @table @gcctabopt
353 @include at-file.texi
354
355 @kindex -a@var{keyword}
356 @item -a@var{keyword}
357 This option is supported for HP/UX compatibility.  The @var{keyword}
358 argument must be one of the strings @samp{archive}, @samp{shared}, or
359 @samp{default}.  @samp{-aarchive} is functionally equivalent to
360 @samp{-Bstatic}, and the other two keywords are functionally equivalent
361 to @samp{-Bdynamic}.  This option may be used any number of times.
362
363 @ifset I960
364 @cindex architectures
365 @kindex -A@var{arch}
366 @item -A@var{architecture}
367 @kindex --architecture=@var{arch}
368 @itemx --architecture=@var{architecture}
369 In the current release of @command{ld}, this option is useful only for the
370 Intel 960 family of architectures.  In that @command{ld} configuration, the
371 @var{architecture} argument identifies the particular architecture in
372 the 960 family, enabling some safeguards and modifying the
373 archive-library search path.  @xref{i960,,@command{ld} and the Intel 960
374 family}, for details.
375
376 Future releases of @command{ld} may support similar functionality for
377 other architecture families.
378 @end ifset
379
380 @ifclear SingleFormat
381 @cindex binary input format
382 @kindex -b @var{format}
383 @kindex --format=@var{format}
384 @cindex input format
385 @cindex input format
386 @item -b @var{input-format}
387 @itemx --format=@var{input-format}
388 @command{ld} may be configured to support more than one kind of object
389 file.  If your @command{ld} is configured this way, you can use the
390 @samp{-b} option to specify the binary format for input object files
391 that follow this option on the command line.  Even when @command{ld} is
392 configured to support alternative object formats, you don't usually need
393 to specify this, as @command{ld} should be configured to expect as a
394 default input format the most usual format on each machine.
395 @var{input-format} is a text string, the name of a particular format
396 supported by the BFD libraries.  (You can list the available binary
397 formats with @samp{objdump -i}.)
398 @xref{BFD}.
399
400 You may want to use this option if you are linking files with an unusual
401 binary format.  You can also use @samp{-b} to switch formats explicitly (when
402 linking object files of different formats), by including
403 @samp{-b @var{input-format}} before each group of object files in a
404 particular format.
405
406 The default format is taken from the environment variable
407 @code{GNUTARGET}.
408 @ifset UsesEnvVars
409 @xref{Environment}.
410 @end ifset
411 You can also define the input format from a script, using the command
412 @code{TARGET};
413 @ifclear man
414 see @ref{Format Commands}.
415 @end ifclear
416 @end ifclear
417
418 @kindex -c @var{MRI-cmdfile}
419 @kindex --mri-script=@var{MRI-cmdfile}
420 @cindex compatibility, MRI
421 @item -c @var{MRI-commandfile}
422 @itemx --mri-script=@var{MRI-commandfile}
423 For compatibility with linkers produced by MRI, @command{ld} accepts script
424 files written in an alternate, restricted command language, described in
425 @ifclear man
426 @ref{MRI,,MRI Compatible Script Files}.
427 @end ifclear
428 @ifset man
429 the MRI Compatible Script Files section of GNU ld documentation.
430 @end ifset
431 Introduce MRI script files with
432 the option @samp{-c}; use the @samp{-T} option to run linker
433 scripts written in the general-purpose @command{ld} scripting language.
434 If @var{MRI-cmdfile} does not exist, @command{ld} looks for it in the directories
435 specified by any @samp{-L} options.
436
437 @cindex common allocation
438 @kindex -d
439 @kindex -dc
440 @kindex -dp
441 @item -d
442 @itemx -dc
443 @itemx -dp
444 These three options are equivalent; multiple forms are supported for
445 compatibility with other linkers.  They assign space to common symbols
446 even if a relocatable output file is specified (with @samp{-r}).  The
447 script command @code{FORCE_COMMON_ALLOCATION} has the same effect.
448 @xref{Miscellaneous Commands}.
449
450 @cindex entry point, from command line
451 @kindex -e @var{entry}
452 @kindex --entry=@var{entry}
453 @item -e @var{entry}
454 @itemx --entry=@var{entry}
455 Use @var{entry} as the explicit symbol for beginning execution of your
456 program, rather than the default entry point.  If there is no symbol
457 named @var{entry}, the linker will try to parse @var{entry} as a number,
458 and use that as the entry address (the number will be interpreted in
459 base 10; you may use a leading @samp{0x} for base 16, or a leading
460 @samp{0} for base 8).  @xref{Entry Point}, for a discussion of defaults
461 and other ways of specifying the entry point.
462
463 @kindex --exclude-libs
464 @item --exclude-libs @var{lib},@var{lib},...
465 Specifies a list of archive libraries from which symbols should not be automatically
466 exported. The library names may be delimited by commas or colons.  Specifying
467 @code{--exclude-libs ALL} excludes symbols in all archive libraries from
468 automatic export.  This option is available only for the i386 PE targeted
469 port of the linker and for ELF targeted ports.  For i386 PE, symbols
470 explicitly listed in a .def file are still exported, regardless of this
471 option.  For ELF targeted ports, symbols affected by this option will
472 be treated as hidden.
473
474 @cindex dynamic symbol table
475 @kindex -E
476 @kindex --export-dynamic
477 @item -E
478 @itemx --export-dynamic
479 When creating a dynamically linked executable, add all symbols to the
480 dynamic symbol table.  The dynamic symbol table is the set of symbols
481 which are visible from dynamic objects at run time.
482
483 If you do not use this option, the dynamic symbol table will normally
484 contain only those symbols which are referenced by some dynamic object
485 mentioned in the link.
486
487 If you use @code{dlopen} to load a dynamic object which needs to refer
488 back to the symbols defined by the program, rather than some other
489 dynamic object, then you will probably need to use this option when
490 linking the program itself.
491
492 You can also use the version script to control what symbols should
493 be added to the dynamic symbol table if the output format supports it.
494 See the description of @samp{--version-script} in @ref{VERSION}.
495
496 @ifclear SingleFormat
497 @cindex big-endian objects
498 @cindex endianness
499 @kindex -EB
500 @item -EB
501 Link big-endian objects.  This affects the default output format.
502
503 @cindex little-endian objects
504 @kindex -EL
505 @item -EL
506 Link little-endian objects.  This affects the default output format.
507 @end ifclear
508
509 @kindex -f
510 @kindex --auxiliary
511 @item -f
512 @itemx --auxiliary @var{name}
513 When creating an ELF shared object, set the internal DT_AUXILIARY field
514 to the specified name.  This tells the dynamic linker that the symbol
515 table of the shared object should be used as an auxiliary filter on the
516 symbol table of the shared object @var{name}.
517
518 If you later link a program against this filter object, then, when you
519 run the program, the dynamic linker will see the DT_AUXILIARY field.  If
520 the dynamic linker resolves any symbols from the filter object, it will
521 first check whether there is a definition in the shared object
522 @var{name}.  If there is one, it will be used instead of the definition
523 in the filter object.  The shared object @var{name} need not exist.
524 Thus the shared object @var{name} may be used to provide an alternative
525 implementation of certain functions, perhaps for debugging or for
526 machine specific performance.
527
528 This option may be specified more than once.  The DT_AUXILIARY entries
529 will be created in the order in which they appear on the command line.
530
531 @kindex -F
532 @kindex --filter
533 @item -F @var{name}
534 @itemx --filter @var{name}
535 When creating an ELF shared object, set the internal DT_FILTER field to
536 the specified name.  This tells the dynamic linker that the symbol table
537 of the shared object which is being created should be used as a filter
538 on the symbol table of the shared object @var{name}.
539
540 If you later link a program against this filter object, then, when you
541 run the program, the dynamic linker will see the DT_FILTER field.  The
542 dynamic linker will resolve symbols according to the symbol table of the
543 filter object as usual, but it will actually link to the definitions
544 found in the shared object @var{name}.  Thus the filter object can be
545 used to select a subset of the symbols provided by the object
546 @var{name}.
547
548 Some older linkers used the @option{-F} option throughout a compilation
549 toolchain for specifying object-file format for both input and output
550 object files.
551 @ifclear SingleFormat
552 The @sc{gnu} linker uses other mechanisms for this purpose: the
553 @option{-b}, @option{--format}, @option{--oformat} options, the 
554 @code{TARGET} command in linker scripts, and the @code{GNUTARGET}
555 environment variable.
556 @end ifclear
557 The @sc{gnu} linker will ignore the @option{-F} option when not
558 creating an ELF shared object.
559
560 @cindex finalization function
561 @kindex -fini
562 @item -fini @var{name}
563 When creating an ELF executable or shared object, call NAME when the
564 executable or shared object is unloaded, by setting DT_FINI to the
565 address of the function.  By default, the linker uses @code{_fini} as
566 the function to call.
567
568 @kindex -g
569 @item -g
570 Ignored.  Provided for compatibility with other tools.
571
572 @kindex -G
573 @kindex --gpsize
574 @cindex object size
575 @item -G@var{value}
576 @itemx --gpsize=@var{value}
577 Set the maximum size of objects to be optimized using the GP register to
578 @var{size}.  This is only meaningful for object file formats such as
579 MIPS ECOFF which supports putting large and small objects into different
580 sections.  This is ignored for other object file formats.
581
582 @cindex runtime library name
583 @kindex -h@var{name}
584 @kindex -soname=@var{name}
585 @item -h@var{name}
586 @itemx -soname=@var{name}
587 When creating an ELF shared object, set the internal DT_SONAME field to
588 the specified name.  When an executable is linked with a shared object
589 which has a DT_SONAME field, then when the executable is run the dynamic
590 linker will attempt to load the shared object specified by the DT_SONAME
591 field rather than the using the file name given to the linker.
592
593 @kindex -i
594 @cindex incremental link
595 @item -i
596 Perform an incremental link (same as option @samp{-r}).
597
598 @cindex initialization function
599 @kindex -init
600 @item -init @var{name}
601 When creating an ELF executable or shared object, call NAME when the
602 executable or shared object is loaded, by setting DT_INIT to the address
603 of the function.  By default, the linker uses @code{_init} as the
604 function to call.
605
606 @cindex archive files, from cmd line
607 @kindex -l@var{archive}
608 @kindex --library=@var{archive}
609 @item -l@var{archive}
610 @itemx --library=@var{archive}
611 Add archive file @var{archive} to the list of files to link.  This
612 option may be used any number of times.  @command{ld} will search its
613 path-list for occurrences of @code{lib@var{archive}.a} for every
614 @var{archive} specified.
615
616 On systems which support shared libraries, @command{ld} may also search for
617 libraries with extensions other than @code{.a}.  Specifically, on ELF
618 and SunOS systems, @command{ld} will search a directory for a library with
619 an extension of @code{.so} before searching for one with an extension of
620 @code{.a}.  By convention, a @code{.so} extension indicates a shared
621 library.
622
623 The linker will search an archive only once, at the location where it is
624 specified on the command line.  If the archive defines a symbol which
625 was undefined in some object which appeared before the archive on the
626 command line, the linker will include the appropriate file(s) from the
627 archive.  However, an undefined symbol in an object appearing later on
628 the command line will not cause the linker to search the archive again.
629
630 See the @option{-(} option for a way to force the linker to search
631 archives multiple times.
632
633 You may list the same archive multiple times on the command line.
634
635 @ifset GENERIC
636 This type of archive searching is standard for Unix linkers.  However,
637 if you are using @command{ld} on AIX, note that it is different from the
638 behaviour of the AIX linker.
639 @end ifset
640
641 @cindex search directory, from cmd line
642 @kindex -L@var{dir}
643 @kindex --library-path=@var{dir}
644 @item -L@var{searchdir}
645 @itemx --library-path=@var{searchdir}
646 Add path @var{searchdir} to the list of paths that @command{ld} will search
647 for archive libraries and @command{ld} control scripts.  You may use this
648 option any number of times.  The directories are searched in the order
649 in which they are specified on the command line.  Directories specified
650 on the command line are searched before the default directories.  All
651 @option{-L} options apply to all @option{-l} options, regardless of the
652 order in which the options appear.
653
654 If @var{searchdir} begins with @code{=}, then the @code{=} will be replaced
655 by the @dfn{sysroot prefix}, a path specified when the linker is configured.
656
657 @ifset UsesEnvVars
658 The default set of paths searched (without being specified with
659 @samp{-L}) depends on which emulation mode @command{ld} is using, and in
660 some cases also on how it was configured.  @xref{Environment}.
661 @end ifset
662
663 The paths can also be specified in a link script with the
664 @code{SEARCH_DIR} command.  Directories specified this way are searched
665 at the point in which the linker script appears in the command line.
666
667 @cindex emulation
668 @kindex -m @var{emulation}
669 @item -m@var{emulation}
670 Emulate the @var{emulation} linker.  You can list the available
671 emulations with the @samp{--verbose} or @samp{-V} options.
672
673 If the @samp{-m} option is not used, the emulation is taken from the
674 @code{LDEMULATION} environment variable, if that is defined.
675
676 Otherwise, the default emulation depends upon how the linker was
677 configured.
678
679 @cindex link map
680 @kindex -M
681 @kindex --print-map
682 @item -M
683 @itemx --print-map
684 Print a link map to the standard output.  A link map provides
685 information about the link, including the following:
686
687 @itemize @bullet
688 @item
689 Where object files are mapped into memory.
690 @item
691 How common symbols are allocated.
692 @item
693 All archive members included in the link, with a mention of the symbol
694 which caused the archive member to be brought in.
695 @item
696 The values assigned to symbols.
697
698 Note - symbols whose values are computed by an expression which
699 involves a reference to a previous value of the same symbol may not
700 have correct result displayed in the link map.  This is because the
701 linker discards intermediate results and only retains the final value
702 of an expression.  Under such circumstances the linker will display
703 the final value enclosed by square brackets.  Thus for example a
704 linker script containing:
705
706 @smallexample
707    foo = 1
708    foo = foo * 4
709    foo = foo + 8
710 @end smallexample
711
712 will produce the following output in the link map if the @option{-M}
713 option is used:
714
715 @smallexample
716    0x00000001                foo = 0x1
717    [0x0000000c]                foo = (foo * 0x4)
718    [0x0000000c]                foo = (foo + 0x8)
719 @end smallexample
720
721 See @ref{Expressions} for more information about expressions in linker
722 scripts.
723 @end itemize
724
725 @kindex -n
726 @cindex read-only text
727 @cindex NMAGIC
728 @kindex --nmagic
729 @item -n
730 @itemx --nmagic
731 Turn off page alignment of sections, and mark the output as
732 @code{NMAGIC} if possible.
733
734 @kindex -N
735 @kindex --omagic
736 @cindex read/write from cmd line
737 @cindex OMAGIC
738 @item -N
739 @itemx --omagic
740 Set the text and data sections to be readable and writable.  Also, do
741 not page-align the data segment, and disable linking against shared
742 libraries.  If the output format supports Unix style magic numbers,
743 mark the output as @code{OMAGIC}. Note: Although a writable text section
744 is allowed for PE-COFF targets, it does not conform to the format
745 specification published by Microsoft.
746
747 @kindex --no-omagic
748 @cindex OMAGIC
749 @item --no-omagic
750 This option negates most of the effects of the @option{-N} option.  It
751 sets the text section to be read-only, and forces the data segment to
752 be page-aligned.  Note - this option does not enable linking against
753 shared libraries.  Use @option{-Bdynamic} for this.
754
755 @kindex -o @var{output}
756 @kindex --output=@var{output}
757 @cindex naming the output file
758 @item -o @var{output}
759 @itemx --output=@var{output}
760 Use @var{output} as the name for the program produced by @command{ld}; if this
761 option is not specified, the name @file{a.out} is used by default.  The
762 script command @code{OUTPUT} can also specify the output file name.
763
764 @kindex -O @var{level}
765 @cindex generating optimized output
766 @item -O @var{level}
767 If @var{level} is a numeric values greater than zero @command{ld} optimizes
768 the output.  This might take significantly longer and therefore probably
769 should only be enabled for the final binary.
770
771 @kindex -q
772 @kindex --emit-relocs
773 @cindex retain relocations in final executable
774 @item -q
775 @itemx --emit-relocs
776 Leave relocation sections and contents in fully linked exececutables.
777 Post link analysis and optimization tools may need this information in
778 order to perform correct modifications of executables.  This results
779 in larger executables.
780
781 This option is currently only supported on ELF platforms.
782
783 @kindex --force-dynamic
784 @cindex forcing the creation of dynamic sections
785 @item --force-dynamic
786 Force the output file to have dynamic sections.  This option is specific
787 to VxWorks targets.
788
789 @cindex partial link
790 @cindex relocatable output
791 @kindex -r
792 @kindex --relocatable
793 @item -r
794 @itemx --relocatable
795 Generate relocatable output---i.e., generate an output file that can in
796 turn serve as input to @command{ld}.  This is often called @dfn{partial
797 linking}.  As a side effect, in environments that support standard Unix
798 magic numbers, this option also sets the output file's magic number to
799 @code{OMAGIC}.
800 @c ; see @option{-N}.
801 If this option is not specified, an absolute file is produced.  When
802 linking C++ programs, this option @emph{will not} resolve references to
803 constructors; to do that, use @samp{-Ur}.
804
805 When an input file does not have the same format as the output file,
806 partial linking is only supported if that input file does not contain any
807 relocations.  Different output formats can have further restrictions; for
808 example some @code{a.out}-based formats do not support partial linking
809 with input files in other formats at all.
810
811 This option does the same thing as @samp{-i}.
812
813 @kindex -R @var{file}
814 @kindex --just-symbols=@var{file}
815 @cindex symbol-only input
816 @item -R @var{filename}
817 @itemx --just-symbols=@var{filename}
818 Read symbol names and their addresses from @var{filename}, but do not
819 relocate it or include it in the output.  This allows your output file
820 to refer symbolically to absolute locations of memory defined in other
821 programs.  You may use this option more than once.
822
823 For compatibility with other ELF linkers, if the @option{-R} option is
824 followed by a directory name, rather than a file name, it is treated as
825 the @option{-rpath} option.
826
827 @kindex -s
828 @kindex --strip-all
829 @cindex strip all symbols
830 @item -s
831 @itemx --strip-all
832 Omit all symbol information from the output file.
833
834 @kindex -S
835 @kindex --strip-debug
836 @cindex strip debugger symbols
837 @item -S
838 @itemx --strip-debug
839 Omit debugger symbol information (but not all symbols) from the output file.
840
841 @kindex -t
842 @kindex --trace
843 @cindex input files, displaying
844 @item -t
845 @itemx --trace
846 Print the names of the input files as @command{ld} processes them.
847
848 @kindex -T @var{script}
849 @kindex --script=@var{script}
850 @cindex script files
851 @item -T @var{scriptfile}
852 @itemx --script=@var{scriptfile}
853 Use @var{scriptfile} as the linker script.  This script replaces
854 @command{ld}'s default linker script (rather than adding to it), so
855 @var{commandfile} must specify everything necessary to describe the
856 output file.  @xref{Scripts}.  If @var{scriptfile} does not exist in
857 the current directory, @code{ld} looks for it in the directories
858 specified by any preceding @samp{-L} options.  Multiple @samp{-T}
859 options accumulate.
860
861 @kindex -u @var{symbol}
862 @kindex --undefined=@var{symbol}
863 @cindex undefined symbol
864 @item -u @var{symbol}
865 @itemx --undefined=@var{symbol}
866 Force @var{symbol} to be entered in the output file as an undefined
867 symbol.  Doing this may, for example, trigger linking of additional
868 modules from standard libraries.  @samp{-u} may be repeated with
869 different option arguments to enter additional undefined symbols.  This
870 option is equivalent to the @code{EXTERN} linker script command.
871
872 @kindex -Ur
873 @cindex constructors
874 @item -Ur
875 For anything other than C++ programs, this option is equivalent to
876 @samp{-r}: it generates relocatable output---i.e., an output file that can in
877 turn serve as input to @command{ld}.  When linking C++ programs, @samp{-Ur}
878 @emph{does} resolve references to constructors, unlike @samp{-r}.
879 It does not work to use @samp{-Ur} on files that were themselves linked
880 with @samp{-Ur}; once the constructor table has been built, it cannot
881 be added to.  Use @samp{-Ur} only for the last partial link, and
882 @samp{-r} for the others.
883
884 @kindex --unique[=@var{SECTION}]
885 @item --unique[=@var{SECTION}]
886 Creates a separate output section for every input section matching
887 @var{SECTION}, or if the optional wildcard @var{SECTION} argument is
888 missing, for every orphan input section.  An orphan section is one not
889 specifically mentioned in a linker script.  You may use this option
890 multiple times on the command line;  It prevents the normal merging of
891 input sections with the same name, overriding output section assignments
892 in a linker script.
893
894 @kindex -v
895 @kindex -V
896 @kindex --version
897 @cindex version
898 @item -v
899 @itemx --version
900 @itemx -V
901 Display the version number for @command{ld}.  The @option{-V} option also
902 lists the supported emulations.
903
904 @kindex -x
905 @kindex --discard-all
906 @cindex deleting local symbols
907 @item -x
908 @itemx --discard-all
909 Delete all local symbols.
910
911 @kindex -X
912 @kindex --discard-locals
913 @cindex local symbols, deleting
914 @cindex L, deleting symbols beginning
915 @item -X
916 @itemx --discard-locals
917 Delete all temporary local symbols.  For most targets, this is all local
918 symbols whose names begin with @samp{L}.
919
920 @kindex -y @var{symbol}
921 @kindex --trace-symbol=@var{symbol}
922 @cindex symbol tracing
923 @item -y @var{symbol}
924 @itemx --trace-symbol=@var{symbol}
925 Print the name of each linked file in which @var{symbol} appears.  This
926 option may be given any number of times.  On many systems it is necessary
927 to prepend an underscore.
928
929 This option is useful when you have an undefined symbol in your link but
930 don't know where the reference is coming from.
931
932 @kindex -Y @var{path}
933 @item -Y @var{path}
934 Add @var{path} to the default library search path.  This option exists
935 for Solaris compatibility.
936
937 @kindex -z @var{keyword}
938 @item -z @var{keyword}
939 The recognized keywords are:
940 @table @samp
941
942 @item combreloc
943 Combines multiple reloc sections and sorts them to make dynamic symbol
944 lookup caching possible.
945
946 @item defs
947 Disallows undefined symbols in object files.  Undefined symbols in
948 shared libraries are still allowed.
949
950 @item execstack
951 Marks the object as requiring executable stack.
952
953 @item initfirst
954 This option is only meaningful when building a shared object.
955 It marks the object so that its runtime initialization will occur
956 before the runtime initialization of any other objects brought into
957 the process at the same time.  Similarly the runtime finalization of
958 the object will occur after the runtime finalization of any other
959 objects.
960
961 @item interpose
962 Marks the object that its symbol table interposes before all symbols
963 but the primary executable.
964
965 @item loadfltr
966 Marks  the object that its filters be processed immediately at
967 runtime.
968
969 @item muldefs
970 Allows multiple definitions.
971
972 @item nocombreloc
973 Disables multiple reloc sections combining.
974
975 @item nocopyreloc
976 Disables production of copy relocs.
977
978 @item nodefaultlib
979 Marks the object that the search for dependencies of this object will
980 ignore any default library search paths.
981
982 @item nodelete
983 Marks the object shouldn't be unloaded at runtime.
984
985 @item nodlopen
986 Marks the object not available to @code{dlopen}.
987
988 @item nodump
989 Marks the object can not be dumped by @code{dldump}.
990
991 @item noexecstack
992 Marks the object as not requiring executable stack.
993
994 @item norelro
995 Don't create an ELF @code{PT_GNU_RELRO} segment header in the object.
996
997 @item now
998 When generating an executable or shared library, mark it to tell the
999 dynamic linker to resolve all symbols when the program is started, or
1000 when the shared library is linked to using dlopen, instead of
1001 deferring function call resolution to the point when the function is
1002 first called.
1003
1004 @item origin
1005 Marks the object may contain $ORIGIN.
1006
1007 @item relro
1008 Create an ELF @code{PT_GNU_RELRO} segment header in the object.
1009
1010 @end table
1011
1012 Other keywords are ignored for Solaris compatibility.  
1013
1014 @kindex -(
1015 @cindex groups of archives
1016 @item -( @var{archives} -)
1017 @itemx --start-group @var{archives} --end-group
1018 The @var{archives} should be a list of archive files.  They may be
1019 either explicit file names, or @samp{-l} options.
1020
1021 The specified archives are searched repeatedly until no new undefined
1022 references are created.  Normally, an archive is searched only once in
1023 the order that it is specified on the command line.  If a symbol in that
1024 archive is needed to resolve an undefined symbol referred to by an
1025 object in an archive that appears later on the command line, the linker
1026 would not be able to resolve that reference.  By grouping the archives,
1027 they all be searched repeatedly until all possible references are
1028 resolved.
1029
1030 Using this option has a significant performance cost.  It is best to use
1031 it only when there are unavoidable circular references between two or
1032 more archives.
1033
1034 @kindex --accept-unknown-input-arch
1035 @kindex --no-accept-unknown-input-arch
1036 @item --accept-unknown-input-arch
1037 @itemx --no-accept-unknown-input-arch
1038 Tells the linker to accept input files whose architecture cannot be
1039 recognised.  The assumption is that the user knows what they are doing
1040 and deliberately wants to link in these unknown input files.  This was
1041 the default behaviour of the linker, before release 2.14.  The default
1042 behaviour from release 2.14 onwards is to reject such input files, and
1043 so the @samp{--accept-unknown-input-arch} option has been added to
1044 restore the old behaviour.
1045
1046 @kindex --as-needed
1047 @kindex --no-as-needed
1048 @item --as-needed
1049 @itemx --no-as-needed
1050 This option affects ELF DT_NEEDED tags for dynamic libraries mentioned
1051 on the command line after the @option{--as-needed} option.  Normally,
1052 the linker will add a DT_NEEDED tag for each dynamic library mentioned
1053 on the command line, regardless of whether the library is actually
1054 needed.  @option{--as-needed} causes DT_NEEDED tags to only be emitted
1055 for libraries that satisfy some symbol reference from regular objects
1056 which is undefined at the point that the library was linked.
1057 @option{--no-as-needed} restores the default behaviour.
1058
1059 @kindex --add-needed
1060 @kindex --no-add-needed
1061 @item --add-needed
1062 @itemx --no-add-needed
1063 This option affects the treatment of dynamic libraries from ELF
1064 DT_NEEDED tags in dynamic libraries mentioned on the command line after
1065 the @option{--no-add-needed} option.  Normally, the linker will add
1066 a DT_NEEDED tag for each dynamic library from DT_NEEDED tags.
1067 @option{--no-add-needed} causes DT_NEEDED tags will never be emitted
1068 for those libraries from DT_NEEDED tags. @option{--add-needed} restores
1069 the default behaviour.
1070
1071 @kindex -assert @var{keyword}
1072 @item -assert @var{keyword}
1073 This option is ignored for SunOS compatibility.
1074
1075 @kindex -Bdynamic
1076 @kindex -dy
1077 @kindex -call_shared
1078 @item -Bdynamic
1079 @itemx -dy
1080 @itemx -call_shared
1081 Link against dynamic libraries.  This is only meaningful on platforms
1082 for which shared libraries are supported.  This option is normally the
1083 default on such platforms.  The different variants of this option are
1084 for compatibility with various systems.  You may use this option
1085 multiple times on the command line: it affects library searching for
1086 @option{-l} options which follow it.
1087
1088 @kindex -Bgroup
1089 @item -Bgroup
1090 Set the @code{DF_1_GROUP} flag in the @code{DT_FLAGS_1} entry in the dynamic
1091 section.  This causes the runtime linker to handle lookups in this
1092 object and its dependencies to be performed only inside the group.
1093 @option{--unresolved-symbols=report-all} is implied.  This option is
1094 only meaningful on ELF platforms which support shared libraries.
1095
1096 @kindex -Bstatic
1097 @kindex -dn
1098 @kindex -non_shared
1099 @kindex -static
1100 @item -Bstatic
1101 @itemx -dn
1102 @itemx -non_shared
1103 @itemx -static
1104 Do not link against shared libraries.  This is only meaningful on
1105 platforms for which shared libraries are supported.  The different
1106 variants of this option are for compatibility with various systems.  You
1107 may use this option multiple times on the command line: it affects
1108 library searching for @option{-l} options which follow it.  This
1109 option also implies @option{--unresolved-symbols=report-all}.  This
1110 option can be used with @option{-shared}.  Doing so means that a
1111 shared library is being created but that all of the library's external
1112 references must be resolved by pulling in entries from static
1113 libraries. 
1114
1115 @kindex -Bsymbolic
1116 @item -Bsymbolic
1117 When creating a shared library, bind references to global symbols to the
1118 definition within the shared library, if any.  Normally, it is possible
1119 for a program linked against a shared library to override the definition
1120 within the shared library.  This option is only meaningful on ELF
1121 platforms which support shared libraries.
1122
1123 @kindex --check-sections
1124 @kindex --no-check-sections
1125 @item --check-sections
1126 @itemx --no-check-sections
1127 Asks the linker @emph{not} to check section addresses after they have
1128 been assigned to see if there are any overlaps.  Normally the linker will
1129 perform this check, and if it finds any overlaps it will produce
1130 suitable error messages.  The linker does know about, and does make
1131 allowances for sections in overlays.  The default behaviour can be
1132 restored by using the command line switch @option{--check-sections}.
1133
1134 @cindex cross reference table
1135 @kindex --cref
1136 @item --cref
1137 Output a cross reference table.  If a linker map file is being
1138 generated, the cross reference table is printed to the map file.
1139 Otherwise, it is printed on the standard output.
1140
1141 The format of the table is intentionally simple, so that it may be
1142 easily processed by a script if necessary.  The symbols are printed out,
1143 sorted by name.  For each symbol, a list of file names is given.  If the
1144 symbol is defined, the first file listed is the location of the
1145 definition.  The remaining files contain references to the symbol.
1146
1147 @cindex common allocation
1148 @kindex --no-define-common
1149 @item --no-define-common
1150 This option inhibits the assignment of addresses to common symbols.
1151 The script command @code{INHIBIT_COMMON_ALLOCATION} has the same effect.
1152 @xref{Miscellaneous Commands}.
1153
1154 The @samp{--no-define-common} option allows decoupling
1155 the decision to assign addresses to Common symbols from the choice
1156 of the output file type; otherwise a non-Relocatable output type
1157 forces assigning addresses to Common symbols.
1158 Using @samp{--no-define-common} allows Common symbols that are referenced
1159 from a shared library to be assigned addresses only in the main program.
1160 This eliminates the unused duplicate space in the shared library,
1161 and also prevents any possible confusion over resolving to the wrong
1162 duplicate when there are many dynamic modules with specialized search
1163 paths for runtime symbol resolution.
1164
1165 @cindex symbols, from command line
1166 @kindex --defsym @var{symbol}=@var{exp}
1167 @item --defsym @var{symbol}=@var{expression}
1168 Create a global symbol in the output file, containing the absolute
1169 address given by @var{expression}.  You may use this option as many
1170 times as necessary to define multiple symbols in the command line.  A
1171 limited form of arithmetic is supported for the @var{expression} in this
1172 context: you may give a hexadecimal constant or the name of an existing
1173 symbol, or use @code{+} and @code{-} to add or subtract hexadecimal
1174 constants or symbols.  If you need more elaborate expressions, consider
1175 using the linker command language from a script (@pxref{Assignments,,
1176 Assignment: Symbol Definitions}).  @emph{Note:} there should be no white
1177 space between @var{symbol}, the equals sign (``@key{=}''), and
1178 @var{expression}.
1179
1180 @cindex demangling, from command line
1181 @kindex --demangle[=@var{style}]
1182 @kindex --no-demangle
1183 @item --demangle[=@var{style}]
1184 @itemx --no-demangle
1185 These options control whether to demangle symbol names in error messages
1186 and other output.  When the linker is told to demangle, it tries to
1187 present symbol names in a readable fashion: it strips leading
1188 underscores if they are used by the object file format, and converts C++
1189 mangled symbol names into user readable names.  Different compilers have
1190 different mangling styles.  The optional demangling style argument can be used
1191 to choose an appropriate demangling style for your compiler.  The linker will
1192 demangle by default unless the environment variable @samp{COLLECT_NO_DEMANGLE}
1193 is set.  These options may be used to override the default.
1194
1195 @cindex dynamic linker, from command line
1196 @kindex -I@var{file}
1197 @kindex --dynamic-linker @var{file}
1198 @item --dynamic-linker @var{file}
1199 Set the name of the dynamic linker.  This is only meaningful when
1200 generating dynamically linked ELF executables.  The default dynamic
1201 linker is normally correct; don't use this unless you know what you are
1202 doing.
1203
1204
1205 @kindex --fatal-warnings
1206 @item --fatal-warnings
1207 Treat all warnings as errors.
1208
1209 @kindex --force-exe-suffix
1210 @item  --force-exe-suffix
1211 Make sure that an output file has a .exe suffix.
1212
1213 If a successfully built fully linked output file does not have a
1214 @code{.exe} or @code{.dll} suffix, this option forces the linker to copy
1215 the output file to one of the same name with a @code{.exe} suffix. This
1216 option is useful when using unmodified Unix makefiles on a Microsoft
1217 Windows host, since some versions of Windows won't run an image unless
1218 it ends in a @code{.exe} suffix.
1219
1220 @kindex --gc-sections
1221 @kindex --no-gc-sections
1222 @cindex garbage collection
1223 @item --no-gc-sections
1224 @itemx --gc-sections
1225 Enable garbage collection of unused input sections.  It is ignored on
1226 targets that do not support this option.  This option is not compatible
1227 with @samp{-r}. The default behaviour (of not performing this garbage
1228 collection) can be restored by specifying @samp{--no-gc-sections} on
1229 the command line.
1230
1231 @cindex help
1232 @cindex usage
1233 @kindex --help
1234 @item --help
1235 Print a summary of the command-line options on the standard output and exit.
1236
1237 @kindex --target-help
1238 @item --target-help
1239 Print a summary of all target specific options on the standard output and exit.
1240
1241 @kindex -Map
1242 @item -Map @var{mapfile}
1243 Print a link map to the file @var{mapfile}.  See the description of the
1244 @option{-M} option, above.
1245
1246 @cindex memory usage
1247 @kindex --no-keep-memory
1248 @item --no-keep-memory
1249 @command{ld} normally optimizes for speed over memory usage by caching the
1250 symbol tables of input files in memory.  This option tells @command{ld} to
1251 instead optimize for memory usage, by rereading the symbol tables as
1252 necessary.  This may be required if @command{ld} runs out of memory space
1253 while linking a large executable.
1254
1255 @kindex --no-undefined
1256 @kindex -z defs
1257 @item --no-undefined
1258 @itemx -z defs
1259 Report unresolved symbol references from regular object files.  This
1260 is done even if the linker is creating a non-symbolic shared library.
1261 The switch @option{--[no-]allow-shlib-undefined} controls the
1262 behaviour for reporting unresolved references found in shared
1263 libraries being linked in.  
1264
1265 @kindex --allow-multiple-definition
1266 @kindex -z muldefs
1267 @item --allow-multiple-definition
1268 @itemx -z muldefs
1269 Normally when a symbol is defined multiple times, the linker will
1270 report a fatal error. These options allow multiple definitions and the
1271 first definition will be used.
1272
1273 @kindex --allow-shlib-undefined
1274 @kindex --no-allow-shlib-undefined
1275 @item --allow-shlib-undefined
1276 @itemx --no-allow-shlib-undefined
1277 Allows (the default) or disallows undefined symbols in shared libraries.
1278 This switch is similar to @option{--no-undefined} except that it
1279 determines the behaviour when the undefined symbols are in a
1280 shared library rather than a regular object file.  It does not affect
1281 how undefined symbols in regular object files are handled.
1282
1283 The reason that @option{--allow-shlib-undefined} is the default is that
1284 the shared library being specified at link time may not be the same as
1285 the one that is available at load time, so the symbols might actually be
1286 resolvable at load time.  Plus there are some systems, (eg BeOS) where
1287 undefined symbols in shared libraries is normal.  (The kernel patches
1288 them at load time to select which function is most appropriate 
1289 for the current architecture.  This is used for example to dynamically
1290 select an appropriate memset function).  Apparently it is also normal
1291 for HPPA shared libraries to have undefined symbols.
1292
1293 @kindex --no-undefined-version
1294 @item --no-undefined-version
1295 Normally when a symbol has an undefined version, the linker will ignore
1296 it. This option disallows symbols with undefined version and a fatal error
1297 will be issued instead.
1298
1299 @kindex --default-symver
1300 @item --default-symver
1301 Create and use a default symbol version (the soname) for unversioned
1302 exported symbols.
1303
1304 @kindex --default-imported-symver
1305 @item --default-imported-symver
1306 Create and use a default symbol version (the soname) for unversioned
1307 imported symbols.
1308
1309 @kindex --no-warn-mismatch
1310 @item --no-warn-mismatch
1311 Normally @command{ld} will give an error if you try to link together input
1312 files that are mismatched for some reason, perhaps because they have
1313 been compiled for different processors or for different endiannesses.
1314 This option tells @command{ld} that it should silently permit such possible
1315 errors.  This option should only be used with care, in cases when you
1316 have taken some special action that ensures that the linker errors are
1317 inappropriate.
1318
1319 @kindex --no-whole-archive
1320 @item --no-whole-archive
1321 Turn off the effect of the @option{--whole-archive} option for subsequent
1322 archive files.
1323
1324 @cindex output file after errors
1325 @kindex --noinhibit-exec
1326 @item --noinhibit-exec
1327 Retain the executable output file whenever it is still usable.
1328 Normally, the linker will not produce an output file if it encounters
1329 errors during the link process; it exits without writing an output file
1330 when it issues any error whatsoever.
1331
1332 @kindex -nostdlib
1333 @item -nostdlib
1334 Only search library directories explicitly specified on the
1335 command line.  Library directories specified in linker scripts
1336 (including linker scripts specified on the command line) are ignored.
1337
1338 @ifclear SingleFormat
1339 @kindex --oformat
1340 @item --oformat @var{output-format}
1341 @command{ld} may be configured to support more than one kind of object
1342 file.  If your @command{ld} is configured this way, you can use the
1343 @samp{--oformat} option to specify the binary format for the output
1344 object file.  Even when @command{ld} is configured to support alternative
1345 object formats, you don't usually need to specify this, as @command{ld}
1346 should be configured to produce as a default output format the most
1347 usual format on each machine.  @var{output-format} is a text string, the
1348 name of a particular format supported by the BFD libraries.  (You can
1349 list the available binary formats with @samp{objdump -i}.)  The script
1350 command @code{OUTPUT_FORMAT} can also specify the output format, but
1351 this option overrides it.  @xref{BFD}.
1352 @end ifclear
1353
1354 @kindex -pie
1355 @kindex --pic-executable
1356 @item -pie
1357 @itemx --pic-executable
1358 @cindex position independent executables
1359 Create a position independent executable.  This is currently only supported on
1360 ELF platforms.  Position independent executables are similar to shared
1361 libraries in that they are relocated by the dynamic linker to the virtual
1362 address the OS chooses for them (which can vary between invocations).  Like
1363 normal dynamically linked executables they can be executed and symbols
1364 defined in the executable cannot be overridden by shared libraries.
1365
1366 @kindex -qmagic
1367 @item -qmagic
1368 This option is ignored for Linux compatibility.
1369
1370 @kindex -Qy
1371 @item -Qy
1372 This option is ignored for SVR4 compatibility.
1373
1374 @kindex --relax
1375 @cindex synthesizing linker
1376 @cindex relaxing addressing modes
1377 @item --relax
1378 An option with machine dependent effects.
1379 @ifset GENERIC
1380 This option is only supported on a few targets.
1381 @end ifset
1382 @ifset H8300
1383 @xref{H8/300,,@command{ld} and the H8/300}.
1384 @end ifset
1385 @ifset I960
1386 @xref{i960,, @command{ld} and the Intel 960 family}.
1387 @end ifset
1388 @ifset XTENSA
1389 @xref{Xtensa,, @command{ld} and Xtensa Processors}.
1390 @end ifset
1391 @ifset M68HC11
1392 @xref{M68HC11/68HC12,,@command{ld} and the 68HC11 and 68HC12}.
1393 @end ifset
1394 @ifset POWERPC
1395 @xref{PowerPC ELF32,,@command{ld} and PowerPC 32-bit ELF Support}.
1396 @end ifset
1397
1398 On some platforms, the @samp{--relax} option performs global
1399 optimizations that become possible when the linker resolves addressing
1400 in the program, such as relaxing address modes and synthesizing new
1401 instructions in the output object file.
1402
1403 On some platforms these link time global optimizations may make symbolic
1404 debugging of the resulting executable impossible.
1405 @ifset GENERIC
1406 This is known to be
1407 the case for the Matsushita MN10200 and MN10300 family of processors.
1408 @end ifset
1409
1410 @ifset GENERIC
1411 On platforms where this is not supported, @samp{--relax} is accepted,
1412 but ignored.
1413 @end ifset
1414
1415 @cindex retaining specified symbols
1416 @cindex stripping all but some symbols
1417 @cindex symbols, retaining selectively
1418 @item --retain-symbols-file @var{filename}
1419 Retain @emph{only} the symbols listed in the file @var{filename},
1420 discarding all others.  @var{filename} is simply a flat file, with one
1421 symbol name per line.  This option is especially useful in environments
1422 @ifset GENERIC
1423 (such as VxWorks)
1424 @end ifset
1425 where a large global symbol table is accumulated gradually, to conserve
1426 run-time memory.
1427
1428 @samp{--retain-symbols-file} does @emph{not} discard undefined symbols,
1429 or symbols needed for relocations.
1430
1431 You may only specify @samp{--retain-symbols-file} once in the command
1432 line.  It overrides @samp{-s} and @samp{-S}.
1433
1434 @ifset GENERIC
1435 @item -rpath @var{dir}
1436 @cindex runtime library search path
1437 @kindex -rpath
1438 Add a directory to the runtime library search path.  This is used when
1439 linking an ELF executable with shared objects.  All @option{-rpath}
1440 arguments are concatenated and passed to the runtime linker, which uses
1441 them to locate shared objects at runtime.  The @option{-rpath} option is
1442 also used when locating shared objects which are needed by shared
1443 objects explicitly included in the link; see the description of the
1444 @option{-rpath-link} option.  If @option{-rpath} is not used when linking an
1445 ELF executable, the contents of the environment variable
1446 @code{LD_RUN_PATH} will be used if it is defined.
1447
1448 The @option{-rpath} option may also be used on SunOS.  By default, on
1449 SunOS, the linker will form a runtime search patch out of all the
1450 @option{-L} options it is given.  If a @option{-rpath} option is used, the
1451 runtime search path will be formed exclusively using the @option{-rpath}
1452 options, ignoring the @option{-L} options.  This can be useful when using
1453 gcc, which adds many @option{-L} options which may be on NFS mounted
1454 filesystems.
1455
1456 For compatibility with other ELF linkers, if the @option{-R} option is
1457 followed by a directory name, rather than a file name, it is treated as
1458 the @option{-rpath} option.
1459 @end ifset
1460
1461 @ifset GENERIC
1462 @cindex link-time runtime library search path
1463 @kindex -rpath-link
1464 @item -rpath-link @var{DIR}
1465 When using ELF or SunOS, one shared library may require another.  This
1466 happens when an @code{ld -shared} link includes a shared library as one
1467 of the input files.
1468
1469 When the linker encounters such a dependency when doing a non-shared,
1470 non-relocatable link, it will automatically try to locate the required
1471 shared library and include it in the link, if it is not included
1472 explicitly.  In such a case, the @option{-rpath-link} option
1473 specifies the first set of directories to search.  The
1474 @option{-rpath-link} option may specify a sequence of directory names
1475 either by specifying a list of names separated by colons, or by
1476 appearing multiple times.
1477
1478 This option should be used with caution as it overrides the search path
1479 that may have been hard compiled into a shared library. In such a case it
1480 is possible to use unintentionally a different search path than the
1481 runtime linker would do.
1482
1483 The linker uses the following search paths to locate required shared
1484 libraries.
1485 @enumerate
1486 @item
1487 Any directories specified by @option{-rpath-link} options.
1488 @item
1489 Any directories specified by @option{-rpath} options.  The difference
1490 between @option{-rpath} and @option{-rpath-link} is that directories
1491 specified by @option{-rpath} options are included in the executable and
1492 used at runtime, whereas the @option{-rpath-link} option is only effective
1493 at link time. It is for the native linker only.
1494 @item
1495 On an ELF system, if the @option{-rpath} and @code{rpath-link} options
1496 were not used, search the contents of the environment variable
1497 @code{LD_RUN_PATH}. It is for the native linker only.
1498 @item
1499 On SunOS, if the @option{-rpath} option was not used, search any
1500 directories specified using @option{-L} options.
1501 @item
1502 For a native linker, the contents of the environment variable
1503 @code{LD_LIBRARY_PATH}.
1504 @item
1505 For a native ELF linker, the directories in @code{DT_RUNPATH} or
1506 @code{DT_RPATH} of a shared library are searched for shared
1507 libraries needed by it. The @code{DT_RPATH} entries are ignored if
1508 @code{DT_RUNPATH} entries exist.
1509 @item
1510 The default directories, normally @file{/lib} and @file{/usr/lib}.
1511 @item
1512 For a native linker on an ELF system, if the file @file{/etc/ld.so.conf}
1513 exists, the list of directories found in that file.
1514 @end enumerate
1515
1516 If the required shared library is not found, the linker will issue a
1517 warning and continue with the link.
1518 @end ifset
1519
1520 @kindex -shared
1521 @kindex -Bshareable
1522 @item -shared
1523 @itemx -Bshareable
1524 @cindex shared libraries
1525 Create a shared library.  This is currently only supported on ELF, XCOFF
1526 and SunOS platforms.  On SunOS, the linker will automatically create a
1527 shared library if the @option{-e} option is not used and there are
1528 undefined symbols in the link.
1529
1530 @item --sort-common
1531 @kindex --sort-common
1532 This option tells @command{ld} to sort the common symbols by size when it
1533 places them in the appropriate output sections.  First come all the one
1534 byte symbols, then all the two byte, then all the four byte, and then
1535 everything else.  This is to prevent gaps between symbols due to
1536 alignment constraints.
1537
1538 @kindex --sort-section name
1539 @item --sort-section name
1540 This option will apply @code{SORT_BY_NAME} to all wildcard section
1541 patterns in the linker script.
1542
1543 @kindex --sort-section alignment
1544 @item --sort-section alignment
1545 This option will apply @code{SORT_BY_ALIGNMENT} to all wildcard section
1546 patterns in the linker script.
1547
1548 @kindex --split-by-file
1549 @item --split-by-file [@var{size}]
1550 Similar to @option{--split-by-reloc} but creates a new output section for
1551 each input file when @var{size} is reached.  @var{size} defaults to a
1552 size of 1 if not given.
1553
1554 @kindex --split-by-reloc
1555 @item --split-by-reloc [@var{count}]
1556 Tries to creates extra sections in the output file so that no single
1557 output section in the file contains more than @var{count} relocations.
1558 This is useful when generating huge relocatable files for downloading into
1559 certain real time kernels with the COFF object file format; since COFF
1560 cannot represent more than 65535 relocations in a single section.  Note
1561 that this will fail to work with object file formats which do not
1562 support arbitrary sections.  The linker will not split up individual
1563 input sections for redistribution, so if a single input section contains
1564 more than @var{count} relocations one output section will contain that
1565 many relocations.  @var{count} defaults to a value of 32768.
1566
1567 @kindex --stats
1568 @item --stats
1569 Compute and display statistics about the operation of the linker, such
1570 as execution time and memory usage.
1571
1572 @kindex --sysroot
1573 @item --sysroot=@var{directory}
1574 Use @var{directory} as the location of the sysroot, overriding the
1575 configure-time default.  This option is only supported by linkers
1576 that were configured using @option{--with-sysroot}.
1577
1578 @kindex --traditional-format
1579 @cindex traditional format
1580 @item --traditional-format
1581 For some targets, the output of @command{ld} is different in some ways from
1582 the output of some existing linker.  This switch requests @command{ld} to
1583 use the traditional format instead.
1584
1585 @cindex dbx
1586 For example, on SunOS, @command{ld} combines duplicate entries in the
1587 symbol string table.  This can reduce the size of an output file with
1588 full debugging information by over 30 percent.  Unfortunately, the SunOS
1589 @code{dbx} program can not read the resulting program (@code{gdb} has no
1590 trouble).  The @samp{--traditional-format} switch tells @command{ld} to not
1591 combine duplicate entries.
1592
1593 @kindex --section-start @var{sectionname}=@var{org}
1594 @item --section-start @var{sectionname}=@var{org}
1595 Locate a section in the output file at the absolute
1596 address given by @var{org}.  You may use this option as many
1597 times as necessary to locate multiple sections in the command
1598 line.
1599 @var{org} must be a single hexadecimal integer;
1600 for compatibility with other linkers, you may omit the leading
1601 @samp{0x} usually associated with hexadecimal values.  @emph{Note:} there
1602 should be no white space between @var{sectionname}, the equals
1603 sign (``@key{=}''), and @var{org}.
1604
1605 @kindex -Tbss @var{org}
1606 @kindex -Tdata @var{org}
1607 @kindex -Ttext @var{org}
1608 @cindex segment origins, cmd line
1609 @item -Tbss @var{org}
1610 @itemx -Tdata @var{org}
1611 @itemx -Ttext @var{org}
1612 Same as --section-start, with @code{.bss}, @code{.data} or
1613 @code{.text} as the @var{sectionname}.
1614
1615 @kindex --unresolved-symbols
1616 @item --unresolved-symbols=@var{method}
1617 Determine how to handle unresolved symbols.  There are four possible
1618 values for @samp{method}:
1619
1620 @table @samp
1621 @item ignore-all
1622 Do not report any unresolved symbols.
1623
1624 @item report-all
1625 Report all unresolved symbols.  This is the default.
1626
1627 @item ignore-in-object-files
1628 Report unresolved symbols that are contained in shared libraries, but
1629 ignore them if they come from regular object files.
1630
1631 @item ignore-in-shared-libs
1632 Report unresolved symbols that come from regular object files, but
1633 ignore them if they come from shared libraries.  This can be useful
1634 when creating a dynamic binary and it is known that all the shared
1635 libraries that it should be referencing are included on the linker's
1636 command line.
1637 @end table
1638
1639 The behaviour for shared libraries on their own can also be controlled
1640 by the @option{--[no-]allow-shlib-undefined} option.
1641
1642 Normally the linker will generate an error message for each reported
1643 unresolved symbol but the option @option{--warn-unresolved-symbols}
1644 can change this to a warning.
1645
1646 @kindex --verbose
1647 @cindex verbose
1648 @item --dll-verbose
1649 @itemx --verbose
1650 Display the version number for @command{ld} and list the linker emulations
1651 supported.  Display which input files can and cannot be opened.  Display
1652 the linker script being used by the linker.
1653
1654 @kindex --version-script=@var{version-scriptfile}
1655 @cindex version script, symbol versions
1656 @itemx --version-script=@var{version-scriptfile}
1657 Specify the name of a version script to the linker.  This is typically
1658 used when creating shared libraries to specify additional information
1659 about the version hierarchy for the library being created.  This option
1660 is only meaningful on ELF platforms which support shared libraries.
1661 @xref{VERSION}.
1662
1663 @kindex --warn-common
1664 @cindex warnings, on combining symbols
1665 @cindex combining symbols, warnings on
1666 @item --warn-common
1667 Warn when a common symbol is combined with another common symbol or with
1668 a symbol definition.  Unix linkers allow this somewhat sloppy practise,
1669 but linkers on some other operating systems do not.  This option allows
1670 you to find potential problems from combining global symbols.
1671 Unfortunately, some C libraries use this practise, so you may get some
1672 warnings about symbols in the libraries as well as in your programs.
1673
1674 There are three kinds of global symbols, illustrated here by C examples:
1675
1676 @table @samp
1677 @item int i = 1;
1678 A definition, which goes in the initialized data section of the output
1679 file.
1680
1681 @item extern int i;
1682 An undefined reference, which does not allocate space.
1683 There must be either a definition or a common symbol for the
1684 variable somewhere.
1685
1686 @item int i;
1687 A common symbol.  If there are only (one or more) common symbols for a
1688 variable, it goes in the uninitialized data area of the output file.
1689 The linker merges multiple common symbols for the same variable into a
1690 single symbol.  If they are of different sizes, it picks the largest
1691 size.  The linker turns a common symbol into a declaration, if there is
1692 a definition of the same variable.
1693 @end table
1694
1695 The @samp{--warn-common} option can produce five kinds of warnings.
1696 Each warning consists of a pair of lines: the first describes the symbol
1697 just encountered, and the second describes the previous symbol
1698 encountered with the same name.  One or both of the two symbols will be
1699 a common symbol.
1700
1701 @enumerate
1702 @item
1703 Turning a common symbol into a reference, because there is already a
1704 definition for the symbol.
1705 @smallexample
1706 @var{file}(@var{section}): warning: common of `@var{symbol}'
1707    overridden by definition
1708 @var{file}(@var{section}): warning: defined here
1709 @end smallexample
1710
1711 @item
1712 Turning a common symbol into a reference, because a later definition for
1713 the symbol is encountered.  This is the same as the previous case,
1714 except that the symbols are encountered in a different order.
1715 @smallexample
1716 @var{file}(@var{section}): warning: definition of `@var{symbol}'
1717    overriding common
1718 @var{file}(@var{section}): warning: common is here
1719 @end smallexample
1720
1721 @item
1722 Merging a common symbol with a previous same-sized common symbol.
1723 @smallexample
1724 @var{file}(@var{section}): warning: multiple common
1725    of `@var{symbol}'
1726 @var{file}(@var{section}): warning: previous common is here
1727 @end smallexample
1728
1729 @item
1730 Merging a common symbol with a previous larger common symbol.
1731 @smallexample
1732 @var{file}(@var{section}): warning: common of `@var{symbol}'
1733    overridden by larger common
1734 @var{file}(@var{section}): warning: larger common is here
1735 @end smallexample
1736
1737 @item
1738 Merging a common symbol with a previous smaller common symbol.  This is
1739 the same as the previous case, except that the symbols are
1740 encountered in a different order.
1741 @smallexample
1742 @var{file}(@var{section}): warning: common of `@var{symbol}'
1743    overriding smaller common
1744 @var{file}(@var{section}): warning: smaller common is here
1745 @end smallexample
1746 @end enumerate
1747
1748 @kindex --warn-constructors
1749 @item --warn-constructors
1750 Warn if any global constructors are used.  This is only useful for a few
1751 object file formats.  For formats like COFF or ELF, the linker can not
1752 detect the use of global constructors.
1753
1754 @kindex --warn-multiple-gp
1755 @item --warn-multiple-gp
1756 Warn if multiple global pointer values are required in the output file.
1757 This is only meaningful for certain processors, such as the Alpha.
1758 Specifically, some processors put large-valued constants in a special
1759 section.  A special register (the global pointer) points into the middle
1760 of this section, so that constants can be loaded efficiently via a
1761 base-register relative addressing mode.  Since the offset in
1762 base-register relative mode is fixed and relatively small (e.g., 16
1763 bits), this limits the maximum size of the constant pool.  Thus, in
1764 large programs, it is often necessary to use multiple global pointer
1765 values in order to be able to address all possible constants.  This
1766 option causes a warning to be issued whenever this case occurs.
1767
1768 @kindex --warn-once
1769 @cindex warnings, on undefined symbols
1770 @cindex undefined symbols, warnings on
1771 @item --warn-once
1772 Only warn once for each undefined symbol, rather than once per module
1773 which refers to it.
1774
1775 @kindex --warn-section-align
1776 @cindex warnings, on section alignment
1777 @cindex section alignment, warnings on
1778 @item --warn-section-align
1779 Warn if the address of an output section is changed because of
1780 alignment.  Typically, the alignment will be set by an input section.
1781 The address will only be changed if it not explicitly specified; that
1782 is, if the @code{SECTIONS} command does not specify a start address for
1783 the section (@pxref{SECTIONS}).
1784
1785 @kindex --warn-shared-textrel
1786 @item --warn-shared-textrel
1787 Warn if the linker adds a DT_TEXTREL to a shared object.  
1788
1789 @kindex --warn-unresolved-symbols
1790 @item --warn-unresolved-symbols
1791 If the linker is going to report an unresolved symbol (see the option
1792 @option{--unresolved-symbols}) it will normally generate an error.
1793 This option makes it generate a warning instead.
1794
1795 @kindex --error-unresolved-symbols
1796 @item --error-unresolved-symbols
1797 This restores the linker's default behaviour of generating errors when
1798 it is reporting unresolved symbols.
1799
1800 @kindex --whole-archive
1801 @cindex including an entire archive
1802 @item --whole-archive
1803 For each archive mentioned on the command line after the
1804 @option{--whole-archive} option, include every object file in the archive
1805 in the link, rather than searching the archive for the required object
1806 files.  This is normally used to turn an archive file into a shared
1807 library, forcing every object to be included in the resulting shared
1808 library.  This option may be used more than once.
1809
1810 Two notes when using this option from gcc: First, gcc doesn't know
1811 about this option, so you have to use @option{-Wl,-whole-archive}.
1812 Second, don't forget to use @option{-Wl,-no-whole-archive} after your
1813 list of archives, because gcc will add its own list of archives to
1814 your link and you may not want this flag to affect those as well.
1815
1816 @kindex --wrap
1817 @item --wrap @var{symbol}
1818 Use a wrapper function for @var{symbol}.  Any undefined reference to
1819 @var{symbol} will be resolved to @code{__wrap_@var{symbol}}.  Any
1820 undefined reference to @code{__real_@var{symbol}} will be resolved to
1821 @var{symbol}.
1822
1823 This can be used to provide a wrapper for a system function.  The
1824 wrapper function should be called @code{__wrap_@var{symbol}}.  If it
1825 wishes to call the system function, it should call
1826 @code{__real_@var{symbol}}.
1827
1828 Here is a trivial example:
1829
1830 @smallexample
1831 void *
1832 __wrap_malloc (size_t c)
1833 @{
1834   printf ("malloc called with %zu\n", c);
1835   return __real_malloc (c);
1836 @}
1837 @end smallexample
1838
1839 If you link other code with this file using @option{--wrap malloc}, then
1840 all calls to @code{malloc} will call the function @code{__wrap_malloc}
1841 instead.  The call to @code{__real_malloc} in @code{__wrap_malloc} will
1842 call the real @code{malloc} function.
1843
1844 You may wish to provide a @code{__real_malloc} function as well, so that
1845 links without the @option{--wrap} option will succeed.  If you do this,
1846 you should not put the definition of @code{__real_malloc} in the same
1847 file as @code{__wrap_malloc}; if you do, the assembler may resolve the
1848 call before the linker has a chance to wrap it to @code{malloc}.
1849
1850 @kindex --eh-frame-hdr
1851 @item --eh-frame-hdr
1852 Request creation of @code{.eh_frame_hdr} section and ELF
1853 @code{PT_GNU_EH_FRAME} segment header.
1854
1855 @kindex --enable-new-dtags
1856 @kindex --disable-new-dtags
1857 @item --enable-new-dtags
1858 @itemx --disable-new-dtags
1859 This linker can create the new dynamic tags in ELF. But the older ELF
1860 systems may not understand them. If you specify
1861 @option{--enable-new-dtags}, the dynamic tags will be created as needed.
1862 If you specify @option{--disable-new-dtags}, no new dynamic tags will be
1863 created. By default, the new dynamic tags are not created. Note that
1864 those options are only available for ELF systems.
1865
1866 @kindex --hash-size=@var{number}
1867 @item --hash-size=@var{number}
1868 Set the default size of the linker's hash tables to a prime number
1869 close to @var{number}.  Increasing this value can reduce the length of
1870 time it takes the linker to perform its tasks, at the expense of
1871 increasing the linker's memory requirements.  Similarly reducing this
1872 value can reduce the memory requirements at the expense of speed.
1873
1874 @kindex --reduce-memory-overheads
1875 @item --reduce-memory-overheads
1876 This option reduces memory requirements at ld runtime, at the expense of
1877 linking speed.  This was introduced to select the old O(n^2) algorithm
1878 for link map file generation, rather than the new O(n) algorithm which uses
1879 about 40% more memory for symbol storage.
1880
1881 Another effect of the switch is to set the default hash table size to
1882 1021, which again saves memory at the cost of lengthening the linker's
1883 run time.  This is not done however if the @option{--hash-size} switch
1884 has been used.
1885
1886 The @option{--reduce-memory-overheads} switch may be also be used to
1887 enable other tradeoffs in future versions of the linker.
1888
1889 @end table
1890
1891 @c man end
1892
1893 @subsection Options Specific to i386 PE Targets
1894
1895 @c man begin OPTIONS
1896
1897 The i386 PE linker supports the @option{-shared} option, which causes
1898 the output to be a dynamically linked library (DLL) instead of a
1899 normal executable.  You should name the output @code{*.dll} when you
1900 use this option.  In addition, the linker fully supports the standard
1901 @code{*.def} files, which may be specified on the linker command line
1902 like an object file (in fact, it should precede archives it exports
1903 symbols from, to ensure that they get linked in, just like a normal
1904 object file).
1905
1906 In addition to the options common to all targets, the i386 PE linker
1907 support additional command line options that are specific to the i386
1908 PE target.  Options that take values may be separated from their
1909 values by either a space or an equals sign.
1910
1911 @table @gcctabopt
1912
1913 @kindex --add-stdcall-alias
1914 @item --add-stdcall-alias
1915 If given, symbols with a stdcall suffix (@@@var{nn}) will be exported
1916 as-is and also with the suffix stripped.
1917 [This option is specific to the i386 PE targeted port of the linker]
1918
1919 @kindex --base-file
1920 @item --base-file @var{file}
1921 Use @var{file} as the name of a file in which to save the base
1922 addresses of all the relocations needed for generating DLLs with
1923 @file{dlltool}.
1924 [This is an i386 PE specific option]
1925
1926 @kindex --dll
1927 @item --dll
1928 Create a DLL instead of a regular executable.  You may also use
1929 @option{-shared} or specify a @code{LIBRARY} in a given @code{.def}
1930 file.
1931 [This option is specific to the i386 PE targeted port of the linker]
1932
1933 @kindex --enable-stdcall-fixup
1934 @kindex --disable-stdcall-fixup
1935 @item --enable-stdcall-fixup
1936 @itemx --disable-stdcall-fixup
1937 If the link finds a symbol that it cannot resolve, it will attempt to
1938 do ``fuzzy linking'' by looking for another defined symbol that differs
1939 only in the format of the symbol name (cdecl vs stdcall) and will
1940 resolve that symbol by linking to the match.  For example, the
1941 undefined symbol @code{_foo} might be linked to the function
1942 @code{_foo@@12}, or the undefined symbol @code{_bar@@16} might be linked
1943 to the function @code{_bar}.  When the linker does this, it prints a
1944 warning, since it normally should have failed to link, but sometimes
1945 import libraries generated from third-party dlls may need this feature
1946 to be usable.  If you specify @option{--enable-stdcall-fixup}, this
1947 feature is fully enabled and warnings are not printed.  If you specify
1948 @option{--disable-stdcall-fixup}, this feature is disabled and such
1949 mismatches are considered to be errors.
1950 [This option is specific to the i386 PE targeted port of the linker]
1951
1952 @cindex DLLs, creating
1953 @kindex --export-all-symbols
1954 @item --export-all-symbols
1955 If given, all global symbols in the objects used to build a DLL will
1956 be exported by the DLL.  Note that this is the default if there
1957 otherwise wouldn't be any exported symbols.  When symbols are
1958 explicitly exported via DEF files or implicitly exported via function
1959 attributes, the default is to not export anything else unless this
1960 option is given.  Note that the symbols @code{DllMain@@12},
1961 @code{DllEntryPoint@@0}, @code{DllMainCRTStartup@@12}, and 
1962 @code{impure_ptr} will not be automatically
1963 exported.  Also, symbols imported from other DLLs will not be 
1964 re-exported, nor will symbols specifying the DLL's internal layout 
1965 such as those beginning with @code{_head_} or ending with 
1966 @code{_iname}.  In addition, no symbols from @code{libgcc}, 
1967 @code{libstd++}, @code{libmingw32}, or @code{crtX.o} will be exported.
1968 Symbols whose names begin with @code{__rtti_} or @code{__builtin_} will
1969 not be exported, to help with C++ DLLs.  Finally, there is an
1970 extensive list of cygwin-private symbols that are not exported 
1971 (obviously, this applies on when building DLLs for cygwin targets).
1972 These cygwin-excludes are: @code{_cygwin_dll_entry@@12}, 
1973 @code{_cygwin_crt0_common@@8}, @code{_cygwin_noncygwin_dll_entry@@12},
1974 @code{_fmode}, @code{_impure_ptr}, @code{cygwin_attach_dll}, 
1975 @code{cygwin_premain0}, @code{cygwin_premain1}, @code{cygwin_premain2},
1976 @code{cygwin_premain3}, and @code{environ}. 
1977 [This option is specific to the i386 PE targeted port of the linker]
1978
1979 @kindex --exclude-symbols
1980 @item --exclude-symbols @var{symbol},@var{symbol},...
1981 Specifies a list of symbols which should not be automatically
1982 exported.  The symbol names may be delimited by commas or colons.
1983 [This option is specific to the i386 PE targeted port of the linker]
1984
1985 @kindex --file-alignment
1986 @item --file-alignment
1987 Specify the file alignment.  Sections in the file will always begin at
1988 file offsets which are multiples of this number.  This defaults to
1989 512.
1990 [This option is specific to the i386 PE targeted port of the linker]
1991
1992 @cindex heap size
1993 @kindex --heap
1994 @item --heap @var{reserve}
1995 @itemx --heap @var{reserve},@var{commit}
1996 Specify the amount of memory to reserve (and optionally commit) to be
1997 used as heap for this program.  The default is 1Mb reserved, 4K
1998 committed.
1999 [This option is specific to the i386 PE targeted port of the linker]
2000
2001 @cindex image base
2002 @kindex --image-base
2003 @item --image-base @var{value}
2004 Use @var{value} as the base address of your program or dll.  This is
2005 the lowest memory location that will be used when your program or dll
2006 is loaded.  To reduce the need to relocate and improve performance of
2007 your dlls, each should have a unique base address and not overlap any
2008 other dlls.  The default is 0x400000 for executables, and 0x10000000
2009 for dlls.
2010 [This option is specific to the i386 PE targeted port of the linker]
2011
2012 @kindex --kill-at
2013 @item --kill-at
2014 If given, the stdcall suffixes (@@@var{nn}) will be stripped from
2015 symbols before they are exported.
2016 [This option is specific to the i386 PE targeted port of the linker]
2017
2018 @kindex --large-address-aware
2019 @item --large-address-aware
2020 If given, the appropriate bit in the ``Charateristics'' field of the COFF
2021 header is set to indicate that this executable supports virtual addresses
2022 greater than 2 gigabytes.  This should be used in conjuction with the /3GB
2023 or /USERVA=@var{value} megabytes switch in the ``[operating systems]''
2024 section of the BOOT.INI.  Otherwise, this bit has no effect.
2025 [This option is specific to PE targeted ports of the linker]
2026
2027 @kindex --major-image-version
2028 @item --major-image-version @var{value}
2029 Sets the major number of the ``image version''.  Defaults to 1.
2030 [This option is specific to the i386 PE targeted port of the linker]
2031
2032 @kindex --major-os-version
2033 @item --major-os-version @var{value}
2034 Sets the major number of the ``os version''.  Defaults to 4.
2035 [This option is specific to the i386 PE targeted port of the linker]
2036
2037 @kindex --major-subsystem-version
2038 @item --major-subsystem-version @var{value}
2039 Sets the major number of the ``subsystem version''.  Defaults to 4.
2040 [This option is specific to the i386 PE targeted port of the linker]
2041
2042 @kindex --minor-image-version
2043 @item --minor-image-version @var{value}
2044 Sets the minor number of the ``image version''.  Defaults to 0.
2045 [This option is specific to the i386 PE targeted port of the linker]
2046
2047 @kindex --minor-os-version
2048 @item --minor-os-version @var{value}
2049 Sets the minor number of the ``os version''.  Defaults to 0.
2050 [This option is specific to the i386 PE targeted port of the linker]
2051
2052 @kindex --minor-subsystem-version
2053 @item --minor-subsystem-version @var{value}
2054 Sets the minor number of the ``subsystem version''.  Defaults to 0.
2055 [This option is specific to the i386 PE targeted port of the linker]
2056
2057 @cindex DEF files, creating
2058 @cindex DLLs, creating
2059 @kindex --output-def
2060 @item --output-def @var{file}
2061 The linker will create the file @var{file} which will contain a DEF
2062 file corresponding to the DLL the linker is generating.  This DEF file
2063 (which should be called @code{*.def}) may be used to create an import
2064 library with @code{dlltool} or may be used as a reference to
2065 automatically or implicitly exported symbols.
2066 [This option is specific to the i386 PE targeted port of the linker]
2067
2068 @cindex DLLs, creating
2069 @kindex --out-implib
2070 @item --out-implib @var{file}
2071 The linker will create the file @var{file} which will contain an
2072 import lib corresponding to the DLL the linker is generating. This
2073 import lib (which should be called @code{*.dll.a} or @code{*.a}
2074 may be used to link clients against the generated DLL; this behaviour
2075 makes it possible to skip a separate @code{dlltool} import library
2076 creation step.
2077 [This option is specific to the i386 PE targeted port of the linker]
2078
2079 @kindex --enable-auto-image-base
2080 @item --enable-auto-image-base
2081 Automatically choose the image base for DLLs, unless one is specified
2082 using the @code{--image-base} argument.  By using a hash generated
2083 from the dllname to create unique image bases for each DLL, in-memory
2084 collisions and relocations which can delay program execution are
2085 avoided.
2086 [This option is specific to the i386 PE targeted port of the linker]
2087
2088 @kindex --disable-auto-image-base
2089 @item --disable-auto-image-base
2090 Do not automatically generate a unique image base.  If there is no
2091 user-specified image base (@code{--image-base}) then use the platform
2092 default.
2093 [This option is specific to the i386 PE targeted port of the linker]
2094
2095 @cindex DLLs, linking to
2096 @kindex --dll-search-prefix
2097 @item --dll-search-prefix @var{string}
2098 When linking dynamically to a dll without an import library,
2099 search for @code{<string><basename>.dll} in preference to 
2100 @code{lib<basename>.dll}. This behaviour allows easy distinction
2101 between DLLs built for the various "subplatforms": native, cygwin,
2102 uwin, pw, etc.  For instance, cygwin DLLs typically use
2103 @code{--dll-search-prefix=cyg}. 
2104 [This option is specific to the i386 PE targeted port of the linker]
2105
2106 @kindex --enable-auto-import
2107 @item --enable-auto-import
2108 Do sophisticated linking of @code{_symbol} to @code{__imp__symbol} for 
2109 DATA imports from DLLs, and create the necessary thunking symbols when 
2110 building the import libraries with those DATA exports. Note: Use of the
2111 'auto-import' extension will cause the text section of the image file
2112 to be made writable. This does not conform to the PE-COFF format
2113 specification published by Microsoft.
2114
2115 Using 'auto-import' generally will 'just work' -- but sometimes you may
2116 see this message:
2117
2118 "variable '<var>' can't be auto-imported. Please read the 
2119 documentation for ld's @code{--enable-auto-import} for details."
2120
2121 This message occurs when some (sub)expression accesses an address 
2122 ultimately given by the sum of two constants (Win32 import tables only 
2123 allow one).  Instances where this may occur include accesses to member 
2124 fields of struct variables imported from a DLL, as well as using a 
2125 constant index into an array variable imported from a DLL.  Any 
2126 multiword variable (arrays, structs, long long, etc) may trigger
2127 this error condition.  However, regardless of the exact data type
2128 of the offending exported variable, ld will always detect it, issue
2129 the warning, and exit.
2130
2131 There are several ways to address this difficulty, regardless of the
2132 data type of the exported variable:
2133
2134 One way is to use --enable-runtime-pseudo-reloc switch. This leaves the task
2135 of adjusting references in your client code for runtime environment, so
2136 this method works only when runtime environment supports this feature.
2137
2138 A second solution is to force one of the 'constants' to be a variable -- 
2139 that is, unknown and un-optimizable at compile time.  For arrays, 
2140 there are two possibilities: a) make the indexee (the array's address) 
2141 a variable, or b) make the 'constant' index a variable.  Thus:
2142
2143 @example
2144 extern type extern_array[];
2145 extern_array[1] --> 
2146    @{ volatile type *t=extern_array; t[1] @}
2147 @end example
2148
2149 or
2150
2151 @example
2152 extern type extern_array[];
2153 extern_array[1] --> 
2154    @{ volatile int t=1; extern_array[t] @}
2155 @end example
2156
2157 For structs (and most other multiword data types) the only option 
2158 is to make the struct itself (or the long long, or the ...) variable:
2159
2160 @example
2161 extern struct s extern_struct;
2162 extern_struct.field --> 
2163    @{ volatile struct s *t=&extern_struct; t->field @}
2164 @end example
2165
2166 or
2167
2168 @example
2169 extern long long extern_ll;
2170 extern_ll -->
2171   @{ volatile long long * local_ll=&extern_ll; *local_ll @}
2172 @end example
2173
2174 A third method of dealing with this difficulty is to abandon
2175 'auto-import' for the offending symbol and mark it with 
2176 @code{__declspec(dllimport)}.  However, in practise that
2177 requires using compile-time #defines to indicate whether you are
2178 building a DLL, building client code that will link to the DLL, or 
2179 merely building/linking to a static library.   In making the choice 
2180 between the various methods of resolving the 'direct address with 
2181 constant offset' problem, you should consider typical real-world usage:
2182
2183 Original:
2184 @example
2185 --foo.h
2186 extern int arr[];
2187 --foo.c
2188 #include "foo.h"
2189 void main(int argc, char **argv)@{
2190   printf("%d\n",arr[1]);
2191 @}
2192 @end example
2193
2194 Solution 1:
2195 @example
2196 --foo.h
2197 extern int arr[];
2198 --foo.c
2199 #include "foo.h"
2200 void main(int argc, char **argv)@{
2201   /* This workaround is for win32 and cygwin; do not "optimize" */
2202   volatile int *parr = arr;
2203   printf("%d\n",parr[1]);
2204 @}
2205 @end example
2206
2207 Solution 2:
2208 @example
2209 --foo.h
2210 /* Note: auto-export is assumed (no __declspec(dllexport)) */
2211 #if (defined(_WIN32) || defined(__CYGWIN__)) && \
2212   !(defined(FOO_BUILD_DLL) || defined(FOO_STATIC))
2213 #define FOO_IMPORT __declspec(dllimport)
2214 #else
2215 #define FOO_IMPORT
2216 #endif
2217 extern FOO_IMPORT int arr[];
2218 --foo.c
2219 #include "foo.h"
2220 void main(int argc, char **argv)@{
2221   printf("%d\n",arr[1]);
2222 @}
2223 @end example
2224
2225 A fourth way to avoid this problem is to re-code your 
2226 library to use a functional interface rather than a data interface
2227 for the offending variables (e.g. set_foo() and get_foo() accessor
2228 functions).
2229 [This option is specific to the i386 PE targeted port of the linker]
2230
2231 @kindex --disable-auto-import
2232 @item --disable-auto-import
2233 Do not attempt to do sophisticated linking of @code{_symbol} to 
2234 @code{__imp__symbol} for DATA imports from DLLs.
2235 [This option is specific to the i386 PE targeted port of the linker]
2236
2237 @kindex --enable-runtime-pseudo-reloc
2238 @item --enable-runtime-pseudo-reloc
2239 If your code contains expressions described in --enable-auto-import section,
2240 that is, DATA imports from DLL with non-zero offset, this switch will create
2241 a vector of 'runtime pseudo relocations' which can be used by runtime
2242 environment to adjust references to such data in your client code. 
2243 [This option is specific to the i386 PE targeted port of the linker]
2244
2245 @kindex --disable-runtime-pseudo-reloc
2246 @item --disable-runtime-pseudo-reloc
2247 Do not create pseudo relocations for non-zero offset DATA imports from
2248 DLLs.  This is the default.
2249 [This option is specific to the i386 PE targeted port of the linker]
2250
2251 @kindex --enable-extra-pe-debug
2252 @item --enable-extra-pe-debug
2253 Show additional debug info related to auto-import symbol thunking.
2254 [This option is specific to the i386 PE targeted port of the linker]
2255
2256 @kindex --section-alignment
2257 @item --section-alignment
2258 Sets the section alignment.  Sections in memory will always begin at
2259 addresses which are a multiple of this number.  Defaults to 0x1000.
2260 [This option is specific to the i386 PE targeted port of the linker]
2261
2262 @cindex stack size
2263 @kindex --stack
2264 @item --stack @var{reserve}
2265 @itemx --stack @var{reserve},@var{commit}
2266 Specify the amount of memory to reserve (and optionally commit) to be
2267 used as stack for this program.  The default is 2Mb reserved, 4K
2268 committed.
2269 [This option is specific to the i386 PE targeted port of the linker]
2270
2271 @kindex --subsystem
2272 @item --subsystem @var{which}
2273 @itemx --subsystem @var{which}:@var{major}
2274 @itemx --subsystem @var{which}:@var{major}.@var{minor}
2275 Specifies the subsystem under which your program will execute.  The
2276 legal values for @var{which} are @code{native}, @code{windows},
2277 @code{console}, @code{posix}, and @code{xbox}.  You may optionally set
2278 the subsystem version also.  Numeric values are also accepted for
2279 @var{which}.
2280 [This option is specific to the i386 PE targeted port of the linker]
2281
2282 @end table
2283
2284 @c man end
2285
2286 @ifset M68HC11
2287 @subsection Options specific to Motorola 68HC11 and 68HC12 targets
2288
2289 @c man begin OPTIONS
2290
2291 The 68HC11 and 68HC12 linkers support specific options to control the
2292 memory bank switching mapping and trampoline code generation.
2293
2294 @table @gcctabopt
2295
2296 @kindex --no-trampoline
2297 @item --no-trampoline
2298 This option disables the generation of trampoline. By default a trampoline
2299 is generated for each far function which is called using a @code{jsr}
2300 instruction (this happens when a pointer to a far function is taken).
2301
2302 @kindex --bank-window
2303 @item --bank-window @var{name}
2304 This option indicates to the linker the name of the memory region in
2305 the @samp{MEMORY} specification that describes the memory bank window.
2306 The definition of such region is then used by the linker to compute
2307 paging and addresses within the memory window.
2308
2309 @end table
2310
2311 @c man end
2312 @end ifset
2313
2314 @ifset UsesEnvVars
2315 @node Environment
2316 @section Environment Variables
2317
2318 @c man begin ENVIRONMENT
2319
2320 You can change the behaviour of @command{ld} with the environment variables
2321 @ifclear SingleFormat
2322 @code{GNUTARGET},
2323 @end ifclear
2324 @code{LDEMULATION} and @code{COLLECT_NO_DEMANGLE}.
2325
2326 @ifclear SingleFormat
2327 @kindex GNUTARGET
2328 @cindex default input format
2329 @code{GNUTARGET} determines the input-file object format if you don't
2330 use @samp{-b} (or its synonym @samp{--format}).  Its value should be one
2331 of the BFD names for an input format (@pxref{BFD}).  If there is no
2332 @code{GNUTARGET} in the environment, @command{ld} uses the natural format
2333 of the target. If @code{GNUTARGET} is set to @code{default} then BFD
2334 attempts to discover the input format by examining binary input files;
2335 this method often succeeds, but there are potential ambiguities, since
2336 there is no method of ensuring that the magic number used to specify
2337 object-file formats is unique.  However, the configuration procedure for
2338 BFD on each system places the conventional format for that system first
2339 in the search-list, so ambiguities are resolved in favor of convention.
2340 @end ifclear
2341
2342 @kindex LDEMULATION
2343 @cindex default emulation
2344 @cindex emulation, default
2345 @code{LDEMULATION} determines the default emulation if you don't use the
2346 @samp{-m} option.  The emulation can affect various aspects of linker
2347 behaviour, particularly the default linker script.  You can list the
2348 available emulations with the @samp{--verbose} or @samp{-V} options.  If
2349 the @samp{-m} option is not used, and the @code{LDEMULATION} environment
2350 variable is not defined, the default emulation depends upon how the
2351 linker was configured.
2352
2353 @kindex COLLECT_NO_DEMANGLE
2354 @cindex demangling, default
2355 Normally, the linker will default to demangling symbols.  However, if
2356 @code{COLLECT_NO_DEMANGLE} is set in the environment, then it will
2357 default to not demangling symbols.  This environment variable is used in
2358 a similar fashion by the @code{gcc} linker wrapper program.  The default
2359 may be overridden by the @samp{--demangle} and @samp{--no-demangle}
2360 options.
2361
2362 @c man end
2363 @end ifset
2364
2365 @node Scripts
2366 @chapter Linker Scripts
2367
2368 @cindex scripts
2369 @cindex linker scripts
2370 @cindex command files
2371 Every link is controlled by a @dfn{linker script}.  This script is
2372 written in the linker command language.
2373
2374 The main purpose of the linker script is to describe how the sections in
2375 the input files should be mapped into the output file, and to control
2376 the memory layout of the output file.  Most linker scripts do nothing
2377 more than this.  However, when necessary, the linker script can also
2378 direct the linker to perform many other operations, using the commands
2379 described below.
2380
2381 The linker always uses a linker script.  If you do not supply one
2382 yourself, the linker will use a default script that is compiled into the
2383 linker executable.  You can use the @samp{--verbose} command line option
2384 to display the default linker script.  Certain command line options,
2385 such as @samp{-r} or @samp{-N}, will affect the default linker script.
2386
2387 You may supply your own linker script by using the @samp{-T} command
2388 line option.  When you do this, your linker script will replace the
2389 default linker script.
2390
2391 You may also use linker scripts implicitly by naming them as input files
2392 to the linker, as though they were files to be linked.  @xref{Implicit
2393 Linker Scripts}.
2394
2395 @menu
2396 * Basic Script Concepts::       Basic Linker Script Concepts
2397 * Script Format::               Linker Script Format
2398 * Simple Example::              Simple Linker Script Example
2399 * Simple Commands::             Simple Linker Script Commands
2400 * Assignments::                 Assigning Values to Symbols
2401 * SECTIONS::                    SECTIONS Command
2402 * MEMORY::                      MEMORY Command
2403 * PHDRS::                       PHDRS Command
2404 * VERSION::                     VERSION Command
2405 * Expressions::                 Expressions in Linker Scripts
2406 * Implicit Linker Scripts::     Implicit Linker Scripts
2407 @end menu
2408
2409 @node Basic Script Concepts
2410 @section Basic Linker Script Concepts
2411 @cindex linker script concepts
2412 We need to define some basic concepts and vocabulary in order to
2413 describe the linker script language.
2414
2415 The linker combines input files into a single output file.  The output
2416 file and each input file are in a special data format known as an
2417 @dfn{object file format}.  Each file is called an @dfn{object file}.
2418 The output file is often called an @dfn{executable}, but for our
2419 purposes we will also call it an object file.  Each object file has,
2420 among other things, a list of @dfn{sections}.  We sometimes refer to a
2421 section in an input file as an @dfn{input section}; similarly, a section
2422 in the output file is an @dfn{output section}.
2423
2424 Each section in an object file has a name and a size.  Most sections
2425 also have an associated block of data, known as the @dfn{section
2426 contents}.  A section may be marked as @dfn{loadable}, which mean that
2427 the contents should be loaded into memory when the output file is run.
2428 A section with no contents may be @dfn{allocatable}, which means that an
2429 area in memory should be set aside, but nothing in particular should be
2430 loaded there (in some cases this memory must be zeroed out).  A section
2431 which is neither loadable nor allocatable typically contains some sort
2432 of debugging information.
2433
2434 Every loadable or allocatable output section has two addresses.  The
2435 first is the @dfn{VMA}, or virtual memory address.  This is the address
2436 the section will have when the output file is run.  The second is the
2437 @dfn{LMA}, or load memory address.  This is the address at which the
2438 section will be loaded.  In most cases the two addresses will be the
2439 same.  An example of when they might be different is when a data section
2440 is loaded into ROM, and then copied into RAM when the program starts up
2441 (this technique is often used to initialize global variables in a ROM
2442 based system).  In this case the ROM address would be the LMA, and the
2443 RAM address would be the VMA.
2444
2445 You can see the sections in an object file by using the @code{objdump}
2446 program with the @samp{-h} option.
2447
2448 Every object file also has a list of @dfn{symbols}, known as the
2449 @dfn{symbol table}.  A symbol may be defined or undefined.  Each symbol
2450 has a name, and each defined symbol has an address, among other
2451 information.  If you compile a C or C++ program into an object file, you
2452 will get a defined symbol for every defined function and global or
2453 static variable.  Every undefined function or global variable which is
2454 referenced in the input file will become an undefined symbol.
2455
2456 You can see the symbols in an object file by using the @code{nm}
2457 program, or by using the @code{objdump} program with the @samp{-t}
2458 option.
2459
2460 @node Script Format
2461 @section Linker Script Format
2462 @cindex linker script format
2463 Linker scripts are text files.
2464
2465 You write a linker script as a series of commands.  Each command is
2466 either a keyword, possibly followed by arguments, or an assignment to a
2467 symbol.  You may separate commands using semicolons.  Whitespace is
2468 generally ignored.
2469
2470 Strings such as file or format names can normally be entered directly.
2471 If the file name contains a character such as a comma which would
2472 otherwise serve to separate file names, you may put the file name in
2473 double quotes.  There is no way to use a double quote character in a
2474 file name.
2475
2476 You may include comments in linker scripts just as in C, delimited by
2477 @samp{/*} and @samp{*/}.  As in C, comments are syntactically equivalent
2478 to whitespace.
2479
2480 @node Simple Example
2481 @section Simple Linker Script Example
2482 @cindex linker script example
2483 @cindex example of linker script
2484 Many linker scripts are fairly simple.
2485
2486 The simplest possible linker script has just one command:
2487 @samp{SECTIONS}.  You use the @samp{SECTIONS} command to describe the
2488 memory layout of the output file.
2489
2490 The @samp{SECTIONS} command is a powerful command.  Here we will
2491 describe a simple use of it.  Let's assume your program consists only of
2492 code, initialized data, and uninitialized data.  These will be in the
2493 @samp{.text}, @samp{.data}, and @samp{.bss} sections, respectively.
2494 Let's assume further that these are the only sections which appear in
2495 your input files.
2496
2497 For this example, let's say that the code should be loaded at address
2498 0x10000, and that the data should start at address 0x8000000.  Here is a
2499 linker script which will do that:
2500 @smallexample
2501 SECTIONS
2502 @{
2503   . = 0x10000;
2504   .text : @{ *(.text) @}
2505   . = 0x8000000;
2506   .data : @{ *(.data) @}
2507   .bss : @{ *(.bss) @}
2508 @}
2509 @end smallexample
2510
2511 You write the @samp{SECTIONS} command as the keyword @samp{SECTIONS},
2512 followed by a series of symbol assignments and output section
2513 descriptions enclosed in curly braces.
2514
2515 The first line inside the @samp{SECTIONS} command of the above example
2516 sets the value of the special symbol @samp{.}, which is the location
2517 counter.  If you do not specify the address of an output section in some
2518 other way (other ways are described later), the address is set from the
2519 current value of the location counter.  The location counter is then
2520 incremented by the size of the output section.  At the start of the
2521 @samp{SECTIONS} command, the location counter has the value @samp{0}.
2522
2523 The second line defines an output section, @samp{.text}.  The colon is
2524 required syntax which may be ignored for now.  Within the curly braces
2525 after the output section name, you list the names of the input sections
2526 which should be placed into this output section.  The @samp{*} is a
2527 wildcard which matches any file name.  The expression @samp{*(.text)}
2528 means all @samp{.text} input sections in all input files.
2529
2530 Since the location counter is @samp{0x10000} when the output section
2531 @samp{.text} is defined, the linker will set the address of the
2532 @samp{.text} section in the output file to be @samp{0x10000}.
2533
2534 The remaining lines define the @samp{.data} and @samp{.bss} sections in
2535 the output file.  The linker will place the @samp{.data} output section
2536 at address @samp{0x8000000}.  After the linker places the @samp{.data}
2537 output section, the value of the location counter will be
2538 @samp{0x8000000} plus the size of the @samp{.data} output section.  The
2539 effect is that the linker will place the @samp{.bss} output section
2540 immediately after the @samp{.data} output section in memory.
2541
2542 The linker will ensure that each output section has the required
2543 alignment, by increasing the location counter if necessary.  In this
2544 example, the specified addresses for the @samp{.text} and @samp{.data}
2545 sections will probably satisfy any alignment constraints, but the linker
2546 may have to create a small gap between the @samp{.data} and @samp{.bss}
2547 sections.
2548
2549 That's it!  That's a simple and complete linker script.
2550
2551 @node Simple Commands
2552 @section Simple Linker Script Commands
2553 @cindex linker script simple commands
2554 In this section we describe the simple linker script commands.
2555
2556 @menu
2557 * Entry Point::                 Setting the entry point
2558 * File Commands::               Commands dealing with files
2559 @ifclear SingleFormat
2560 * Format Commands::             Commands dealing with object file formats
2561 @end ifclear
2562
2563 * Miscellaneous Commands::      Other linker script commands
2564 @end menu
2565
2566 @node Entry Point
2567 @subsection Setting the Entry Point
2568 @kindex ENTRY(@var{symbol})
2569 @cindex start of execution
2570 @cindex first instruction
2571 @cindex entry point
2572 The first instruction to execute in a program is called the @dfn{entry
2573 point}.  You can use the @code{ENTRY} linker script command to set the
2574 entry point.  The argument is a symbol name:
2575 @smallexample
2576 ENTRY(@var{symbol})
2577 @end smallexample
2578
2579 There are several ways to set the entry point.  The linker will set the
2580 entry point by trying each of the following methods in order, and
2581 stopping when one of them succeeds:
2582 @itemize @bullet
2583 @item
2584 the @samp{-e} @var{entry} command-line option;
2585 @item
2586 the @code{ENTRY(@var{symbol})} command in a linker script;
2587 @item
2588 the value of the symbol @code{start}, if defined;
2589 @item
2590 the address of the first byte of the @samp{.text} section, if present;
2591 @item
2592 The address @code{0}.
2593 @end itemize
2594
2595 @node File Commands
2596 @subsection Commands Dealing with Files
2597 @cindex linker script file commands
2598 Several linker script commands deal with files.
2599
2600 @table @code
2601 @item INCLUDE @var{filename}
2602 @kindex INCLUDE @var{filename}
2603 @cindex including a linker script
2604 Include the linker script @var{filename} at this point.  The file will
2605 be searched for in the current directory, and in any directory specified
2606 with the @option{-L} option.  You can nest calls to @code{INCLUDE} up to
2607 10 levels deep.
2608
2609 @item INPUT(@var{file}, @var{file}, @dots{})
2610 @itemx INPUT(@var{file} @var{file} @dots{})
2611 @kindex INPUT(@var{files})
2612 @cindex input files in linker scripts
2613 @cindex input object files in linker scripts
2614 @cindex linker script input object files
2615 The @code{INPUT} command directs the linker to include the named files
2616 in the link, as though they were named on the command line.
2617
2618 For example, if you always want to include @file{subr.o} any time you do
2619 a link, but you can't be bothered to put it on every link command line,
2620 then you can put @samp{INPUT (subr.o)} in your linker script.
2621
2622 In fact, if you like, you can list all of your input files in the linker
2623 script, and then invoke the linker with nothing but a @samp{-T} option.
2624
2625 In case a @dfn{sysroot prefix} is configured, and the filename starts
2626 with the @samp{/} character, and the script being processed was
2627 located inside the @dfn{sysroot prefix}, the filename will be looked
2628 for in the @dfn{sysroot prefix}.  Otherwise, the linker will try to
2629 open the file in the current directory.  If it is not found, the
2630 linker will search through the archive library search path.  See the
2631 description of @samp{-L} in @ref{Options,,Command Line Options}.
2632
2633 If you use @samp{INPUT (-l@var{file})}, @command{ld} will transform the
2634 name to @code{lib@var{file}.a}, as with the command line argument
2635 @samp{-l}.
2636
2637 When you use the @code{INPUT} command in an implicit linker script, the
2638 files will be included in the link at the point at which the linker
2639 script file is included.  This can affect archive searching.
2640
2641 @item GROUP(@var{file}, @var{file}, @dots{})
2642 @itemx GROUP(@var{file} @var{file} @dots{})
2643 @kindex GROUP(@var{files})
2644 @cindex grouping input files
2645 The @code{GROUP} command is like @code{INPUT}, except that the named
2646 files should all be archives, and they are searched repeatedly until no
2647 new undefined references are created.  See the description of @samp{-(}
2648 in @ref{Options,,Command Line Options}.
2649
2650 @item AS_NEEDED(@var{file}, @var{file}, @dots{})
2651 @itemx AS_NEEDED(@var{file} @var{file} @dots{})
2652 @kindex AS_NEEDED(@var{files})
2653 This construct can appear only inside of the @code{INPUT} or @code{GROUP}
2654 commands, among other filenames.  The files listed will be handled
2655 as if they appear directly in the @code{INPUT} or @code{GROUP} commands,
2656 with the exception of ELF shared libraries, that will be added only
2657 when they are actually needed.  This construct essentially enables
2658 @option{--as-needed} option for all the files listed inside of it
2659 and restores previous @option{--as-needed} resp. @option{--no-as-needed}
2660 setting afterwards.
2661
2662 @item OUTPUT(@var{filename})
2663 @kindex OUTPUT(@var{filename})
2664 @cindex output file name in linker scripot
2665 The @code{OUTPUT} command names the output file.  Using
2666 @code{OUTPUT(@var{filename})} in the linker script is exactly like using
2667 @samp{-o @var{filename}} on the command line (@pxref{Options,,Command
2668 Line Options}).  If both are used, the command line option takes
2669 precedence.
2670
2671 You can use the @code{OUTPUT} command to define a default name for the
2672 output file other than the usual default of @file{a.out}.
2673
2674 @item SEARCH_DIR(@var{path})
2675 @kindex SEARCH_DIR(@var{path})
2676 @cindex library search path in linker script
2677 @cindex archive search path in linker script
2678 @cindex search path in linker script
2679 The @code{SEARCH_DIR} command adds @var{path} to the list of paths where
2680 @command{ld} looks for archive libraries.  Using
2681 @code{SEARCH_DIR(@var{path})} is exactly like using @samp{-L @var{path}}
2682 on the command line (@pxref{Options,,Command Line Options}).  If both
2683 are used, then the linker will search both paths.  Paths specified using
2684 the command line option are searched first.
2685
2686 @item STARTUP(@var{filename})
2687 @kindex STARTUP(@var{filename})
2688 @cindex first input file
2689 The @code{STARTUP} command is just like the @code{INPUT} command, except
2690 that @var{filename} will become the first input file to be linked, as
2691 though it were specified first on the command line.  This may be useful
2692 when using a system in which the entry point is always the start of the
2693 first file.
2694 @end table
2695
2696 @ifclear SingleFormat
2697 @node Format Commands
2698 @subsection Commands Dealing with Object File Formats
2699 A couple of linker script commands deal with object file formats.
2700
2701 @table @code
2702 @item OUTPUT_FORMAT(@var{bfdname})
2703 @itemx OUTPUT_FORMAT(@var{default}, @var{big}, @var{little})
2704 @kindex OUTPUT_FORMAT(@var{bfdname})
2705 @cindex output file format in linker script
2706 The @code{OUTPUT_FORMAT} command names the BFD format to use for the
2707 output file (@pxref{BFD}).  Using @code{OUTPUT_FORMAT(@var{bfdname})} is
2708 exactly like using @samp{--oformat @var{bfdname}} on the command line
2709 (@pxref{Options,,Command Line Options}).  If both are used, the command
2710 line option takes precedence.
2711
2712 You can use @code{OUTPUT_FORMAT} with three arguments to use different
2713 formats based on the @samp{-EB} and @samp{-EL} command line options.
2714 This permits the linker script to set the output format based on the
2715 desired endianness.
2716
2717 If neither @samp{-EB} nor @samp{-EL} are used, then the output format
2718 will be the first argument, @var{default}.  If @samp{-EB} is used, the
2719 output format will be the second argument, @var{big}.  If @samp{-EL} is
2720 used, the output format will be the third argument, @var{little}.
2721
2722 For example, the default linker script for the MIPS ELF target uses this
2723 command:
2724 @smallexample
2725 OUTPUT_FORMAT(elf32-bigmips, elf32-bigmips, elf32-littlemips)
2726 @end smallexample
2727 This says that the default format for the output file is
2728 @samp{elf32-bigmips}, but if the user uses the @samp{-EL} command line
2729 option, the output file will be created in the @samp{elf32-littlemips}
2730 format.
2731
2732 @item TARGET(@var{bfdname})
2733 @kindex TARGET(@var{bfdname})
2734 @cindex input file format in linker script
2735 The @code{TARGET} command names the BFD format to use when reading input
2736 files.  It affects subsequent @code{INPUT} and @code{GROUP} commands.
2737 This command is like using @samp{-b @var{bfdname}} on the command line
2738 (@pxref{Options,,Command Line Options}).  If the @code{TARGET} command
2739 is used but @code{OUTPUT_FORMAT} is not, then the last @code{TARGET}
2740 command is also used to set the format for the output file.  @xref{BFD}.
2741 @end table
2742 @end ifclear
2743
2744 @node Miscellaneous Commands
2745 @subsection Other Linker Script Commands
2746 There are a few other linker scripts commands.
2747
2748 @table @code
2749 @item ASSERT(@var{exp}, @var{message})
2750 @kindex ASSERT
2751 @cindex assertion in linker script
2752 Ensure that @var{exp} is non-zero.  If it is zero, then exit the linker
2753 with an error code, and print @var{message}.
2754
2755 @item EXTERN(@var{symbol} @var{symbol} @dots{})
2756 @kindex EXTERN
2757 @cindex undefined symbol in linker script
2758 Force @var{symbol} to be entered in the output file as an undefined
2759 symbol.  Doing this may, for example, trigger linking of additional
2760 modules from standard libraries.  You may list several @var{symbol}s for
2761 each @code{EXTERN}, and you may use @code{EXTERN} multiple times.  This
2762 command has the same effect as the @samp{-u} command-line option.
2763
2764 @item FORCE_COMMON_ALLOCATION
2765 @kindex FORCE_COMMON_ALLOCATION
2766 @cindex common allocation in linker script
2767 This command has the same effect as the @samp{-d} command-line option:
2768 to make @command{ld} assign space to common symbols even if a relocatable
2769 output file is specified (@samp{-r}).
2770
2771 @item INHIBIT_COMMON_ALLOCATION
2772 @kindex INHIBIT_COMMON_ALLOCATION
2773 @cindex common allocation in linker script
2774 This command has the same effect as the @samp{--no-define-common}
2775 command-line option: to make @code{ld} omit the assignment of addresses
2776 to common symbols even for a non-relocatable output file.
2777
2778 @item NOCROSSREFS(@var{section} @var{section} @dots{})
2779 @kindex NOCROSSREFS(@var{sections})
2780 @cindex cross references
2781 This command may be used to tell @command{ld} to issue an error about any
2782 references among certain output sections.
2783
2784 In certain types of programs, particularly on embedded systems when
2785 using overlays, when one section is loaded into memory, another section
2786 will not be.  Any direct references between the two sections would be
2787 errors.  For example, it would be an error if code in one section called
2788 a function defined in the other section.
2789
2790 The @code{NOCROSSREFS} command takes a list of output section names.  If
2791 @command{ld} detects any cross references between the sections, it reports
2792 an error and returns a non-zero exit status.  Note that the
2793 @code{NOCROSSREFS} command uses output section names, not input section
2794 names.
2795
2796 @ifclear SingleFormat
2797 @item OUTPUT_ARCH(@var{bfdarch})
2798 @kindex OUTPUT_ARCH(@var{bfdarch})
2799 @cindex machine architecture
2800 @cindex architecture
2801 Specify a particular output machine architecture.  The argument is one
2802 of the names used by the BFD library (@pxref{BFD}).  You can see the
2803 architecture of an object file by using the @code{objdump} program with
2804 the @samp{-f} option.
2805 @end ifclear
2806 @end table
2807
2808 @node Assignments
2809 @section Assigning Values to Symbols
2810 @cindex assignment in scripts
2811 @cindex symbol definition, scripts
2812 @cindex variables, defining
2813 You may assign a value to a symbol in a linker script.  This will define
2814 the symbol and place it into the symbol table with a global scope.
2815
2816 @menu
2817 * Simple Assignments::          Simple Assignments
2818 * PROVIDE::                     PROVIDE
2819 * PROVIDE_HIDDEN::              PROVIDE_HIDDEN
2820 * Source Code Reference::       How to use a linker script defined symbol in source code
2821 @end menu
2822
2823 @node Simple Assignments
2824 @subsection Simple Assignments
2825
2826 You may assign to a symbol using any of the C assignment operators:
2827
2828 @table @code
2829 @item @var{symbol} = @var{expression} ;
2830 @itemx @var{symbol} += @var{expression} ;
2831 @itemx @var{symbol} -= @var{expression} ;
2832 @itemx @var{symbol} *= @var{expression} ;
2833 @itemx @var{symbol} /= @var{expression} ;
2834 @itemx @var{symbol} <<= @var{expression} ;
2835 @itemx @var{symbol} >>= @var{expression} ;
2836 @itemx @var{symbol} &= @var{expression} ;
2837 @itemx @var{symbol} |= @var{expression} ;
2838 @end table
2839
2840 The first case will define @var{symbol} to the value of
2841 @var{expression}.  In the other cases, @var{symbol} must already be
2842 defined, and the value will be adjusted accordingly.
2843
2844 The special symbol name @samp{.} indicates the location counter.  You
2845 may only use this within a @code{SECTIONS} command.  @xref{Location Counter}.
2846
2847 The semicolon after @var{expression} is required.
2848
2849 Expressions are defined below; see @ref{Expressions}.
2850
2851 You may write symbol assignments as commands in their own right, or as
2852 statements within a @code{SECTIONS} command, or as part of an output
2853 section description in a @code{SECTIONS} command.
2854
2855 The section of the symbol will be set from the section of the
2856 expression; for more information, see @ref{Expression Section}.
2857
2858 Here is an example showing the three different places that symbol
2859 assignments may be used:
2860
2861 @smallexample
2862 floating_point = 0;
2863 SECTIONS
2864 @{
2865   .text :
2866     @{
2867       *(.text)
2868       _etext = .;
2869     @}
2870   _bdata = (. + 3) & ~ 3;
2871   .data : @{ *(.data) @}
2872 @}
2873 @end smallexample
2874 @noindent
2875 In this example, the symbol @samp{floating_point} will be defined as
2876 zero.  The symbol @samp{_etext} will be defined as the address following
2877 the last @samp{.text} input section.  The symbol @samp{_bdata} will be
2878 defined as the address following the @samp{.text} output section aligned
2879 upward to a 4 byte boundary.
2880
2881 @node PROVIDE
2882 @subsection PROVIDE
2883 @cindex PROVIDE
2884 In some cases, it is desirable for a linker script to define a symbol
2885 only if it is referenced and is not defined by any object included in
2886 the link.  For example, traditional linkers defined the symbol
2887 @samp{etext}.  However, ANSI C requires that the user be able to use
2888 @samp{etext} as a function name without encountering an error.  The
2889 @code{PROVIDE} keyword may be used to define a symbol, such as
2890 @samp{etext}, only if it is referenced but not defined.  The syntax is
2891 @code{PROVIDE(@var{symbol} = @var{expression})}.
2892
2893 Here is an example of using @code{PROVIDE} to define @samp{etext}:
2894 @smallexample
2895 SECTIONS
2896 @{
2897   .text :
2898     @{
2899       *(.text)
2900       _etext = .;
2901       PROVIDE(etext = .);
2902     @}
2903 @}
2904 @end smallexample
2905
2906 In this example, if the program defines @samp{_etext} (with a leading
2907 underscore), the linker will give a multiple definition error.  If, on
2908 the other hand, the program defines @samp{etext} (with no leading
2909 underscore), the linker will silently use the definition in the program.
2910 If the program references @samp{etext} but does not define it, the
2911 linker will use the definition in the linker script.
2912
2913 @node PROVIDE_HIDDEN
2914 @subsection PROVIDE_HIDDEN
2915 @cindex PROVIDE_HIDDEN
2916 Similar to @code{PROVIDE}.  For ELF targeted ports, the symbol will be
2917 hidden and won't be exported.
2918
2919 @node Source Code Reference
2920 @subsection Source Code Reference
2921
2922 Accessing a linker script defined variable from source code is not
2923 intuitive.  In particular a linker script symbol is not equivalent to
2924 a variable declaration in a high level language, it is instead a
2925 symbol that does not have a value.
2926
2927 Before going further, it is important to note that compilers often
2928 transform names in the source code into different names when they are
2929 stored in the symbol table.  For example, Fortran compilers commonly
2930 prepend or append an underscore, and C++ performs extensive @samp{name
2931 mangling}.  Therefore there might be a discrepancy between the name
2932 of a variable as it is used in source code and the name of the same
2933 variable as it is defined in a linker script.  For example in C a
2934 linker script variable might be referred to as:
2935
2936 @smallexample
2937   extern int foo;
2938 @end smallexample
2939
2940 But in the linker script it might be defined as:
2941
2942 @smallexample
2943   _foo = 1000;
2944 @end smallexample
2945
2946 In the remaining examples however it is assumed that no name
2947 transformation has taken place.
2948
2949 When a symbol is declared in a high level language such as C, two
2950 things happen.  The first is that the compiler reserves enough space
2951 in the program's memory to hold the @emph{value} of the symbol.  The
2952 second is that the compiler creates an entry in the program's symbol
2953 table which holds the symbol's @emph{address}.  ie the symbol table
2954 contains the address of the block of memory holding the symbol's
2955 value.  So for example the following C declaration, at file scope:
2956
2957 @smallexample
2958   int foo = 1000;
2959 @end smallexample
2960
2961 creates a entry called @samp{foo} in the symbol table.  This entry
2962 holds the address of an @samp{int} sized block of memory where the
2963 number 1000 is initially stored.
2964
2965 When a program references a symbol the compiler generates code that
2966 first accesses the symbol table to find the address of the symbol's
2967 memory block and then code to read the value from that memory block.
2968 So:
2969
2970 @smallexample
2971   foo = 1;
2972 @end smallexample
2973
2974 looks up the symbol @samp{foo} in the symbol table, gets the address
2975 associated with this symbol and then writes the value 1 into that
2976 address.  Whereas:
2977
2978 @smallexample
2979   int * a = & foo;
2980 @end smallexample
2981
2982 looks up the symbol @samp{foo} in the symbol table, gets it address
2983 and then copies this address into the block of memory associated with
2984 the variable @samp{a}.
2985
2986 Linker scripts symbol declarations, by contrast, create an entry in
2987 the symbol table but do not assign any memory to them.  Thus they are
2988 an address without a value.  So for example the linker script definition:
2989
2990 @smallexample
2991   foo = 1000;
2992 @end smallexample
2993
2994 creates an entry in the symbol table called @samp{foo} which holds
2995 the address of memory location 1000, but nothing special is stored at
2996 address 1000.  This means that you cannot access the @emph{value} of a
2997 linker script defined symbol - it has no value - all you can do is
2998 access the @emph{address} of a linker script defined symbol.
2999
3000 Hence when you are using a linker script defined symbol in source code
3001 you should always take the address of the symbol, and never attempt to
3002 use its value.  For example suppose you want to copy the contents of a
3003 section of memory called .ROM into a section called .FLASH and the
3004 linker script contains these declarations:
3005
3006 @smallexample
3007 @group
3008   start_of_ROM   = .ROM;
3009   end_of_ROM     = .ROM + sizeof (.ROM) - 1;
3010   start_of_FLASH = .FLASH;
3011 @end group
3012 @end smallexample
3013
3014 Then the C source code to perform the copy would be:
3015
3016 @smallexample
3017 @group
3018   extern char start_of_ROM, end_of_ROM, start_of_FLASH;
3019   
3020   memcpy (& start_of_FLASH, & start_of_ROM, & end_of_ROM - & start_of_ROM);
3021 @end group
3022 @end smallexample
3023
3024 Note the use of the @samp{&} operators.  These are correct.
3025
3026 @node SECTIONS
3027 @section SECTIONS Command
3028 @kindex SECTIONS
3029 The @code{SECTIONS} command tells the linker how to map input sections
3030 into output sections, and how to place the output sections in memory.
3031
3032 The format of the @code{SECTIONS} command is:
3033 @smallexample
3034 SECTIONS
3035 @{
3036   @var{sections-command}
3037   @var{sections-command}
3038   @dots{}
3039 @}
3040 @end smallexample
3041
3042 Each @var{sections-command} may of be one of the following:
3043
3044 @itemize @bullet
3045 @item
3046 an @code{ENTRY} command (@pxref{Entry Point,,Entry command})
3047 @item
3048 a symbol assignment (@pxref{Assignments})
3049 @item
3050 an output section description
3051 @item
3052 an overlay description
3053 @end itemize
3054
3055 The @code{ENTRY} command and symbol assignments are permitted inside the
3056 @code{SECTIONS} command for convenience in using the location counter in
3057 those commands.  This can also make the linker script easier to
3058 understand because you can use those commands at meaningful points in
3059 the layout of the output file.
3060
3061 Output section descriptions and overlay descriptions are described
3062 below.
3063
3064 If you do not use a @code{SECTIONS} command in your linker script, the
3065 linker will place each input section into an identically named output
3066 section in the order that the sections are first encountered in the
3067 input files.  If all input sections are present in the first file, for
3068 example, the order of sections in the output file will match the order
3069 in the first input file.  The first section will be at address zero.
3070
3071 @menu
3072 * Output Section Description::  Output section description
3073 * Output Section Name::         Output section name
3074 * Output Section Address::      Output section address
3075 * Input Section::               Input section description
3076 * Output Section Data::         Output section data
3077 * Output Section Keywords::     Output section keywords
3078 * Output Section Discarding::   Output section discarding
3079 * Output Section Attributes::   Output section attributes
3080 * Overlay Description::         Overlay description
3081 @end menu
3082
3083 @node Output Section Description
3084 @subsection Output Section Description
3085 The full description of an output section looks like this:
3086 @smallexample
3087 @group
3088 @var{section} [@var{address}] [(@var{type})] :
3089   [AT(@var{lma})] [ALIGN(@var{section_align})] [SUBALIGN(@var{subsection_align})]
3090   @{
3091     @var{output-section-command}
3092     @var{output-section-command}
3093     @dots{}
3094   @} [>@var{region}] [AT>@var{lma_region}] [:@var{phdr} :@var{phdr} @dots{}] [=@var{fillexp}]
3095 @end group
3096 @end smallexample
3097
3098 Most output sections do not use most of the optional section attributes.
3099
3100 The whitespace around @var{section} is required, so that the section
3101 name is unambiguous.  The colon and the curly braces are also required.
3102 The line breaks and other white space are optional.
3103
3104 Each @var{output-section-command} may be one of the following:
3105
3106 @itemize @bullet
3107 @item
3108 a symbol assignment (@pxref{Assignments})
3109 @item
3110 an input section description (@pxref{Input Section})
3111 @item
3112 data values to include directly (@pxref{Output Section Data})
3113 @item
3114 a special output section keyword (@pxref{Output Section Keywords})
3115 @end itemize
3116
3117 @node Output Section Name
3118 @subsection Output Section Name
3119 @cindex name, section
3120 @cindex section name
3121 The name of the output section is @var{section}.  @var{section} must
3122 meet the constraints of your output format.  In formats which only
3123 support a limited number of sections, such as @code{a.out}, the name
3124 must be one of the names supported by the format (@code{a.out}, for
3125 example, allows only @samp{.text}, @samp{.data} or @samp{.bss}). If the
3126 output format supports any number of sections, but with numbers and not
3127 names (as is the case for Oasys), the name should be supplied as a
3128 quoted numeric string.  A section name may consist of any sequence of
3129 characters, but a name which contains any unusual characters such as
3130 commas must be quoted.
3131
3132 The output section name @samp{/DISCARD/} is special; @ref{Output Section
3133 Discarding}.
3134
3135 @node Output Section Address
3136 @subsection Output Section Address
3137 @cindex address, section
3138 @cindex section address
3139 The @var{address} is an expression for the VMA (the virtual memory
3140 address) of the output section.  If you do not provide @var{address},
3141 the linker will set it based on @var{region} if present, or otherwise
3142 based on the current value of the location counter.
3143
3144 If you provide @var{address}, the address of the output section will be
3145 set to precisely that.  If you provide neither @var{address} nor
3146 @var{region}, then the address of the output section will be set to the
3147 current value of the location counter aligned to the alignment
3148 requirements of the output section.  The alignment requirement of the
3149 output section is the strictest alignment of any input section contained
3150 within the output section.
3151
3152 For example,
3153 @smallexample
3154 .text . : @{ *(.text) @}
3155 @end smallexample
3156 @noindent
3157 and
3158 @smallexample
3159 .text : @{ *(.text) @}
3160 @end smallexample
3161 @noindent
3162 are subtly different.  The first will set the address of the
3163 @samp{.text} output section to the current value of the location
3164 counter.  The second will set it to the current value of the location
3165 counter aligned to the strictest alignment of a @samp{.text} input
3166 section.
3167
3168 The @var{address} may be an arbitrary expression; @ref{Expressions}.
3169 For example, if you want to align the section on a 0x10 byte boundary,
3170 so that the lowest four bits of the section address are zero, you could
3171 do something like this:
3172 @smallexample
3173 .text ALIGN(0x10) : @{ *(.text) @}
3174 @end smallexample
3175 @noindent
3176 This works because @code{ALIGN} returns the current location counter
3177 aligned upward to the specified value.
3178
3179 Specifying @var{address} for a section will change the value of the
3180 location counter.
3181
3182 @node Input Section
3183 @subsection Input Section Description
3184 @cindex input sections
3185 @cindex mapping input sections to output sections
3186 The most common output section command is an input section description.
3187
3188 The input section description is the most basic linker script operation.
3189 You use output sections to tell the linker how to lay out your program
3190 in memory.  You use input section descriptions to tell the linker how to
3191 map the input files into your memory layout.
3192
3193 @menu
3194 * Input Section Basics::        Input section basics
3195 * Input Section Wildcards::     Input section wildcard patterns
3196 * Input Section Common::        Input section for common symbols
3197 * Input Section Keep::          Input section and garbage collection
3198 * Input Section Example::       Input section example
3199 @end menu
3200
3201 @node Input Section Basics
3202 @subsubsection Input Section Basics
3203 @cindex input section basics
3204 An input section description consists of a file name optionally followed
3205 by a list of section names in parentheses.
3206
3207 The file name and the section name may be wildcard patterns, which we
3208 describe further below (@pxref{Input Section Wildcards}).
3209
3210 The most common input section description is to include all input
3211 sections with a particular name in the output section.  For example, to
3212 include all input @samp{.text} sections, you would write:
3213 @smallexample
3214 *(.text)
3215 @end smallexample
3216 @noindent
3217 Here the @samp{*} is a wildcard which matches any file name.  To exclude a list
3218 of files from matching the file name wildcard, EXCLUDE_FILE may be used to
3219 match all files except the ones specified in the EXCLUDE_FILE list.  For
3220 example:
3221 @smallexample
3222 (*(EXCLUDE_FILE (*crtend.o *otherfile.o) .ctors))
3223 @end smallexample
3224 will cause all .ctors sections from all files except @file{crtend.o} and
3225 @file{otherfile.o} to be included.
3226
3227 There are two ways to include more than one section:
3228 @smallexample
3229 *(.text .rdata)
3230 *(.text) *(.rdata)
3231 @end smallexample
3232 @noindent
3233 The difference between these is the order in which the @samp{.text} and
3234 @samp{.rdata} input sections will appear in the output section.  In the
3235 first example, they will be intermingled, appearing in the same order as
3236 they are found in the linker input.  In the second example, all
3237 @samp{.text} input sections will appear first, followed by all
3238 @samp{.rdata} input sections.
3239
3240 You can specify a file name to include sections from a particular file.
3241 You would do this if one or more of your files contain special data that
3242 needs to be at a particular location in memory.  For example:
3243 @smallexample
3244 data.o(.data)
3245 @end smallexample
3246
3247 If you use a file name without a list of sections, then all sections in
3248 the input file will be included in the output section.  This is not
3249 commonly done, but it may by useful on occasion.  For example:
3250 @smallexample
3251 data.o
3252 @end smallexample
3253
3254 When you use a file name which does not contain any wild card
3255 characters, the linker will first see if you also specified the file
3256 name on the linker command line or in an @code{INPUT} command.  If you
3257 did not, the linker will attempt to open the file as an input file, as
3258 though it appeared on the command line.  Note that this differs from an
3259 @code{INPUT} command, because the linker will not search for the file in
3260 the archive search path.
3261
3262 @node Input Section Wildcards
3263 @subsubsection Input Section Wildcard Patterns
3264 @cindex input section wildcards
3265 @cindex wildcard file name patterns
3266 @cindex file name wildcard patterns
3267 @cindex section name wildcard patterns
3268 In an input section description, either the file name or the section
3269 name or both may be wildcard patterns.
3270
3271 The file name of @samp{*} seen in many examples is a simple wildcard
3272 pattern for the file name.
3273
3274 The wildcard patterns are like those used by the Unix shell.
3275
3276 @table @samp
3277 @item *
3278 matches any number of characters
3279 @item ?
3280 matches any single character
3281 @item [@var{chars}]
3282 matches a single instance of any of the @var{chars}; the @samp{-}
3283 character may be used to specify a range of characters, as in
3284 @samp{[a-z]} to match any lower case letter
3285 @item \
3286 quotes the following character
3287 @end table
3288
3289 When a file name is matched with a wildcard, the wildcard characters
3290 will not match a @samp{/} character (used to separate directory names on
3291 Unix).  A pattern consisting of a single @samp{*} character is an
3292 exception; it will always match any file name, whether it contains a
3293 @samp{/} or not.  In a section name, the wildcard characters will match
3294 a @samp{/} character.
3295
3296 File name wildcard patterns only match files which are explicitly
3297 specified on the command line or in an @code{INPUT} command.  The linker
3298 does not search directories to expand wildcards.
3299
3300 If a file name matches more than one wildcard pattern, or if a file name
3301 appears explicitly and is also matched by a wildcard pattern, the linker
3302 will use the first match in the linker script.  For example, this
3303 sequence of input section descriptions is probably in error, because the
3304 @file{data.o} rule will not be used:
3305 @smallexample
3306 .data : @{ *(.data) @}
3307 .data1 : @{ data.o(.data) @}
3308 @end smallexample
3309
3310 @cindex SORT_BY_NAME
3311 Normally, the linker will place files and sections matched by wildcards
3312 in the order in which they are seen during the link.  You can change
3313 this by using the @code{SORT_BY_NAME} keyword, which appears before a wildcard
3314 pattern in parentheses (e.g., @code{SORT_BY_NAME(.text*)}).  When the
3315 @code{SORT_BY_NAME} keyword is used, the linker will sort the files or sections
3316 into ascending order by name before placing them in the output file.
3317
3318 @cindex SORT_BY_ALIGNMENT
3319 @code{SORT_BY_ALIGNMENT} is very similar to @code{SORT_BY_NAME}. The
3320 difference is @code{SORT_BY_ALIGNMENT} will sort sections into
3321 ascending order by alignment before placing them in the output file.
3322
3323 @cindex SORT
3324 @code{SORT} is an alias for @code{SORT_BY_NAME}.
3325
3326 When there are nested section sorting commands in linker script, there
3327 can be at most 1 level of nesting for section sorting commands.
3328
3329 @enumerate
3330 @item
3331 @code{SORT_BY_NAME} (@code{SORT_BY_ALIGNMENT} (wildcard section pattern)).
3332 It will sort the input sections by name first, then by alignment if 2
3333 sections have the same name.
3334 @item
3335 @code{SORT_BY_ALIGNMENT} (@code{SORT_BY_NAME} (wildcard section pattern)).
3336 It will sort the input sections by alignment first, then by name if 2
3337 sections have the same alignment.
3338 @item
3339 @code{SORT_BY_NAME} (@code{SORT_BY_NAME} (wildcard section pattern)) is 
3340 treated the same as @code{SORT_BY_NAME} (wildcard section pattern).
3341 @item
3342 @code{SORT_BY_ALIGNMENT} (@code{SORT_BY_ALIGNMENT} (wildcard section pattern))
3343 is treated the same as @code{SORT_BY_ALIGNMENT} (wildcard section pattern).
3344 @item
3345 All other nested section sorting commands are invalid.
3346 @end enumerate
3347
3348 When both command line section sorting option and linker script
3349 section sorting command are used, section sorting command always
3350 takes precedence over the command line option.
3351
3352 If the section sorting command in linker script isn't nested, the
3353 command line option will make the section sorting command to be
3354 treated as nested sorting command.
3355
3356 @enumerate
3357 @item
3358 @code{SORT_BY_NAME} (wildcard section pattern ) with
3359 @option{--sort-sections alignment} is equivalent to
3360 @code{SORT_BY_NAME} (@code{SORT_BY_ALIGNMENT} (wildcard section pattern)).
3361 @item
3362 @code{SORT_BY_ALIGNMENT} (wildcard section pattern) with
3363 @option{--sort-section name} is equivalent to
3364 @code{SORT_BY_ALIGNMENT} (@code{SORT_BY_NAME} (wildcard section pattern)).
3365 @end enumerate
3366
3367 If the section sorting command in linker script is nested, the
3368 command line option will be ignored.
3369
3370 If you ever get confused about where input sections are going, use the
3371 @samp{-M} linker option to generate a map file.  The map file shows
3372 precisely how input sections are mapped to output sections.
3373
3374 This example shows how wildcard patterns might be used to partition
3375 files.  This linker script directs the linker to place all @samp{.text}
3376 sections in @samp{.text} and all @samp{.bss} sections in @samp{.bss}.
3377 The linker will place the @samp{.data} section from all files beginning
3378 with an upper case character in @samp{.DATA}; for all other files, the
3379 linker will place the @samp{.data} section in @samp{.data}.
3380 @smallexample
3381 @group
3382 SECTIONS @{
3383   .text : @{ *(.text) @}
3384   .DATA : @{ [A-Z]*(.data) @}
3385   .data : @{ *(.data) @}
3386   .bss : @{ *(.bss) @}
3387 @}
3388 @end group
3389 @end smallexample
3390
3391 @node Input Section Common
3392 @subsubsection Input Section for Common Symbols
3393 @cindex common symbol placement
3394 @cindex uninitialized data placement
3395 A special notation is needed for common symbols, because in many object
3396 file formats common symbols do not have a particular input section.  The
3397 linker treats common symbols as though they are in an input section
3398 named @samp{COMMON}.
3399
3400 You may use file names with the @samp{COMMON} section just as with any
3401 other input sections.  You can use this to place common symbols from a
3402 particular input file in one section while common symbols from other
3403 input files are placed in another section.
3404
3405 In most cases, common symbols in input files will be placed in the
3406 @samp{.bss} section in the output file.  For example:
3407 @smallexample
3408 .bss @{ *(.bss) *(COMMON) @}
3409 @end smallexample
3410
3411 @cindex scommon section
3412 @cindex small common symbols
3413 Some object file formats have more than one type of common symbol.  For
3414 example, the MIPS ELF object file format distinguishes standard common
3415 symbols and small common symbols.  In this case, the linker will use a
3416 different special section name for other types of common symbols.  In
3417 the case of MIPS ELF, the linker uses @samp{COMMON} for standard common
3418 symbols and @samp{.scommon} for small common symbols.  This permits you
3419 to map the different types of common symbols into memory at different
3420 locations.
3421
3422 @cindex [COMMON]
3423 You will sometimes see @samp{[COMMON]} in old linker scripts.  This
3424 notation is now considered obsolete.  It is equivalent to
3425 @samp{*(COMMON)}.
3426
3427 @node Input Section Keep
3428 @subsubsection Input Section and Garbage Collection
3429 @cindex KEEP
3430 @cindex garbage collection
3431 When link-time garbage collection is in use (@samp{--gc-sections}),
3432 it is often useful to mark sections that should not be eliminated.
3433 This is accomplished by surrounding an input section's wildcard entry
3434 with @code{KEEP()}, as in @code{KEEP(*(.init))} or
3435 @code{KEEP(SORT_BY_NAME(*)(.ctors))}.
3436
3437 @node Input Section Example
3438 @subsubsection Input Section Example
3439 The following example is a complete linker script.  It tells the linker
3440 to read all of the sections from file @file{all.o} and place them at the
3441 start of output section @samp{outputa} which starts at location
3442 @samp{0x10000}.  All of section @samp{.input1} from file @file{foo.o}
3443 follows immediately, in the same output section.  All of section
3444 @samp{.input2} from @file{foo.o} goes into output section
3445 @samp{outputb}, followed by section @samp{.input1} from @file{foo1.o}.
3446 All of the remaining @samp{.input1} and @samp{.input2} sections from any
3447 files are written to output section @samp{outputc}.
3448
3449 @smallexample
3450 @group
3451 SECTIONS @{
3452   outputa 0x10000 :
3453     @{
3454     all.o
3455     foo.o (.input1)
3456     @}
3457 @end group
3458 @group
3459   outputb :
3460     @{
3461     foo.o (.input2)
3462     foo1.o (.input1)
3463     @}
3464 @end group
3465 @group
3466   outputc :
3467     @{
3468     *(.input1)
3469     *(.input2)
3470     @}
3471 @}
3472 @end group
3473 @end smallexample
3474
3475 @node Output Section Data
3476 @subsection Output Section Data
3477 @cindex data
3478 @cindex section data
3479 @cindex output section data
3480 @kindex BYTE(@var{expression})
3481 @kindex SHORT(@var{expression})
3482 @kindex LONG(@var{expression})
3483 @kindex QUAD(@var{expression})
3484 @kindex SQUAD(@var{expression})
3485 You can include explicit bytes of data in an output section by using
3486 @code{BYTE}, @code{SHORT}, @code{LONG}, @code{QUAD}, or @code{SQUAD} as
3487 an output section command.  Each keyword is followed by an expression in
3488 parentheses providing the value to store (@pxref{Expressions}).  The
3489 value of the expression is stored at the current value of the location
3490 counter.
3491
3492 The @code{BYTE}, @code{SHORT}, @code{LONG}, and @code{QUAD} commands
3493 store one, two, four, and eight bytes (respectively).  After storing the
3494 bytes, the location counter is incremented by the number of bytes
3495 stored.
3496
3497 For example, this will store the byte 1 followed by the four byte value
3498 of the symbol @samp{addr}:
3499 @smallexample
3500 BYTE(1)
3501 LONG(addr)
3502 @end smallexample
3503
3504 When using a 64 bit host or target, @code{QUAD} and @code{SQUAD} are the
3505 same; they both store an 8 byte, or 64 bit, value.  When both host and
3506 target are 32 bits, an expression is computed as 32 bits.  In this case
3507 @code{QUAD} stores a 32 bit value zero extended to 64 bits, and
3508 @code{SQUAD} stores a 32 bit value sign extended to 64 bits.
3509
3510 If the object file format of the output file has an explicit endianness,
3511 which is the normal case, the value will be stored in that endianness.
3512 When the object file format does not have an explicit endianness, as is
3513 true of, for example, S-records, the value will be stored in the
3514 endianness of the first input object file.
3515
3516 Note---these commands only work inside a section description and not
3517 between them, so the following will produce an error from the linker:
3518 @smallexample
3519 SECTIONS @{@ .text : @{@ *(.text) @}@ LONG(1) .data : @{@ *(.data) @}@ @}@
3520 @end smallexample
3521 whereas this will work:
3522 @smallexample
3523 SECTIONS @{@ .text : @{@ *(.text) ; LONG(1) @}@ .data : @{@ *(.data) @}@ @}@
3524 @end smallexample
3525
3526 @kindex FILL(@var{expression})
3527 @cindex holes, filling
3528 @cindex unspecified memory
3529 You may use the @code{FILL} command to set the fill pattern for the
3530 current section.  It is followed by an expression in parentheses.  Any
3531 otherwise unspecified regions of memory within the section (for example,
3532 gaps left due to the required alignment of input sections) are filled
3533 with the value of the expression, repeated as
3534 necessary.  A @code{FILL} statement covers memory locations after the
3535 point at which it occurs in the section definition; by including more
3536 than one @code{FILL} statement, you can have different fill patterns in
3537 different parts of an output section.
3538
3539 This example shows how to fill unspecified regions of memory with the
3540 value @samp{0x90}:
3541 @smallexample
3542 FILL(0x90909090)
3543 @end smallexample
3544
3545 The @code{FILL} command is similar to the @samp{=@var{fillexp}} output
3546 section attribute, but it only affects the
3547 part of the section following the @code{FILL} command, rather than the
3548 entire section.  If both are used, the @code{FILL} command takes
3549 precedence.  @xref{Output Section Fill}, for details on the fill
3550 expression.
3551
3552 @node Output Section Keywords
3553 @subsection Output Section Keywords
3554 There are a couple of keywords which can appear as output section
3555 commands.
3556
3557 @table @code
3558 @kindex CREATE_OBJECT_SYMBOLS
3559 @cindex input filename symbols
3560 @cindex filename symbols
3561 @item CREATE_OBJECT_SYMBOLS
3562 The command tells the linker to create a symbol for each input file.
3563 The name of each symbol will be the name of the corresponding input
3564 file.  The section of each symbol will be the output section in which
3565 the @code{CREATE_OBJECT_SYMBOLS} command appears.
3566
3567 This is conventional for the a.out object file format.  It is not
3568 normally used for any other object file format.
3569
3570 @kindex CONSTRUCTORS
3571 @cindex C++ constructors, arranging in link
3572 @cindex constructors, arranging in link
3573 @item CONSTRUCTORS
3574 When linking using the a.out object file format, the linker uses an
3575 unusual set construct to support C++ global constructors and
3576 destructors.  When linking object file formats which do not support
3577 arbitrary sections, such as ECOFF and XCOFF, the linker will
3578 automatically recognize C++ global constructors and destructors by name.
3579 For these object file formats, the @code{CONSTRUCTORS} command tells the
3580 linker to place constructor information in the output section where the
3581 @code{CONSTRUCTORS} command appears.  The @code{CONSTRUCTORS} command is
3582 ignored for other object file formats.
3583
3584 The symbol @w{@code{__CTOR_LIST__}} marks the start of the global
3585 constructors, and the symbol @w{@code{__CTOR_END__}} marks the end.
3586 Similarly, @w{@code{__DTOR_LIST__}} and @w{@code{__DTOR_END__}} mark
3587 the start and end of the global destructors.  The
3588 first word in the list is the number of entries, followed by the address
3589 of each constructor or destructor, followed by a zero word.  The
3590 compiler must arrange to actually run the code.  For these object file
3591 formats @sc{gnu} C++ normally calls constructors from a subroutine
3592 @code{__main}; a call to @code{__main} is automatically inserted into
3593 the startup code for @code{main}.  @sc{gnu} C++ normally runs
3594 destructors either by using @code{atexit}, or directly from the function
3595 @code{exit}.
3596
3597 For object file formats such as @code{COFF} or @code{ELF} which support
3598 arbitrary section names, @sc{gnu} C++ will normally arrange to put the
3599 addresses of global constructors and destructors into the @code{.ctors}
3600 and @code{.dtors} sections.  Placing the following sequence into your
3601 linker script will build the sort of table which the @sc{gnu} C++
3602 runtime code expects to see.
3603
3604 @smallexample
3605       __CTOR_LIST__ = .;
3606       LONG((__CTOR_END__ - __CTOR_LIST__) / 4 - 2)
3607       *(.ctors)
3608       LONG(0)
3609       __CTOR_END__ = .;
3610       __DTOR_LIST__ = .;
3611       LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)
3612       *(.dtors)
3613       LONG(0)
3614       __DTOR_END__ = .;
3615 @end smallexample
3616
3617 If you are using the @sc{gnu} C++ support for initialization priority,
3618 which provides some control over the order in which global constructors
3619 are run, you must sort the constructors at link time to ensure that they
3620 are executed in the correct order.  When using the @code{CONSTRUCTORS}
3621 command, use @samp{SORT_BY_NAME(CONSTRUCTORS)} instead.  When using the
3622 @code{.ctors} and @code{.dtors} sections, use @samp{*(SORT_BY_NAME(.ctors))} and
3623 @samp{*(SORT_BY_NAME(.dtors))} instead of just @samp{*(.ctors)} and
3624 @samp{*(.dtors)}.
3625
3626 Normally the compiler and linker will handle these issues automatically,
3627 and you will not need to concern yourself with them.  However, you may
3628 need to consider this if you are using C++ and writing your own linker
3629 scripts.
3630
3631 @end table
3632
3633 @node Output Section Discarding
3634 @subsection Output Section Discarding
3635 @cindex discarding sections
3636 @cindex sections, discarding
3637 @cindex removing sections
3638 The linker will not create output section which do not have any
3639 contents.  This is for convenience when referring to input sections that
3640 may or may not be present in any of the input files.  For example:
3641 @smallexample
3642 .foo @{ *(.foo) @}
3643 @end smallexample
3644 @noindent
3645 will only create a @samp{.foo} section in the output file if there is a
3646 @samp{.foo} section in at least one input file.
3647
3648 If you use anything other than an input section description as an output
3649 section command, such as a symbol assignment, then the output section
3650 will always be created, even if there are no matching input sections.
3651
3652 @cindex /DISCARD/
3653 The special output section name @samp{/DISCARD/} may be used to discard
3654 input sections.  Any input sections which are assigned to an output
3655 section named @samp{/DISCARD/} are not included in the output file.
3656
3657 @node Output Section Attributes
3658 @subsection Output Section Attributes
3659 @cindex output section attributes
3660 We showed above that the full description of an output section looked
3661 like this:
3662 @smallexample
3663 @group
3664 @var{section} [@var{address}] [(@var{type})] :
3665   [AT(@var{lma})] [ALIGN(@var{section_align})] [SUBALIGN(@var{subsection_align})]
3666   @{
3667     @var{output-section-command}
3668     @var{output-section-command}
3669     @dots{}
3670   @} [>@var{region}] [AT>@var{lma_region}] [:@var{phdr} :@var{phdr} @dots{}] [=@var{fillexp}]
3671 @end group
3672 @end smallexample
3673 We've already described @var{section}, @var{address}, and
3674 @var{output-section-command}.  In this section we will describe the
3675 remaining section attributes.
3676
3677 @menu
3678 * Output Section Type::         Output section type
3679 * Output Section LMA::          Output section LMA
3680 * Forced Output Alignment::     Forced Output Alignment
3681 * Forced Input Alignment::      Forced Input Alignment
3682 * Output Section Region::       Output section region
3683 * Output Section Phdr::         Output section phdr
3684 * Output Section Fill::         Output section fill
3685 @end menu
3686
3687 @node Output Section Type
3688 @subsubsection Output Section Type
3689 Each output section may have a type.  The type is a keyword in
3690 parentheses.  The following types are defined:
3691
3692 @table @code
3693 @item NOLOAD
3694 The section should be marked as not loadable, so that it will not be
3695 loaded into memory when the program is run.
3696 @item DSECT
3697 @itemx COPY
3698 @itemx INFO
3699 @itemx OVERLAY
3700 These type names are supported for backward compatibility, and are
3701 rarely used.  They all have the same effect: the section should be
3702 marked as not allocatable, so that no memory is allocated for the
3703 section when the program is run.
3704 @end table
3705
3706 @kindex NOLOAD
3707 @cindex prevent unnecessary loading
3708 @cindex loading, preventing
3709 The linker normally sets the attributes of an output section based on
3710 the input sections which map into it.  You can override this by using
3711 the section type.  For example, in the script sample below, the
3712 @samp{ROM} section is addressed at memory location @samp{0} and does not
3713 need to be loaded when the program is run.  The contents of the
3714 @samp{ROM} section will appear in the linker output file as usual.
3715 @smallexample
3716 @group
3717 SECTIONS @{
3718   ROM 0 (NOLOAD) : @{ @dots{} @}
3719   @dots{}
3720 @}
3721 @end group
3722 @end smallexample
3723
3724 @node Output Section LMA
3725 @subsubsection Output Section LMA
3726 @kindex AT>@var{lma_region}
3727 @kindex AT(@var{lma})
3728 @cindex load address
3729 @cindex section load address
3730 Every section has a virtual address (VMA) and a load address (LMA); see
3731 @ref{Basic Script Concepts}.  The address expression which may appear in
3732 an output section description sets the VMA (@pxref{Output Section
3733 Address}).
3734
3735 The linker will normally set the LMA equal to the VMA.  You can change
3736 that by using the @code{AT} keyword.  The expression @var{lma} that
3737 follows the @code{AT} keyword specifies the load address of the
3738 section.
3739
3740 Alternatively, with @samp{AT>@var{lma_region}} expression, you may
3741 specify a memory region for the section's load address. @xref{MEMORY}.
3742 Note that if the section has not had a VMA assigned to it then the
3743 linker will use the @var{lma_region} as the VMA region as well.
3744 @xref{Output Section Region}.
3745
3746 @cindex ROM initialized data
3747 @cindex initialized data in ROM
3748 This feature is designed to make it easy to build a ROM image.  For
3749 example, the following linker script creates three output sections: one
3750 called @samp{.text}, which starts at @code{0x1000}, one called
3751 @samp{.mdata}, which is loaded at the end of the @samp{.text} section
3752 even though its VMA is @code{0x2000}, and one called @samp{.bss} to hold
3753 uninitialized data at address @code{0x3000}.  The symbol @code{_data} is
3754 defined with the value @code{0x2000}, which shows that the location
3755 counter holds the VMA value, not the LMA value.
3756
3757 @smallexample
3758 @group
3759 SECTIONS
3760   @{
3761   .text 0x1000 : @{ *(.text) _etext = . ; @}
3762   .mdata 0x2000 :
3763     AT ( ADDR (.text) + SIZEOF (.text) )
3764     @{ _data = . ; *(.data); _edata = . ;  @}
3765   .bss 0x3000 :
3766     @{ _bstart = . ;  *(.bss) *(COMMON) ; _bend = . ;@}
3767 @}
3768 @end group
3769 @end smallexample
3770
3771 The run-time initialization code for use with a program generated with
3772 this linker script would include something like the following, to copy
3773 the initialized data from the ROM image to its runtime address.  Notice
3774 how this code takes advantage of the symbols defined by the linker
3775 script.
3776
3777 @smallexample
3778 @group
3779 extern char _etext, _data, _edata, _bstart, _bend;
3780 char *src = &_etext;
3781 char *dst = &_data;
3782
3783 /* ROM has data at end of text; copy it. */
3784 while (dst < &_edata) @{
3785   *dst++ = *src++;
3786 @}
3787
3788 /* Zero bss */
3789 for (dst = &_bstart; dst< &_bend; dst++)
3790   *dst = 0;
3791 @end group
3792 @end smallexample
3793
3794 @node Forced Output Alignment
3795 @subsubsection Forced Output Alignment
3796 @kindex ALIGN(@var{section_align})
3797 @cindex forcing output section alignment
3798 @cindex output section alignment
3799 You can increase an output section's alignment by using ALIGN.
3800
3801 @node Forced Input Alignment
3802 @subsubsection Forced Input Alignment
3803 @kindex SUBALIGN(@var{subsection_align})
3804 @cindex forcing input section alignment
3805 @cindex input section alignment
3806 You can force input section alignment within an output section by using
3807 SUBALIGN.  The value specified overrides any alignment given by input
3808 sections, whether larger or smaller.
3809
3810 @node Output Section Region
3811 @subsubsection Output Section Region
3812 @kindex >@var{region}
3813 @cindex section, assigning to memory region
3814 @cindex memory regions and sections
3815 You can assign a section to a previously defined region of memory by
3816 using @samp{>@var{region}}.  @xref{MEMORY}.
3817
3818 Here is a simple example:
3819 @smallexample
3820 @group
3821 MEMORY @{ rom : ORIGIN = 0x1000, LENGTH = 0x1000 @}
3822 SECTIONS @{ ROM : @{ *(.text) @} >rom @}
3823 @end group
3824 @end smallexample
3825
3826 @node Output Section Phdr
3827 @subsubsection Output Section Phdr
3828 @kindex :@var{phdr}
3829 @cindex section, assigning to program header
3830 @cindex program headers and sections
3831 You can assign a section to a previously defined program segment by
3832 using @samp{:@var{phdr}}.  @xref{PHDRS}.  If a section is assigned to
3833 one or more segments, then all subsequent allocated sections will be
3834 assigned to those segments as well, unless they use an explicitly
3835 @code{:@var{phdr}} modifier.  You can use @code{:NONE} to tell the
3836 linker to not put the section in any segment at all.
3837
3838 Here is a simple example:
3839 @smallexample
3840 @group
3841 PHDRS @{ text PT_LOAD ; @}
3842 SECTIONS @{ .text : @{ *(.text) @} :text @}
3843 @end group
3844 @end smallexample
3845
3846 @node Output Section Fill
3847 @subsubsection Output Section Fill
3848 @kindex =@var{fillexp}
3849 @cindex section fill pattern
3850 @cindex fill pattern, entire section
3851 You can set the fill pattern for an entire section by using
3852 @samp{=@var{fillexp}}.  @var{fillexp} is an expression
3853 (@pxref{Expressions}).  Any otherwise unspecified regions of memory
3854 within the output section (for example, gaps left due to the required
3855 alignment of input sections) will be filled with the value, repeated as
3856 necessary.  If the fill expression is a simple hex number, ie. a string
3857 of hex digit starting with @samp{0x} and without a trailing @samp{k} or @samp{M}, then
3858 an arbitrarily long sequence of hex digits can be used to specify the
3859 fill pattern;  Leading zeros become part of the pattern too.  For all
3860 other cases, including extra parentheses or a unary @code{+}, the fill
3861 pattern is the four least significant bytes of the value of the
3862 expression.  In all cases, the number is big-endian.
3863
3864 You can also change the fill value with a @code{FILL} command in the
3865 output section commands; (@pxref{Output Section Data}).
3866
3867 Here is a simple example:
3868 @smallexample
3869 @group
3870 SECTIONS @{ .text : @{ *(.text) @} =0x90909090 @}
3871 @end group
3872 @end smallexample
3873
3874 @node Overlay Description
3875 @subsection Overlay Description
3876 @kindex OVERLAY
3877 @cindex overlays
3878 An overlay description provides an easy way to describe sections which
3879 are to be loaded as part of a single memory image but are to be run at
3880 the same memory address.  At run time, some sort of overlay manager will
3881 copy the overlaid sections in and out of the runtime memory address as
3882 required, perhaps by simply manipulating addressing bits.  This approach
3883 can be useful, for example, when a certain region of memory is faster
3884 than another.
3885
3886 Overlays are described using the @code{OVERLAY} command.  The
3887 @code{OVERLAY} command is used within a @code{SECTIONS} command, like an
3888 output section description.  The full syntax of the @code{OVERLAY}
3889 command is as follows:
3890 @smallexample
3891 @group
3892 OVERLAY [@var{start}] : [NOCROSSREFS] [AT ( @var{ldaddr} )]
3893   @{
3894     @var{secname1}
3895       @{
3896         @var{output-section-command}
3897         @var{output-section-command}
3898         @dots{}
3899       @} [:@var{phdr}@dots{}] [=@var{fill}]
3900     @var{secname2}
3901       @{
3902         @var{output-section-command}
3903         @var{output-section-command}
3904         @dots{}
3905       @} [:@var{phdr}@dots{}] [=@var{fill}]
3906     @dots{}
3907   @} [>@var{region}] [:@var{phdr}@dots{}] [=@var{fill}]
3908 @end group
3909 @end smallexample
3910
3911 Everything is optional except @code{OVERLAY} (a keyword), and each
3912 section must have a name (@var{secname1} and @var{secname2} above).  The
3913 section definitions within the @code{OVERLAY} construct are identical to
3914 those within the general @code{SECTIONS} contruct (@pxref{SECTIONS}),
3915 except that no addresses and no memory regions may be defined for
3916 sections within an @code{OVERLAY}.
3917
3918 The sections are all defined with the same starting address.  The load
3919 addresses of the sections are arranged such that they are consecutive in
3920 memory starting at the load address used for the @code{OVERLAY} as a
3921 whole (as with normal section definitions, the load address is optional,
3922 and defaults to the start address; the start address is also optional,
3923 and defaults to the current value of the location counter).
3924
3925 If the @code{NOCROSSREFS} keyword is used, and there any references
3926 among the sections, the linker will report an error.  Since the sections
3927 all run at the same address, it normally does not make sense for one
3928 section to refer directly to another.  @xref{Miscellaneous Commands,
3929 NOCROSSREFS}.
3930
3931 For each section within the @code{OVERLAY}, the linker automatically
3932 defines two symbols.  The symbol @code{__load_start_@var{secname}} is
3933 defined as the starting load address of the section.  The symbol
3934 @code{__load_stop_@var{secname}} is defined as the final load address of
3935 the section.  Any characters within @var{secname} which are not legal
3936 within C identifiers are removed.  C (or assembler) code may use these
3937 symbols to move the overlaid sections around as necessary.
3938
3939 At the end of the overlay, the value of the location counter is set to
3940 the start address of the overlay plus the size of the largest section.
3941
3942 Here is an example.  Remember that this would appear inside a
3943 @code{SECTIONS} construct.
3944 @smallexample
3945 @group
3946   OVERLAY 0x1000 : AT (0x4000)
3947    @{
3948      .text0 @{ o1/*.o(.text) @}
3949      .text1 @{ o2/*.o(.text) @}
3950    @}
3951 @end group
3952 @end smallexample
3953 @noindent
3954 This will define both @samp{.text0} and @samp{.text1} to start at
3955 address 0x1000.  @samp{.text0} will be loaded at address 0x4000, and
3956 @samp{.text1} will be loaded immediately after @samp{.text0}.  The
3957 following symbols will be defined: @code{__load_start_text0},
3958 @code{__load_stop_text0}, @code{__load_start_text1},
3959 @code{__load_stop_text1}.
3960
3961 C code to copy overlay @code{.text1} into the overlay area might look
3962 like the following.
3963
3964 @smallexample
3965 @group
3966   extern char __load_start_text1, __load_stop_text1;
3967   memcpy ((char *) 0x1000, &__load_start_text1,
3968           &__load_stop_text1 - &__load_start_text1);
3969 @end group
3970 @end smallexample
3971
3972 Note that the @code{OVERLAY} command is just syntactic sugar, since
3973 everything it does can be done using the more basic commands.  The above
3974 example could have been written identically as follows.
3975
3976 @smallexample
3977 @group
3978   .text0 0x1000 : AT (0x4000) @{ o1/*.o(.text) @}
3979   __load_start_text0 = LOADADDR (.text0);
3980   __load_stop_text0 = LOADADDR (.text0) + SIZEOF (.text0);
3981   .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @}
3982   __load_start_text1 = LOADADDR (.text1);
3983   __load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1);
3984   . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
3985 @end group
3986 @end smallexample
3987
3988 @node MEMORY
3989 @section MEMORY Command
3990 @kindex MEMORY
3991 @cindex memory regions
3992 @cindex regions of memory
3993 @cindex allocating memory
3994 @cindex discontinuous memory
3995 The linker's default configuration permits allocation of all available
3996 memory.  You can override this by using the @code{MEMORY} command.
3997
3998 The @code{MEMORY} command describes the location and size of blocks of
3999 memory in the target.  You can use it to describe which memory regions
4000 may be used by the linker, and which memory regions it must avoid.  You
4001 can then assign sections to particular memory regions.  The linker will
4002 set section addresses based on the memory regions, and will warn about
4003 regions that become too full.  The linker will not shuffle sections
4004 around to fit into the available regions.
4005
4006 A linker script may contain at most one use of the @code{MEMORY}
4007 command.  However, you can define as many blocks of memory within it as
4008 you wish.  The syntax is:
4009 @smallexample
4010 @group
4011 MEMORY
4012   @{
4013     @var{name} [(@var{attr})] : ORIGIN = @var{origin}, LENGTH = @var{len}
4014     @dots{}
4015   @}
4016 @end group
4017 @end smallexample
4018
4019 The @var{name} is a name used in the linker script to refer to the
4020 region.  The region name has no meaning outside of the linker script.
4021 Region names are stored in a separate name space, and will not conflict
4022 with symbol names, file names, or section names.  Each memory region
4023 must have a distinct name.
4024
4025 @cindex memory region attributes
4026 The @var{attr} string is an optional list of attributes that specify
4027 whether to use a particular memory region for an input section which is
4028 not explicitly mapped in the linker script.  As described in
4029 @ref{SECTIONS}, if you do not specify an output section for some input
4030 section, the linker will create an output section with the same name as
4031 the input section.  If you define region attributes, the linker will use
4032 them to select the memory region for the output section that it creates.
4033
4034 The @var{attr} string must consist only of the following characters:
4035 @table @samp
4036 @item R
4037 Read-only section
4038 @item W
4039 Read/write section
4040 @item X
4041 Executable section
4042 @item A
4043 Allocatable section
4044 @item I
4045 Initialized section
4046 @item L
4047 Same as @samp{I}
4048 @item !
4049 Invert the sense of any of the preceding attributes
4050 @end table
4051
4052 If a unmapped section matches any of the listed attributes other than
4053 @samp{!}, it will be placed in the memory region.  The @samp{!}
4054 attribute reverses this test, so that an unmapped section will be placed
4055 in the memory region only if it does not match any of the listed
4056 attributes.
4057
4058 @kindex ORIGIN =
4059 @kindex o =
4060 @kindex org =
4061 The @var{origin} is an numerical expression for the start address of
4062 the memory region.  The expression must evaluate to a constant and it
4063 cannot involve any symbols.  The keyword @code{ORIGIN} may be
4064 abbreviated to @code{org} or @code{o} (but not, for example,
4065 @code{ORG}).
4066
4067 @kindex LENGTH =
4068 @kindex len =
4069 @kindex l =
4070 The @var{len} is an expression for the size in bytes of the memory
4071 region.  As with the @var{origin} expression, the expression must
4072 be numerical only and must evaluate to a constant.  The keyword
4073 @code{LENGTH} may be abbreviated to @code{len} or @code{l}.
4074
4075 In the following example, we specify that there are two memory regions
4076 available for allocation: one starting at @samp{0} for 256 kilobytes,
4077 and the other starting at @samp{0x40000000} for four megabytes.  The
4078 linker will place into the @samp{rom} memory region every section which
4079 is not explicitly mapped into a memory region, and is either read-only
4080 or executable.  The linker will place other sections which are not
4081 explicitly mapped into a memory region into the @samp{ram} memory
4082 region.
4083
4084 @smallexample
4085 @group
4086 MEMORY
4087   @{
4088     rom (rx)  : ORIGIN = 0, LENGTH = 256K
4089     ram (!rx) : org = 0x40000000, l = 4M
4090   @}
4091 @end group
4092 @end smallexample
4093
4094 Once you define a memory region, you can direct the linker to place
4095 specific output sections into that memory region by using the
4096 @samp{>@var{region}} output section attribute.  For example, if you have
4097 a memory region named @samp{mem}, you would use @samp{>mem} in the
4098 output section definition.  @xref{Output Section Region}.  If no address
4099 was specified for the output section, the linker will set the address to
4100 the next available address within the memory region.  If the combined
4101 output sections directed to a memory region are too large for the
4102 region, the linker will issue an error message.
4103
4104 It is possible to access the origin and length of a memory in an
4105 expression via the @code{ORIGIN(@var{memory})} and 
4106 @code{LENGTH(@var{memory})} functions:
4107
4108 @smallexample
4109 @group
4110   _fstack = ORIGIN(ram) + LENGTH(ram) - 4;  
4111 @end group
4112 @end smallexample
4113
4114 @node PHDRS
4115 @section PHDRS Command
4116 @kindex PHDRS
4117 @cindex program headers
4118 @cindex ELF program headers
4119 @cindex program segments
4120 @cindex segments, ELF
4121 The ELF object file format uses @dfn{program headers}, also knows as
4122 @dfn{segments}.  The program headers describe how the program should be
4123 loaded into memory.  You can print them out by using the @code{objdump}
4124 program with the @samp{-p} option.
4125
4126 When you run an ELF program on a native ELF system, the system loader
4127 reads the program headers in order to figure out how to load the
4128 program.  This will only work if the program headers are set correctly.
4129 This manual does not describe the details of how the system loader
4130 interprets program headers; for more information, see the ELF ABI.
4131
4132 The linker will create reasonable program headers by default.  However,
4133 in some cases, you may need to specify the program headers more
4134 precisely.  You may use the @code{PHDRS} command for this purpose.  When
4135 the linker sees the @code{PHDRS} command in the linker script, it will
4136 not create any program headers other than the ones specified.
4137
4138 The linker only pays attention to the @code{PHDRS} command when
4139 generating an ELF output file.  In other cases, the linker will simply
4140 ignore @code{PHDRS}.
4141
4142 This is the syntax of the @code{PHDRS} command.  The words @code{PHDRS},
4143 @code{FILEHDR}, @code{AT}, and @code{FLAGS} are keywords.
4144
4145 @smallexample
4146 @group
4147 PHDRS
4148 @{
4149   @var{name} @var{type} [ FILEHDR ] [ PHDRS ] [ AT ( @var{address} ) ]
4150         [ FLAGS ( @var{flags} ) ] ;
4151 @}
4152 @end group
4153 @end smallexample
4154
4155 The @var{name} is used only for reference in the @code{SECTIONS} command
4156 of the linker script.  It is not put into the output file.  Program
4157 header names are stored in a separate name space, and will not conflict
4158 with symbol names, file names, or section names.  Each program header
4159 must have a distinct name.
4160
4161 Certain program header types describe segments of memory which the
4162 system loader will load from the file.  In the linker script, you
4163 specify the contents of these segments by placing allocatable output
4164 sections in the segments.  You use the @samp{:@var{phdr}} output section
4165 attribute to place a section in a particular segment.  @xref{Output
4166 Section Phdr}.
4167
4168 It is normal to put certain sections in more than one segment.  This
4169 merely implies that one segment of memory contains another.  You may
4170 repeat @samp{:@var{phdr}}, using it once for each segment which should
4171 contain the section.
4172
4173 If you place a section in one or more segments using @samp{:@var{phdr}},
4174 then the linker will place all subsequent allocatable sections which do
4175 not specify @samp{:@var{phdr}} in the same segments.  This is for
4176 convenience, since generally a whole set of contiguous sections will be
4177 placed in a single segment.  You can use @code{:NONE} to override the
4178 default segment and tell the linker to not put the section in any
4179 segment at all.
4180
4181 @kindex FILEHDR
4182 @kindex PHDRS
4183 You may use the @code{FILEHDR} and @code{PHDRS} keywords appear after
4184 the program header type to further describe the contents of the segment.
4185 The @code{FILEHDR} keyword means that the segment should include the ELF
4186 file header.  The @code{PHDRS} keyword means that the segment should
4187 include the ELF program headers themselves.
4188
4189 The @var{type} may be one of the following.  The numbers indicate the
4190 value of the keyword.
4191
4192 @table @asis
4193 @item @code{PT_NULL} (0)
4194 Indicates an unused program header.
4195
4196 @item @code{PT_LOAD} (1)
4197 Indicates that this program header describes a segment to be loaded from
4198 the file.
4199
4200 @item @code{PT_DYNAMIC} (2)
4201 Indicates a segment where dynamic linking information can be found.
4202
4203 @item @code{PT_INTERP} (3)
4204 Indicates a segment where the name of the program interpreter may be
4205 found.
4206
4207 @item @code{PT_NOTE} (4)
4208 Indicates a segment holding note information.
4209
4210 @item @code{PT_SHLIB} (5)
4211 A reserved program header type, defined but not specified by the ELF
4212 ABI.
4213
4214 @item @code{PT_PHDR} (6)
4215 Indicates a segment where the program headers may be found.
4216
4217 @item @var{expression}
4218 An expression giving the numeric type of the program header.  This may
4219 be used for types not defined above.
4220 @end table
4221
4222 You can specify that a segment should be loaded at a particular address
4223 in memory by using an @code{AT} expression.  This is identical to the
4224 @code{AT} command used as an output section attribute (@pxref{Output
4225 Section LMA}).  The @code{AT} command for a program header overrides the
4226 output section attribute.
4227
4228 The linker will normally set the segment flags based on the sections
4229 which comprise the segment.  You may use the @code{FLAGS} keyword to
4230 explicitly specify the segment flags.  The value of @var{flags} must be
4231 an integer.  It is used to set the @code{p_flags} field of the program
4232 header.
4233
4234 Here is an example of @code{PHDRS}.  This shows a typical set of program
4235 headers used on a native ELF system.
4236
4237 @example
4238 @group
4239 PHDRS
4240 @{
4241   headers PT_PHDR PHDRS ;
4242   interp PT_INTERP ;
4243   text PT_LOAD FILEHDR PHDRS ;
4244   data PT_LOAD ;
4245   dynamic PT_DYNAMIC ;
4246 @}
4247
4248 SECTIONS
4249 @{
4250   . = SIZEOF_HEADERS;
4251   .interp : @{ *(.interp) @} :text :interp
4252   .text : @{ *(.text) @} :text
4253   .rodata : @{ *(.rodata) @} /* defaults to :text */
4254   @dots{}
4255   . = . + 0x1000; /* move to a new page in memory */
4256   .data : @{ *(.data) @} :data
4257   .dynamic : @{ *(.dynamic) @} :data :dynamic
4258   @dots{}
4259 @}
4260 @end group
4261 @end example
4262
4263 @node VERSION
4264 @section VERSION Command
4265 @kindex VERSION @{script text@}
4266 @cindex symbol versions
4267 @cindex version script
4268 @cindex versions of symbols
4269 The linker supports symbol versions when using ELF.  Symbol versions are
4270 only useful when using shared libraries.  The dynamic linker can use
4271 symbol versions to select a specific version of a function when it runs
4272 a program that may have been linked against an earlier version of the
4273 shared library.
4274
4275 You can include a version script directly in the main linker script, or
4276 you can supply the version script as an implicit linker script.  You can
4277 also use the @samp{--version-script} linker option.
4278
4279 The syntax of the @code{VERSION} command is simply
4280 @smallexample
4281 VERSION @{ version-script-commands @}
4282 @end smallexample
4283
4284 The format of the version script commands is identical to that used by
4285 Sun's linker in Solaris 2.5.  The version script defines a tree of
4286 version nodes.  You specify the node names and interdependencies in the
4287 version script.  You can specify which symbols are bound to which
4288 version nodes, and you can reduce a specified set of symbols to local
4289 scope so that they are not globally visible outside of the shared
4290 library.
4291
4292 The easiest way to demonstrate the version script language is with a few
4293 examples.
4294
4295 @smallexample
4296 VERS_1.1 @{
4297          global:
4298                  foo1;
4299          local:
4300                  old*;
4301                  original*;
4302                  new*;
4303 @};
4304
4305 VERS_1.2 @{
4306                  foo2;
4307 @} VERS_1.1;
4308
4309 VERS_2.0 @{
4310                  bar1; bar2;
4311          extern "C++" @{       
4312                  ns::*;
4313                  "int f(int, double)";
4314          @}         
4315 @} VERS_1.2;
4316 @end smallexample
4317
4318 This example version script defines three version nodes.  The first
4319 version node defined is @samp{VERS_1.1}; it has no other dependencies.
4320 The script binds the symbol @samp{foo1} to @samp{VERS_1.1}.  It reduces
4321 a number of symbols to local scope so that they are not visible outside
4322 of the shared library; this is done using wildcard patterns, so that any
4323 symbol whose name begins with @samp{old}, @samp{original}, or @samp{new}
4324 is matched.  The wildcard patterns available are the same as those used
4325 in the shell when matching filenames (also known as ``globbing'').
4326 However, if you specify the symbol name inside double quotes, then the
4327 name is treated as literal, rather than as a glob pattern.
4328
4329 Next, the version script defines node @samp{VERS_1.2}.  This node
4330 depends upon @samp{VERS_1.1}.  The script binds the symbol @samp{foo2}
4331 to the version node @samp{VERS_1.2}.
4332
4333 Finally, the version script defines node @samp{VERS_2.0}.  This node
4334 depends upon @samp{VERS_1.2}.  The scripts binds the symbols @samp{bar1}
4335 and @samp{bar2} are bound to the version node @samp{VERS_2.0}.
4336
4337 When the linker finds a symbol defined in a library which is not
4338 specifically bound to a version node, it will effectively bind it to an
4339 unspecified base version of the library.  You can bind all otherwise
4340 unspecified symbols to a given version node by using @samp{global: *;}
4341 somewhere in the version script.
4342
4343 The names of the version nodes have no specific meaning other than what
4344 they might suggest to the person reading them.  The @samp{2.0} version
4345 could just as well have appeared in between @samp{1.1} and @samp{1.2}.
4346 However, this would be a confusing way to write a version script.
4347
4348 Node name can be omited, provided it is the only version node
4349 in the version script.  Such version script doesn't assign any versions to
4350 symbols, only selects which symbols will be globally visible out and which
4351 won't.
4352
4353 @smallexample
4354 @{ global: foo; bar; local: *; @};
4355 @end smallexample
4356
4357 When you link an application against a shared library that has versioned
4358 symbols, the application itself knows which version of each symbol it
4359 requires, and it also knows which version nodes it needs from each
4360 shared library it is linked against.  Thus at runtime, the dynamic
4361 loader can make a quick check to make sure that the libraries you have
4362 linked against do in fact supply all of the version nodes that the
4363 application will need to resolve all of the dynamic symbols.  In this
4364 way it is possible for the dynamic linker to know with certainty that
4365 all external symbols that it needs will be resolvable without having to
4366 search for each symbol reference.
4367
4368 The symbol versioning is in effect a much more sophisticated way of
4369 doing minor version checking that SunOS does.  The fundamental problem
4370 that is being addressed here is that typically references to external
4371 functions are bound on an as-needed basis, and are not all bound when
4372 the application starts up.  If a shared library is out of date, a
4373 required interface may be missing; when the application tries to use
4374 that interface, it may suddenly and unexpectedly fail.  With symbol
4375 versioning, the user will get a warning when they start their program if
4376 the libraries being used with the application are too old.
4377
4378 There are several GNU extensions to Sun's versioning approach.  The
4379 first of these is the ability to bind a symbol to a version node in the
4380 source file where the symbol is defined instead of in the versioning
4381 script.  This was done mainly to reduce the burden on the library
4382 maintainer.  You can do this by putting something like:
4383 @smallexample
4384 __asm__(".symver original_foo,foo@@VERS_1.1");
4385 @end smallexample
4386 @noindent
4387 in the C source file.  This renames the function @samp{original_foo} to
4388 be an alias for @samp{foo} bound to the version node @samp{VERS_1.1}.
4389 The @samp{local:} directive can be used to prevent the symbol
4390 @samp{original_foo} from being exported. A @samp{.symver} directive
4391 takes precedence over a version script.
4392
4393 The second GNU extension is to allow multiple versions of the same
4394 function to appear in a given shared library.  In this way you can make
4395 an incompatible change to an interface without increasing the major
4396 version number of the shared library, while still allowing applications
4397 linked against the old interface to continue to function.
4398
4399 To do this, you must use multiple @samp{.symver} directives in the
4400 source file.  Here is an example:
4401
4402 @smallexample
4403 __asm__(".symver original_foo,foo@@");
4404 __asm__(".symver old_foo,foo@@VERS_1.1");
4405 __asm__(".symver old_foo1,foo@@VERS_1.2");
4406 __asm__(".symver new_foo,foo@@@@VERS_2.0");
4407 @end smallexample
4408
4409 In this example, @samp{foo@@} represents the symbol @samp{foo} bound to the
4410 unspecified base version of the symbol.  The source file that contains this
4411 example would define 4 C functions: @samp{original_foo}, @samp{old_foo},
4412 @samp{old_foo1}, and @samp{new_foo}.
4413
4414 When you have multiple definitions of a given symbol, there needs to be
4415 some way to specify a default version to which external references to
4416 this symbol will be bound.  You can do this with the
4417 @samp{foo@@@@VERS_2.0} type of @samp{.symver} directive.  You can only
4418 declare one version of a symbol as the default in this manner; otherwise
4419 you would effectively have multiple definitions of the same symbol.
4420
4421 If you wish to bind a reference to a specific version of the symbol
4422 within the shared library, you can use the aliases of convenience
4423 (i.e., @samp{old_foo}), or you can use the @samp{.symver} directive to
4424 specifically bind to an external version of the function in question.
4425
4426 You can also specify the language in the version script:
4427
4428 @smallexample
4429 VERSION extern "lang" @{ version-script-commands @}
4430 @end smallexample
4431
4432 The supported @samp{lang}s are @samp{C}, @samp{C++}, and @samp{Java}. 
4433 The linker will iterate over the list of symbols at the link time and
4434 demangle them according to @samp{lang} before matching them to the
4435 patterns specified in @samp{version-script-commands}.
4436
4437 Demangled names may contains spaces and other special characters.  As
4438 described above, you can use a glob pattern to match demangled names,
4439 or you can use a double-quoted string to match the string exactly.  In
4440 the latter case, be aware that minor differences (such as differing
4441 whitespace) between the version script and the demangler output will
4442 cause a mismatch.  As the exact string generated by the demangler
4443 might change in the future, even if the mangled name does not, you
4444 should check that all of your version directives are behaving as you
4445 expect when you upgrade.
4446
4447 @node Expressions
4448 @section Expressions in Linker Scripts
4449 @cindex expressions
4450 @cindex arithmetic
4451 The syntax for expressions in the linker script language is identical to
4452 that of C expressions.  All expressions are evaluated as integers.  All
4453 expressions are evaluated in the same size, which is 32 bits if both the
4454 host and target are 32 bits, and is otherwise 64 bits.
4455
4456 You can use and set symbol values in expressions.
4457
4458 The linker defines several special purpose builtin functions for use in
4459 expressions.
4460
4461 @menu
4462 * Constants::                   Constants
4463 * Symbols::                     Symbol Names
4464 * Orphan Sections::             Orphan Sections
4465 * Location Counter::            The Location Counter
4466 * Operators::                   Operators
4467 * Evaluation::                  Evaluation
4468 * Expression Section::          The Section of an Expression
4469 * Builtin Functions::           Builtin Functions
4470 @end menu
4471
4472 @node Constants
4473 @subsection Constants
4474 @cindex integer notation
4475 @cindex constants in linker scripts
4476 All constants are integers.
4477
4478 As in C, the linker considers an integer beginning with @samp{0} to be
4479 octal, and an integer beginning with @samp{0x} or @samp{0X} to be
4480 hexadecimal.  The linker considers other integers to be decimal.
4481
4482 @cindex scaled integers
4483 @cindex K and M integer suffixes
4484 @cindex M and K integer suffixes
4485 @cindex suffixes for integers
4486 @cindex integer suffixes
4487 In addition, you can use the suffixes @code{K} and @code{M} to scale a
4488 constant by
4489 @c TEXI2ROFF-KILL
4490 @ifnottex
4491 @c END TEXI2ROFF-KILL
4492 @code{1024} or @code{1024*1024}
4493 @c TEXI2ROFF-KILL
4494 @end ifnottex
4495 @tex
4496 ${\rm 1024}$ or ${\rm 1024}^2$
4497 @end tex
4498 @c END TEXI2ROFF-KILL
4499 respectively. For example, the following all refer to the same quantity:
4500 @smallexample
4501 _fourk_1 = 4K;
4502 _fourk_2 = 4096;
4503 _fourk_3 = 0x1000;
4504 @end smallexample
4505
4506 @node Symbols
4507 @subsection Symbol Names
4508 @cindex symbol names
4509 @cindex names
4510 @cindex quoted symbol names
4511 @kindex "
4512 Unless quoted, symbol names start with a letter, underscore, or period
4513 and may include letters, digits, underscores, periods, and hyphens.
4514 Unquoted symbol names must not conflict with any keywords.  You can
4515 specify a symbol which contains odd characters or has the same name as a
4516 keyword by surrounding the symbol name in double quotes:
4517 @smallexample
4518 "SECTION" = 9;
4519 "with a space" = "also with a space" + 10;
4520 @end smallexample
4521
4522 Since symbols can contain many non-alphabetic characters, it is safest
4523 to delimit symbols with spaces.  For example, @samp{A-B} is one symbol,
4524 whereas @samp{A - B} is an expression involving subtraction.
4525
4526 @node Orphan Sections
4527 @subsection Orphan Sections
4528 @cindex orphan
4529 Orphan sections are sections present in the input files which
4530 are not explicitly placed into the output file by the linker
4531 script.  The linker will still copy these sections into the
4532 output file, but it has to guess as to where they should be
4533 placed.  The linker uses a simple heuristic to do this.  It
4534 attempts to place orphan sections after non-orphan sections of the
4535 same attribute, such as code vs data, loadable vs non-loadable, etc.
4536 If there is not enough room to do this then it places
4537 at the end of the file.
4538
4539 For ELF targets, the attribute of the section includes section type as
4540 well as section flag.
4541
4542 @node Location Counter
4543 @subsection The Location Counter
4544 @kindex .
4545 @cindex dot
4546 @cindex location counter
4547 @cindex current output location
4548 The special linker variable @dfn{dot} @samp{.} always contains the
4549 current output location counter.  Since the @code{.} always refers to a
4550 location in an output section, it may only appear in an expression
4551 within a @code{SECTIONS} command.  The @code{.} symbol may appear
4552 anywhere that an ordinary symbol is allowed in an expression.
4553
4554 @cindex holes
4555 Assigning a value to @code{.} will cause the location counter to be
4556 moved.  This may be used to create holes in the output section.  The
4557 location counter may never be moved backwards.
4558
4559 @smallexample
4560 SECTIONS
4561 @{
4562   output :
4563     @{
4564       file1(.text)
4565       . = . + 1000;
4566       file2(.text)
4567       . += 1000;
4568       file3(.text)
4569     @} = 0x12345678;
4570 @}
4571 @end smallexample
4572 @noindent
4573 In the previous example, the @samp{.text} section from @file{file1} is
4574 located at the beginning of the output section @samp{output}.  It is
4575 followed by a 1000 byte gap.  Then the @samp{.text} section from
4576 @file{file2} appears, also with a 1000 byte gap following before the
4577 @samp{.text} section from @file{file3}.  The notation @samp{= 0x12345678}
4578 specifies what data to write in the gaps (@pxref{Output Section Fill}).
4579
4580 @cindex dot inside sections
4581 Note: @code{.} actually refers to the byte offset from the start of the
4582 current containing object.  Normally this is the @code{SECTIONS}
4583 statement, whose start address is 0, hence @code{.} can be used as an
4584 absolute address.  If @code{.} is used inside a section description
4585 however, it refers to the byte offset from the start of that section,
4586 not an absolute address.  Thus in a script like this:
4587
4588 @smallexample
4589 SECTIONS
4590 @{
4591     . = 0x100
4592     .text: @{
4593       *(.text)
4594       . = 0x200
4595     @}
4596     . = 0x500
4597     .data: @{
4598       *(.data)
4599       . += 0x600
4600     @}
4601 @}
4602 @end smallexample
4603
4604 The @samp{.text} section will be assigned a starting address of 0x100
4605 and a size of exactly 0x200 bytes, even if there is not enough data in
4606 the @samp{.text} input sections to fill this area.  (If there is too
4607 much data, an error will be produced because this would be an attempt to
4608 move @code{.} backwards).  The @samp{.data} section will start at 0x500
4609 and it will have an extra 0x600 bytes worth of space after the end of
4610 the values from the @samp{.data} input sections and before the end of
4611 the @samp{.data} output section itself.
4612
4613 @cindex dot outside sections
4614 Setting symbols to the value of the location counter outside of an
4615 output section statement can result in unexpected values if the linker
4616 needs to place orphan sections.  For example, given the following:
4617
4618 @smallexample
4619 SECTIONS
4620 @{
4621     start_of_text = . ;
4622     .text: @{ *(.text) @}
4623     end_of_text = . ;
4624
4625     start_of_data = . ;
4626     .data: @{ *(.data) @}
4627     end_of_data = . ;
4628 @}
4629 @end smallexample
4630
4631 If the linker needs to place some input section, e.g. @code{.rodata},
4632 not mentioned in the script, it might choose to place that section
4633 between @code{.text} and @code{.data}.  You might think the linker
4634 should place @code{.rodata} on the blank line in the above script, but
4635 blank lines are of no particular significance to the linker.  As well,
4636 the linker doesn't associate the above symbol names with their
4637 sections.  Instead, it assumes that all assignments or other
4638 statements belong to the previous output section, except for the
4639 special case of an assignment to @code{.}.  I.e., the linker will
4640 place the orphan @code{.rodata} section as if the script was written
4641 as follows:
4642
4643 @smallexample
4644 SECTIONS
4645 @{
4646     start_of_text = . ;
4647     .text: @{ *(.text) @}
4648     end_of_text = . ;
4649
4650     start_of_data = . ;
4651     .rodata: @{ *(.rodata) @}
4652     .data: @{ *(.data) @}
4653     end_of_data = . ;
4654 @}
4655 @end smallexample
4656
4657 This may or may not be the script author's intention for the value of
4658 @code{start_of_data}.  One way to influence the orphan section
4659 placement is to assign the location counter to itself, as the linker
4660 assumes that an assignment to @code{.} is setting the start address of
4661 a following output section and thus should be grouped with that
4662 section.  So you could write:
4663
4664 @smallexample
4665 SECTIONS
4666 @{
4667     start_of_text = . ;
4668     .text: @{ *(.text) @}
4669     end_of_text = . ;
4670
4671     . = . ;
4672     start_of_data = . ;
4673     .data: @{ *(.data) @}
4674     end_of_data = . ;
4675 @}
4676 @end smallexample
4677
4678 Now, the orphan @code{.rodata} section will be placed between
4679 @code{end_of_text} and @code{start_of_data}.
4680
4681 @need 2000
4682 @node Operators
4683 @subsection Operators
4684 @cindex operators for arithmetic
4685 @cindex arithmetic operators
4686 @cindex precedence in expressions
4687 The linker recognizes the standard C set of arithmetic operators, with
4688 the standard bindings and precedence levels:
4689 @c TEXI2ROFF-KILL
4690 @ifnottex
4691 @c END TEXI2ROFF-KILL
4692 @smallexample
4693 precedence      associativity   Operators                Notes
4694 (highest)
4695 1               left            !  -  ~                  (1)
4696 2               left            *  /  %
4697 3               left            +  -
4698 4               left            >>  <<
4699 5               left            ==  !=  >  <  <=  >=
4700 6               left            &
4701 7               left            |
4702 8               left            &&
4703 9               left            ||
4704 10              right           ? :
4705 11              right           &=  +=  -=  *=  /=       (2)
4706 (lowest)
4707 @end smallexample
4708 Notes:
4709 (1) Prefix operators
4710 (2) @xref{Assignments}.
4711 @c TEXI2ROFF-KILL
4712 @end ifnottex
4713 @tex
4714 \vskip \baselineskip
4715 %"lispnarrowing" is the extra indent used generally for smallexample
4716 \hskip\lispnarrowing\vbox{\offinterlineskip
4717 \hrule
4718 \halign
4719 {\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ {\tt #}\ \hfil&\vrule#\cr
4720 height2pt&\omit&&\omit&&\omit&\cr
4721 &Precedence&&  Associativity  &&{\rm Operators}&\cr
4722 height2pt&\omit&&\omit&&\omit&\cr
4723 \noalign{\hrule}
4724 height2pt&\omit&&\omit&&\omit&\cr
4725 &highest&&&&&\cr
4726 % '176 is tilde, '~' in tt font
4727 &1&&left&&\qquad-          \char'176\      !\qquad\dag&\cr
4728 &2&&left&&*          /        \%&\cr
4729 &3&&left&&+          -&\cr
4730 &4&&left&&>>         <<&\cr
4731 &5&&left&&==         !=       >      <      <=      >=&\cr
4732 &6&&left&&\&&\cr
4733 &7&&left&&|&\cr
4734 &8&&left&&{\&\&}&\cr
4735 &9&&left&&||&\cr
4736 &10&&right&&?        :&\cr
4737 &11&&right&&\qquad\&=      +=       -=     *=     /=\qquad\ddag&\cr
4738 &lowest&&&&&\cr
4739 height2pt&\omit&&\omit&&\omit&\cr}
4740 \hrule}
4741 @end tex
4742 @iftex
4743 {
4744 @obeylines@parskip=0pt@parindent=0pt
4745 @dag@quad Prefix operators.
4746 @ddag@quad @xref{Assignments}.
4747 }
4748 @end iftex
4749 @c END TEXI2ROFF-KILL
4750
4751 @node Evaluation
4752 @subsection Evaluation
4753 @cindex lazy evaluation
4754 @cindex expression evaluation order
4755 The linker evaluates expressions lazily.  It only computes the value of
4756 an expression when absolutely necessary.
4757
4758 The linker needs some information, such as the value of the start
4759 address of the first section, and the origins and lengths of memory
4760 regions, in order to do any linking at all.  These values are computed
4761 as soon as possible when the linker reads in the linker script.
4762
4763 However, other values (such as symbol values) are not known or needed
4764 until after storage allocation.  Such values are evaluated later, when
4765 other information (such as the sizes of output sections) is available
4766 for use in the symbol assignment expression.
4767
4768 The sizes of sections cannot be known until after allocation, so
4769 assignments dependent upon these are not performed until after
4770 allocation.
4771
4772 Some expressions, such as those depending upon the location counter
4773 @samp{.}, must be evaluated during section allocation.
4774
4775 If the result of an expression is required, but the value is not
4776 available, then an error results.  For example, a script like the
4777 following
4778 @smallexample
4779 @group
4780 SECTIONS
4781   @{
4782     .text 9+this_isnt_constant :
4783       @{ *(.text) @}
4784   @}
4785 @end group
4786 @end smallexample
4787 @noindent
4788 will cause the error message @samp{non constant expression for initial
4789 address}.
4790
4791 @node Expression Section
4792 @subsection The Section of an Expression
4793 @cindex expression sections
4794 @cindex absolute expressions
4795 @cindex relative expressions
4796 @cindex absolute and relocatable symbols
4797 @cindex relocatable and absolute symbols
4798 @cindex symbols, relocatable and absolute
4799 When the linker evaluates an expression, the result is either absolute
4800 or relative to some section.  A relative expression is expressed as a
4801 fixed offset from the base of a section.
4802
4803 The position of the expression within the linker script determines
4804 whether it is absolute or relative.  An expression which appears within
4805 an output section definition is relative to the base of the output
4806 section.  An expression which appears elsewhere will be absolute.
4807
4808 A symbol set to a relative expression will be relocatable if you request
4809 relocatable output using the @samp{-r} option.  That means that a
4810 further link operation may change the value of the symbol.  The symbol's
4811 section will be the section of the relative expression.
4812
4813 A symbol set to an absolute expression will retain the same value
4814 through any further link operation.  The symbol will be absolute, and
4815 will not have any particular associated section.
4816
4817 You can use the builtin function @code{ABSOLUTE} to force an expression
4818 to be absolute when it would otherwise be relative.  For example, to
4819 create an absolute symbol set to the address of the end of the output
4820 section @samp{.data}:
4821 @smallexample
4822 SECTIONS
4823   @{
4824     .data : @{ *(.data) _edata = ABSOLUTE(.); @}
4825   @}
4826 @end smallexample
4827 @noindent
4828 If @samp{ABSOLUTE} were not used, @samp{_edata} would be relative to the
4829 @samp{.data} section.
4830
4831 @node Builtin Functions
4832 @subsection Builtin Functions
4833 @cindex functions in expressions
4834 The linker script language includes a number of builtin functions for
4835 use in linker script expressions.
4836
4837 @table @code
4838 @item ABSOLUTE(@var{exp})
4839 @kindex ABSOLUTE(@var{exp})
4840 @cindex expression, absolute
4841 Return the absolute (non-relocatable, as opposed to non-negative) value
4842 of the expression @var{exp}.  Primarily useful to assign an absolute
4843 value to a symbol within a section definition, where symbol values are
4844 normally section relative.  @xref{Expression Section}.
4845
4846 @item ADDR(@var{section})
4847 @kindex ADDR(@var{section})
4848 @cindex section address in expression
4849 Return the absolute address (the VMA) of the named @var{section}.  Your
4850 script must previously have defined the location of that section.  In
4851 the following example, @code{symbol_1} and @code{symbol_2} are assigned
4852 identical values:
4853 @smallexample
4854 @group
4855 SECTIONS @{ @dots{}
4856   .output1 :
4857     @{
4858     start_of_output_1 = ABSOLUTE(.);
4859     @dots{}
4860     @}
4861   .output :
4862     @{
4863     symbol_1 = ADDR(.output1);
4864     symbol_2 = start_of_output_1;
4865     @}
4866 @dots{} @}
4867 @end group
4868 @end smallexample
4869
4870 @item ALIGN(@var{align})
4871 @itemx ALIGN(@var{exp},@var{align})
4872 @kindex ALIGN(@var{align})
4873 @kindex ALIGN(@var{exp},@var{align})
4874 @cindex round up location counter
4875 @cindex align location counter
4876 @cindex round up expression
4877 @cindex align expression
4878 Return the location counter (@code{.}) or arbitrary expression aligned
4879 to the next @var{align} boundary.  The single operand @code{ALIGN}
4880 doesn't change the value of the location counter---it just does
4881 arithmetic on it.  The two operand @code{ALIGN} allows an arbitrary
4882 expression to be aligned upwards (@code{ALIGN(@var{align})} is
4883 equivalent to @code{ALIGN(., @var{align})}).
4884
4885 Here is an example which aligns the output @code{.data} section to the
4886 next @code{0x2000} byte boundary after the preceding section and sets a
4887 variable within the section to the next @code{0x8000} boundary after the
4888 input sections:
4889 @smallexample
4890 @group
4891 SECTIONS @{ @dots{}
4892   .data ALIGN(0x2000): @{
4893     *(.data)
4894     variable = ALIGN(0x8000);
4895   @}
4896 @dots{} @}
4897 @end group
4898 @end smallexample
4899 @noindent
4900 The first use of @code{ALIGN} in this example specifies the location of
4901 a section because it is used as the optional @var{address} attribute of
4902 a section definition (@pxref{Output Section Address}).  The second use
4903 of @code{ALIGN} is used to defines the value of a symbol.
4904
4905 The builtin function @code{NEXT} is closely related to @code{ALIGN}.
4906
4907 @item BLOCK(@var{exp})
4908 @kindex BLOCK(@var{exp})
4909 This is a synonym for @code{ALIGN}, for compatibility with older linker
4910 scripts.  It is most often seen when setting the address of an output
4911 section.
4912
4913 @item DATA_SEGMENT_ALIGN(@var{maxpagesize}, @var{commonpagesize})
4914 @kindex DATA_SEGMENT_ALIGN(@var{maxpagesize}, @var{commonpagesize})
4915 This is equivalent to either
4916 @smallexample
4917 (ALIGN(@var{maxpagesize}) + (. & (@var{maxpagesize} - 1)))
4918 @end smallexample
4919 or
4920 @smallexample
4921 (ALIGN(@var{maxpagesize}) + (. & (@var{maxpagesize} - @var{commonpagesize})))
4922 @end smallexample
4923 @noindent
4924 depending on whether the latter uses fewer @var{commonpagesize} sized pages
4925 for the data segment (area between the result of this expression and
4926 @code{DATA_SEGMENT_END}) than the former or not.
4927 If the latter form is used, it means @var{commonpagesize} bytes of runtime
4928 memory will be saved at the expense of up to @var{commonpagesize} wasted
4929 bytes in the on-disk file.
4930
4931 This expression can only be used directly in @code{SECTIONS} commands, not in
4932 any output section descriptions and only once in the linker script.
4933 @var{commonpagesize} should be less or equal to @var{maxpagesize} and should
4934 be the system page size the object wants to be optimized for (while still
4935 working on system page sizes up to @var{maxpagesize}).
4936
4937 @noindent
4938 Example:
4939 @smallexample
4940   . = DATA_SEGMENT_ALIGN(0x10000, 0x2000);
4941 @end smallexample
4942
4943 @item DATA_SEGMENT_END(@var{exp})
4944 @kindex DATA_SEGMENT_END(@var{exp})
4945 This defines the end of data segment for @code{DATA_SEGMENT_ALIGN}
4946 evaluation purposes.
4947
4948 @smallexample
4949   . = DATA_SEGMENT_END(.);
4950 @end smallexample
4951
4952 @item DATA_SEGMENT_RELRO_END(@var{offset}, @var{exp})
4953 @kindex DATA_SEGMENT_RELRO_END(@var{offset}, @var{exp})
4954 This defines the end of the @code{PT_GNU_RELRO} segment when
4955 @samp{-z relro} option is used.  Second argument is returned.
4956 When @samp{-z relro} option is not present, @code{DATA_SEGMENT_RELRO_END}
4957 does nothing, otherwise @code{DATA_SEGMENT_ALIGN} is padded so that
4958 @var{exp} + @var{offset} is aligned to the most commonly used page
4959 boundary for particular target.  If present in the linker script,
4960 it must always come in between @code{DATA_SEGMENT_ALIGN} and
4961 @code{DATA_SEGMENT_END}.
4962
4963 @smallexample
4964   . = DATA_SEGMENT_RELRO_END(24, .);
4965 @end smallexample
4966
4967 @item DEFINED(@var{symbol})
4968 @kindex DEFINED(@var{symbol})
4969 @cindex symbol defaults
4970 Return 1 if @var{symbol} is in the linker global symbol table and is
4971 defined before the statement using DEFINED in the script, otherwise
4972 return 0.  You can use this function to provide
4973 default values for symbols.  For example, the following script fragment
4974 shows how to set a global symbol @samp{begin} to the first location in
4975 the @samp{.text} section---but if a symbol called @samp{begin} already
4976 existed, its value is preserved:
4977
4978 @smallexample
4979 @group
4980 SECTIONS @{ @dots{}
4981   .text : @{
4982     begin = DEFINED(begin) ? begin : . ;
4983     @dots{}
4984   @}
4985   @dots{}
4986 @}
4987 @end group
4988 @end smallexample
4989
4990 @item LENGTH(@var{memory})
4991 @kindex LENGTH(@var{memory})
4992 Return the length of the memory region named @var{memory}.
4993
4994 @item LOADADDR(@var{section})
4995 @kindex LOADADDR(@var{section})
4996 @cindex section load address in expression
4997 Return the absolute LMA of the named @var{section}.  This is normally
4998 the same as @code{ADDR}, but it may be different if the @code{AT}
4999 attribute is used in the output section definition (@pxref{Output
5000 Section LMA}).
5001
5002 @kindex MAX
5003 @item MAX(@var{exp1}, @var{exp2})
5004 Returns the maximum of @var{exp1} and @var{exp2}.
5005
5006 @kindex MIN
5007 @item MIN(@var{exp1}, @var{exp2})
5008 Returns the minimum of @var{exp1} and @var{exp2}.
5009
5010 @item NEXT(@var{exp})
5011 @kindex NEXT(@var{exp})
5012 @cindex unallocated address, next
5013 Return the next unallocated address that is a multiple of @var{exp}.
5014 This function is closely related to @code{ALIGN(@var{exp})}; unless you
5015 use the @code{MEMORY} command to define discontinuous memory for the
5016 output file, the two functions are equivalent.
5017
5018 @item ORIGIN(@var{memory})
5019 @kindex ORIGIN(@var{memory})
5020 Return the origin of the memory region named @var{memory}.
5021
5022 @item SEGMENT_START(@var{segment}, @var{default})
5023 @kindex SEGMENT_START(@var{segment}, @var{default})
5024 Return the base address of the named @var{segment}.  If an explicit
5025 value has been given for this segment (with a command-line @samp{-T}
5026 option) that value will be returned; otherwise the value will be
5027 @var{default}.  At present, the @samp{-T} command-line option can only
5028 be used to set the base address for the ``text'', ``data'', and
5029 ``bss'' sections, but you use @code{SEGMENT_START} with any segment
5030 name.
5031
5032 @item SIZEOF(@var{section})
5033 @kindex SIZEOF(@var{section})
5034 @cindex section size
5035 Return the size in bytes of the named @var{section}, if that section has
5036 been allocated.  If the section has not been allocated when this is
5037 evaluated, the linker will report an error.  In the following example,
5038 @code{symbol_1} and @code{symbol_2} are assigned identical values:
5039 @smallexample
5040 @group
5041 SECTIONS@{ @dots{}
5042   .output @{
5043     .start = . ;
5044     @dots{}
5045     .end = . ;
5046     @}
5047   symbol_1 = .end - .start ;
5048   symbol_2 = SIZEOF(.output);
5049 @dots{} @}
5050 @end group
5051 @end smallexample
5052
5053 @item SIZEOF_HEADERS
5054 @itemx sizeof_headers
5055 @kindex SIZEOF_HEADERS
5056 @cindex header size
5057 Return the size in bytes of the output file's headers.  This is
5058 information which appears at the start of the output file.  You can use
5059 this number when setting the start address of the first section, if you
5060 choose, to facilitate paging.
5061
5062 @cindex not enough room for program headers
5063 @cindex program headers, not enough room
5064 When producing an ELF output file, if the linker script uses the
5065 @code{SIZEOF_HEADERS} builtin function, the linker must compute the
5066 number of program headers before it has determined all the section
5067 addresses and sizes.  If the linker later discovers that it needs
5068 additional program headers, it will report an error @samp{not enough
5069 room for program headers}.  To avoid this error, you must avoid using
5070 the @code{SIZEOF_HEADERS} function, or you must rework your linker
5071 script to avoid forcing the linker to use additional program headers, or
5072 you must define the program headers yourself using the @code{PHDRS}
5073 command (@pxref{PHDRS}).
5074 @end table
5075
5076 @node Implicit Linker Scripts
5077 @section Implicit Linker Scripts
5078 @cindex implicit linker scripts
5079 If you specify a linker input file which the linker can not recognize as
5080 an object file or an archive file, it will try to read the file as a
5081 linker script.  If the file can not be parsed as a linker script, the
5082 linker will report an error.
5083
5084 An implicit linker script will not replace the default linker script.
5085
5086 Typically an implicit linker script would contain only symbol
5087 assignments, or the @code{INPUT}, @code{GROUP}, or @code{VERSION}
5088 commands.
5089
5090 Any input files read because of an implicit linker script will be read
5091 at the position in the command line where the implicit linker script was
5092 read.  This can affect archive searching.
5093
5094 @ifset GENERIC
5095 @node Machine Dependent
5096 @chapter Machine Dependent Features
5097
5098 @cindex machine dependencies
5099 @command{ld} has additional features on some platforms; the following
5100 sections describe them.  Machines where @command{ld} has no additional
5101 functionality are not listed.
5102
5103 @menu
5104 @ifset H8300
5105 * H8/300::                      @command{ld} and the H8/300
5106 @end ifset
5107 @ifset I960
5108 * i960::                        @command{ld} and the Intel 960 family
5109 @end ifset
5110 @ifset ARM
5111 * ARM::                         @command{ld} and the ARM family
5112 @end ifset
5113 @ifset HPPA
5114 * HPPA ELF32::                  @command{ld} and HPPA 32-bit ELF
5115 @end ifset
5116 @ifset MMIX
5117 * MMIX::                        @command{ld} and MMIX
5118 @end ifset
5119 @ifset MSP430
5120 * MSP430::                      @command{ld} and MSP430
5121 @end ifset
5122 @ifset M68HC11
5123 * M68HC11/68HC12::              @code{ld} and the Motorola 68HC11 and 68HC12 families
5124 @end ifset
5125 @ifset POWERPC
5126 * PowerPC ELF32::               @command{ld} and PowerPC 32-bit ELF Support
5127 @end ifset
5128 @ifset POWERPC64
5129 * PowerPC64 ELF64::             @command{ld} and PowerPC64 64-bit ELF Support
5130 @end ifset
5131 @ifset TICOFF
5132 * TI COFF::                     @command{ld} and TI COFF
5133 @end ifset
5134 @ifset WIN32
5135 * WIN32::                       @command{ld} and WIN32 (cygwin/mingw)
5136 @end ifset
5137 @ifset XTENSA
5138 * Xtensa::                      @command{ld} and Xtensa Processors
5139 @end ifset
5140 @end menu
5141 @end ifset
5142
5143 @ifset H8300
5144 @ifclear GENERIC
5145 @raisesections
5146 @end ifclear
5147
5148 @node H8/300
5149 @section @command{ld} and the H8/300
5150
5151 @cindex H8/300 support
5152 For the H8/300, @command{ld} can perform these global optimizations when
5153 you specify the @samp{--relax} command-line option.
5154
5155 @table @emph
5156 @cindex relaxing on H8/300
5157 @item relaxing address modes
5158 @command{ld} finds all @code{jsr} and @code{jmp} instructions whose
5159 targets are within eight bits, and turns them into eight-bit
5160 program-counter relative @code{bsr} and @code{bra} instructions,
5161 respectively.
5162
5163 @cindex synthesizing on H8/300
5164 @item synthesizing instructions
5165 @c FIXME: specifically mov.b, or any mov instructions really?
5166 @command{ld} finds all @code{mov.b} instructions which use the
5167 sixteen-bit absolute address form, but refer to the top
5168 page of memory, and changes them to use the eight-bit address form.
5169 (That is: the linker turns @samp{mov.b @code{@@}@var{aa}:16} into
5170 @samp{mov.b @code{@@}@var{aa}:8} whenever the address @var{aa} is in the
5171 top page of memory).
5172
5173 @item bit manipulation instructions
5174 @command{ld} finds all bit manipulation instructions like @code{band, bclr, 
5175 biand, bild, bior, bist, bixor, bld, bnot, bor, bset, bst, btst, bxor}
5176 which use 32 bit and 16 bit absolute address form, but refer to the top 
5177 page of memory, and changes them to use the 8 bit address form.
5178 (That is: the linker turns @samp{bset #xx:3,@code{@@}@var{aa}:32} into
5179 @samp{bset #xx:3,@code{@@}@var{aa}:8} whenever the address @var{aa} is in 
5180 the top page of memory).
5181
5182 @item system control instructions
5183 @command{ld} finds all @code{ldc.w, stc.w} instrcutions which use the 
5184 32 bit absolute address form, but refer to the top page of memory, and 
5185 changes them to use 16 bit address form.
5186 (That is: the linker turns @samp{ldc.w @code{@@}@var{aa}:32,ccr} into
5187 @samp{ldc.w @code{@@}@var{aa}:16,ccr} whenever the address @var{aa} is in 
5188 the top page of memory).
5189 @end table
5190
5191 @ifclear GENERIC
5192 @lowersections
5193 @end ifclear
5194 @end ifset
5195
5196 @ifclear GENERIC
5197 @ifset Renesas
5198 @c This stuff is pointless to say unless you're especially concerned
5199 @c with Renesas chips; don't enable it for generic case, please.
5200 @node Renesas
5201 @chapter @command{ld} and Other Renesas Chips
5202
5203 @command{ld} also supports the Renesas (formerly Hitachi) H8/300H,
5204 H8/500, and SH chips.  No special features, commands, or command-line
5205 options are required for these chips.
5206 @end ifset
5207 @end ifclear
5208
5209 @ifset I960
5210 @ifclear GENERIC
5211 @raisesections
5212 @end ifclear
5213
5214 @node i960
5215 @section @command{ld} and the Intel 960 Family
5216
5217 @cindex i960 support
5218
5219 You can use the @samp{-A@var{architecture}} command line option to
5220 specify one of the two-letter names identifying members of the 960
5221 family; the option specifies the desired output target, and warns of any
5222 incompatible instructions in the input files.  It also modifies the
5223 linker's search strategy for archive libraries, to support the use of
5224 libraries specific to each particular architecture, by including in the
5225 search loop names suffixed with the string identifying the architecture.
5226
5227 For example, if your @command{ld} command line included @w{@samp{-ACA}} as
5228 well as @w{@samp{-ltry}}, the linker would look (in its built-in search
5229 paths, and in any paths you specify with @samp{-L}) for a library with
5230 the names
5231
5232 @smallexample
5233 @group
5234 try
5235 libtry.a
5236 tryca
5237 libtryca.a
5238 @end group
5239 @end smallexample
5240
5241 @noindent
5242 The first two possibilities would be considered in any event; the last
5243 two are due to the use of @w{@samp{-ACA}}.
5244
5245 You can meaningfully use @samp{-A} more than once on a command line, since
5246 the 960 architecture family allows combination of target architectures; each
5247 use will add another pair of name variants to search for when @w{@samp{-l}}
5248 specifies a library.
5249
5250 @cindex @option{--relax} on i960
5251 @cindex relaxing on i960
5252 @command{ld} supports the @samp{--relax} option for the i960 family.  If
5253 you specify @samp{--relax}, @command{ld} finds all @code{balx} and
5254 @code{calx} instructions whose targets are within 24 bits, and turns
5255 them into 24-bit program-counter relative @code{bal} and @code{cal}
5256 instructions, respectively.  @command{ld} also turns @code{cal}
5257 instructions into @code{bal} instructions when it determines that the
5258 target subroutine is a leaf routine (that is, the target subroutine does
5259 not itself call any subroutines).
5260
5261 @ifclear GENERIC
5262 @lowersections
5263 @end ifclear
5264 @end ifset
5265
5266 @ifset ARM
5267 @ifclear GENERIC
5268 @raisesections
5269 @end ifclear
5270
5271 @ifset M68HC11
5272 @ifclear GENERIC
5273 @raisesections
5274 @end ifclear
5275
5276 @node M68HC11/68HC12
5277 @section @command{ld} and the Motorola 68HC11 and 68HC12 families
5278
5279 @cindex M68HC11 and 68HC12 support
5280
5281 @subsection Linker Relaxation
5282
5283 For the Motorola 68HC11, @command{ld} can perform these global
5284 optimizations when you specify the @samp{--relax} command-line option.
5285
5286 @table @emph
5287 @cindex relaxing on M68HC11
5288 @item relaxing address modes
5289 @command{ld} finds all @code{jsr} and @code{jmp} instructions whose
5290 targets are within eight bits, and turns them into eight-bit
5291 program-counter relative @code{bsr} and @code{bra} instructions,
5292 respectively.
5293
5294 @command{ld} also looks at all 16-bit extended addressing modes and
5295 transforms them in a direct addressing mode when the address is in
5296 page 0 (between 0 and 0x0ff).
5297
5298 @item relaxing gcc instruction group
5299 When @command{gcc} is called with @option{-mrelax}, it can emit group
5300 of instructions that the linker can optimize to use a 68HC11 direct
5301 addressing mode. These instructions consists of @code{bclr} or
5302 @code{bset} instructions.
5303
5304 @end table
5305
5306 @subsection Trampoline Generation
5307
5308 @cindex trampoline generation on M68HC11
5309 @cindex trampoline generation on M68HC12
5310 For 68HC11 and 68HC12, @command{ld} can generate trampoline code to
5311 call a far function using a normal @code{jsr} instruction. The linker
5312 will also change the relocation to some far function to use the 
5313 trampoline address instead of the function address. This is typically the
5314 case when a pointer to a function is taken. The pointer will in fact
5315 point to the function trampoline.
5316
5317 @ifclear GENERIC
5318 @lowersections
5319 @end ifclear
5320 @end ifset
5321
5322 @node ARM
5323 @section @command{ld} and the ARM family
5324
5325 @cindex ARM interworking support
5326 @kindex --support-old-code
5327 For the ARM, @command{ld} will generate code stubs to allow functions calls
5328 betweem ARM and Thumb code.  These stubs only work with code that has
5329 been compiled and assembled with the @samp{-mthumb-interwork} command
5330 line option.  If it is necessary to link with old ARM object files or
5331 libraries, which have not been compiled with the -mthumb-interwork
5332 option then the @samp{--support-old-code} command line switch should be
5333 given to the linker.  This will make it generate larger stub functions
5334 which will work with non-interworking aware ARM code.  Note, however,
5335 the linker does not support generating stubs for function calls to
5336 non-interworking aware Thumb code.
5337
5338 @cindex thumb entry point
5339 @cindex entry point, thumb
5340 @kindex --thumb-entry=@var{entry}
5341 The @samp{--thumb-entry} switch is a duplicate of the generic
5342 @samp{--entry} switch, in that it sets the program's starting address.
5343 But it also sets the bottom bit of the address, so that it can be
5344 branched to using a BX instruction, and the program will start
5345 executing in Thumb mode straight away.
5346
5347 @cindex BE8
5348 @kindex --be8
5349 The @samp{--be8} switch instructs @command{ld} to generate BE8 format
5350 executables.  This option is only valid when linking big-endian objects.
5351 The resulting image will contain big-endian data and little-endian code.
5352
5353 @cindex TARGET1
5354 @kindex --target1-rel
5355 @kindex --target1-abs
5356 The @samp{R_ARM_TARGET1} relocation is typically used for entries in the
5357 @samp{.init_array} section.  It is interpreted as either @samp{R_ARM_REL32}
5358 or @samp{R_ARM_ABS32}, depending on the target.  The @samp{--target1-rel}
5359 and @samp{--target1-abs} switches override the default.
5360
5361 @cindex TARGET2
5362 @kindex --target2=@var{type}
5363 The @samp{--target2=type} switch overrides the default definition of the
5364 @samp{R_ARM_TARGET2} relocation.  Valid values for @samp{type}, their
5365 meanings, and target defaults are as follows:
5366 @table @samp
5367 @item rel
5368 @samp{R_ARM_REL32} (arm*-*-elf, arm*-*-eabi)
5369 @item abs
5370 @samp{R_ARM_ABS32} (arm*-*-symbianelf)
5371 @item got-rel
5372 @samp{R_ARM_GOT_PREL} (arm*-*-linux, arm*-*-*bsd)
5373 @end table
5374
5375 @cindex FIX_V4BX
5376 @kindex --fix-v4bx
5377 The @samp{R_ARM_V4BX} relocation (defined by the ARM AAELF
5378 specification) enables objects compiled for the ARMv4 architecture to be
5379 interworking-safe when linked with other objects compiled for ARMv4t, but
5380 also allows pure ARMv4 binaries to be built from the same ARMv4 objects.
5381
5382 In the latter case, the switch @option{--fix-v4bx} must be passed to the
5383 linker, which causes v4t @code{BX rM} instructions to be rewritten as
5384 @code{MOV PC,rM}, since v4 processors do not have a @code{BX} instruction.
5385
5386 In the former case, the switch should not be used, and @samp{R_ARM_V4BX}
5387 relocations are ignored.
5388
5389 @cindex USE_BLX
5390 @kindex --use-blx
5391 The @samp{--use-blx} switch enables the linker to use ARM/Thumb
5392 BLX instructions (available on ARMv5t and above) in various
5393 situations. Currently it is used to perform calls via the PLT from Thumb
5394 code using BLX rather than using BX and a mode-switching stub before
5395 each PLT entry. This should lead to such calls executing slightly faster.
5396
5397 This option is enabled implicitly for SymbianOS, so there is no need to
5398 specify it if you are using that target.
5399
5400 @ifclear GENERIC
5401 @lowersections
5402 @end ifclear
5403 @end ifset
5404
5405 @ifset HPPA
5406 @ifclear GENERIC
5407 @raisesections
5408 @end ifclear
5409
5410 @node HPPA ELF32
5411 @section @command{ld} and HPPA 32-bit ELF Support
5412 @cindex HPPA multiple sub-space stubs
5413 @kindex --multi-subspace
5414 When generating a shared library, @command{ld} will by default generate
5415 import stubs suitable for use with a single sub-space application.
5416 The @samp{--multi-subspace} switch causes @command{ld} to generate export
5417 stubs, and different (larger) import stubs suitable for use with
5418 multiple sub-spaces.
5419
5420 @cindex HPPA stub grouping
5421 @kindex --stub-group-size=@var{N}
5422 Long branch stubs and import/export stubs are placed by @command{ld} in
5423 stub sections located between groups of input sections.
5424 @samp{--stub-group-size} specifies the maximum size of a group of input
5425 sections handled by one stub section.  Since branch offsets are signed,
5426 a stub section may serve two groups of input sections, one group before
5427 the stub section, and one group after it.  However, when using
5428 conditional branches that require stubs, it may be better (for branch
5429 prediction) that stub sections only serve one group of input sections.
5430 A negative value for @samp{N} chooses this scheme, ensuring that
5431 branches to stubs always use a negative offset.  Two special values of
5432 @samp{N} are recognized, @samp{1} and @samp{-1}.  These both instruct
5433 @command{ld} to automatically size input section groups for the branch types
5434 detected, with the same behaviour regarding stub placement as other
5435 positive or negative values of @samp{N} respectively.
5436
5437 Note that @samp{--stub-group-size} does not split input sections.  A
5438 single input section larger than the group size specified will of course
5439 create a larger group (of one section).  If input sections are too
5440 large, it may not be possible for a branch to reach its stub.
5441
5442 @ifclear GENERIC
5443 @lowersections
5444 @end ifclear
5445 @end ifset
5446
5447 @ifset MMIX
5448 @ifclear GENERIC
5449 @raisesections
5450 @end ifclear
5451
5452 @node MMIX
5453 @section @code{ld} and MMIX
5454 For MMIX, there is a choice of generating @code{ELF} object files or
5455 @code{mmo} object files when linking.  The simulator @code{mmix}
5456 understands the @code{mmo} format.  The binutils @code{objcopy} utility
5457 can translate between the two formats.
5458
5459 There is one special section, the @samp{.MMIX.reg_contents} section.
5460 Contents in this section is assumed to correspond to that of global
5461 registers, and symbols referring to it are translated to special symbols,
5462 equal to registers.  In a final link, the start address of the
5463 @samp{.MMIX.reg_contents} section corresponds to the first allocated
5464 global register multiplied by 8.  Register @code{$255} is not included in
5465 this section; it is always set to the program entry, which is at the
5466 symbol @code{Main} for @code{mmo} files.
5467
5468 Symbols with the prefix @code{__.MMIX.start.}, for example
5469 @code{__.MMIX.start..text} and @code{__.MMIX.start..data} are special;
5470 there must be only one each, even if they are local.  The default linker
5471 script uses these to set the default start address of a section.
5472
5473 Initial and trailing multiples of zero-valued 32-bit words in a section,
5474 are left out from an mmo file.
5475
5476 @ifclear GENERIC
5477 @lowersections
5478 @end ifclear
5479 @end ifset
5480
5481 @ifset MSP430
5482 @ifclear GENERIC
5483 @raisesections
5484 @end ifclear
5485
5486 @node  MSP430
5487 @section @code{ld} and MSP430
5488 For the MSP430 it is possible to select the MPU architecture.  The flag @samp{-m [mpu type]}
5489 will select an appropriate linker script for selected MPU type.  (To get a list of known MPUs
5490 just pass @samp{-m help} option to the linker).
5491
5492 @cindex MSP430 extra sections
5493 The linker will recognize some extra sections which are MSP430 specific:
5494
5495 @table @code
5496 @item @samp{.vectors}
5497 Defines a portion of ROM where interrupt vectors located.
5498
5499 @item @samp{.bootloader}
5500 Defines the bootloader portion of the ROM (if applicable).  Any code
5501 in this section will be uploaded to the MPU.
5502
5503 @item @samp{.infomem}
5504 Defines an information memory section (if applicable).  Any code in
5505 this section will be uploaded to the MPU.
5506
5507 @item @samp{.infomemnobits} 
5508 This is the same as the @samp{.infomem} section except that any code
5509 in this section will not be uploaded to the MPU.
5510
5511 @item @samp{.noinit}
5512 Denotes a portion of RAM located above @samp{.bss} section.
5513
5514 The last two sections are used by gcc. 
5515 @end table
5516
5517 @ifclear GENERIC
5518 @lowersections
5519 @end ifclear
5520 @end ifset
5521
5522 @ifset POWERPC
5523 @ifclear GENERIC
5524 @raisesections
5525 @end ifclear
5526
5527 @node PowerPC ELF32
5528 @section @command{ld} and PowerPC 32-bit ELF Support
5529 @cindex PowerPC long branches
5530 @kindex --relax on PowerPC
5531 Branches on PowerPC processors are limited to a signed 26-bit
5532 displacement, which may result in @command{ld} giving
5533 @samp{relocation truncated to fit} errors with very large programs.
5534 @samp{--relax} enables the generation of trampolines that can access
5535 the entire 32-bit address space.  These trampolines are inserted at
5536 section boundaries, so may not themselves be reachable if an input
5537 section exceeds 33M in size.
5538
5539 @cindex PowerPC ELF32 options
5540 @table @option
5541 @cindex PowerPC PLT
5542 @kindex --bss-plt
5543 @item --bss-plt
5544 Current PowerPC GCC accepts a @samp{-msecure-plt} option that
5545 generates code capable of using a newer PLT and GOT layout that has
5546 the security advantage of no executable section ever needing to be
5547 writable and no writable section ever being executable.  PowerPC
5548 @command{ld} will generate this layout, including stubs to access the
5549 PLT, if all input files (including startup and static libraries) were
5550 compiled with @samp{-msecure-plt}.  @samp{--bss-plt} forces the old
5551 BSS PLT (and GOT layout) which can give slightly better performance.
5552
5553 @cindex PowerPC GOT
5554 @kindex --sdata-got
5555 @item --sdata-got
5556 The new secure PLT and GOT are placed differently relative to other
5557 sections compared to older BSS PLT and GOT placement.  The location of
5558 @code{.plt} must change because the new secure PLT is an initialized
5559 section while the old PLT is uninitialized.  The reason for the
5560 @code{.got} change is more subtle:  The new placement allows
5561 @code{.got} to be read-only in applications linked with
5562 @samp{-z relro -z now}.  However, this placement means that
5563 @code{.sdata} cannot always be used in shared libraries, because the
5564 PowerPC ABI accesses @code{.sdata} in shared libraries from the GOT
5565 pointer.  @samp{--sdata-got} forces the old GOT placement.  PowerPC
5566 GCC doesn't use @code{.sdata} in shared libraries, so this option is
5567 really only useful for other compilers that may do so.
5568
5569 @cindex PowerPC stub symbols
5570 @kindex --emit-stub-syms
5571 @item --emit-stub-syms
5572 This option causes @command{ld} to label linker stubs with a local
5573 symbol that encodes the stub type and destination.
5574
5575 @cindex PowerPC TLS optimization
5576 @kindex --no-tls-optimize
5577 @item --no-tls-optimize
5578 PowerPC @command{ld} normally performs some optimization of code
5579 sequences used to access Thread-Local Storage.  Use this option to
5580 disable the optimization.
5581 @end table
5582
5583 @ifclear GENERIC
5584 @lowersections
5585 @end ifclear
5586 @end ifset
5587
5588 @ifset POWERPC64
5589 @ifclear GENERIC
5590 @raisesections
5591 @end ifclear
5592
5593 @node PowerPC64 ELF64
5594 @section @command{ld} and PowerPC64 64-bit ELF Support
5595
5596 @cindex PowerPC64 ELF64 options
5597 @table @option
5598 @cindex PowerPC64 stub grouping
5599 @kindex --stub-group-size
5600 @item --stub-group-size
5601 Long branch stubs, PLT call stubs  and TOC adjusting stubs are placed
5602 by @command{ld} in stub sections located between groups of input sections.
5603 @samp{--stub-group-size} specifies the maximum size of a group of input
5604 sections handled by one stub section.  Since branch offsets are signed,
5605 a stub section may serve two groups of input sections, one group before
5606 the stub section, and one group after it.  However, when using
5607 conditional branches that require stubs, it may be better (for branch
5608 prediction) that stub sections only serve one group of input sections.
5609 A negative value for @samp{N} chooses this scheme, ensuring that
5610 branches to stubs always use a negative offset.  Two special values of
5611 @samp{N} are recognized, @samp{1} and @samp{-1}.  These both instruct
5612 @command{ld} to automatically size input section groups for the branch types
5613 detected, with the same behaviour regarding stub placement as other
5614 positive or negative values of @samp{N} respectively.
5615
5616 Note that @samp{--stub-group-size} does not split input sections.  A
5617 single input section larger than the group size specified will of course
5618 create a larger group (of one section).  If input sections are too
5619 large, it may not be possible for a branch to reach its stub.
5620
5621 @cindex PowerPC64 stub symbols
5622 @kindex --emit-stub-syms
5623 @item --emit-stub-syms
5624 This option causes @command{ld} to label linker stubs with a local
5625 symbol that encodes the stub type and destination.
5626
5627 @cindex PowerPC64 dot symbols
5628 @kindex --dotsyms
5629 @kindex --no-dotsyms
5630 @item --dotsyms, --no-dotsyms
5631 These two options control how @command{ld} interprets version patterns
5632 in a version script.  Older PowerPC64 compilers emitted both a
5633 function descriptor symbol with the same name as the function, and a
5634 code entry symbol with the name prefixed by a dot (@samp{.}).  To
5635 properly version a function @samp{foo}, the version script thus needs
5636 to control both @samp{foo} and @samp{.foo}.  The option
5637 @samp{--dotsyms}, on by default, automatically adds the required
5638 dot-prefixed patterns.  Use @samp{--no-dotsyms} to disable this
5639 feature.
5640
5641 @cindex PowerPC64 TLS optimization
5642 @kindex --no-tls-optimize
5643 @item --no-tls-optimize
5644 PowerPC64 @command{ld} normally performs some optimization of code
5645 sequences used to access Thread-Local Storage.  Use this option to
5646 disable the optimization.
5647
5648 @cindex PowerPC64 OPD optimization
5649 @kindex --no-opd-optimize
5650 @item --no-opd-optimize
5651 PowerPC64 @command{ld} normally removes @code{.opd} section entries
5652 corresponding to deleted link-once functions, or functions removed by
5653 the action of @samp{--gc-sections} or linker scrip @code{/DISCARD/}.
5654 Use this option to disable @code{.opd} optimization.
5655
5656 @cindex PowerPC64 OPD spacing
5657 @kindex --non-overlapping-opd
5658 @item --non-overlapping-opd
5659 Some PowerPC64 compilers have an option to generate compressed
5660 @code{.opd} entries spaced 16 bytes apart, overlapping the third word,
5661 the static chain pointer (unused in C) with the first word of the next
5662 entry.  This option expands such entries to the full 24 bytes.
5663
5664 @cindex PowerPC64 TOC optimization
5665 @kindex --no-toc-optimize
5666 @item --no-toc-optimize
5667 PowerPC64 @command{ld} normally removes unused @code{.toc} section
5668 entries.  Such entries are detected by examining relocations that
5669 reference the TOC in code sections.  A reloc in a deleted code section
5670 marks a TOC word as unneeded, while a reloc in a kept code section
5671 marks a TOC word as needed.  Since the TOC may reference itself, TOC
5672 relocs are also examined.  TOC words marked as both needed and
5673 unneeded will of course be kept.  TOC words without any referencing
5674 reloc are assumed to be part of a multi-word entry, and are kept or
5675 discarded as per the nearest marked preceding word.  This works
5676 reliably for compiler generated code, but may be incorrect if assembly
5677 code is used to insert TOC entries.  Use this option to disable the
5678 optimization.
5679
5680 @cindex PowerPC64 multi-TOC
5681 @kindex --no-multi-toc
5682 @item --no-multi-toc
5683 By default, PowerPC64 GCC generates code for a TOC model where TOC
5684 entries are accessed with a 16-bit offset from r2.  This limits the
5685 total TOC size to 64K.  PowerPC64 @command{ld} extends this limit by
5686 grouping code sections such that each group uses less than 64K for its
5687 TOC entries, then inserts r2 adjusting stubs between inter-group
5688 calls.  @command{ld} does not split apart input sections, so cannot
5689 help if a single input file has a @code{.toc} section that exceeds
5690 64K, most likely from linking multiple files with @command{ld -r}.
5691 Use this option to turn off this feature.
5692 @end table
5693
5694 @ifclear GENERIC
5695 @lowersections
5696 @end ifclear
5697 @end ifset
5698
5699 @ifset TICOFF
5700 @ifclear GENERIC
5701 @raisesections
5702 @end ifclear
5703
5704 @node TI COFF
5705 @section @command{ld}'s Support for Various TI COFF Versions
5706 @cindex TI COFF versions
5707 @kindex --format=@var{version}
5708 The @samp{--format} switch allows selection of one of the various
5709 TI COFF versions.  The latest of this writing is 2; versions 0 and 1 are
5710 also supported.  The TI COFF versions also vary in header byte-order
5711 format; @command{ld} will read any version or byte order, but the output
5712 header format depends on the default specified by the specific target.
5713
5714 @ifclear GENERIC
5715 @lowersections
5716 @end ifclear
5717 @end ifset
5718
5719 @ifset WIN32
5720 @ifclear GENERIC
5721 @raisesections
5722 @end ifclear
5723
5724 @node WIN32
5725 @section @command{ld} and WIN32 (cygwin/mingw)
5726
5727 This section describes some of the win32 specific @command{ld} issues. 
5728 See @ref{Options,,Command Line Options} for detailed decription of the
5729 command line options mentioned here.
5730
5731 @table @emph
5732 @cindex import libraries 
5733 @item import libraries 
5734 The standard Windows linker creates and uses so-called import
5735 libraries, which contains information for linking to dll's.  They are
5736 regular static archives and are handled as any other static
5737 archive.  The cygwin and mingw ports of @command{ld} have specific
5738 support for creating such libraries provided with the
5739 @samp{--out-implib} command line option.
5740
5741 @item   exporting DLL symbols 
5742 @cindex exporting DLL symbols 
5743 The cygwin/mingw @command{ld} has several ways to export symbols for dll's.
5744
5745 @table @emph
5746 @item   using auto-export functionality
5747 @cindex using auto-export functionality
5748 By default @command{ld} exports symbols with the auto-export functionality,
5749 which is controlled by the following command line options:
5750
5751 @itemize
5752 @item --export-all-symbols   [This is the default]
5753 @item --exclude-symbols
5754 @item --exclude-libs
5755 @end itemize
5756
5757 If, however, @samp{--export-all-symbols} is not given explicitly on the 
5758 command line, then the default auto-export behavior will be @emph{disabled}
5759 if either of the following are true:
5760
5761 @itemize
5762 @item A DEF file is used.
5763 @item Any symbol in any object file was marked with the __declspec(dllexport) attribute.
5764 @end itemize
5765
5766 @item   using a DEF file 
5767 @cindex using a DEF file 
5768 Another way of exporting symbols is using a DEF file.  A DEF file is
5769 an ASCII file containing definitions of symbols which should be
5770 exported when a dll is created.  Usually it is named @samp{<dll
5771 name>.def} and is added as any other object file to the linker's
5772 command line.  The file's name must end in @samp{.def} or @samp{.DEF}.
5773
5774 @example
5775 gcc -o <output> <objectfiles> <dll name>.def
5776 @end example
5777
5778 Using a DEF file turns off the normal auto-export behavior, unless the
5779 @samp{--export-all-symbols} option is also used.
5780
5781 Here is an example of a DEF file for a shared library called @samp{xyz.dll}:
5782
5783 @example
5784 LIBRARY "xyz.dll" BASE=0x20000000
5785
5786 EXPORTS
5787 foo
5788 bar
5789 _bar = bar
5790 another_foo = abc.dll.afoo
5791 var1 DATA
5792 @end example 
5793
5794 This example defines a DLL with a non-default base address and five
5795 symbols in the export table. The third exported symbol @code{_bar} is an
5796 alias for the second. The fourth symbol, @code{another_foo} is resolved
5797 by "forwarding" to another module and treating it as an alias for
5798 @code{afoo} exported from the DLL @samp{abc.dll}. The final symbol
5799 @code{var1} is declared to be a data object.
5800
5801 The optional @code{LIBRARY <name>} command indicates the @emph{internal}
5802 name of the output DLL. If @samp{<name>} does not include a suffix,
5803 the default library suffix, @samp{.DLL} is appended.
5804
5805 When the .DEF file is used to build an application. rather than a
5806 library, the @code{NAME <name>} command shoud be used instead of
5807 @code{LIBRARY}. If @samp{<name>} does not include a suffix, the default
5808 executable suffix, @samp{.EXE} is appended. 
5809
5810 With either @code{LIBRARY <name>} or @code{NAME <name>} the optional
5811 specification @code{BASE = <number>} may be used to specify a
5812 non-default base address for the image. 
5813
5814 If neither @code{LIBRARY <name>} nor  @code{NAME <name>} is specified,
5815 or they specify an empty string, the internal name is the same as the
5816 filename specified on the command line.
5817
5818 The complete specification of an export symbol is:
5819
5820 @example
5821 EXPORTS
5822   ( (  ( <name1> [ = <name2> ] )
5823      | ( <name1> = <module-name> . <external-name>))
5824   [ @@ <integer> ] [NONAME] [DATA] [CONSTANT] [PRIVATE] ) *
5825 @end example 
5826
5827 Declares @samp{<name1>} as an exported symbol from the DLL, or declares
5828 @samp{<name1>} as an exported alias for @samp{<name2>}; or declares
5829 @samp{<name1>} as a "forward" alias for the symbol
5830 @samp{<external-name>} in the DLL @samp{<module-name>}.
5831 Optionally, the symbol may be exported by the specified ordinal
5832 @samp{<integer>} alias.
5833
5834 The optional keywords that follow the declaration indicate:
5835
5836 @code{NONAME}: Do not put the symbol name in the DLL's export table.  It
5837 will still be exported by its ordinal alias (either the value specified
5838 by the .def specification or, otherwise, the value assigned by the
5839 linker). The symbol name, however, does remain visible in the import
5840 library (if any), unless @code{PRIVATE} is also specified.
5841
5842 @code{DATA}: The symbol is a variable or object, rather than a function.
5843 The import lib will export only an indirect reference to @code{foo} as
5844 the symbol @code{_imp__foo} (ie, @code{foo} must be resolved as
5845 @code{*_imp__foo}).
5846
5847 @code{CONSTANT}: Like @code{DATA}, but put the undecorated @code{foo} as
5848 well as @code{_imp__foo} into the import library. Both refer to the
5849 read-only import address table's pointer to the variable, not to the
5850 variable itself. This can be dangerous. If the user code fails to add
5851 the @code{dllimport} attribute and also fails to explicitly add the
5852 extra indirection that the use of the attribute enforces, the
5853 application will behave unexpectedly.
5854
5855 @code{PRIVATE}: Put the symbol in the DLL's export table, but do not put
5856 it into the static import library used to resolve imports at link time. The
5857 symbol can still be imported using the @code{LoadLibrary/GetProcAddress}
5858 API at runtime or by by using the GNU ld extension of linking directly to
5859 the DLL without an import library.
5860  
5861 See ld/deffilep.y in the binutils sources for the full specification of
5862 other DEF file statements
5863
5864 @cindex creating a DEF file
5865 While linking a shared dll, @command{ld} is able to create a DEF file
5866 with the @samp{--output-def <file>} command line option.
5867
5868 @item   Using decorations
5869 @cindex Using decorations
5870 Another way of marking symbols for export is to modify the source code
5871 itself, so that when building the DLL each symbol to be exported is
5872 declared as:
5873
5874 @example
5875 __declspec(dllexport) int a_variable
5876 __declspec(dllexport) void a_function(int with_args)
5877 @end example
5878
5879 All such symbols will be exported from the DLL.  If, however,
5880 any of the object files in the DLL contain symbols decorated in
5881 this way, then the normal auto-export behavior is disabled, unless
5882 the @samp{--export-all-symbols} option is also used.
5883
5884 Note that object files that wish to access these symbols must @emph{not}
5885 decorate them with dllexport.  Instead, they should use dllimport, 
5886 instead:
5887
5888 @example
5889 __declspec(dllimport) int a_variable
5890 __declspec(dllimport) void a_function(int with_args)
5891 @end example
5892
5893 This complicates the structure of library header files, because 
5894 when included by the library itself the header must declare the 
5895 variables and functions as dllexport, but when included by client
5896 code the header must declare them as dllimport.  There are a number
5897 of idioms that are typically used to do this; often client code can 
5898 omit the __declspec() declaration completely.  See
5899 @samp{--enable-auto-import} and @samp{automatic data imports} for more
5900 imformation.
5901 @end table 
5902
5903 @cindex automatic data imports
5904 @item automatic data imports
5905 The standard Windows dll format supports data imports from dlls only
5906 by adding special decorations (dllimport/dllexport), which let the
5907 compiler produce specific assembler instructions to deal with this
5908 issue.  This increases the effort necessary to port existing Un*x 
5909 code to these platforms, especially for large
5910 c++ libraries and applications.  The auto-import feature, which was
5911 initially provided by Paul Sokolovsky, allows one to omit the 
5912 decorations to archieve a behavior that conforms to that on POSIX/Un*x
5913 platforms. This feature is enabled with the @samp{--enable-auto-import} 
5914 command-line option, although it is enabled by default on cygwin/mingw.
5915 The @samp{--enable-auto-import} option itself now serves mainly to
5916 suppress any warnings that are ordinarily emitted when linked objects
5917 trigger the feature's use.
5918
5919 auto-import of variables does not always work flawlessly without 
5920 additional assistance.  Sometimes, you will see this message
5921
5922 "variable '<var>' can't be auto-imported. Please read the 
5923 documentation for ld's @code{--enable-auto-import} for details."
5924
5925 The @samp{--enable-auto-import} documentation explains why this error 
5926 occurs, and several methods that can be used to overcome this difficulty.  
5927 One of these methods is the @emph{runtime pseudo-relocs} feature, described 
5928 below.
5929
5930 @cindex runtime pseudo-relocation
5931 For complex variables imported from DLLs (such as structs or classes), 
5932 object files typically contain a base address for the variable and an 
5933 offset (@emph{addend}) within the variable--to specify a particular 
5934 field or public member, for instance.  Unfortunately, the runtime loader used 
5935 in win32 environments is incapable of fixing these references at runtime 
5936 without the additional information supplied by dllimport/dllexport decorations.
5937 The standard auto-import feature described above is unable to resolve these 
5938 references.
5939
5940 The @samp{--enable-runtime-pseudo-relocs} switch allows these references to 
5941 be resolved without error, while leaving the task of adjusting the references 
5942 themselves (with their non-zero addends) to specialized code provided by the 
5943 runtime environment.  Recent versions of the cygwin and mingw environments and 
5944 compilers provide this runtime support; older versions do not.  However, the 
5945 support is only necessary on the developer's platform; the compiled result will 
5946 run without error on an older system.
5947
5948 @samp{--enable-runtime-pseudo-relocs} is not the default; it must be explicitly 
5949 enabled as needed. 
5950
5951 @cindex direct linking to a dll
5952 @item direct linking to a dll
5953 The cygwin/mingw ports of @command{ld} support the direct linking,
5954 including data symbols, to a dll without the usage of any import
5955 libraries.  This is much faster and uses much less memory than does the
5956 traditional import library method, expecially when linking large
5957 libraries or applications.  When @command{ld} creates an import lib, each 
5958 function or variable exported from the dll is stored in its own bfd, even 
5959 though a single bfd could contain many exports.  The overhead involved in 
5960 storing, loading, and processing so many bfd's is quite large, and explains the
5961 tremendous time, memory, and storage needed to link against particularly 
5962 large or complex libraries when using import libs.
5963
5964 Linking directly to a dll uses no extra command-line switches other than 
5965 @samp{-L} and @samp{-l}, because @command{ld} already searches for a number
5966 of names to match each library.  All that is needed from the developer's 
5967 perspective is an understanding of this search, in order to force ld to
5968 select the dll instead of an import library.
5969
5970
5971 For instance, when ld is called with the argument @samp{-lxxx} it will attempt
5972 to find, in the first directory of its search path,
5973
5974 @example
5975 libxxx.dll.a 
5976 xxx.dll.a 
5977 libxxx.a 
5978 cygxxx.dll (*)
5979 libxxx.dll 
5980 xxx.dll 
5981 @end example
5982
5983 before moving on to the next directory in the search path.
5984
5985 (*) Actually, this is not @samp{cygxxx.dll} but in fact is @samp{<prefix>xxx.dll}, 
5986 where @samp{<prefix>} is set by the @command{ld} option 
5987 @samp{--dll-search-prefix=<prefix>}. In the case of cygwin, the standard gcc spec 
5988 file includes @samp{--dll-search-prefix=cyg}, so in effect we actually search for 
5989 @samp{cygxxx.dll}.
5990
5991 Other win32-based unix environments, such as mingw or pw32, may use other 
5992 @samp{<prefix>}es, although at present only cygwin makes use of this feature.  It 
5993 was originally intended to help avoid name conflicts among dll's built for the
5994 various win32/un*x environments, so that (for example) two versions of a zlib dll
5995 could coexist on the same machine.
5996
5997 The generic cygwin/mingw path layout uses a @samp{bin} directory for
5998 applications and dll's and a @samp{lib} directory for the import
5999 libraries (using cygwin nomenclature):
6000
6001 @example
6002 bin/
6003         cygxxx.dll
6004 lib/
6005         libxxx.dll.a   (in case of dll's)
6006         libxxx.a       (in case of static archive) 
6007 @end example
6008
6009 Linking directly to a dll without using the import library can be 
6010 done two ways: 
6011
6012 1. Use the dll directly by adding the @samp{bin} path to the link line
6013 @example
6014 gcc -Wl,-verbose  -o a.exe -L../bin/ -lxxx
6015 @end example 
6016
6017 However, as the dll's often have version numbers appended to their names
6018 (@samp{cygncurses-5.dll}) this will often fail, unless one specifies
6019 @samp{-L../bin -lncurses-5} to include the version.  Import libs are generally
6020 not versioned, and do not have this difficulty.
6021
6022 2. Create a symbolic link from the dll to a file in the @samp{lib}
6023 directory according to the above mentioned search pattern.  This
6024 should be used to avoid unwanted changes in the tools needed for
6025 making the app/dll.
6026
6027 @example
6028 ln -s bin/cygxxx.dll lib/[cyg|lib|]xxx.dll[.a]
6029 @end example 
6030
6031 Then you can link without any make environment changes.
6032
6033 @example
6034 gcc -Wl,-verbose  -o a.exe -L../lib/ -lxxx
6035 @end example 
6036
6037 This technique also avoids the version number problems, because the following is
6038 perfectly legal
6039
6040 @example
6041 bin/
6042         cygxxx-5.dll
6043 lib/
6044         libxxx.dll.a -> ../bin/cygxxx-5.dll 
6045 @end example
6046
6047 Linking directly to a dll without using an import lib will work
6048 even when auto-import features are exercised, and even when
6049 @samp{--enable-runtime-pseudo-relocs} is used.
6050
6051 Given the improvements in speed and memory usage, one might justifiably
6052 wonder why import libraries are used at all.  There are two reasons:
6053
6054 1. Until recently, the link-directly-to-dll functionality did @emph{not}
6055 work with auto-imported data.
6056
6057 2. Sometimes it is necessary to include pure static objects within the
6058 import library (which otherwise contains only bfd's for indirection
6059 symbols that point to the exports of a dll).  Again, the import lib
6060 for the cygwin kernel makes use of this ability, and it is not
6061 possible to do this without an import lib.
6062
6063 So, import libs are not going away.  But the ability to replace
6064 true import libs with a simple symbolic link to (or a copy of) 
6065 a dll, in most cases, is a useful addition to the suite of tools 
6066 binutils makes available to the win32 developer.  Given the 
6067 massive improvements in memory requirements during linking, storage
6068 requirements, and linking speed, we expect that many developers
6069 will soon begin to use this feature whenever possible.
6070
6071 @item symbol aliasing  
6072 @table @emph
6073 @item adding additional names 
6074 Sometimes, it is useful to export symbols with additional names.  
6075 A symbol @samp{foo} will be exported as @samp{foo}, but it can also be
6076 exported as @samp{_foo} by using special directives in the DEF file
6077 when creating the dll.  This will affect also the optional created
6078 import library.  Consider the following DEF file: 
6079
6080 @example 
6081 LIBRARY "xyz.dll" BASE=0x61000000
6082
6083 EXPORTS
6084 foo 
6085 _foo = foo
6086 @end example 
6087
6088 The line @samp{_foo = foo} maps the symbol @samp{foo} to @samp{_foo}.
6089
6090 Another method for creating a symbol alias is to create it in the
6091 source code using the "weak" attribute:
6092
6093 @example 
6094 void foo () @{ /* Do something.  */; @} 
6095 void _foo () __attribute__ ((weak, alias ("foo")));
6096 @end example 
6097
6098 See the gcc manual for more information about attributes and weak
6099 symbols.
6100
6101 @item renaming symbols
6102 Sometimes it is useful to rename exports.  For instance, the cygwin
6103 kernel does this regularly.  A symbol @samp{_foo} can be exported as 
6104 @samp{foo} but not as @samp{_foo} by using special directives in the
6105 DEF file. (This will also affect the import library, if it is
6106 created).  In the following example: 
6107
6108 @example 
6109 LIBRARY "xyz.dll" BASE=0x61000000
6110
6111 EXPORTS
6112 _foo = foo
6113 @end example 
6114
6115 The line @samp{_foo = foo} maps the exported symbol @samp{foo} to
6116 @samp{_foo}.
6117 @end table 
6118
6119 Note: using a DEF file disables the default auto-export behavior,
6120 unless the @samp{--export-all-symbols} command line option is used. 
6121 If, however, you are trying to rename symbols, then you should list
6122 @emph{all} desired exports in the DEF file, including the symbols 
6123 that are not being renamed, and do @emph{not} use the 
6124 @samp{--export-all-symbols} option.  If you list only the 
6125 renamed symbols in the DEF file, and use @samp{--export-all-symbols} 
6126 to handle the other symbols, then the both the new names @emph{and} 
6127 the original names for the renamed symbols will be exported.  
6128 In effect, you'd be aliasing those symbols, not renaming them, 
6129 which is probably not what you wanted.
6130
6131 @cindex weak externals
6132 @item weak externals
6133 The Windows object format, PE, specifies a form of weak symbols called
6134 weak externals.  When a weak symbol is linked and the symbol is not
6135 defined, the weak symbol becomes an alias for some other symbol.  There
6136 are three variants of weak externals:
6137 @itemize
6138 @item Definition is searched for in objects and libraries, historically
6139 called lazy externals.
6140 @item Definition is searched for only in other objects, not in libraries.
6141 This form is not presently implemented.
6142 @item No search; the symbol is an alias.  This form is not presently
6143 implemented.
6144 @end itemize
6145 As a GNU extension, weak symbols that do not specify an alternate symbol
6146 are supported.  If the symbol is undefined when linking, the symbol
6147 uses a default value.
6148 @end table
6149
6150 @ifclear GENERIC
6151 @lowersections
6152 @end ifclear
6153 @end ifset
6154
6155 @ifset XTENSA
6156 @ifclear GENERIC
6157 @raisesections
6158 @end ifclear
6159
6160 @node Xtensa
6161 @section @code{ld} and Xtensa Processors
6162
6163 @cindex Xtensa processors
6164 The default @command{ld} behavior for Xtensa processors is to interpret
6165 @code{SECTIONS} commands so that lists of explicitly named sections in a
6166 specification with a wildcard file will be interleaved when necessary to
6167 keep literal pools within the range of PC-relative load offsets.  For
6168 example, with the command:
6169
6170 @smallexample
6171 SECTIONS
6172 @{
6173   .text : @{
6174     *(.literal .text)
6175   @}
6176 @}
6177 @end smallexample
6178
6179 @noindent
6180 @command{ld} may interleave some of the @code{.literal}
6181 and @code{.text} sections from different object files to ensure that the
6182 literal pools are within the range of PC-relative load offsets.  A valid
6183 interleaving might place the @code{.literal} sections from an initial
6184 group of files followed by the @code{.text} sections of that group of
6185 files.  Then, the @code{.literal} sections from the rest of the files
6186 and the @code{.text} sections from the rest of the files would follow.
6187
6188 @cindex @option{--relax} on Xtensa
6189 @cindex relaxing on Xtensa
6190 Relaxation is enabled by default for the Xtensa version of @command{ld} and
6191 provides two important link-time optimizations.  The first optimization
6192 is to combine identical literal values to reduce code size.  A redundant
6193 literal will be removed and all the @code{L32R} instructions that use it
6194 will be changed to reference an identical literal, as long as the
6195 location of the replacement literal is within the offset range of all
6196 the @code{L32R} instructions.  The second optimization is to remove
6197 unnecessary overhead from assembler-generated ``longcall'' sequences of
6198 @code{L32R}/@code{CALLX@var{n}} when the target functions are within
6199 range of direct @code{CALL@var{n}} instructions.
6200
6201 For each of these cases where an indirect call sequence can be optimized
6202 to a direct call, the linker will change the @code{CALLX@var{n}}
6203 instruction to a @code{CALL@var{n}} instruction, remove the @code{L32R}
6204 instruction, and remove the literal referenced by the @code{L32R}
6205 instruction if it is not used for anything else.  Removing the
6206 @code{L32R} instruction always reduces code size but can potentially
6207 hurt performance by changing the alignment of subsequent branch targets.
6208 By default, the linker will always preserve alignments, either by
6209 switching some instructions between 24-bit encodings and the equivalent
6210 density instructions or by inserting a no-op in place of the @code{L32R}
6211 instruction that was removed.  If code size is more important than
6212 performance, the @option{--size-opt} option can be used to prevent the
6213 linker from widening density instructions or inserting no-ops, except in
6214 a few cases where no-ops are required for correctness.
6215
6216 The following Xtensa-specific command-line options can be used to
6217 control the linker:
6218
6219 @cindex Xtensa options
6220 @table @option
6221 @kindex --no-relax
6222 @item --no-relax
6223 Since the Xtensa version of @code{ld} enables the @option{--relax} option
6224 by default, the @option{--no-relax} option is provided to disable
6225 relaxation.
6226
6227 @item --size-opt
6228 When optimizing indirect calls to direct calls, optimize for code size
6229 more than performance.  With this option, the linker will not insert
6230 no-ops or widen density instructions to preserve branch target
6231 alignment.  There may still be some cases where no-ops are required to
6232 preserve the correctness of the code.
6233 @end table
6234
6235 @ifclear GENERIC
6236 @lowersections
6237 @end ifclear
6238 @end ifset
6239
6240 @ifclear SingleFormat
6241 @node BFD
6242 @chapter BFD
6243
6244 @cindex back end
6245 @cindex object file management
6246 @cindex object formats available
6247 @kindex objdump -i
6248 The linker accesses object and archive files using the BFD libraries.
6249 These libraries allow the linker to use the same routines to operate on
6250 object files whatever the object file format.  A different object file
6251 format can be supported simply by creating a new BFD back end and adding
6252 it to the library.  To conserve runtime memory, however, the linker and
6253 associated tools are usually configured to support only a subset of the
6254 object file formats available.  You can use @code{objdump -i}
6255 (@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}) to
6256 list all the formats available for your configuration.
6257
6258 @cindex BFD requirements
6259 @cindex requirements for BFD
6260 As with most implementations, BFD is a compromise between
6261 several conflicting requirements. The major factor influencing
6262 BFD design was efficiency: any time used converting between
6263 formats is time which would not have been spent had BFD not
6264 been involved. This is partly offset by abstraction payback; since
6265 BFD simplifies applications and back ends, more time and care
6266 may be spent optimizing algorithms for a greater speed.
6267
6268 One minor artifact of the BFD solution which you should bear in
6269 mind is the potential for information loss.  There are two places where
6270 useful information can be lost using the BFD mechanism: during
6271 conversion and during output. @xref{BFD information loss}.
6272
6273 @menu
6274 * BFD outline::                 How it works: an outline of BFD
6275 @end menu
6276
6277 @node BFD outline
6278 @section How It Works: An Outline of BFD
6279 @cindex opening object files
6280 @include bfdsumm.texi
6281 @end ifclear
6282
6283 @node Reporting Bugs
6284 @chapter Reporting Bugs
6285 @cindex bugs in @command{ld}
6286 @cindex reporting bugs in @command{ld}
6287
6288 Your bug reports play an essential role in making @command{ld} reliable.
6289
6290 Reporting a bug may help you by bringing a solution to your problem, or
6291 it may not.  But in any case the principal function of a bug report is
6292 to help the entire community by making the next version of @command{ld}
6293 work better.  Bug reports are your contribution to the maintenance of
6294 @command{ld}.
6295
6296 In order for a bug report to serve its purpose, you must include the
6297 information that enables us to fix the bug.
6298
6299 @menu
6300 * Bug Criteria::                Have you found a bug?
6301 * Bug Reporting::               How to report bugs
6302 @end menu
6303
6304 @node Bug Criteria
6305 @section Have You Found a Bug?
6306 @cindex bug criteria
6307
6308 If you are not sure whether you have found a bug, here are some guidelines:
6309
6310 @itemize @bullet
6311 @cindex fatal signal
6312 @cindex linker crash
6313 @cindex crash of linker
6314 @item
6315 If the linker gets a fatal signal, for any input whatever, that is a
6316 @command{ld} bug.  Reliable linkers never crash.
6317
6318 @cindex error on valid input
6319 @item
6320 If @command{ld} produces an error message for valid input, that is a bug.
6321
6322 @cindex invalid input
6323 @item
6324 If @command{ld} does not produce an error message for invalid input, that
6325 may be a bug.  In the general case, the linker can not verify that
6326 object files are correct.
6327
6328 @item
6329 If you are an experienced user of linkers, your suggestions for
6330 improvement of @command{ld} are welcome in any case.
6331 @end itemize
6332
6333 @node Bug Reporting
6334 @section How to Report Bugs
6335 @cindex bug reports
6336 @cindex @command{ld} bugs, reporting
6337
6338 A number of companies and individuals offer support for @sc{gnu}
6339 products.  If you obtained @command{ld} from a support organization, we
6340 recommend you contact that organization first.
6341
6342 You can find contact information for many support companies and
6343 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
6344 distribution.
6345
6346 Otherwise, send bug reports for @command{ld} to
6347 @samp{bug-binutils@@gnu.org}.
6348
6349 The fundamental principle of reporting bugs usefully is this:
6350 @strong{report all the facts}.  If you are not sure whether to state a
6351 fact or leave it out, state it!
6352
6353 Often people omit facts because they think they know what causes the
6354 problem and assume that some details do not matter.  Thus, you might
6355 assume that the name of a symbol you use in an example does not
6356 matter.  Well, probably it does not, but one cannot be sure.  Perhaps
6357 the bug is a stray memory reference which happens to fetch from the
6358 location where that name is stored in memory; perhaps, if the name
6359 were different, the contents of that location would fool the linker
6360 into doing the right thing despite the bug.  Play it safe and give a
6361 specific, complete example.  That is the easiest thing for you to do,
6362 and the most helpful. 
6363
6364 Keep in mind that the purpose of a bug report is to enable us to fix
6365 the bug if it is new to us.  Therefore, always write your bug reports
6366 on the assumption that the bug has not been reported previously.
6367
6368 Sometimes people give a few sketchy facts and ask, ``Does this ring a
6369 bell?''  This cannot help us fix a bug, so it is basically useless.  We
6370 respond by asking for enough details to enable us to investigate.
6371 You might as well expedite matters by sending them to begin with.
6372
6373 To enable us to fix the bug, you should include all these things:
6374
6375 @itemize @bullet
6376 @item
6377 The version of @command{ld}.  @command{ld} announces it if you start it with
6378 the @samp{--version} argument.
6379
6380 Without this, we will not know whether there is any point in looking for
6381 the bug in the current version of @command{ld}.
6382
6383 @item
6384 Any patches you may have applied to the @command{ld} source, including any
6385 patches made to the @code{BFD} library.
6386
6387 @item
6388 The type of machine you are using, and the operating system name and
6389 version number.
6390
6391 @item
6392 What compiler (and its version) was used to compile @command{ld}---e.g.
6393 ``@code{gcc-2.7}''.
6394
6395 @item
6396 The command arguments you gave the linker to link your example and
6397 observe the bug.  To guarantee you will not omit something important,
6398 list them all.  A copy of the Makefile (or the output from make) is
6399 sufficient.
6400
6401 If we were to try to guess the arguments, we would probably guess wrong
6402 and then we might not encounter the bug.
6403
6404 @item
6405 A complete input file, or set of input files, that will reproduce the
6406 bug.  It is generally most helpful to send the actual object files
6407 provided that they are reasonably small.  Say no more than 10K.  For
6408 bigger files you can either make them available by FTP or HTTP or else
6409 state that you are willing to send the object file(s) to whomever
6410 requests them.  (Note - your email will be going to a mailing list, so
6411 we do not want to clog it up with large attachments).  But small
6412 attachments are best.
6413
6414 If the source files were assembled using @code{gas} or compiled using
6415 @code{gcc}, then it may be OK to send the source files rather than the
6416 object files.  In this case, be sure to say exactly what version of
6417 @code{gas} or @code{gcc} was used to produce the object files.  Also say
6418 how @code{gas} or @code{gcc} were configured.
6419
6420 @item
6421 A description of what behavior you observe that you believe is
6422 incorrect.  For example, ``It gets a fatal signal.''
6423
6424 Of course, if the bug is that @command{ld} gets a fatal signal, then we
6425 will certainly notice it.  But if the bug is incorrect output, we might
6426 not notice unless it is glaringly wrong.  You might as well not give us
6427 a chance to make a mistake.
6428
6429 Even if the problem you experience is a fatal signal, you should still
6430 say so explicitly.  Suppose something strange is going on, such as, your
6431 copy of @command{ld} is out of synch, or you have encountered a bug in the
6432 C library on your system.  (This has happened!)  Your copy might crash
6433 and ours would not.  If you told us to expect a crash, then when ours
6434 fails to crash, we would know that the bug was not happening for us.  If
6435 you had not told us to expect a crash, then we would not be able to draw
6436 any conclusion from our observations.
6437
6438 @item
6439 If you wish to suggest changes to the @command{ld} source, send us context
6440 diffs, as generated by @code{diff} with the @samp{-u}, @samp{-c}, or
6441 @samp{-p} option.  Always send diffs from the old file to the new file.
6442 If you even discuss something in the @command{ld} source, refer to it by
6443 context, not by line number.
6444
6445 The line numbers in our development sources will not match those in your
6446 sources.  Your line numbers would convey no useful information to us.
6447 @end itemize
6448
6449 Here are some things that are not necessary:
6450
6451 @itemize @bullet
6452 @item
6453 A description of the envelope of the bug.
6454
6455 Often people who encounter a bug spend a lot of time investigating
6456 which changes to the input file will make the bug go away and which
6457 changes will not affect it.
6458
6459 This is often time consuming and not very useful, because the way we
6460 will find the bug is by running a single example under the debugger
6461 with breakpoints, not by pure deduction from a series of examples.
6462 We recommend that you save your time for something else.
6463
6464 Of course, if you can find a simpler example to report @emph{instead}
6465 of the original one, that is a convenience for us.  Errors in the
6466 output will be easier to spot, running under the debugger will take
6467 less time, and so on.
6468
6469 However, simplification is not vital; if you do not want to do this,
6470 report the bug anyway and send us the entire test case you used.
6471
6472 @item
6473 A patch for the bug.
6474
6475 A patch for the bug does help us if it is a good one.  But do not omit
6476 the necessary information, such as the test case, on the assumption that
6477 a patch is all we need.  We might see problems with your patch and decide
6478 to fix the problem another way, or we might not understand it at all.
6479
6480 Sometimes with a program as complicated as @command{ld} it is very hard to
6481 construct an example that will make the program follow a certain path
6482 through the code.  If you do not send us the example, we will not be
6483 able to construct one, so we will not be able to verify that the bug is
6484 fixed.
6485
6486 And if we cannot understand what bug you are trying to fix, or why your
6487 patch should be an improvement, we will not install it.  A test case will
6488 help us to understand.
6489
6490 @item
6491 A guess about what the bug is or what it depends on.
6492
6493 Such guesses are usually wrong.  Even we cannot guess right about such
6494 things without first using the debugger to find the facts.
6495 @end itemize
6496
6497 @node MRI
6498 @appendix MRI Compatible Script Files
6499 @cindex MRI compatibility
6500 To aid users making the transition to @sc{gnu} @command{ld} from the MRI
6501 linker, @command{ld} can use MRI compatible linker scripts as an
6502 alternative to the more general-purpose linker scripting language
6503 described in @ref{Scripts}.  MRI compatible linker scripts have a much
6504 simpler command set than the scripting language otherwise used with
6505 @command{ld}.  @sc{gnu} @command{ld} supports the most commonly used MRI
6506 linker commands; these commands are described here.
6507
6508 In general, MRI scripts aren't of much use with the @code{a.out} object
6509 file format, since it only has three sections and MRI scripts lack some
6510 features to make use of them.
6511
6512 You can specify a file containing an MRI-compatible script using the
6513 @samp{-c} command-line option.
6514
6515 Each command in an MRI-compatible script occupies its own line; each
6516 command line starts with the keyword that identifies the command (though
6517 blank lines are also allowed for punctuation).  If a line of an
6518 MRI-compatible script begins with an unrecognized keyword, @command{ld}
6519 issues a warning message, but continues processing the script.
6520
6521 Lines beginning with @samp{*} are comments.
6522
6523 You can write these commands using all upper-case letters, or all
6524 lower case; for example, @samp{chip} is the same as @samp{CHIP}.
6525 The following list shows only the upper-case form of each command.
6526
6527 @table @code
6528 @cindex @code{ABSOLUTE} (MRI)
6529 @item ABSOLUTE @var{secname}
6530 @itemx ABSOLUTE @var{secname}, @var{secname}, @dots{} @var{secname}
6531 Normally, @command{ld} includes in the output file all sections from all
6532 the input files.  However, in an MRI-compatible script, you can use the
6533 @code{ABSOLUTE} command to restrict the sections that will be present in
6534 your output program.  If the @code{ABSOLUTE} command is used at all in a
6535 script, then only the sections named explicitly in @code{ABSOLUTE}
6536 commands will appear in the linker output.  You can still use other
6537 input sections (whatever you select on the command line, or using
6538 @code{LOAD}) to resolve addresses in the output file.
6539
6540 @cindex @code{ALIAS} (MRI)
6541 @item ALIAS @var{out-secname}, @var{in-secname}
6542 Use this command to place the data from input section @var{in-secname}
6543 in a section called @var{out-secname} in the linker output file.
6544
6545 @var{in-secname} may be an integer.
6546
6547 @cindex @code{ALIGN} (MRI)
6548 @item ALIGN @var{secname} = @var{expression}
6549 Align the section called @var{secname} to @var{expression}.  The
6550 @var{expression} should be a power of two.
6551
6552 @cindex @code{BASE} (MRI)
6553 @item BASE @var{expression}
6554 Use the value of @var{expression} as the lowest address (other than
6555 absolute addresses) in the output file.
6556
6557 @cindex @code{CHIP} (MRI)
6558 @item CHIP @var{expression}
6559 @itemx CHIP @var{expression}, @var{expression}
6560 This command does nothing; it is accepted only for compatibility.
6561
6562 @cindex @code{END} (MRI)
6563 @item END
6564 This command does nothing whatever; it's only accepted for compatibility.
6565
6566 @cindex @code{FORMAT} (MRI)
6567 @item FORMAT @var{output-format}
6568 Similar to the @code{OUTPUT_FORMAT} command in the more general linker
6569 language, but restricted to one of these output formats:
6570
6571 @enumerate
6572 @item
6573 S-records, if @var{output-format} is @samp{S}
6574
6575 @item
6576 IEEE, if @var{output-format} is @samp{IEEE}
6577
6578 @item
6579 COFF (the @samp{coff-m68k} variant in BFD), if @var{output-format} is
6580 @samp{COFF}
6581 @end enumerate
6582
6583 @cindex @code{LIST} (MRI)
6584 @item LIST @var{anything}@dots{}
6585 Print (to the standard output file) a link map, as produced by the
6586 @command{ld} command-line option @samp{-M}.
6587
6588 The keyword @code{LIST} may be followed by anything on the
6589 same line, with no change in its effect.
6590
6591 @cindex @code{LOAD} (MRI)
6592 @item LOAD @var{filename}
6593 @itemx LOAD @var{filename}, @var{filename}, @dots{} @var{filename}
6594 Include one or more object file @var{filename} in the link; this has the
6595 same effect as specifying @var{filename} directly on the @command{ld}
6596 command line.
6597
6598 @cindex @code{NAME} (MRI)
6599 @item NAME @var{output-name}
6600 @var{output-name} is the name for the program produced by @command{ld}; the
6601 MRI-compatible command @code{NAME} is equivalent to the command-line
6602 option @samp{-o} or the general script language command @code{OUTPUT}.
6603
6604 @cindex @code{ORDER} (MRI)
6605 @item ORDER @var{secname}, @var{secname}, @dots{} @var{secname}
6606 @itemx ORDER @var{secname} @var{secname} @var{secname}
6607 Normally, @command{ld} orders the sections in its output file in the
6608 order in which they first appear in the input files.  In an MRI-compatible
6609 script, you can override this ordering with the @code{ORDER} command.  The
6610 sections you list with @code{ORDER} will appear first in your output
6611 file, in the order specified.
6612
6613 @cindex @code{PUBLIC} (MRI)
6614 @item PUBLIC @var{name}=@var{expression}
6615 @itemx PUBLIC @var{name},@var{expression}
6616 @itemx PUBLIC @var{name} @var{expression}
6617 Supply a value (@var{expression}) for external symbol
6618 @var{name} used in the linker input files.
6619
6620 @cindex @code{SECT} (MRI)
6621 @item SECT @var{secname}, @var{expression}
6622 @itemx SECT @var{secname}=@var{expression}
6623 @itemx SECT @var{secname} @var{expression}
6624 You can use any of these three forms of the @code{SECT} command to
6625 specify the start address (@var{expression}) for section @var{secname}.
6626 If you have more than one @code{SECT} statement for the same
6627 @var{secname}, only the @emph{first} sets the start address.
6628 @end table
6629
6630 @include fdl.texi
6631
6632 @node Index
6633 @unnumbered Index
6634
6635 @printindex cp
6636
6637 @tex
6638 % I think something like @colophon should be in texinfo.  In the
6639 % meantime:
6640 \long\def\colophon{\hbox to0pt{}\vfill
6641 \centerline{The body of this manual is set in}
6642 \centerline{\fontname\tenrm,}
6643 \centerline{with headings in {\bf\fontname\tenbf}}
6644 \centerline{and examples in {\tt\fontname\tentt}.}
6645 \centerline{{\it\fontname\tenit\/} and}
6646 \centerline{{\sl\fontname\tensl\/}}
6647 \centerline{are used for emphasis.}\vfill}
6648 \page\colophon
6649 % Blame: doc@cygnus.com, 28mar91.
6650 @end tex
6651
6652
6653 @contents
6654 @bye