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