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