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