* ld.texinfo (Options): Mention .so extensions for shared
[binutils-gdb.git] / ld / ld.texinfo
1 \input texinfo
2 @setfilename ld.info
3 @syncodeindex ky cp
4 @include configdoc.texi
5 @c (configdoc.texi is generated by the Makefile)
6
7 @c @smallbook
8
9 @ifinfo
10 @format
11 START-INFO-DIR-ENTRY
12 * Ld: (ld). The GNU linker.
13 END-INFO-DIR-ENTRY
14 @end format
15 @end ifinfo
16
17 @ifinfo
18 This file documents the @sc{gnu} linker LD.
19
20 Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
21
22 Permission is granted to make and distribute verbatim copies of
23 this manual provided the copyright notice and this permission notice
24 are preserved on all copies.
25
26 Permission is granted to copy and distribute modified versions of this
27 manual under the conditions for verbatim copying, provided also that
28 the entire resulting derived work is distributed under the terms of a
29 permission notice identical to this one.
30
31 Permission is granted to copy and distribute translations of this manual
32 into another language, under the above conditions for modified versions.
33
34 @ignore
35 Permission is granted to process this file through Tex and print the
36 results, provided the printed document carries copying permission
37 notice identical to this one except for the removal of this paragraph
38 (this paragraph not being relevant to the printed manual).
39
40 @end ignore
41 @end ifinfo
42 @iftex
43 @finalout
44 @setchapternewpage odd
45 @settitle Using LD, the GNU linker
46 @titlepage
47 @title Using ld
48 @subtitle The GNU linker
49 @sp 1
50 @subtitle @code{ld} version 2
51 @subtitle January 1994
52 @author Steve Chamberlain
53 @author Cygnus Support
54 @page
55
56 @tex
57 {\parskip=0pt
58 \hfill Cygnus Support\par
59 \hfill steve\@cygnus.com, doc\@cygnus.com\par
60 \hfill {\it Using LD, the GNU linker}\par
61 \hfill Edited by Jeffrey Osier (jeffrey\@cygnus.com)\par
62 }
63 \global\parindent=0pt % Steve likes it this way.
64 @end tex
65
66 @vskip 0pt plus 1filll
67 Copyright @copyright{} 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
68
69 Permission is granted to make and distribute verbatim copies of
70 this manual provided the copyright notice and this permission notice
71 are preserved on all copies.
72
73 Permission is granted to copy and distribute modified versions of this
74 manual under the conditions for verbatim copying, provided also that
75 the entire resulting derived work is distributed under the terms of a
76 permission notice identical to this one.
77
78 Permission is granted to copy and distribute translations of this manual
79 into another language, under the above conditions for modified versions.
80 @end titlepage
81 @end iftex
82 @c FIXME: Talk about importance of *order* of args, cmds to linker!
83
84 @ifinfo
85 @node Top
86 @top Using ld
87 This file documents the @sc{gnu} linker ld.
88
89 @menu
90 * Overview:: Overview
91 * Invocation:: Invocation
92 * Commands:: Command Language
93 @ifset GENERIC
94 * Machine Dependent:: Machine Dependent Features
95 @end ifset
96 @ifclear GENERIC
97 @ifset H8300
98 * H8/300:: ld and the H8/300
99 @end ifset
100 @ifset Hitachi
101 * Hitachi:: ld and other Hitachi micros
102 @end ifset
103 @ifset I960
104 * i960:: ld and the Intel 960 family
105 @end ifset
106 @end ifclear
107 @ifclear SingleFormat
108 * BFD:: BFD
109 @end ifclear
110 @c Following blank line required for remaining bug in makeinfo conds/menus
111
112 * MRI:: MRI Compatible Script Files
113 * Index:: Index
114 @end menu
115 @end ifinfo
116
117 @node Overview
118 @chapter Overview
119
120 @cindex @sc{gnu} linker
121 @cindex what is this?
122 @code{ld} combines a number of object and archive files, relocates
123 their data and ties up symbol references. Usually the last step in
124 compiling a program is to run @code{ld}.
125
126 @code{ld} accepts Linker Command Language files written in
127 a superset of AT&T's Link Editor Command Language syntax,
128 to provide explicit and total control over the linking process.
129
130 @ifclear SingleFormat
131 This version of @code{ld} uses the general purpose BFD libraries
132 to operate on object files. This allows @code{ld} to read, combine, and
133 write object files in many different formats---for example, COFF or
134 @code{a.out}. Different formats may be linked together to produce any
135 available kind of object file. @xref{BFD}, for more information.
136 @end ifclear
137
138 Aside from its flexibility, the @sc{gnu} linker is more helpful than other
139 linkers in providing diagnostic information. Many linkers abandon
140 execution immediately upon encountering an error; whenever possible,
141 @code{ld} continues executing, allowing you to identify other errors
142 (or, in some cases, to get an output file in spite of the error).
143
144 @node Invocation
145 @chapter Invocation
146
147 The @sc{gnu} linker @code{ld} is meant to cover a broad range of situations,
148 and to be as compatible as possible with other linkers. As a result,
149 you have many choices to control its behavior.
150
151 @ifset UsesEnvVars
152 @menu
153 * Options:: Command Line Options
154 * Environment:: Environment Variables
155 @end menu
156
157 @node Options
158 @section Command Line Options
159 @end ifset
160
161 @cindex command line
162 @cindex options
163 The linker supports a plethora of command-line options, but in actual
164 practice few of them are used in any particular context.
165 @cindex standard Unix system
166 For instance, a frequent use of @code{ld} is to link standard Unix
167 object files on a standard, supported Unix system. On such a system, to
168 link a file @code{hello.o}:
169
170 @smallexample
171 ld -o @var{output} /lib/crt0.o hello.o -lc
172 @end smallexample
173
174 This tells @code{ld} to produce a file called @var{output} as the
175 result of linking the file @code{/lib/crt0.o} with @code{hello.o} and
176 the library @code{libc.a}, which will come from the standard search
177 directories. (See the discussion of the @samp{-l} option below.)
178
179 The command-line options to @code{ld} may be specified in any order, and
180 may be repeated at will. Repeating most options with a different
181 argument will either have no further effect, or override prior
182 occurrences (those further to the left on the command line) of that
183 option. Options which may be meaningfully specified more than once are
184 noted in the descriptions below.
185
186 @cindex object files
187 Non-option arguments are objects files which are to be linked together.
188 They may follow, precede, or be mixed in with command-line options,
189 except that an object file argument may not be placed between an option
190 and its argument.
191
192 Usually the linker is invoked with at least one object file, but you can
193 specify other forms of binary input files using @samp{-l}, @samp{-R},
194 and the script command language. If @emph{no} binary input files at all
195 are specified, the linker does not produce any output, and issues the
196 message @samp{No input files}.
197
198 If the linker can not recognize the format of an object file, it will
199 assume that it is a linker script. A script specified in this way
200 augments the main linker script used for the link (either the default
201 linker script or the one specified by using @samp{-T}). This feature
202 permits the linker to link against a file which appears to be an object
203 or an archive, but actually merely defines some symbol values, or uses
204 @code{INPUT} or @code{GROUP} to load other objects. @xref{Commands}.
205
206 For options whose names are a single letter,
207 option arguments must either follow the option letter without intervening
208 whitespace, or be given as separate arguments immediately following the
209 option that requires them.
210
211 For options whose names are multiple letters, either one dash or two can
212 precede the option name; for example, @samp{--oformat} and
213 @samp{-oformat} are equivalent. Arguments to multiple-letter options
214 must either be separated from the option name by an equals sign, or be
215 given as separate arguments immediately following the option that
216 requires them. For example, @samp{--oformat srec} and
217 @samp{--oformat=srec} are equivalent. Unique abbreviations of the names
218 of multiple-letter options are accepted.
219
220 @table @code
221 @kindex -a@var{keyword}
222 @item -a@var{keyword}
223 This option is supported for HP/UX compatibility. The @var{keyword}
224 argument must be one of the strings @samp{archive}, @samp{shared}, or
225 @samp{default}. @samp{-aarchive} is functionally equivalent to
226 @samp{-Bstatic}, and the other two keywords are functionally equivalent
227 to @samp{-Bdynamic}. This option may be used any number of times.
228
229 @ifset I960
230 @cindex architectures
231 @kindex -A@var{arch}
232 @item -A@var{architecture}
233 @kindex --architecture=@var{arch}
234 @itemx --architecture=@var{architecture}
235 In the current release of @code{ld}, this option is useful only for the
236 Intel 960 family of architectures. In that @code{ld} configuration, the
237 @var{architecture} argument identifies the particular architecture in
238 the 960 family, enabling some safeguards and modifying the
239 archive-library search path. @xref{i960,,@code{ld} and the Intel 960
240 family}, for details.
241
242 Future releases of @code{ld} may support similar functionality for
243 other architecture families.
244 @end ifset
245
246 @ifclear SingleFormat
247 @cindex binary input format
248 @kindex -b @var{format}
249 @kindex --format=@var{format}
250 @cindex input format
251 @cindex input format
252 @item -b @var{input-format}
253 @itemx --format=@var{input-format}
254 @code{ld} may be configured to support more than one kind of object
255 file. If your @code{ld} is configured this way, you can use the
256 @samp{-b} option to specify the binary format for input object files
257 that follow this option on the command line. Even when @code{ld} is
258 configured to support alternative object formats, you don't usually need
259 to specify this, as @code{ld} should be configured to expect as a
260 default input format the most usual format on each machine.
261 @var{input-format} is a text string, the name of a particular format
262 supported by the BFD libraries. (You can list the available binary
263 formats with @samp{objdump -i}.)
264 @xref{BFD}.
265
266 You may want to use this option if you are linking files with an unusual
267 binary format. You can also use @samp{-b} to switch formats explicitly (when
268 linking object files of different formats), by including
269 @samp{-b @var{input-format}} before each group of object files in a
270 particular format.
271
272 The default format is taken from the environment variable
273 @code{GNUTARGET}.
274 @ifset UsesEnvVars
275 @xref{Environment}.
276 @end ifset
277 You can also define the input
278 format from a script, using the command @code{TARGET}; see @ref{Option
279 Commands}.
280 @end ifclear
281
282 @kindex -c @var{MRI-cmdfile}
283 @kindex --mri-script=@var{MRI-cmdfile}
284 @cindex compatibility, MRI
285 @item -c @var{MRI-commandfile}
286 @itemx --mri-script=@var{MRI-commandfile}
287 For compatibility with linkers produced by MRI, @code{ld} accepts script
288 files written in an alternate, restricted command language, described in
289 @ref{MRI,,MRI Compatible Script Files}. Introduce MRI script files with
290 the option @samp{-c}; use the @samp{-T} option to run linker
291 scripts written in the general-purpose @code{ld} scripting language.
292 If @var{MRI-cmdfile} does not exist, @code{ld} looks for it in the directories
293 specified by any @samp{-L} options.
294
295 @cindex common allocation
296 @kindex -d
297 @kindex -dc
298 @kindex -dp
299 @item -d
300 @itemx -dc
301 @itemx -dp
302 These three options are equivalent; multiple forms are supported for
303 compatibility with other linkers. They
304 assign space to common symbols even if a relocatable output file is
305 specified (with @samp{-r}). The script command
306 @code{FORCE_COMMON_ALLOCATION} has the same effect. @xref{Option
307 Commands}.
308
309 @cindex entry point, from command line
310 @kindex -e @var{entry}
311 @kindex --entry=@var{entry}
312 @item -e @var{entry}
313 @itemx --entry=@var{entry}
314 Use @var{entry} as the explicit symbol for beginning execution of your
315 program, rather than the default entry point. @xref{Entry Point}, for a
316 discussion of defaults and other ways of specifying the
317 entry point.
318
319 @cindex dynamic symbol table
320 @kindex -E
321 @kindex -export-dynamic
322 @item -E
323 @itemx -export-dynamic
324 When creating a dynamically linked executable, add all symbols to the
325 dynamic symbol table. Normally, the dynamic symbol table contains only
326 symbols which are used by a dynamic object. This option is needed for
327 some uses of @code{dlopen}.
328
329 @ifclear SingleFormat
330 @kindex -F
331 @item -F
332 @itemx -F@var{format}
333 Ignored. Some older linkers used this option throughout a compilation
334 toolchain for specifying object-file format for both input and output
335 object files. The mechanisms @code{ld} uses for this purpose (the
336 @samp{-b} or @samp{-format} options for input files, @samp{-oformat}
337 option or the @code{TARGET} command in linker scripts for output files,
338 the @code{GNUTARGET} environment variable) are more flexible, but
339 @code{ld} accepts the @samp{-F} option for compatibility with scripts
340 written to call the old linker.
341 @end ifclear
342
343 @kindex --force-exe-suffix
344 @item --force-exe-suffix
345 Make sure that an output file has a .exe suffix.
346
347 If a successfully built fully linked output file does not have a
348 @code{.exe} or @code{.dll} suffix, this option forces the linker to copy
349 the output file to one of the same name with a @code{.exe} suffix. This
350 option is useful when using unmodified Unix makefiles on a Microsoft
351 Windows host, since some versions of Windows won't run an image unless
352 it ends in a @code{.exe} suffix.
353
354 @kindex -g
355 @item -g
356 Ignored. Provided for compatibility with other tools.
357
358 @kindex -G
359 @kindex --gpsize
360 @cindex object size
361 @item -G@var{value}
362 @itemx --gpsize=@var{value}
363 Set the maximum size of objects to be optimized using the GP register to
364 @var{size}. This is only meaningful for object file formats such as
365 MIPS ECOFF which supports putting large and small objects into different
366 sections. This is ignored for other object file formats.
367
368 @cindex runtime library name
369 @kindex -h@var{name}
370 @kindex -soname=@var{name}
371 @item -h@var{name}
372 @itemx -soname=@var{name}
373 When creating an ELF shared object, set the internal DT_SONAME field to
374 the specified name. When an executable is linked with a shared object
375 which has a DT_SONAME field, then when the executable is run the dynamic
376 linker will attempt to load the shared object specified by the DT_SONAME
377 field rather than the using the file name given to the linker.
378
379 @kindex -i
380 @cindex incremental link
381 @item -i
382 Perform an incremental link (same as option @samp{-r}).
383
384 @cindex archive files, from cmd line
385 @kindex -l@var{archive}
386 @kindex --library=@var{archive}
387 @item -l@var{archive}
388 @itemx --library=@var{archive}
389 Add archive file @var{archive} to the list of files to link. This
390 option may be used any number of times. @code{ld} will search its
391 path-list for occurrences of @code{lib@var{archive}.a} for every
392 @var{archive} specified.
393
394 On systems which support shared libraries, @code{ld} may also search for
395 libraries with extensions other than @code{.a}. Specifically, on ELF
396 and SunOS systems, @code{ld} will search a directory for a library with
397 an extension of @code{.so} before searching for one with an extension of
398 @code{.a}. By convention, a @code{.so} extension indicates a shared
399 library.
400
401 The linker will search an archive only once, at the location where it is
402 specified on the command line. If the archive defines a symbol which
403 was undefined in some object which appeared before the archive on the
404 command line, the linker will include the appropriate file(s) from the
405 archive. However, an undefined symbol in an object appearing later on
406 the command line will not cause the linker to search the archive again.
407
408 See the @code{-(} option for a way to force the linker to search
409 archives multiple times.
410
411 You may list the same archive multiple times on the command line.
412
413 @ifset GENERIC
414 This type of archive searching is standard for Unix linkers. However,
415 if you are using @code{ld} on AIX, note that it is different from the
416 behaviour of the AIX linker.
417 @end ifset
418
419 @cindex search directory, from cmd line
420 @kindex -L@var{dir}
421 @kindex --library-path=@var{dir}
422 @item -L@var{searchdir}
423 @itemx --library-path=@var{searchdir}
424 Add path @var{searchdir} to the list of paths that @code{ld} will search
425 for archive libraries and @code{ld} control scripts. You may use this
426 option any number of times. The directories are searched in the order
427 in which they are specified on the command line. Directories specified
428 on the command line are searched before the default directories. All
429 @code{-L} options apply to all @code{-l} options, regardless of the
430 order in which the options appear.
431
432 @ifset UsesEnvVars
433 The default set of paths searched (without being specified with
434 @samp{-L}) depends on which emulation mode @code{ld} is using, and in
435 some cases also on how it was configured. @xref{Environment}.
436 @end ifset
437
438 The paths can also be specified in a link script with the
439 @code{SEARCH_DIR} command. Directories specified this way are searched
440 at the point in which the linker script appears in the command line.
441
442 @cindex emulation
443 @kindex -m @var{emulation}
444 @item -m@var{emulation}
445 Emulate the @var{emulation} linker. You can list the available
446 emulations with the @samp{--verbose} or @samp{-V} options. The default
447 depends on how your @code{ld} was configured.
448
449 @cindex link map
450 @kindex -M
451 @kindex --print-map
452 @item -M
453 @itemx --print-map
454 Print (to the standard output) a link map---diagnostic information about
455 where symbols are mapped by @code{ld}, and information on global common
456 storage allocation.
457
458 @kindex -n
459 @cindex read-only text
460 @cindex NMAGIC
461 @kindex --nmagic
462 @item -n
463 @itemx --nmagic
464 Set the text segment to be read only, and mark the output as
465 @code{NMAGIC} if possible.
466
467 @kindex -N
468 @kindex --omagic
469 @cindex read/write from cmd line
470 @cindex OMAGIC
471 @item -N
472 @itemx --omagic
473 Set the text and data sections to be readable and writable. Also, do
474 not page-align the data segment. If the output format supports Unix
475 style magic numbers, mark the output as @code{OMAGIC}.
476
477 @kindex -o @var{output}
478 @kindex --output=@var{output}
479 @cindex naming the output file
480 @item -o @var{output}
481 @itemx --output=@var{output}
482 Use @var{output} as the name for the program produced by @code{ld}; if this
483 option is not specified, the name @file{a.out} is used by default. The
484 script command @code{OUTPUT} can also specify the output file name.
485
486 @cindex partial link
487 @cindex relocatable output
488 @kindex -r
489 @kindex --relocateable
490 @item -r
491 @itemx --relocateable
492 Generate relocatable output---i.e., generate an output file that can in
493 turn serve as input to @code{ld}. This is often called @dfn{partial
494 linking}. As a side effect, in environments that support standard Unix
495 magic numbers, this option also sets the output file's magic number to
496 @code{OMAGIC}.
497 @c ; see @code{-N}.
498 If this option is not specified, an absolute file is produced. When
499 linking C++ programs, this option @emph{will not} resolve references to
500 constructors; to do that, use @samp{-Ur}.
501
502 This option does the same thing as @samp{-i}.
503
504 @kindex -R @var{file}
505 @kindex --just-symbols=@var{file}
506 @cindex symbol-only input
507 @item -R @var{filename}
508 @itemx --just-symbols=@var{filename}
509 Read symbol names and their addresses from @var{filename}, but do not
510 relocate it or include it in the output. This allows your output file
511 to refer symbolically to absolute locations of memory defined in other
512 programs. You may use this option more than once.
513
514 For compatibility with other ELF linkers, if the @code{-R} option is
515 followed by a directory name, rather than a file name, it is treated as
516 the @code{-rpath} option.
517
518 @kindex -s
519 @kindex --strip-all
520 @cindex strip all symbols
521 @item -s
522 @itemx --strip-all
523 Omit all symbol information from the output file.
524
525 @kindex -S
526 @kindex --strip-debug
527 @cindex strip debugger symbols
528 @item -S
529 @itemx --strip-debug
530 Omit debugger symbol information (but not all symbols) from the output file.
531
532 @kindex -t
533 @kindex --trace
534 @cindex input files, displaying
535 @item -t
536 @itemx --trace
537 Print the names of the input files as @code{ld} processes them.
538
539 @kindex -T @var{script}
540 @kindex --script=@var{script}
541 @cindex script files
542 @item -T @var{commandfile}
543 @itemx --script=@var{commandfile}
544 Read link commands from the file @var{commandfile}. These commands
545 replace @code{ld}'s default link script (rather than adding
546 to it), so @var{commandfile} must specify everything necessary to describe
547 the target format. @xref{Commands}. If @var{commandfile} does not
548 exist, @code{ld} looks for it in the directories specified by any
549 preceding @samp{-L} options. Multiple @samp{-T} options accumulate.
550
551 @kindex -u @var{symbol}
552 @kindex --undefined=@var{symbol}
553 @cindex undefined symbol
554 @item -u @var{symbol}
555 @itemx --undefined=@var{symbol}
556 Force @var{symbol} to be entered in the output file as an undefined symbol.
557 Doing this may, for example, trigger linking of additional modules from
558 standard libraries. @samp{-u} may be repeated with different option
559 arguments to enter additional undefined symbols.
560 @c Nice idea, but no such command: This option is equivalent
561 @c to the @code{EXTERN} linker command.
562
563 @kindex -v
564 @kindex -V
565 @kindex --version
566 @cindex version
567 @item -v
568 @itemx --version
569 @itemx -V
570 Display the version number for @code{ld}. The @code{-V} option also
571 lists the supported emulations.
572
573 @kindex -x
574 @kindex --discard-all
575 @cindex deleting local symbols
576 @item -x
577 @itemx --discard-all
578 Delete all local symbols.
579
580 @kindex -X
581 @kindex --discard-locals
582 @cindex local symbols, deleting
583 @cindex L, deleting symbols beginning
584 @item -X
585 @itemx --discard-locals
586 Delete all temporary local symbols. For most targets, this is all local
587 symbols whose names begin with @samp{L}.
588
589 @kindex -y @var{symbol}
590 @kindex --trace-symbol=@var{symbol}
591 @cindex symbol tracing
592 @item -y @var{symbol}
593 @itemx --trace-symbol=@var{symbol}
594 Print the name of each linked file in which @var{symbol} appears. This
595 option may be given any number of times. On many systems it is necessary
596 to prepend an underscore.
597
598 This option is useful when you have an undefined symbol in your link but
599 don't know where the reference is coming from.
600
601 @kindex -Y @var{path}
602 @item -Y @var{path}
603 Add @var{path} to the default library search path. This option exists
604 for Solaris compatibility.
605
606 @kindex -z @var{keyword}
607 @item -z @var{keyword}
608 This option is ignored for Solaris compatibility.
609
610 @kindex -(
611 @cindex groups of archives
612 @item -( @var{archives} -)
613 @itemx --start-group @var{archives} --end-group
614 The @var{archives} should be a list of archive files. They may be
615 either explicit file names, or @samp{-l} options.
616
617 The specified archives are searched repeatedly until no new undefined
618 references are created. Normally, an archive is searched only once in
619 the order that it is specified on the command line. If a symbol in that
620 archive is needed to resolve an undefined symbol referred to by an
621 object in an archive that appears later on the command line, the linker
622 would not be able to resolve that reference. By grouping the archives,
623 they all be searched repeatedly until all possible references are
624 resolved.
625
626 Using this option has a significant performance cost. It is best to use
627 it only when there are unavoidable circular references between two or
628 more archives.
629
630 @kindex -assert @var{keyword}
631 @item -assert @var{keyword}
632 This option is ignored for SunOS compatibility.
633
634 @kindex -Bdynamic
635 @kindex -dy
636 @kindex -call_shared
637 @item -Bdynamic
638 @itemx -dy
639 @itemx -call_shared
640 Link against dynamic libraries. This is only meaningful on platforms
641 for which shared libraries are supported. This option is normally the
642 default on such platforms. The different variants of this option are
643 for compatibility with various systems. You may use this option
644 multiple times on the command line: it affects library searching for
645 @code{-l} options which follow it.
646
647 @kindex -Bstatic
648 @kindex -dn
649 @kindex -non_shared
650 @kindex -static
651 @item -Bstatic
652 @itemx -dn
653 @itemx -non_shared
654 @itemx -static
655 Do not link against shared libraries. This is only meaningful on
656 platforms for which shared libraries are supported. The different
657 variants of this option are for compatibility with various systems. You
658 may use this option multiple times on the command line: it affects
659 library searching for @code{-l} options which follow it.
660
661 @kindex -Bsymbolic
662 @item -Bsymbolic
663 When creating a shared library, bind references to global symbols to the
664 definition within the shared library, if any. Normally, it is possible
665 for a program linked against a shared library to override the definition
666 within the shared library. This option is only meaningful on ELF
667 platforms which support shared libraries.
668
669 @cindex cross reference table
670 @kindex --cref
671 @item --cref
672 Output a cross reference table. If a linker map file is being
673 generated, the cross reference table is printed to the map file.
674 Otherwise, it is printed on the standard output.
675
676 The format of the table is intentionally simple, so that it may be
677 easily processed by a script if necessary. The symbols are printed out,
678 sorted by name. For each symbol, a list of file names is given. If the
679 symbol is defined, the first file listed is the location of the
680 definition. The remaining files contain references to the symbol.
681
682 @cindex symbols, from command line
683 @kindex --defsym @var{symbol}=@var{exp}
684 @item --defsym @var{symbol}=@var{expression}
685 Create a global symbol in the output file, containing the absolute
686 address given by @var{expression}. You may use this option as many
687 times as necessary to define multiple symbols in the command line. A
688 limited form of arithmetic is supported for the @var{expression} in this
689 context: you may give a hexadecimal constant or the name of an existing
690 symbol, or use @code{+} and @code{-} to add or subtract hexadecimal
691 constants or symbols. If you need more elaborate expressions, consider
692 using the linker command language from a script (@pxref{Assignment, ,
693 Assignment: Symbol Definitions}). @emph{Note:} there should be no
694 white space between @var{symbol}, the equals sign (``@key{=}''), and
695 @var{expression}.
696
697 @cindex dynamic linker, from command line
698 @kindex --dynamic-linker @var{file}
699 @item --dynamic-linker @var{file}
700 Set the name of the dynamic linker. This is only meaningful when
701 generating dynamically linked ELF executables. The default dynamic
702 linker is normally correct; don't use this unless you know what you are
703 doing.
704
705 @cindex big-endian objects
706 @cindex endianness
707 @kindex -EB
708 @item -EB
709 Link big-endian objects. This affects the default output format.
710
711 @cindex little-endian objects
712 @kindex -EL
713 @item -EL
714 Link little-endian objects. This affects the default output format.
715
716 @cindex MIPS embedded PIC code
717 @kindex -embedded-relocs
718 @item -embedded-relocs
719 This option is only meaningful when linking MIPS embedded PIC code,
720 generated by the -membedded-pic option to the @sc{gnu} compiler and
721 assembler. It causes the linker to create a table which may be used at
722 runtime to relocate any data which was statically initialized to pointer
723 values. See the code in testsuite/ld-empic for details.
724
725 @cindex help
726 @cindex usage
727 @kindex --help
728 @item --help
729 Print a summary of the command-line options on the standard output and exit.
730
731 @cindex link map
732 @kindex -Map
733 @item -Map @var{mapfile}
734 Print to the file @var{mapfile} a link map---diagnostic information
735 about where symbols are mapped by @code{ld}, and information on global
736 common storage allocation.
737
738 @cindex memory usage
739 @kindex --no-keep-memory
740 @item --no-keep-memory
741 @code{ld} normally optimizes for speed over memory usage by caching the
742 symbol tables of input files in memory. This option tells @code{ld} to
743 instead optimize for memory usage, by rereading the symbol tables as
744 necessary. This may be required if @code{ld} runs out of memory space
745 while linking a large executable.
746
747 @kindex --no-whole-archive
748 @item --no-whole-archive
749 Turn off the effect of the @code{--whole-archive} option for subsequent
750 archive files.
751
752 @cindex output file after errors
753 @kindex --noinhibit-exec
754 @item --noinhibit-exec
755 Retain the executable output file whenever it is still usable.
756 Normally, the linker will not produce an output file if it encounters
757 errors during the link process; it exits without writing an output file
758 when it issues any error whatsoever.
759
760 @ifclear SingleFormat
761 @kindex -oformat
762 @item -oformat @var{output-format}
763 @code{ld} may be configured to support more than one kind of object
764 file. If your @code{ld} is configured this way, you can use the
765 @samp{-oformat} option to specify the binary format for the output
766 object file. Even when @code{ld} is configured to support alternative
767 object formats, you don't usually need to specify this, as @code{ld}
768 should be configured to produce as a default output format the most
769 usual format on each machine. @var{output-format} is a text string, the
770 name of a particular format supported by the BFD libraries. (You can
771 list the available binary formats with @samp{objdump -i}.) The script
772 command @code{OUTPUT_FORMAT} can also specify the output format, but
773 this option overrides it. @xref{BFD}.
774 @end ifclear
775
776 @kindex -qmagic
777 @item -qmagic
778 This option is ignored for Linux compatibility.
779
780 @kindex -Qy
781 @item -Qy
782 This option is ignored for SVR4 compatibility.
783
784 @kindex --relax
785 @cindex synthesizing linker
786 @cindex relaxing addressing modes
787 @item --relax
788 An option with machine dependent effects.
789 @ifset GENERIC
790 This option is only supported on a few targets.
791 @end ifset
792 @ifset H8300
793 @xref{H8/300,,@code{ld} and the H8/300}.
794 @end ifset
795 @ifset I960
796 @xref{i960,, @code{ld} and the Intel 960 family}.
797 @end ifset
798
799 On some platforms, the @samp{--relax} option performs global
800 optimizations that become possible when the linker resolves addressing
801 in the program, such as relaxing address modes and synthesizing new
802 instructions in the output object file.
803
804 @ifset GENERIC
805 On platforms where this is not supported, @samp{-relax} is accepted, but
806 ignored.
807 @end ifset
808
809 @cindex retaining specified symbols
810 @cindex stripping all but some symbols
811 @cindex symbols, retaining selectively
812 @item --retain-symbols-file @var{filename}
813 Retain @emph{only} the symbols listed in the file @var{filename},
814 discarding all others. @var{filename} is simply a flat file, with one
815 symbol name per line. This option is especially useful in environments
816 @ifset GENERIC
817 (such as VxWorks)
818 @end ifset
819 where a large global symbol table is accumulated gradually, to conserve
820 run-time memory.
821
822 @samp{-retain-symbols-file} does @emph{not} discard undefined symbols,
823 or symbols needed for relocations.
824
825 You may only specify @samp{-retain-symbols-file} once in the command
826 line. It overrides @samp{-s} and @samp{-S}.
827
828 @ifset GENERIC
829 @item -rpath @var{dir}
830 @cindex runtime library search path
831 @kindex -rpath
832 Add a directory to the runtime library search path. This is used when
833 linking an ELF executable with shared objects. All @code{-rpath}
834 arguments are concatenated and passed to the runtime linker, which uses
835 them to locate shared objects at runtime. The @code{-rpath} option is
836 also used when locating shared objects which are needed by shared
837 objects explicitly included in the link; see the description of the
838 @code{-rpath-link} option. If @code{-rpath} is not used when linking an
839 ELF executable, the contents of the environment variable
840 @code{LD_RUN_PATH} will be used if it is defined.
841
842 The @code{-rpath} option may also be used on SunOS. By default, on
843 SunOS, the linker will form a runtime search patch out of all the
844 @code{-L} options it is given. If a @code{-rpath} option is used, the
845 runtime search path will be formed exclusively using the @code{-rpath}
846 options, ignoring the @code{-L} options. This can be useful when using
847 gcc, which adds many @code{-L} options which may be on NFS mounted
848 filesystems.
849
850 For compatibility with other ELF linkers, if the @code{-R} option is
851 followed by a directory name, rather than a file name, it is treated as
852 the @code{-rpath} option.
853 @end ifset
854
855 @ifset GENERIC
856 @cindex link-time runtime library search path
857 @kindex -rpath-link
858 @item -rpath-link @var{DIR}
859 When using ELF or SunOS, one shared library may require another. This
860 happens when an @code{ld -shared} link includes a shared library as one
861 of the input files.
862
863 When the linker encounters such a dependency when doing a non-shared,
864 non-relocateable link, it will automatically try to locate the required
865 shared library and include it in the link, if it is not included
866 explicitly. In such a case, the @code{-rpath-link} option
867 specifies the first set of directories to search. The
868 @code{-rpath-link} option may specify a sequence of directory names
869 either by specifying a list of names separated by colons, or by
870 appearing multiple times.
871
872 The linker uses the following search paths to locate required shared
873 libraries.
874 @enumerate
875 @item
876 Any directories specified by @code{-rpath-link} options.
877 @item
878 Any directories specified by @code{-rpath} options. The difference
879 between @code{-rpath} and @code{-rpath-link} is that directories
880 specified by @code{-rpath} options are included in the executable and
881 used at runtime, whereas the @code{-rpath-link} option is only effective
882 at link time.
883 @item
884 On an ELF system, if the @code{-rpath} and @code{rpath-link} options
885 were not used, search the contents of the environment variable
886 @code{LD_RUN_PATH}.
887 @item
888 On SunOS, if the @code{-rpath} option was not used, search any
889 directories specified using @code{-L} options.
890 @item
891 For a native linker, the contents of the environment variable
892 @code{LD_LIBRARY_PATH}.
893 @item
894 The default directories, normally @file{/lib} and @file{/usr/lib}.
895 @end enumerate
896
897 If the required shared library is not found, the linker will issue a
898 warning and continue with the link.
899 @end ifset
900
901 @kindex -shared
902 @kindex -Bshareable
903 @item -shared
904 @itemx -Bshareable
905 @cindex shared libraries
906 Create a shared library. This is currently only supported on ELF, XCOFF
907 and SunOS platforms. On SunOS, the linker will automatically create a
908 shared library if the @code{-e} option is not used and there are
909 undefined symbols in the link.
910
911 @item --sort-common
912 @kindex --sort-common
913 This option tells @code{ld} to sort the common symbols by size when it
914 places them in the appropriate output sections. First come all the one
915 byte symbols, then all the two bytes, then all the four bytes, and then
916 everything else. This is to prevent gaps between symbols due to
917 alignment constraints.
918
919 @kindex --split-by-file
920 @item --split-by-file
921 Similar to @code{--split-by-reloc} but creates a new output section for
922 each input file.
923
924 @kindex --split-by-reloc
925 @item --split-by-reloc @var{count}
926 Trys to creates extra sections in the output file so that no single
927 output section in the file contains more than @var{count} relocations.
928 This is useful when generating huge relocatable for downloading into
929 certain real time kernels with the COFF object file format; since COFF
930 cannot represent more than 65535 relocations in a single section. Note
931 that this will fail to work with object file formats which do not
932 support arbitrary sections. The linker will not split up individual
933 input sections for redistribution, so if a single input section contains
934 more than @var{count} relocations one output section will contain that
935 many relocations.
936
937 @kindex --stats
938 @item --stats
939 Compute and display statistics about the operation of the linker, such
940 as execution time and memory usage.
941
942 @kindex -traditional-format
943 @cindex traditional format
944 @item -traditional-format
945 For some targets, the output of @code{ld} is different in some ways from
946 the output of some existing linker. This switch requests @code{ld} to
947 use the traditional format instead.
948
949 @cindex dbx
950 For example, on SunOS, @code{ld} combines duplicate entries in the
951 symbol string table. This can reduce the size of an output file with
952 full debugging information by over 30 percent. Unfortunately, the SunOS
953 @code{dbx} program can not read the resulting program (@code{gdb} has no
954 trouble). The @samp{-traditional-format} switch tells @code{ld} to not
955 combine duplicate entries.
956
957 @kindex -Tbss @var{org}
958 @kindex -Tdata @var{org}
959 @kindex -Ttext @var{org}
960 @cindex segment origins, cmd line
961 @item -Tbss @var{org}
962 @itemx -Tdata @var{org}
963 @itemx -Ttext @var{org}
964 Use @var{org} as the starting address for---respectively---the
965 @code{bss}, @code{data}, or the @code{text} segment of the output file.
966 @var{org} must be a single hexadecimal integer;
967 for compatibility with other linkers, you may omit the leading
968 @samp{0x} usually associated with hexadecimal values.
969
970 @kindex -Ur
971 @cindex constructors
972 @item -Ur
973 For anything other than C++ programs, this option is equivalent to
974 @samp{-r}: it generates relocatable output---i.e., an output file that can in
975 turn serve as input to @code{ld}. When linking C++ programs, @samp{-Ur}
976 @emph{does} resolve references to constructors, unlike @samp{-r}.
977 It does not work to use @samp{-Ur} on files that were themselves linked
978 with @samp{-Ur}; once the constructor table has been built, it cannot
979 be added to. Use @samp{-Ur} only for the last partial link, and
980 @samp{-r} for the others.
981
982 @kindex --verbose
983 @cindex verbose
984 @item --verbose
985 Display the version number for @code{ld} and list the linker emulations
986 supported. Display which input files can and cannot be opened. Display
987 the linker script if using a default builtin script.
988
989 @kindex -warn-comon
990 @cindex warnings, on combining symbols
991 @cindex combining symbols, warnings on
992 @item -warn-common
993 Warn when a common symbol is combined with another common symbol or with
994 a symbol definition. Unix linkers allow this somewhat sloppy practice,
995 but linkers on some other operating systems do not. This option allows
996 you to find potential problems from combining global symbols.
997 Unfortunately, some C libraries use this practice, so you may get some
998 warnings about symbols in the libraries as well as in your programs.
999
1000 There are three kinds of global symbols, illustrated here by C examples:
1001
1002 @table @samp
1003 @item int i = 1;
1004 A definition, which goes in the initialized data section of the output
1005 file.
1006
1007 @item extern int i;
1008 An undefined reference, which does not allocate space.
1009 There must be either a definition or a common symbol for the
1010 variable somewhere.
1011
1012 @item int i;
1013 A common symbol. If there are only (one or more) common symbols for a
1014 variable, it goes in the uninitialized data area of the output file.
1015 The linker merges multiple common symbols for the same variable into a
1016 single symbol. If they are of different sizes, it picks the largest
1017 size. The linker turns a common symbol into a declaration, if there is
1018 a definition of the same variable.
1019 @end table
1020
1021 The @samp{-warn-common} option can produce five kinds of warnings. Each
1022 warning consists of a pair of lines: the first describes the symbol just
1023 encountered, and the second describes the previous symbol encountered
1024 with the same name. One or both of the two symbols will be a common
1025 symbol.
1026
1027 @enumerate
1028 @item
1029 Turning a common symbol into a reference, because there is already a
1030 definition for the symbol.
1031 @smallexample
1032 @var{file}(@var{section}): warning: common of `@var{symbol}'
1033 overridden by definition
1034 @var{file}(@var{section}): warning: defined here
1035 @end smallexample
1036
1037 @item
1038 Turning a common symbol into a reference, because a later definition for
1039 the symbol is encountered. This is the same as the previous case,
1040 except that the symbols are encountered in a different order.
1041 @smallexample
1042 @var{file}(@var{section}): warning: definition of `@var{symbol}'
1043 overriding common
1044 @var{file}(@var{section}): warning: common is here
1045 @end smallexample
1046
1047 @item
1048 Merging a common symbol with a previous same-sized common symbol.
1049 @smallexample
1050 @var{file}(@var{section}): warning: multiple common
1051 of `@var{symbol}'
1052 @var{file}(@var{section}): warning: previous common is here
1053 @end smallexample
1054
1055 @item
1056 Merging a common symbol with a previous larger common symbol.
1057 @smallexample
1058 @var{file}(@var{section}): warning: common of `@var{symbol}'
1059 overridden by larger common
1060 @var{file}(@var{section}): warning: larger common is here
1061 @end smallexample
1062
1063 @item
1064 Merging a common symbol with a previous smaller common symbol. This is
1065 the same as the previous case, except that the symbols are
1066 encountered in a different order.
1067 @smallexample
1068 @var{file}(@var{section}): warning: common of `@var{symbol}'
1069 overriding smaller common
1070 @var{file}(@var{section}): warning: smaller common is here
1071 @end smallexample
1072 @end enumerate
1073
1074 @kindex -warn-constructors
1075 @item -warn-constructors
1076 Warn if any global constructors are used. This is only useful for a few
1077 object file formats. For formats like COFF or ELF, the linker can not
1078 detect the use of global constructors.
1079
1080 @kindex -warn-multiple-gp
1081 @item -warn-multiple-gp
1082 Warn if multiple global pointer values are required in the output file.
1083 This is only meaningful for certain processors, such as the Alpha.
1084 Specifically, some processors put large-valued constants in a special
1085 section. A special register (the global pointer) points into the middle
1086 of this section, so that constants can be loaded efficiently via a
1087 base-register relative addressing mode. Since the offset in
1088 base-register relative mode is fixed and relatively small (e.g., 16
1089 bits), this limits the maximum size of the constant pool. Thus, in
1090 large programs, it is often necessary to use multiple global pointer
1091 values in order to be able to address all possible constants. This
1092 option causes a warning to be issued whenever this case occurs.
1093
1094 @kindex -warn-once
1095 @cindex warnings, on undefined symbols
1096 @cindex undefined symbols, warnings on
1097 @item -warn-once
1098 Only warn once for each undefined symbol, rather than once per module
1099 which refers to it.
1100
1101 @kindex --whole-archive
1102 @cindex including an entire archive
1103 @item --whole-archive
1104 For each archive mentioned on the command line after the
1105 @code{--whole-archive} option, include every object file in the archive
1106 in the link, rather than searching the archive for the required object
1107 files. This is normally used to turn an archive file into a shared
1108 library, forcing every object to be included in the resulting shared
1109 library. This option may be used more than once.
1110
1111 @kindex --wrap
1112 @item --wrap @var{symbol}
1113 Use a wrapper function for @var{symbol}. Any undefined reference to
1114 @var{symbol} will be resolved to @code{__wrap_@var{symbol}}. Any
1115 undefined reference to @code{__real_@var{symbol}} will be resolved to
1116 @var{symbol}.
1117
1118 This can be used to provide a wrapper for a system function. The
1119 wrapper function should be called @code{__wrap_@var{symbol}}. If it
1120 wishes to call the system function, it should call
1121 @code{__real_@var{symbol}}.
1122
1123 Here is a trivial example:
1124
1125 @smallexample
1126 void *
1127 __wrap_malloc (int c)
1128 @{
1129 printf ("malloc called with %ld\n", c);
1130 return __real_malloc (c);
1131 @}
1132 @end smallexample
1133
1134 If you link other code with this file using @code{--wrap malloc}, then
1135 all calls to @code{malloc} will call the function @code{__wrap_malloc}
1136 instead. The call to @code{__real_malloc} in @code{__wrap_malloc} will
1137 call the real @code{malloc} function.
1138
1139 You may wish to provide a @code{__real_malloc} function as well, so that
1140 links without the @code{--wrap} option will succeed. If you do this,
1141 you should not put the definition of @code{__real_malloc} in the same
1142 file as @code{__wrap_malloc}; if you do, the assembler may resolve the
1143 call before the linker has a chance to wrap it to @code{malloc}.
1144
1145 @end table
1146
1147 @ifset UsesEnvVars
1148 @node Environment
1149 @section Environment Variables
1150
1151 You can change the behavior of @code{ld} with the environment
1152 variable @code{GNUTARGET}.
1153
1154 @kindex GNUTARGET
1155 @cindex default input format
1156 @code{GNUTARGET} determines the input-file object format if you don't
1157 use @samp{-b} (or its synonym @samp{-format}). Its value should be one
1158 of the BFD names for an input format (@pxref{BFD}). If there is no
1159 @code{GNUTARGET} in the environment, @code{ld} uses the natural format
1160 of the target. If @code{GNUTARGET} is set to @code{default} then BFD attempts to discover the
1161 input format by examining binary input files; this method often
1162 succeeds, but there are potential ambiguities, since there is no method
1163 of ensuring that the magic number used to specify object-file formats is
1164 unique. However, the configuration procedure for BFD on each system
1165 places the conventional format for that system first in the search-list,
1166 so ambiguities are resolved in favor of convention.
1167 @end ifset
1168
1169 @node Commands
1170 @chapter Command Language
1171
1172 @cindex command files
1173 The command language provides explicit control over the link process,
1174 allowing complete specification of the mapping between the linker's
1175 input files and its output. It controls:
1176 @itemize @bullet
1177 @item
1178 input files
1179 @item
1180 file formats
1181 @item
1182 output file layout
1183 @item
1184 addresses of sections
1185 @item
1186 placement of common blocks
1187 @end itemize
1188
1189 You may supply a command file (also known as a link script) to the
1190 linker either explicitly through the @samp{-T} option, or implicitly as
1191 an ordinary file. If the linker opens a file which it cannot recognize
1192 as a supported object or archive format, it reports an error.
1193
1194 @menu
1195 * Scripts:: Linker Scripts
1196 * Expressions:: Expressions
1197 * MEMORY:: MEMORY Command
1198 * SECTIONS:: SECTIONS Command
1199 * PHDRS:: PHDRS Command
1200 * Entry Point:: The Entry Point
1201 * Option Commands:: Option Commands
1202 @end menu
1203
1204 @node Scripts
1205 @section Linker Scripts
1206 The @code{ld} command language is a collection of statements; some are
1207 simple keywords setting a particular option, some are used to select and
1208 group input files or name output files; and two statement
1209 types have a fundamental and pervasive impact on the linking process.
1210
1211 @cindex fundamental script commands
1212 @cindex commands, fundamental
1213 @cindex output file layout
1214 @cindex layout of output file
1215 The most fundamental command of the @code{ld} command language is the
1216 @code{SECTIONS} command (@pxref{SECTIONS}). Every meaningful command
1217 script must have a @code{SECTIONS} command: it specifies a
1218 ``picture'' of the output file's layout, in varying degrees of detail.
1219 No other command is required in all cases.
1220
1221 The @code{MEMORY} command complements @code{SECTIONS} by describing the
1222 available memory in the target architecture. This command is optional;
1223 if you don't use a @code{MEMORY} command, @code{ld} assumes sufficient
1224 memory is available in a contiguous block for all output.
1225 @xref{MEMORY}.
1226
1227 @cindex comments
1228 You may include comments in linker scripts just as in C: delimited
1229 by @samp{/*} and @samp{*/}. As in C, comments are syntactically
1230 equivalent to whitespace.
1231
1232 @node Expressions
1233 @section Expressions
1234 @cindex expression syntax
1235 @cindex arithmetic
1236 Many useful commands involve arithmetic expressions. The syntax for
1237 expressions in the command language is identical to that of C
1238 expressions, with the following features:
1239 @itemize @bullet
1240 @item
1241 All expressions evaluated as integers and
1242 are of ``long'' or ``unsigned long'' type.
1243 @item
1244 All constants are integers.
1245 @item
1246 All of the C arithmetic operators are provided.
1247 @item
1248 You may reference, define, and create global variables.
1249 @item
1250 You may call special purpose built-in functions.
1251 @end itemize
1252
1253 @menu
1254 * Integers:: Integers
1255 * Symbols:: Symbol Names
1256 * Location Counter:: The Location Counter
1257 * Operators:: Operators
1258 * Evaluation:: Evaluation
1259 * Assignment:: Assignment: Defining Symbols
1260 * Arithmetic Functions:: Built-In Functions
1261 * Semicolons:: Semicolon Usage
1262 @end menu
1263
1264 @node Integers
1265 @subsection Integers
1266 @cindex integer notation
1267 @cindex octal integers
1268 An octal integer is @samp{0} followed by zero or more of the octal
1269 digits (@samp{01234567}).
1270 @smallexample
1271 _as_octal = 0157255;
1272 @end smallexample
1273
1274 @cindex decimal integers
1275 A decimal integer starts with a non-zero digit followed by zero or
1276 more digits (@samp{0123456789}).
1277 @smallexample
1278 _as_decimal = 57005;
1279 @end smallexample
1280
1281 @cindex hexadecimal integers
1282 @kindex 0x
1283 A hexadecimal integer is @samp{0x} or @samp{0X} followed by one or
1284 more hexadecimal digits chosen from @samp{0123456789abcdefABCDEF}.
1285 @smallexample
1286 _as_hex = 0xdead;
1287 @end smallexample
1288
1289 @cindex negative integers
1290 To write a negative integer, use
1291 the prefix operator @samp{-} (@pxref{Operators}).
1292 @smallexample
1293 _as_neg = -57005;
1294 @end smallexample
1295
1296 @cindex scaled integers
1297 @cindex K and M integer suffixes
1298 @cindex M and K integer suffixes
1299 @cindex suffixes for integers
1300 @cindex integer suffixes
1301 Additionally the suffixes @code{K} and @code{M} may be used to scale a
1302 constant by
1303 @c TEXI2ROFF-KILL
1304 @ifinfo
1305 @c END TEXI2ROFF-KILL
1306 @code{1024} or @code{1024*1024}
1307 @c TEXI2ROFF-KILL
1308 @end ifinfo
1309 @tex
1310 ${\rm 1024}$ or ${\rm 1024}^2$
1311 @end tex
1312 @c END TEXI2ROFF-KILL
1313 respectively. For example, the following all refer to the same quantity:
1314
1315 @smallexample
1316 _fourk_1 = 4K;
1317 _fourk_2 = 4096;
1318 _fourk_3 = 0x1000;
1319 @end smallexample
1320
1321 @node Symbols
1322 @subsection Symbol Names
1323 @cindex symbol names
1324 @cindex names
1325 @cindex quoted symbol names
1326 @kindex "
1327 Unless quoted, symbol names start with a letter, underscore, or point
1328 and may include any letters, underscores, digits, points,
1329 and hyphens. Unquoted symbol names must not conflict with any
1330 keywords. You can specify a symbol which contains odd characters or has
1331 the same name as a keyword, by surrounding the symbol name in double quotes:
1332 @smallexample
1333 "SECTION" = 9;
1334 "with a space" = "also with a space" + 10;
1335 @end smallexample
1336
1337 Since symbols can contain many non-alphabetic characters, it is safest
1338 to delimit symbols with spaces. For example, @samp{A-B} is one symbol,
1339 whereas @samp{A - B} is an expression involving subtraction.
1340
1341 @node Location Counter
1342 @subsection The Location Counter
1343 @kindex .
1344 @cindex dot
1345 @cindex location counter
1346 @cindex current output location
1347 The special linker variable @dfn{dot} @samp{.} always contains the
1348 current output location counter. Since the @code{.} always refers to
1349 a location in an output section, it must always appear in an
1350 expression within a @code{SECTIONS} command. The @code{.} symbol
1351 may appear anywhere that an ordinary symbol is allowed in an
1352 expression, but its assignments have a side effect. Assigning a value
1353 to the @code{.} symbol will cause the location counter to be moved.
1354 @cindex holes
1355 This may be used to create holes in the output section. The location
1356 counter may never be moved backwards.
1357 @smallexample
1358 SECTIONS
1359 @{
1360 output :
1361 @{
1362 file1(.text)
1363 . = . + 1000;
1364 file2(.text)
1365 . += 1000;
1366 file3(.text)
1367 @} = 0x1234;
1368 @}
1369 @end smallexample
1370 @noindent
1371 In the previous example, @code{file1} is located at the beginning of the
1372 output section, then there is a 1000 byte gap. Then @code{file2}
1373 appears, also with a 1000 byte gap following before @code{file3} is
1374 loaded. The notation @samp{= 0x1234} specifies what data to write in
1375 the gaps (@pxref{Section Options}).
1376
1377 @iftex
1378 @vfill
1379 @end iftex
1380
1381 @need 2000
1382 @node Operators
1383 @subsection Operators
1384 @cindex Operators for arithmetic
1385 @cindex arithmetic operators
1386 @cindex precedence in expressions
1387 The linker recognizes the standard C set of arithmetic operators, with
1388 the standard bindings and precedence levels:
1389 @c TEXI2ROFF-KILL
1390 @ifinfo
1391 @c END TEXI2ROFF-KILL
1392 @smallexample
1393 precedence associativity Operators Notes
1394 (highest)
1395 1 left ! - ~ (1)
1396 2 left * / %
1397 3 left + -
1398 4 left >> <<
1399 5 left == != > < <= >=
1400 6 left &
1401 7 left |
1402 8 left &&
1403 9 left ||
1404 10 right ? :
1405 11 right &= += -= *= /= (2)
1406 (lowest)
1407 @end smallexample
1408 Notes:
1409 (1) Prefix operators
1410 (2) @xref{Assignment}.
1411 @c TEXI2ROFF-KILL
1412 @end ifinfo
1413 @tex
1414 \vskip \baselineskip
1415 %"lispnarrowing" is the extra indent used generally for @smallexample
1416 \hskip\lispnarrowing\vbox{\offinterlineskip
1417 \hrule
1418 \halign
1419 {\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ {\tt #}\ \hfil&\vrule#\cr
1420 height2pt&\omit&&\omit&&\omit&\cr
1421 &Precedence&& Associativity &&{\rm Operators}&\cr
1422 height2pt&\omit&&\omit&&\omit&\cr
1423 \noalign{\hrule}
1424 height2pt&\omit&&\omit&&\omit&\cr
1425 &highest&&&&&\cr
1426 % '176 is tilde, '~' in tt font
1427 &1&&left&&\qquad- \char'176\ !\qquad\dag&\cr
1428 &2&&left&&* / \%&\cr
1429 &3&&left&&+ -&\cr
1430 &4&&left&&>> <<&\cr
1431 &5&&left&&== != > < <= >=&\cr
1432 &6&&left&&\&&\cr
1433 &7&&left&&|&\cr
1434 &8&&left&&{\&\&}&\cr
1435 &9&&left&&||&\cr
1436 &10&&right&&? :&\cr
1437 &11&&right&&\qquad\&= += -= *= /=\qquad\ddag&\cr
1438 &lowest&&&&&\cr
1439 height2pt&\omit&&\omit&&\omit&\cr}
1440 \hrule}
1441 @end tex
1442 @iftex
1443 {
1444 @obeylines@parskip=0pt@parindent=0pt
1445 @dag@quad Prefix operators.
1446 @ddag@quad @xref{Assignment}.
1447 }
1448 @end iftex
1449 @c END TEXI2ROFF-KILL
1450
1451 @node Evaluation
1452 @subsection Evaluation
1453
1454 @cindex lazy evaluation
1455 @cindex expression evaluation order
1456 The linker uses ``lazy evaluation'' for expressions; it only calculates
1457 an expression when absolutely necessary. The linker needs the value of
1458 the start address, and the lengths of memory regions, in order to do any
1459 linking at all; these values are computed as soon as possible when the
1460 linker reads in the command file. However, other values (such as symbol
1461 values) are not known or needed until after storage allocation. Such
1462 values are evaluated later, when other information (such as the sizes of
1463 output sections) is available for use in the symbol assignment
1464 expression.
1465
1466 @node Assignment
1467 @subsection Assignment: Defining Symbols
1468 @cindex assignment in scripts
1469 @cindex symbol definition, scripts
1470 @cindex variables, defining
1471 You may create global symbols, and assign values (addresses) to global
1472 symbols, using any of the C assignment operators:
1473
1474 @table @code
1475 @item @var{symbol} = @var{expression} ;
1476 @itemx @var{symbol} &= @var{expression} ;
1477 @itemx @var{symbol} += @var{expression} ;
1478 @itemx @var{symbol} -= @var{expression} ;
1479 @itemx @var{symbol} *= @var{expression} ;
1480 @itemx @var{symbol} /= @var{expression} ;
1481 @end table
1482
1483 Two things distinguish assignment from other operators in @code{ld}
1484 expressions.
1485 @itemize @bullet
1486 @item
1487 Assignment may only be used at the root of an expression;
1488 @samp{a=b+3;} is allowed, but @samp{a+b=3;} is an error.
1489
1490 @kindex ;
1491 @cindex semicolon
1492 @item
1493 You must place a trailing semicolon (``@key{;}'') at the end of an
1494 assignment statement.
1495 @end itemize
1496
1497 Assignment statements may appear:
1498 @itemize @bullet
1499 @item
1500 as commands in their own right in an @code{ld} script; or
1501 @item
1502 as independent statements within a @code{SECTIONS} command; or
1503 @item
1504 as part of the contents of a section definition in a
1505 @code{SECTIONS} command.
1506 @end itemize
1507
1508 The first two cases are equivalent in effect---both define a symbol with
1509 an absolute address. The last case defines a symbol whose address is
1510 relative to a particular section (@pxref{SECTIONS}).
1511
1512 @cindex absolute and relocatable symbols
1513 @cindex relocatable and absolute symbols
1514 @cindex symbols, relocatable and absolute
1515 When a linker expression is evaluated and assigned to a variable, it is
1516 given either an absolute or a relocatable type. An absolute expression
1517 type is one in which the symbol contains the value that it will have in
1518 the output file; a relocatable expression type is one in which the
1519 value is expressed as a fixed offset from the base of a section.
1520
1521 The type of the expression is controlled by its position in the script
1522 file. A symbol assigned within a section definition is created relative
1523 to the base of the section; a symbol assigned in any other place is
1524 created as an absolute symbol. Since a symbol created within a
1525 section definition is relative to the base of the section, it
1526 will remain relocatable if relocatable output is requested. A symbol
1527 may be created with an absolute value even when assigned to within a
1528 section definition by using the absolute assignment function
1529 @code{ABSOLUTE}. For example, to create an absolute symbol whose address
1530 is the last byte of an output section named @code{.data}:
1531 @smallexample
1532 SECTIONS@{ @dots{}
1533 .data :
1534 @{
1535 *(.data)
1536 _edata = ABSOLUTE(.) ;
1537 @}
1538 @dots{} @}
1539 @end smallexample
1540
1541 The linker tries to put off the evaluation of an assignment until all
1542 the terms in the source expression are known (@pxref{Evaluation}). For
1543 instance, the sizes of sections cannot be known until after allocation,
1544 so assignments dependent upon these are not performed until after
1545 allocation. Some expressions, such as those depending upon the location
1546 counter @dfn{dot}, @samp{.} must be evaluated during allocation. If the
1547 result of an expression is required, but the value is not available,
1548 then an error results. For example, a script like the following
1549 @smallexample
1550 SECTIONS @{ @dots{}
1551 text 9+this_isnt_constant :
1552 @{ @dots{}
1553 @}
1554 @dots{} @}
1555 @end smallexample
1556 @kindex Non constant expression
1557 @noindent
1558 will cause the error message ``@code{Non constant expression for initial
1559 address}''.
1560
1561 @cindex provide
1562 In some cases, it is desirable for a linker script to define a symbol
1563 only if it is referenced, and only if it is not defined by any object
1564 included in the link. For example, traditional linkers defined the
1565 symbol @samp{etext}. However, ANSI C requires that the user be able to
1566 use @samp{etext} as a function name without encountering an error.
1567 The @code{PROVIDE} keyword may be used to define a symbol, such as
1568 @samp{etext}, only if it is referenced but not defined. The syntax is
1569 @code{PROVIDE(@var{symbol} = @var{expression})}.
1570
1571 @node Arithmetic Functions
1572 @subsection Arithmetic Functions
1573 @cindex functions in expression language
1574 The command language includes a number of built-in
1575 functions for use in link script expressions.
1576 @table @code
1577 @kindex ABSOLUTE(@var{exp})
1578 @cindex expression, absolute
1579 @item ABSOLUTE(@var{exp})
1580 Return the absolute (non-relocatable, as opposed to non-negative) value
1581 of the expression @var{exp}. Primarily useful to assign an absolute
1582 value to a symbol within a section definition, where symbol values are
1583 normally section-relative.
1584
1585 @kindex ADDR(@var{section})
1586 @cindex section address
1587 @item ADDR(@var{section})
1588 Return the absolute address of the named @var{section}. Your script must
1589 previously have defined the location of that section. In the following
1590 example, @code{symbol_1} and @code{symbol_2} are assigned identical
1591 values:
1592 @smallexample
1593 @group
1594 SECTIONS@{ @dots{}
1595 .output1 :
1596 @{
1597 start_of_output_1 = ABSOLUTE(.);
1598 @dots{}
1599 @}
1600 .output :
1601 @{
1602 symbol_1 = ADDR(.output1);
1603 symbol_2 = start_of_output_1;
1604 @}
1605 @dots{} @}
1606 @end group
1607 @end smallexample
1608
1609 @kindex LOADADDR(@var{section})
1610 @cindex section load address
1611 @item LOADADDR(@var{section})
1612 Return the absolute load address of the named @var{section}. This is
1613 normally the same as @code{ADDR}, but it may be different if the
1614 @code{AT} keyword is used in the section definition (@pxref{Section
1615 Options}).
1616
1617 @kindex ALIGN(@var{exp})
1618 @cindex rounding up location counter
1619 @item ALIGN(@var{exp})
1620 Return the result of the current location counter (@code{.}) aligned to
1621 the next @var{exp} boundary. @var{exp} must be an expression whose
1622 value is a power of two. This is equivalent to
1623 @smallexample
1624 (. + @var{exp} - 1) & ~(@var{exp} - 1)
1625 @end smallexample
1626
1627 @code{ALIGN} doesn't change the value of the location counter---it just
1628 does arithmetic on it. As an example, to align the output @code{.data}
1629 section to the next @code{0x2000} byte boundary after the preceding
1630 section and to set a variable within the section to the next
1631 @code{0x8000} boundary after the input sections:
1632 @smallexample
1633 @group
1634 SECTIONS@{ @dots{}
1635 .data ALIGN(0x2000): @{
1636 *(.data)
1637 variable = ALIGN(0x8000);
1638 @}
1639 @dots{} @}
1640 @end group
1641 @end smallexample
1642 @noindent
1643 The first use of @code{ALIGN} in this example specifies the location of
1644 a section because it is used as the optional @var{start} attribute of a
1645 section definition (@pxref{Section Options}). The second use simply
1646 defines the value of a variable.
1647
1648 The built-in @code{NEXT} is closely related to @code{ALIGN}.
1649
1650 @kindex DEFINED(@var{symbol})
1651 @cindex symbol defaults
1652 @item DEFINED(@var{symbol})
1653 Return 1 if @var{symbol} is in the linker global symbol table and is
1654 defined, otherwise return 0. You can use this function to provide default
1655 values for symbols. For example, the following command-file fragment shows how
1656 to set a global symbol @code{begin} to the first location in the
1657 @code{.text} section---but if a symbol called @code{begin} already
1658 existed, its value is preserved:
1659
1660 @smallexample
1661 @group
1662 SECTIONS@{ @dots{}
1663 .text : @{
1664 begin = DEFINED(begin) ? begin : . ;
1665 @dots{}
1666 @}
1667 @dots{} @}
1668 @end group
1669 @end smallexample
1670
1671 @kindex NEXT(@var{exp})
1672 @cindex unallocated address, next
1673 @item NEXT(@var{exp})
1674 Return the next unallocated address that is a multiple of @var{exp}.
1675 This function is closely related to @code{ALIGN(@var{exp})}; unless you
1676 use the @code{MEMORY} command to define discontinuous memory for the
1677 output file, the two functions are equivalent.
1678
1679 @kindex SIZEOF(@var{section})
1680 @cindex section size
1681 @item SIZEOF(@var{section})
1682 Return the size in bytes of the named @var{section}, if that section has
1683 been allocated. In the following example, @code{symbol_1} and
1684 @code{symbol_2} are assigned identical values:
1685 @c What does it return if the section hasn't been allocated? 0?
1686 @smallexample
1687 @group
1688 SECTIONS@{ @dots{}
1689 .output @{
1690 .start = . ;
1691 @dots{}
1692 .end = . ;
1693 @}
1694 symbol_1 = .end - .start ;
1695 symbol_2 = SIZEOF(.output);
1696 @dots{} @}
1697 @end group
1698 @end smallexample
1699
1700 @kindex SIZEOF_HEADERS
1701 @cindex header size
1702 @kindex sizeof_headers
1703 @item SIZEOF_HEADERS
1704 @itemx sizeof_headers
1705 Return the size in bytes of the output file's headers. You can use this number
1706 as the start address of the first section, if you choose, to facilitate
1707 paging.
1708
1709 @kindex MAX
1710 @item MAX(@var{exp1}, @var{exp2})
1711 Returns the maximum of @var{exp1} and @var{exp2}.
1712
1713 @kindex MIN
1714 @item MIN(@var{exp1}, @var{exp2})
1715 Returns the minimum of @var{exp1} and @var{exp2}.
1716
1717 @end table
1718
1719 @node Semicolons
1720 @subsection Semicolons
1721
1722 Semicolons (``@key{;}'') are required in the following places. In all
1723 other places they can appear for aesthetic reasons but are otherwise ignored.
1724
1725 @table @code
1726 @item Assignment
1727 Semicolons must appear at the end of assignment expressions.
1728 @xref{Assignment}
1729
1730 @item PHDRS
1731 Semicolons must appear at the end of a @code{PHDRS} statement.
1732 @xref{PHDRS}
1733 @end table
1734
1735 @node MEMORY
1736 @section Memory Layout
1737 @kindex MEMORY
1738 @cindex regions of memory
1739 @cindex discontinuous memory
1740 @cindex allocating memory
1741 The linker's default configuration permits allocation of all available memory.
1742 You can override this configuration by using the @code{MEMORY} command. The
1743 @code{MEMORY} command describes the location and size of blocks of
1744 memory in the target. By using it carefully, you can describe which
1745 memory regions may be used by the linker, and which memory regions it
1746 must avoid. The linker does not shuffle sections to fit into the
1747 available regions, but does move the requested sections into the correct
1748 regions and issue errors when the regions become too full.
1749
1750 A command file may contain at most one use of the @code{MEMORY}
1751 command; however, you can define as many blocks of memory within it as
1752 you wish. The syntax is:
1753
1754 @smallexample
1755 @group
1756 MEMORY
1757 @{
1758 @var{name} (@var{attr}) : ORIGIN = @var{origin}, LENGTH = @var{len}
1759 @dots{}
1760 @}
1761 @end group
1762 @end smallexample
1763 @table @code
1764 @cindex naming memory regions
1765 @item @var{name}
1766 is a name used internally by the linker to refer to the region. Any
1767 symbol name may be used. The region names are stored in a separate
1768 name space, and will not conflict with symbols, file names or section
1769 names. Use distinct names to specify multiple regions.
1770
1771 @cindex memory region attributes
1772 @item (@var{attr})
1773 is an optional list of attributes, permitted for compatibility with the
1774 AT&T linker but not used by @code{ld} beyond checking that the
1775 attribute list is valid. Valid attribute lists must be made up of the
1776 characters ``@code{LIRWX}''. If you omit the attribute list, you may
1777 omit the parentheses around it as well.
1778
1779 @kindex ORIGIN =
1780 @kindex o =
1781 @kindex org =
1782 @item @var{origin}
1783 is the start address of the region in physical memory. It is
1784 an expression that must evaluate to a constant before
1785 memory allocation is performed. The keyword @code{ORIGIN} may be
1786 abbreviated to @code{org} or @code{o} (but not, for example, @samp{ORG}).
1787
1788 @kindex LENGTH =
1789 @kindex len =
1790 @kindex l =
1791 @item @var{len}
1792 is the size in bytes of the region (an expression).
1793 The keyword @code{LENGTH} may be abbreviated to @code{len} or @code{l}.
1794 @end table
1795
1796 For example, to specify that memory has two regions available for
1797 allocation---one starting at 0 for 256 kilobytes, and the other
1798 starting at @code{0x40000000} for four megabytes:
1799
1800 @smallexample
1801 @group
1802 MEMORY
1803 @{
1804 rom : ORIGIN = 0, LENGTH = 256K
1805 ram : org = 0x40000000, l = 4M
1806 @}
1807 @end group
1808 @end smallexample
1809
1810 Once you have defined a region of memory named @var{mem}, you can direct
1811 specific output sections there by using a command ending in
1812 @samp{>@var{mem}} within the @code{SECTIONS} command (@pxref{Section
1813 Options}). If the combined output sections directed to a region are too
1814 big for the region, the linker will issue an error message.
1815
1816 @node SECTIONS
1817 @section Specifying Output Sections
1818
1819 @kindex SECTIONS
1820 The @code{SECTIONS} command controls exactly where input sections are
1821 placed into output sections, their order in the output file, and to
1822 which output sections they are allocated.
1823
1824 You may use at most one @code{SECTIONS} command in a script file,
1825 but you can have as many statements within it as you wish. Statements
1826 within the @code{SECTIONS} command can do one of three things:
1827
1828 @itemize @bullet
1829 @item
1830 define the entry point;
1831
1832 @item
1833 assign a value to a symbol;
1834
1835 @item
1836 describe the placement of a named output section, and which input
1837 sections go into it.
1838 @end itemize
1839
1840 You can also use the first two operations---defining the entry point and
1841 defining symbols---outside the @code{SECTIONS} command: @pxref{Entry
1842 Point}, and @ref{Assignment}. They are permitted here as well for
1843 your convenience in reading the script, so that symbols and the entry
1844 point can be defined at meaningful points in your output-file layout.
1845
1846 If you do not use a @code{SECTIONS} command, the linker places each input
1847 section into an identically named output section in the order that the
1848 sections are first encountered in the input files. If all input sections
1849 are present in the first file, for example, the order of sections in the
1850 output file will match the order in the first input file.
1851
1852 @menu
1853 * Section Definition:: Section Definitions
1854 * Section Placement:: Section Placement
1855 * Section Data Expressions:: Section Data Expressions
1856 * Section Options:: Optional Section Attributes
1857 * Overlays:: Overlays
1858 @end menu
1859
1860 @node Section Definition
1861 @subsection Section Definitions
1862 @cindex section definition
1863 The most frequently used statement in the @code{SECTIONS} command is
1864 the @dfn{section definition}, which specifies the
1865 properties of an output section: its location, alignment, contents,
1866 fill pattern, and target memory region. Most of
1867 these specifications are optional; the simplest form of a section
1868 definition is
1869 @smallexample
1870 SECTIONS @{ @dots{}
1871 @var{secname} : @{
1872 @var{contents}
1873 @}
1874 @dots{} @}
1875 @end smallexample
1876 @cindex naming output sections
1877 @noindent
1878 @var{secname} is the name of the output section, and @var{contents} a
1879 specification of what goes there---for example, a list of input files or
1880 sections of input files (@pxref{Section Placement}). As you might
1881 assume, the whitespace shown is optional. You do need the colon
1882 @samp{:} and the braces @samp{@{@}}, however.
1883
1884 @var{secname} must meet the constraints of your output format. In
1885 formats which only support a limited number of sections, such as
1886 @code{a.out}, the name must be one of the names supported by the format
1887 (@code{a.out}, for example, allows only @code{.text}, @code{.data} or
1888 @code{.bss}). If the output format supports any number of sections, but
1889 with numbers and not names (as is the case for Oasys), the name should be
1890 supplied as a quoted numeric string. A section name may consist of any
1891 sequence of characters, but any name which does not conform to the standard
1892 @code{ld} symbol name syntax must be quoted.
1893 @xref{Symbols, , Symbol Names}.
1894
1895 The special @var{secname} @samp{/DISCARD/} may be used to discard input
1896 sections. Any sections which are assigned to an output section named
1897 @samp{/DISCARD/} are not included in the final link output.
1898
1899 The linker will not create output sections which do not have any
1900 contents. This is for convenience when referring to input sections that
1901 may or may not exist. For example,
1902 @smallexample
1903 .foo @{ *(.foo) @}
1904 @end smallexample
1905 will only create a @samp{.foo} section in the output file if there is a
1906 @samp{.foo} section in at least one input file.
1907
1908 @node Section Placement
1909 @subsection Section Placement
1910
1911 @cindex contents of a section
1912 In a section definition, you can specify the contents of an output
1913 section by listing particular input files, by listing particular
1914 input-file sections, or by a combination of the two. You can also place
1915 arbitrary data in the section, and define symbols relative to the
1916 beginning of the section.
1917
1918 The @var{contents} of a section definition may include any of the
1919 following kinds of statement. You can include as many of these as you
1920 like in a single section definition, separated from one another by
1921 whitespace.
1922
1923 @table @code
1924 @kindex @var{filename}
1925 @cindex input files, section defn
1926 @cindex files, including in output sections
1927 @item @var{filename}
1928 You may simply name a particular input file to be placed in the current
1929 output section; @emph{all} sections from that file are placed in the
1930 current section definition. If the file name has already been mentioned
1931 in another section definition, with an explicit section name list, then
1932 only those sections which have not yet been allocated are used.
1933
1934 To specify a list of particular files by name:
1935 @smallexample
1936 .data : @{ afile.o bfile.o cfile.o @}
1937 @end smallexample
1938 @noindent
1939 The example also illustrates that multiple statements can be included in
1940 the contents of a section definition, since each file name is a separate
1941 statement.
1942
1943 @kindex @var{filename}(@var{section})
1944 @cindex files and sections, section defn
1945 @item @var{filename}( @var{section} )
1946 @itemx @var{filename}( @var{section} , @var{section}, @dots{} )
1947 @itemx @var{filename}( @var{section} @var{section} @dots{} )
1948 You can name one or more sections from your input files, for
1949 insertion in the current output section. If you wish to specify a list
1950 of input-file sections inside the parentheses, you may separate the
1951 section names by either commas or whitespace.
1952
1953 @cindex input sections to output section
1954 @kindex *(@var{section})
1955 @item * (@var{section})
1956 @itemx * (@var{section}, @var{section}, @dots{})
1957 @itemx * (@var{section} @var{section} @dots{})
1958 Instead of explicitly naming particular input files in a link control
1959 script, you can refer to @emph{all} files from the @code{ld} command
1960 line: use @samp{*} instead of a particular file name before the
1961 parenthesized input-file section list.
1962
1963 If you have already explicitly included some files by name, @samp{*}
1964 refers to all @emph{remaining} files---those whose places in the output
1965 file have not yet been defined.
1966
1967 For example, to copy sections @code{1} through @code{4} from an Oasys file
1968 into the @code{.text} section of an @code{a.out} file, and sections @code{13}
1969 and @code{14} into the @code{.data} section:
1970 @smallexample
1971 @group
1972 SECTIONS @{
1973 .text :@{
1974 *("1" "2" "3" "4")
1975 @}
1976
1977 .data :@{
1978 *("13" "14")
1979 @}
1980 @}
1981 @end group
1982 @end smallexample
1983
1984 @cindex @code{[@var{section}@dots{}]}, not supported
1985 @samp{[ @var{section} @dots{} ]} used to be accepted as an alternate way
1986 to specify named sections from all unallocated input files. Because
1987 some operating systems (VMS) allow brackets in file names, that notation
1988 is no longer supported.
1989
1990 @cindex uninitialized data
1991 @cindex commons in output
1992 @kindex *( COMMON )
1993 @item @var{filename}@code{( COMMON )}
1994 @itemx *( COMMON )
1995 Specify where in your output file to place uninitialized data
1996 with this notation. @code{*(COMMON)} by itself refers to all
1997 uninitialized data from all input files (so far as it is not yet
1998 allocated); @var{filename}@code{(COMMON)} refers to uninitialized data
1999 from a particular file. Both are special cases of the general
2000 mechanisms for specifying where to place input-file sections:
2001 @code{ld} permits you to refer to uninitialized data as if it
2002 were in an input-file section named @code{COMMON}, regardless of the
2003 input file's format.
2004 @end table
2005
2006 In any place where you may use a specific file or section name, you may
2007 also use a wildcard pattern. The linker handles wildcards much as the
2008 Unix shell does. A @samp{*} character matches any number of characters.
2009 A @samp{?} character matches any single character. The sequence
2010 @samp{[@var{chars}]} will match a single instance of any of the
2011 @var{chars}; the @samp{-} character may be used to specify a range of
2012 characters, as in @samp{[a-z]} to match any lower case letter. A
2013 @samp{\} character may be used to quote the following character.
2014
2015 When a file name is matched with a wildcard, the wildcard characters
2016 will not match a @samp{/} character (used to separate directory names on
2017 Unix). A pattern consisting of a single @samp{*} character is an
2018 exception; it will always match any file name. In a section name, the
2019 wildcard characters will match a @samp{/} character.
2020
2021 Wildcards only match files which are explicitly specified on the command
2022 line. The linker does not search directories to expand wildcards.
2023 However, if you specify a simple file name---a name with no wildcard
2024 characters---in a linker script, and the file name is not also specified
2025 on the command line, the linker will attempt to open the file as though
2026 it appeared on the command line.
2027
2028 In the following example, the command script arranges the output file
2029 into three consecutive sections, named @code{.text}, @code{.data}, and
2030 @code{.bss}, taking the input for each from the correspondingly named
2031 sections of all the input files:
2032
2033 @smallexample
2034 @group
2035 SECTIONS @{
2036 .text : @{ *(.text) @}
2037 .data : @{ *(.data) @}
2038 .bss : @{ *(.bss) *(COMMON) @}
2039 @}
2040 @end group
2041 @end smallexample
2042
2043 The following example reads all of the sections from file @code{all.o}
2044 and places them at the start of output section @code{outputa} which
2045 starts at location @code{0x10000}. All of section @code{.input1} from
2046 file @code{foo.o} follows immediately, in the same output section. All
2047 of section @code{.input2} from @code{foo.o} goes into output section
2048 @code{outputb}, followed by section @code{.input1} from @code{foo1.o}.
2049 All of the remaining @code{.input1} and @code{.input2} sections from any
2050 files are written to output section @code{outputc}.
2051
2052 @smallexample
2053 @group
2054 SECTIONS @{
2055 outputa 0x10000 :
2056 @{
2057 all.o
2058 foo.o (.input1)
2059 @}
2060 outputb :
2061 @{
2062 foo.o (.input2)
2063 foo1.o (.input1)
2064 @}
2065 outputc :
2066 @{
2067 *(.input1)
2068 *(.input2)
2069 @}
2070 @}
2071 @end group
2072 @end smallexample
2073
2074 This example shows how wildcard patterns might be used to partition
2075 files. All @code{.text} sections are placed in @code{.text}, and all
2076 @code{.bss} sections are placed in @code{.bss}. For all files beginning
2077 with an upper case character, the @code{.data} section is placed into
2078 @code{.DATA}; for all other files, the @code{.data} section is placed
2079 into @code{.data}.
2080
2081 @smallexample
2082 @group
2083 SECTIONS @{
2084 .text : @{ *(.text) @}
2085 .DATA : @{ [A-Z]*(.data) @}
2086 .data : @{ *(.data) @}
2087 .bss : @{ *(.bss) @}
2088 @}
2089 @end group
2090 @end smallexample
2091
2092 @node Section Data Expressions
2093 @subsection Section Data Expressions
2094
2095 @cindex expressions in a section
2096 The foregoing statements arrange, in your output file, data originating
2097 from your input files. You can also place data directly in an output
2098 section from the link command script. Most of these additional
2099 statements involve expressions (@pxref{Expressions}). Although these
2100 statements are shown separately here for ease of presentation, no such
2101 segregation is needed within a section definition in the @code{SECTIONS}
2102 command; you can intermix them freely with any of the statements we've
2103 just described.
2104
2105 @table @code
2106 @cindex input filename symbols
2107 @cindex filename symbols
2108 @kindex CREATE_OBJECT_SYMBOLS
2109 @item CREATE_OBJECT_SYMBOLS
2110 Create a symbol for each input file
2111 in the current section, set to the address of the first byte of
2112 data written from that input file. For instance, with @code{a.out}
2113 files it is conventional to have a symbol for each input file. You can
2114 accomplish this by defining the output @code{.text} section as follows:
2115 @smallexample
2116 @group
2117 SECTIONS @{
2118 .text 0x2020 :
2119 @{
2120 CREATE_OBJECT_SYMBOLS
2121 *(.text)
2122 _etext = ALIGN(0x2000);
2123 @}
2124 @dots{}
2125 @}
2126 @end group
2127 @end smallexample
2128
2129 If @code{sample.ld} is a file containing this script, and @code{a.o},
2130 @code{b.o}, @code{c.o}, and @code{d.o} are four input files with
2131 contents like the following---
2132 @smallexample
2133 @group
2134 /* a.c */
2135
2136 afunction() @{ @}
2137 int adata=1;
2138 int abss;
2139 @end group
2140 @end smallexample
2141
2142 @noindent
2143 @samp{ld -M -T sample.ld a.o b.o c.o d.o} would create a map like this,
2144 containing symbols matching the object file names:
2145 @smallexample
2146 00000000 A __DYNAMIC
2147 00004020 B _abss
2148 00004000 D _adata
2149 00002020 T _afunction
2150 00004024 B _bbss
2151 00004008 D _bdata
2152 00002038 T _bfunction
2153 00004028 B _cbss
2154 00004010 D _cdata
2155 00002050 T _cfunction
2156 0000402c B _dbss
2157 00004018 D _ddata
2158 00002068 T _dfunction
2159 00004020 D _edata
2160 00004030 B _end
2161 00004000 T _etext
2162 00002020 t a.o
2163 00002038 t b.o
2164 00002050 t c.o
2165 00002068 t d.o
2166 @end smallexample
2167
2168 @kindex @var{symbol} = @var{expression} ;
2169 @kindex @var{symbol} @var{f}= @var{expression} ;
2170 @item @var{symbol} = @var{expression} ;
2171 @itemx @var{symbol} @var{f}= @var{expression} ;
2172 @var{symbol} is any symbol name (@pxref{Symbols}). ``@var{f}=''
2173 refers to any of the operators @code{&= += -= *= /=} which combine
2174 arithmetic and assignment.
2175
2176 @cindex assignment, in section defn
2177 When you assign a value to a symbol within a particular section
2178 definition, the value is relative to the beginning of the section
2179 (@pxref{Assignment}). If you write
2180
2181 @smallexample
2182 @group
2183 SECTIONS @{
2184 abs = 14 ;
2185 @dots{}
2186 .data : @{ @dots{} rel = 14 ; @dots{} @}
2187 abs2 = 14 + ADDR(.data);
2188 @dots{}
2189 @}
2190 @end group
2191 @end smallexample
2192
2193 @c FIXME: Try above example!
2194 @noindent
2195 @code{abs} and @code{rel} do not have the same value; @code{rel} has the
2196 same value as @code{abs2}.
2197
2198 @kindex BYTE(@var{expression})
2199 @kindex SHORT(@var{expression})
2200 @kindex LONG(@var{expression})
2201 @kindex QUAD(@var{expression})
2202 @cindex direct output
2203 @item BYTE(@var{expression})
2204 @itemx SHORT(@var{expression})
2205 @itemx LONG(@var{expression})
2206 @itemx QUAD(@var{expression})
2207 By including one of these four statements in a section definition, you
2208 can explicitly place one, two, four, or eight bytes (respectively) at
2209 the current address of that section. @code{QUAD} is only supported when
2210 using a 64 bit host or target.
2211
2212 @ifclear SingleFormat
2213 Multiple-byte quantities are represented in whatever byte order is
2214 appropriate for the output file format (@pxref{BFD}).
2215 @end ifclear
2216
2217 @kindex FILL(@var{expression})
2218 @cindex holes, filling
2219 @cindex unspecified memory
2220 @item FILL(@var{expression})
2221 Specify the ``fill pattern'' for the current section. Any otherwise
2222 unspecified regions of memory within the section (for example, regions
2223 you skip over by assigning a new value to the location counter @samp{.})
2224 are filled with the two least significant bytes from the
2225 @var{expression} argument. A @code{FILL} statement covers memory
2226 locations @emph{after} the point it occurs in the section definition; by
2227 including more than one @code{FILL} statement, you can have different
2228 fill patterns in different parts of an output section.
2229 @end table
2230
2231 @node Section Options
2232 @subsection Optional Section Attributes
2233 @cindex section defn, full syntax
2234 Here is the full syntax of a section definition, including all the
2235 optional portions:
2236
2237 @smallexample
2238 @group
2239 SECTIONS @{
2240 @dots{}
2241 @var{secname} @var{start} BLOCK(@var{align}) (NOLOAD) : AT ( @var{ldadr} )
2242 @{ @var{contents} @} >@var{region} :@var{phdr} =@var{fill}
2243 @dots{}
2244 @}
2245 @end group
2246 @end smallexample
2247
2248 @var{secname} and @var{contents} are required. @xref{Section
2249 Definition}, and @ref{Section Placement}, for details on
2250 @var{contents}. The remaining elements---@var{start},
2251 @code{BLOCK(@var{align)}}, @code{(NOLOAD)}, @code{AT ( @var{ldadr} )},
2252 @code{>@var{region}}, @code{:@var{phdr}}, and @code{=@var{fill}}---are
2253 all optional.
2254
2255 @table @code
2256 @cindex start address, section
2257 @cindex section start
2258 @cindex section address
2259 @item @var{start}
2260 You can force the output section to be loaded at a specified address by
2261 specifying @var{start} immediately following the section name.
2262 @var{start} can be represented as any expression. The following
2263 example generates section @var{output} at location
2264 @code{0x40000000}:
2265
2266 @smallexample
2267 @group
2268 SECTIONS @{
2269 @dots{}
2270 output 0x40000000: @{
2271 @dots{}
2272 @}
2273 @dots{}
2274 @}
2275 @end group
2276 @end smallexample
2277
2278 @kindex BLOCK(@var{align})
2279 @cindex section alignment
2280 @cindex aligning sections
2281 @item BLOCK(@var{align})
2282 You can include @code{BLOCK()} specification to advance
2283 the location counter @code{.} prior to the beginning of the section, so
2284 that the section will begin at the specified alignment. @var{align} is
2285 an expression.
2286
2287 @kindex NOLOAD
2288 @cindex prevent unnecessary loading
2289 @cindex loading, preventing
2290 @item (NOLOAD)
2291 Use @samp{(NOLOAD)} to prevent a section from being loaded into memory
2292 each time it is accessed. For example, in the script sample below, the
2293 @code{ROM} segment is addressed at memory location @samp{0} and does not
2294 need to be loaded into each object file:
2295
2296 @smallexample
2297 @group
2298 SECTIONS @{
2299 ROM 0 (NOLOAD) : @{ @dots{} @}
2300 @dots{}
2301 @}
2302 @end group
2303 @end smallexample
2304
2305 @kindex AT ( @var{ldadr} )
2306 @cindex specify load address
2307 @cindex load address, specifying
2308 @item AT ( @var{ldadr} )
2309 The expression @var{ldadr} that follows the @code{AT} keyword specifies
2310 the load address of the section. The default (if you do not use the
2311 @code{AT} keyword) is to make the load address the same as the
2312 relocation address. This feature is designed to make it easy to build a
2313 ROM image. For example, this @code{SECTIONS} definition creates two
2314 output sections: one called @samp{.text}, which starts at @code{0x1000},
2315 and one called @samp{.mdata}, which is loaded at the end of the
2316 @samp{.text} section even though its relocation address is
2317 @code{0x2000}. The symbol @code{_data} is defined with the value
2318 @code{0x2000}:
2319
2320 @smallexample
2321 @group
2322 SECTIONS
2323 @{
2324 .text 0x1000 : @{ *(.text) _etext = . ; @}
2325 .mdata 0x2000 :
2326 AT ( ADDR(.text) + SIZEOF ( .text ) )
2327 @{ _data = . ; *(.data); _edata = . ; @}
2328 .bss 0x3000 :
2329 @{ _bstart = . ; *(.bss) *(COMMON) ; _bend = . ;@}
2330 @}
2331 @end group
2332 @end smallexample
2333
2334 The run-time initialization code (for C programs, usually @code{crt0})
2335 for use with a ROM generated this way has to include something like
2336 the following, to copy the initialized data from the ROM image to its runtime
2337 address:
2338
2339 @smallexample
2340 @group
2341 char *src = _etext;
2342 char *dst = _data;
2343
2344 /* ROM has data at end of text; copy it. */
2345 while (dst < _edata) @{
2346 *dst++ = *src++;
2347 @}
2348
2349 /* Zero bss */
2350 for (dst = _bstart; dst< _bend; dst++)
2351 *dst = 0;
2352 @end group
2353 @end smallexample
2354
2355 @kindex >@var{region}
2356 @cindex section, assigning to memory region
2357 @cindex memory regions and sections
2358 @item >@var{region}
2359 Assign this section to a previously defined region of memory.
2360 @xref{MEMORY}.
2361
2362 @kindex :@var{phdr}
2363 @cindex section, assigning to program header
2364 @cindex program headers and sections
2365 @item :@var{phdr}
2366 Assign this section to a segment described by a program header.
2367 @xref{PHDRS}. If a section is assigned to one or more segments, then
2368 all subsequent allocated sections will be assigned to those segments as
2369 well, unless they use an explicitly @code{:@var{phdr}} modifier. To
2370 prevent a section from being assigned to a segment when it would
2371 normally default to one, use @code{:NONE}.
2372
2373 @kindex =@var{fill}
2374 @cindex section fill pattern
2375 @cindex fill pattern, entire section
2376 @item =@var{fill}
2377 Including @code{=@var{fill}} in a section definition specifies the
2378 initial fill value for that section. You may use any expression to
2379 specify @var{fill}. Any unallocated holes in the current output section
2380 when written to the output file will be filled with the two least
2381 significant bytes of the value, repeated as necessary. You can also
2382 change the fill value with a @code{FILL} statement in the @var{contents}
2383 of a section definition.
2384
2385 @end table
2386
2387 @node Overlays
2388 @subsection Overlays
2389 @kindex OVERLAY
2390 @cindex overlays
2391
2392 The @code{OVERLAY} command provides an easy way to describe sections
2393 which are to be loaded as part of a single memory image but are to be
2394 run at the same memory address. At run time, some sort of overlay
2395 manager will copy the overlaid sections in and out of the runtime memory
2396 address as required, perhaps by simply manipulating addressing bits.
2397 This approach can be useful, for example, when a certain region of
2398 memory is faster than another.
2399
2400 The @code{OVERLAY} command is used within a @code{SECTIONS} command. It
2401 appears as follows:
2402 @smallexample
2403 @group
2404 OVERLAY @var{start} : [ NOCROSSREFS ] AT ( @var{ldaddr} )
2405 @{
2406 @var{secname1} @{ @var{contents} @} :@var{phdr} =@var{fill}
2407 @var{secname2} @{ @var{contents} @} :@var{phdr} =@var{fill}
2408 @dots{}
2409 @} >@var{region} :@var{phdr} =@var{fill}
2410 @end group
2411 @end smallexample
2412
2413 Everything is optional except @code{OVERLAY} (a keyword), and each
2414 section must have a name (@var{secname1} and @var{secname2} above). The
2415 section definitions within the @code{OVERLAY} construct are identical to
2416 those within the general @code{SECTIONS} contruct (@pxref{SECTIONS}),
2417 except that no addresses and no memory regions may be defined for
2418 sections within an @code{OVERLAY}.
2419
2420 The sections are all defined with the same starting address. The load
2421 addresses of the sections are arranged such that they are consecutive in
2422 memory starting at the load address used for the @code{OVERLAY} as a
2423 whole (as with normal section definitions, the load address is optional,
2424 and defaults to the start address; the start address is also optional,
2425 and defaults to @code{.}).
2426
2427 If the @code{NOCROSSREFS} keyword is used, and there any references
2428 among the sections, the linker will report an error. Since the sections
2429 all run at the same address, it normally does not make sense for one
2430 section to refer directly to another. @xref{Option Commands,
2431 NOCROSSREFS}.
2432
2433 For each section within the @code{OVERLAY}, the linker automatically
2434 defines two symbols. The symbol @code{__load_start_@var{secname}} is
2435 defined as the starting load address of the section. The symbol
2436 @code{__load_stop_@var{secname}} is defined as the final load address of
2437 the section. Any characters within @var{secname} which are not legal
2438 within C identifiers are removed. C (or assembler) code may use these
2439 symbols to move the overlaid sections around as necessary.
2440
2441 At the end of the overlay, the value of @code{.} is set to the start
2442 address of the overlay plus the size of the largest section.
2443
2444 Here is an example. Remember that this would appear inside a
2445 @code{SECTIONS} construct.
2446
2447 @smallexample
2448 @group
2449 OVERLAY 0x1000 : AT (0x4000)
2450 @{
2451 .text0 @{ o1/*.o(.text) @}
2452 .text1 @{ o2/*.o(.text) @}
2453 @}
2454 @end group
2455 @end smallexample
2456
2457 This will define both @code{.text0} and @code{.text1} to start at
2458 address 0x1000. @code{.text0} will be loaded at address 0x4000, and
2459 @code{.text1} will be loaded immediately after @code{.text0}. The
2460 following symbols will be defined: @code{__load_start_text0},
2461 @code{__load_stop_text0}, @code{__load_start_text1},
2462 @code{__load_stop_text1}.
2463
2464 C code to copy overlay @code{.text1} into the overlay area might look
2465 like the following.
2466
2467 @smallexample
2468 @group
2469 extern char __load_start_text1, __load_stop_text1;
2470 memcpy ((char *) 0x1000, &__load_start_text1,
2471 &__load_stop_text1 - &__load_start_text1);
2472 @end group
2473 @end smallexample
2474
2475 Note that the @code{OVERLAY} command is just syntactic sugar, since
2476 everything it does can be done using the more basic commands. The above
2477 example could have been written identically as follows.
2478
2479 @smallexample
2480 @group
2481 .text0 0x1000 : AT (0x4000) @{ o1/*.o(.text) @}
2482 __load_start_text0 = LOADADDR (.text0);
2483 __load_stop_text0 = LOADADDR (.text0) + SIZEOF (.text0);
2484 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @}
2485 __load_start_text1 = LOADADDR (.text1);
2486 __load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1);
2487 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
2488 @end group
2489 @end smallexample
2490
2491 @node PHDRS
2492 @section ELF Program Headers
2493 @kindex PHDRS
2494 @cindex program headers
2495 @cindex ELF program headers
2496
2497 The ELF object file format uses @dfn{program headers}, which are read by
2498 the system loader and describe how the program should be loaded into
2499 memory. These program headers must be set correctly in order to run the
2500 program on a native ELF system. The linker will create reasonable
2501 program headers by default. However, in some cases, it is desirable to
2502 specify the program headers more precisely; the @code{PHDRS} command may
2503 be used for this purpose. When the @code{PHDRS} command is used, the
2504 linker will not generate any program headers itself.
2505
2506 The @code{PHDRS} command is only meaningful when generating an ELF
2507 output file. It is ignored in other cases. This manual does not
2508 describe the details of how the system loader interprets program
2509 headers; for more information, see the ELF ABI. The program headers of
2510 an ELF file may be displayed using the @samp{-p} option of the
2511 @code{objdump} command.
2512
2513 This is the syntax of the @code{PHDRS} command. The words @code{PHDRS},
2514 @code{FILEHDR}, @code{AT}, and @code{FLAGS} are keywords.
2515
2516 @smallexample
2517 @group
2518 PHDRS
2519 @{
2520 @var{name} @var{type} [ FILEHDR ] [ PHDRS ] [ AT ( @var{address} ) ]
2521 [ FLAGS ( @var{flags} ) ] ;
2522 @}
2523 @end group
2524 @end smallexample
2525
2526 The @var{name} is used only for reference in the @code{SECTIONS} command
2527 of the linker script. It does not get put into the output file.
2528
2529 Certain program header types describe segments of memory which are
2530 loaded from the file by the system loader. In the linker script, the
2531 contents of these segments are specified by directing allocated output
2532 sections to be placed in the segment. To do this, the command
2533 describing the output section in the @code{SECTIONS} command should use
2534 @samp{:@var{name}}, where @var{name} is the name of the program header
2535 as it appears in the @code{PHDRS} command. @xref{Section Options}.
2536
2537 It is normal for certain sections to appear in more than one segment.
2538 This merely implies that one segment of memory contains another. This
2539 is specified by repeating @samp{:@var{name}}, using it once for each
2540 program header in which the section is to appear.
2541
2542 If a section is placed in one or more segments using @samp{:@var{name}},
2543 then all subsequent allocated sections which do not specify
2544 @samp{:@var{name}} are placed in the same segments. This is for
2545 convenience, since generally a whole set of contiguous sections will be
2546 placed in a single segment. To prevent a section from being assigned to
2547 a segment when it would normally default to one, use @code{:NONE}.
2548
2549 The @code{FILEHDR} and @code{PHDRS} keywords which may appear after the
2550 program header type also indicate contents of the segment of memory.
2551 The @code{FILEHDR} keyword means that the segment should include the ELF
2552 file header. The @code{PHDRS} keyword means that the segment should
2553 include the ELF program headers themselves.
2554
2555 The @var{type} may be one of the following. The numbers indicate the
2556 value of the keyword.
2557
2558 @table @asis
2559 @item @code{PT_NULL} (0)
2560 Indicates an unused program header.
2561
2562 @item @code{PT_LOAD} (1)
2563 Indicates that this program header describes a segment to be loaded from
2564 the file.
2565
2566 @item @code{PT_DYNAMIC} (2)
2567 Indicates a segment where dynamic linking information can be found.
2568
2569 @item @code{PT_INTERP} (3)
2570 Indicates a segment where the name of the program interpreter may be
2571 found.
2572
2573 @item @code{PT_NOTE} (4)
2574 Indicates a segment holding note information.
2575
2576 @item @code{PT_SHLIB} (5)
2577 A reserved program header type, defined but not specified by the ELF
2578 ABI.
2579
2580 @item @code{PT_PHDR} (6)
2581 Indicates a segment where the program headers may be found.
2582
2583 @item @var{expression}
2584 An expression giving the numeric type of the program header. This may
2585 be used for types not defined above.
2586 @end table
2587
2588 It is possible to specify that a segment should be loaded at a
2589 particular address in memory. This is done using an @code{AT}
2590 expression. This is identical to the @code{AT} command used in the
2591 @code{SECTIONS} command (@pxref{Section Options}). Using the @code{AT}
2592 command for a program header overrides any information in the
2593 @code{SECTIONS} command.
2594
2595 Normally the segment flags are set based on the sections. The
2596 @code{FLAGS} keyword may be used to explicitly specify the segment
2597 flags. The value of @var{flags} must be an integer. It is used to
2598 set the @code{p_flags} field of the program header.
2599
2600 Here is an example of the use of @code{PHDRS}. This shows a typical set
2601 of program headers used on a native ELF system.
2602
2603 @example
2604 @group
2605 PHDRS
2606 @{
2607 headers PT_PHDR PHDRS ;
2608 interp PT_INTERP ;
2609 text PT_LOAD FILEHDR PHDRS ;
2610 data PT_LOAD ;
2611 dynamic PT_DYNAMIC ;
2612 @}
2613
2614 SECTIONS
2615 @{
2616 . = SIZEOF_HEADERS;
2617 .interp : @{ *(.interp) @} :text :interp
2618 .text : @{ *(.text) @} :text
2619 .rodata : @{ *(.rodata) @} /* defaults to :text */
2620 @dots{}
2621 . = . + 0x1000; /* move to a new page in memory */
2622 .data : @{ *(.data) @} :data
2623 .dynamic : @{ *(.dynamic) @} :data :dynamic
2624 @dots{}
2625 @}
2626 @end group
2627 @end example
2628
2629 @node Entry Point
2630 @section The Entry Point
2631 @kindex ENTRY(@var{symbol})
2632 @cindex start of execution
2633 @cindex first instruction
2634 The linker command language includes a command specifically for
2635 defining the first executable instruction in an output file (its
2636 @dfn{entry point}). Its argument is a symbol name:
2637 @smallexample
2638 ENTRY(@var{symbol})
2639 @end smallexample
2640
2641 Like symbol assignments, the @code{ENTRY} command may be placed either
2642 as an independent command in the command file, or among the section
2643 definitions within the @code{SECTIONS} command---whatever makes the most
2644 sense for your layout.
2645
2646 @cindex entry point, defaults
2647 @code{ENTRY} is only one of several ways of choosing the entry point.
2648 You may indicate it in any of the following ways (shown in descending
2649 order of priority: methods higher in the list override methods lower down).
2650 @itemize @bullet
2651 @item
2652 the @samp{-e} @var{entry} command-line option;
2653 @item
2654 the @code{ENTRY(@var{symbol})} command in a linker control script;
2655 @item
2656 the value of the symbol @code{start}, if present;
2657 @item
2658 the address of the first byte of the @code{.text} section, if present;
2659 @item
2660 The address @code{0}.
2661 @end itemize
2662
2663 For example, you can use these rules to generate an entry point with an
2664 assignment statement: if no symbol @code{start} is defined within your
2665 input files, you can simply define it, assigning it an appropriate
2666 value---
2667
2668 @smallexample
2669 start = 0x2020;
2670 @end smallexample
2671
2672 @noindent
2673 The example shows an absolute address, but you can use any expression.
2674 For example, if your input object files use some other symbol-name
2675 convention for the entry point, you can just assign the value of
2676 whatever symbol contains the start address to @code{start}:
2677
2678 @smallexample
2679 start = other_symbol ;
2680 @end smallexample
2681
2682 @node Option Commands
2683 @section Option Commands
2684 The command language includes a number of other commands that you can
2685 use for specialized purposes. They are similar in purpose to
2686 command-line options.
2687
2688 @table @code
2689 @kindex CONSTRUCTORS
2690 @cindex C++ constructors, arranging in link
2691 @cindex constructors, arranging in link
2692 @item CONSTRUCTORS
2693 When linking using the @code{a.out} object file format, the linker uses
2694 an unusual set construct to support C++ global constructors and
2695 destructors. When linking object file formats which do not support
2696 arbitrary sections, such as @code{ECOFF} and @code{XCOFF}, the linker
2697 will automatically recognize C++ global constructors and destructors by
2698 name. For these object file formats, the @code{CONSTRUCTORS} command
2699 tells the linker where this information should be placed. The
2700 @code{CONSTRUCTORS} command is ignored for other object file formats.
2701
2702 The symbol @w{@code{__CTOR_LIST__}} marks the start of the global
2703 constructors, and the symbol @w{@code{__DTOR_LIST}} marks the end. The
2704 first word in the list is the number of entries, followed by the address
2705 of each constructor or destructor, followed by a zero word. The
2706 compiler must arrange to actually run the code. For these object file
2707 formats @sc{gnu} C++ calls constructors from a subroutine @code{__main};
2708 a call to @code{__main} is automatically inserted into the startup code
2709 for @code{main}. @sc{gnu} C++ runs destructors either by using
2710 @code{atexit}, or directly from the function @code{exit}.
2711
2712 For object file formats such as @code{COFF} or @code{ELF} which support
2713 multiple sections, @sc{gnu} C++ will normally arrange to put the
2714 addresses of global constructors and destructors into the @code{.ctors}
2715 and @code{.dtors} sections. Placing the following sequence into your
2716 linker script will build the sort of table which the @sc{gnu} C++
2717 runtime code expects to see.
2718
2719 @smallexample
2720 __CTOR_LIST__ = .;
2721 LONG((__CTOR_END__ - __CTOR_LIST__) / 4 - 2)
2722 *(.ctors)
2723 LONG(0)
2724 __CTOR_END__ = .;
2725 __DTOR_LIST__ = .;
2726 LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)
2727 *(.dtors)
2728 LONG(0)
2729 __DTOR_END__ = .;
2730 @end smallexample
2731
2732 Normally the compiler and linker will handle these issues automatically,
2733 and you will not need to concern yourself with them. However, you may
2734 need to consider this if you are using C++ and writing your own linker
2735 scripts.
2736
2737 @need 1000
2738 @kindex FLOAT
2739 @kindex NOFLOAT
2740 @item FLOAT
2741 @itemx NOFLOAT
2742 These keywords were used in some older linkers to request a particular
2743 math subroutine library. @code{ld} doesn't use the keywords, assuming
2744 instead that any necessary subroutines are in libraries specified using
2745 the general mechanisms for linking to archives; but to permit the use of
2746 scripts that were written for the older linkers, the keywords
2747 @code{FLOAT} and @code{NOFLOAT} are accepted and ignored.
2748
2749 @kindex FORCE_COMMON_ALLOCATION
2750 @cindex common allocation
2751 @item FORCE_COMMON_ALLOCATION
2752 This command has the same effect as the @samp{-d} command-line option:
2753 to make @code{ld} assign space to common symbols even if a relocatable
2754 output file is specified (@samp{-r}).
2755
2756 @kindex INPUT ( @var{files} )
2757 @cindex binary input files
2758 @item INPUT ( @var{file}, @var{file}, @dots{} )
2759 @itemx INPUT ( @var{file} @var{file} @dots{} )
2760 Use this command to include binary input files in the link, without
2761 including them in a particular section definition.
2762 Specify the full name for each @var{file}, including @samp{.a} if
2763 required.
2764
2765 @code{ld} searches for each @var{file} through the archive-library
2766 search path, just as for files you specify on the command line.
2767 See the description of @samp{-L} in @ref{Options,,Command Line
2768 Options}.
2769
2770 If you use @samp{-l@var{file}}, @code{ld} will transform the name to
2771 @code{lib@var{file}.a} as with the command line argument @samp{-l}.
2772
2773 @kindex GROUP ( @var{files} )
2774 @cindex grouping input files
2775 @item GROUP ( @var{file}, @var{file}, @dots{} )
2776 @itemx GROUP ( @var{file} @var{file} @dots{} )
2777 This command is like @code{INPUT}, except that the named files should
2778 all be archives, and they are searched repeatedly until no new undefined
2779 references are created. See the description of @samp{-(} in
2780 @ref{Options,,Command Line Options}.
2781
2782 @ignore
2783 @kindex MAP ( @var{name} )
2784 @item MAP ( @var{name} )
2785 @c MAP(...) appears to look for an F in the arg, ignoring all other
2786 @c chars; if it finds one, it sets "map_option_f" to true. But nothing
2787 @c checks map_option_f. Apparently a stub for the future...
2788 @end ignore
2789
2790 @kindex OUTPUT ( @var{filename} )
2791 @cindex naming the output file
2792 @item OUTPUT ( @var{filename} )
2793 Use this command to name the link output file @var{filename}. The
2794 effect of @code{OUTPUT(@var{filename})} is identical to the effect of
2795 @w{@samp{-o @var{filename}}}, which overrides it. You can use this
2796 command to supply a default output-file name other than @code{a.out}.
2797
2798 @ifclear SingleFormat
2799 @kindex OUTPUT_ARCH ( @var{bfdname} )
2800 @cindex machine architecture, output
2801 @item OUTPUT_ARCH ( @var{bfdname} )
2802 Specify a particular output machine architecture, with one of the names
2803 used by the BFD back-end routines (@pxref{BFD}). This command is often
2804 unnecessary; the architecture is most often set implicitly by either the
2805 system BFD configuration or as a side effect of the @code{OUTPUT_FORMAT}
2806 command.
2807
2808 @kindex OUTPUT_FORMAT ( @var{bfdname} )
2809 @cindex format, output file
2810 @item OUTPUT_FORMAT ( @var{bfdname} )
2811 When @code{ld} is configured to support multiple object code formats,
2812 you can use this command to specify a particular output format.
2813 @var{bfdname} is one of the names used by the BFD back-end routines
2814 (@pxref{BFD}). The effect is identical to the effect of the
2815 @samp{-oformat} command-line option. This selection affects only
2816 the output file; the related command @code{TARGET} affects primarily
2817 input files.
2818 @end ifclear
2819
2820 @kindex SEARCH_DIR ( @var{path} )
2821 @cindex path for libraries
2822 @cindex search path, libraries
2823 @item SEARCH_DIR ( @var{path} )
2824 Add @var{path} to the list of paths where @code{ld} looks for
2825 archive libraries. @code{SEARCH_DIR(@var{path})} has the same
2826 effect as @samp{-L@var{path}} on the command line.
2827
2828 @kindex STARTUP ( @var{filename} )
2829 @cindex first input file
2830 @item STARTUP ( @var{filename} )
2831 Ensure that @var{filename} is the first input file used in the link
2832 process.
2833
2834 @ifclear SingleFormat
2835 @cindex input file format
2836 @kindex TARGET ( @var{format} )
2837 @item TARGET ( @var{format} )
2838 When @code{ld} is configured to support multiple object code formats,
2839 you can use this command to change the input-file object code format
2840 (like the command-line option @samp{-b} or its synonym @samp{-format}).
2841 The argument @var{format} is one of the strings used by BFD to name
2842 binary formats. If @code{TARGET} is specified but @code{OUTPUT_FORMAT}
2843 is not, the last @code{TARGET} argument is also used as the default
2844 format for the @code{ld} output file. @xref{BFD}.
2845
2846 @kindex GNUTARGET
2847 If you don't use the @code{TARGET} command, @code{ld} uses the value of
2848 the environment variable @code{GNUTARGET}, if available, to select the
2849 output file format. If that variable is also absent, @code{ld} uses
2850 the default format configured for your machine in the BFD libraries.
2851 @end ifclear
2852
2853 @cindex cross references
2854 @kindex NOCROSSREFS ( @var{sections} )
2855 @item NOCROSSREFS ( @var{section} @var{section} @dots{} )
2856 This command may be used to tell @code{ld} to issue an error about any
2857 references among certain sections.
2858
2859 In certain types of programs, particularly on embedded systems, when one
2860 section is loaded into memory, another section will not be. Any direct
2861 references between the two sections would be errors. For example, it
2862 would be an error if code in one section called a function defined in
2863 the other section.
2864
2865 The @code{NOCROSSREFS} command takes a list of section names. If
2866 @code{ld} detects any cross references between the sections, it reports
2867 an error and returns a non-zero exit status. The @code{NOCROSSREFS}
2868 command uses output section names, defined in the @code{SECTIONS}
2869 command. It does not use the names of input sections.
2870 @end table
2871
2872 @ifset GENERIC
2873 @node Machine Dependent
2874 @chapter Machine Dependent Features
2875
2876 @cindex machine dependencies
2877 @code{ld} has additional features on some platforms; the following
2878 sections describe them. Machines where @code{ld} has no additional
2879 functionality are not listed.
2880
2881 @menu
2882 * H8/300:: @code{ld} and the H8/300
2883 * i960:: @code{ld} and the Intel 960 family
2884 @end menu
2885 @end ifset
2886
2887 @c FIXME! This could use @raisesections/@lowersections, but there seems to be a conflict
2888 @c between those and node-defaulting.
2889 @ifset H8300
2890 @ifclear GENERIC
2891 @raisesections
2892 @end ifclear
2893 @node H8/300
2894 @section @code{ld} and the H8/300
2895
2896 @cindex H8/300 support
2897 For the H8/300, @code{ld} can perform these global optimizations when
2898 you specify the @samp{-relax} command-line option.
2899
2900 @table @emph
2901 @cindex relaxing on H8/300
2902 @item relaxing address modes
2903 @code{ld} finds all @code{jsr} and @code{jmp} instructions whose
2904 targets are within eight bits, and turns them into eight-bit
2905 program-counter relative @code{bsr} and @code{bra} instructions,
2906 respectively.
2907
2908 @cindex synthesizing on H8/300
2909 @item synthesizing instructions
2910 @c FIXME: specifically mov.b, or any mov instructions really?
2911 @code{ld} finds all @code{mov.b} instructions which use the
2912 sixteen-bit absolute address form, but refer to the top
2913 page of memory, and changes them to use the eight-bit address form.
2914 (That is: the linker turns @samp{mov.b @code{@@}@var{aa}:16} into
2915 @samp{mov.b @code{@@}@var{aa}:8} whenever the address @var{aa} is in the
2916 top page of memory).
2917 @end table
2918 @ifclear GENERIC
2919 @lowersections
2920 @end ifclear
2921 @end ifset
2922
2923 @ifclear GENERIC
2924 @ifset Hitachi
2925 @c This stuff is pointless to say unless you're especially concerned
2926 @c with Hitachi chips; don't enable it for generic case, please.
2927 @node Hitachi
2928 @chapter @code{ld} and other Hitachi chips
2929
2930 @code{ld} also supports the H8/300H, the H8/500, and the Hitachi SH. No
2931 special features, commands, or command-line options are required for
2932 these chips.
2933 @end ifset
2934 @end ifclear
2935
2936 @ifset I960
2937 @ifclear GENERIC
2938 @raisesections
2939 @end ifclear
2940 @node i960
2941 @section @code{ld} and the Intel 960 family
2942
2943 @cindex i960 support
2944
2945 You can use the @samp{-A@var{architecture}} command line option to
2946 specify one of the two-letter names identifying members of the 960
2947 family; the option specifies the desired output target, and warns of any
2948 incompatible instructions in the input files. It also modifies the
2949 linker's search strategy for archive libraries, to support the use of
2950 libraries specific to each particular architecture, by including in the
2951 search loop names suffixed with the string identifying the architecture.
2952
2953 For example, if your @code{ld} command line included @w{@samp{-ACA}} as
2954 well as @w{@samp{-ltry}}, the linker would look (in its built-in search
2955 paths, and in any paths you specify with @samp{-L}) for a library with
2956 the names
2957
2958 @smallexample
2959 @group
2960 try
2961 libtry.a
2962 tryca
2963 libtryca.a
2964 @end group
2965 @end smallexample
2966
2967 @noindent
2968 The first two possibilities would be considered in any event; the last
2969 two are due to the use of @w{@samp{-ACA}}.
2970
2971 You can meaningfully use @samp{-A} more than once on a command line, since
2972 the 960 architecture family allows combination of target architectures; each
2973 use will add another pair of name variants to search for when @w{@samp{-l}}
2974 specifies a library.
2975
2976 @cindex @code{-relax} on i960
2977 @cindex relaxing on i960
2978 @code{ld} supports the @samp{-relax} option for the i960 family. If you
2979 specify @samp{-relax}, @code{ld} finds all @code{balx} and @code{calx}
2980 instructions whose targets are within 24 bits, and turns them into
2981 24-bit program-counter relative @code{bal} and @code{cal}
2982 instructions, respectively. @code{ld} also turns @code{cal}
2983 instructions into @code{bal} instructions when it determines that the
2984 target subroutine is a leaf routine (that is, the target subroutine does
2985 not itself call any subroutines).
2986
2987 @ifclear GENERIC
2988 @lowersections
2989 @end ifclear
2990 @end ifset
2991
2992 @ifclear SingleFormat
2993 @node BFD
2994 @chapter BFD
2995
2996 @cindex back end
2997 @cindex object file management
2998 @cindex object formats available
2999 @kindex objdump -i
3000 The linker accesses object and archive files using the BFD libraries.
3001 These libraries allow the linker to use the same routines to operate on
3002 object files whatever the object file format. A different object file
3003 format can be supported simply by creating a new BFD back end and adding
3004 it to the library. To conserve runtime memory, however, the linker and
3005 associated tools are usually configured to support only a subset of the
3006 object file formats available. You can use @code{objdump -i}
3007 (@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}) to
3008 list all the formats available for your configuration.
3009
3010 @cindex BFD requirements
3011 @cindex requirements for BFD
3012 As with most implementations, BFD is a compromise between
3013 several conflicting requirements. The major factor influencing
3014 BFD design was efficiency: any time used converting between
3015 formats is time which would not have been spent had BFD not
3016 been involved. This is partly offset by abstraction payback; since
3017 BFD simplifies applications and back ends, more time and care
3018 may be spent optimizing algorithms for a greater speed.
3019
3020 One minor artifact of the BFD solution which you should bear in
3021 mind is the potential for information loss. There are two places where
3022 useful information can be lost using the BFD mechanism: during
3023 conversion and during output. @xref{BFD information loss}.
3024
3025 @menu
3026 * BFD outline:: How it works: an outline of BFD
3027 @end menu
3028
3029 @node BFD outline
3030 @section How it works: an outline of BFD
3031 @cindex opening object files
3032 @include bfdsumm.texi
3033 @end ifclear
3034
3035 @node MRI
3036 @appendix MRI Compatible Script Files
3037 @cindex MRI compatibility
3038 To aid users making the transition to @sc{gnu} @code{ld} from the MRI
3039 linker, @code{ld} can use MRI compatible linker scripts as an
3040 alternative to the more general-purpose linker scripting language
3041 described in @ref{Commands,,Command Language}. MRI compatible linker
3042 scripts have a much simpler command set than the scripting language
3043 otherwise used with @code{ld}. @sc{gnu} @code{ld} supports the most
3044 commonly used MRI linker commands; these commands are described here.
3045
3046 In general, MRI scripts aren't of much use with the @code{a.out} object
3047 file format, since it only has three sections and MRI scripts lack some
3048 features to make use of them.
3049
3050 You can specify a file containing an MRI-compatible script using the
3051 @samp{-c} command-line option.
3052
3053 Each command in an MRI-compatible script occupies its own line; each
3054 command line starts with the keyword that identifies the command (though
3055 blank lines are also allowed for punctuation). If a line of an
3056 MRI-compatible script begins with an unrecognized keyword, @code{ld}
3057 issues a warning message, but continues processing the script.
3058
3059 Lines beginning with @samp{*} are comments.
3060
3061 You can write these commands using all upper-case letters, or all
3062 lower case; for example, @samp{chip} is the same as @samp{CHIP}.
3063 The following list shows only the upper-case form of each command.
3064
3065 @table @code
3066 @cindex @code{ABSOLUTE} (MRI)
3067 @item ABSOLUTE @var{secname}
3068 @itemx ABSOLUTE @var{secname}, @var{secname}, @dots{} @var{secname}
3069 Normally, @code{ld} includes in the output file all sections from all
3070 the input files. However, in an MRI-compatible script, you can use the
3071 @code{ABSOLUTE} command to restrict the sections that will be present in
3072 your output program. If the @code{ABSOLUTE} command is used at all in a
3073 script, then only the sections named explicitly in @code{ABSOLUTE}
3074 commands will appear in the linker output. You can still use other
3075 input sections (whatever you select on the command line, or using
3076 @code{LOAD}) to resolve addresses in the output file.
3077
3078 @cindex @code{ALIAS} (MRI)
3079 @item ALIAS @var{out-secname}, @var{in-secname}
3080 Use this command to place the data from input section @var{in-secname}
3081 in a section called @var{out-secname} in the linker output file.
3082
3083 @var{in-secname} may be an integer.
3084
3085 @cindex @code{ALIGN} (MRI)
3086 @item ALIGN @var{secname} = @var{expression}
3087 Align the section called @var{secname} to @var{expression}. The
3088 @var{expression} should be a power of two.
3089
3090 @cindex @code{BASE} (MRI)
3091 @item BASE @var{expression}
3092 Use the value of @var{expression} as the lowest address (other than
3093 absolute addresses) in the output file.
3094
3095 @cindex @code{CHIP} (MRI)
3096 @item CHIP @var{expression}
3097 @itemx CHIP @var{expression}, @var{expression}
3098 This command does nothing; it is accepted only for compatibility.
3099
3100 @cindex @code{END} (MRI)
3101 @item END
3102 This command does nothing whatever; it's only accepted for compatibility.
3103
3104 @cindex @code{FORMAT} (MRI)
3105 @item FORMAT @var{output-format}
3106 Similar to the @code{OUTPUT_FORMAT} command in the more general linker
3107 language, but restricted to one of these output formats:
3108
3109 @enumerate
3110 @item
3111 S-records, if @var{output-format} is @samp{S}
3112
3113 @item
3114 IEEE, if @var{output-format} is @samp{IEEE}
3115
3116 @item
3117 COFF (the @samp{coff-m68k} variant in BFD), if @var{output-format} is
3118 @samp{COFF}
3119 @end enumerate
3120
3121 @cindex @code{LIST} (MRI)
3122 @item LIST @var{anything}@dots{}
3123 Print (to the standard output file) a link map, as produced by the
3124 @code{ld} command-line option @samp{-M}.
3125
3126 The keyword @code{LIST} may be followed by anything on the
3127 same line, with no change in its effect.
3128
3129 @cindex @code{LOAD} (MRI)
3130 @item LOAD @var{filename}
3131 @itemx LOAD @var{filename}, @var{filename}, @dots{} @var{filename}
3132 Include one or more object file @var{filename} in the link; this has the
3133 same effect as specifying @var{filename} directly on the @code{ld}
3134 command line.
3135
3136 @cindex @code{NAME} (MRI)
3137 @item NAME @var{output-name}
3138 @var{output-name} is the name for the program produced by @code{ld}; the
3139 MRI-compatible command @code{NAME} is equivalent to the command-line
3140 option @samp{-o} or the general script language command @code{OUTPUT}.
3141
3142 @cindex @code{ORDER} (MRI)
3143 @item ORDER @var{secname}, @var{secname}, @dots{} @var{secname}
3144 @itemx ORDER @var{secname} @var{secname} @var{secname}
3145 Normally, @code{ld} orders the sections in its output file in the
3146 order in which they first appear in the input files. In an MRI-compatible
3147 script, you can override this ordering with the @code{ORDER} command. The
3148 sections you list with @code{ORDER} will appear first in your output
3149 file, in the order specified.
3150
3151 @cindex @code{PUBLIC} (MRI)
3152 @item PUBLIC @var{name}=@var{expression}
3153 @itemx PUBLIC @var{name},@var{expression}
3154 @itemx PUBLIC @var{name} @var{expression}
3155 Supply a value (@var{expression}) for external symbol
3156 @var{name} used in the linker input files.
3157
3158 @cindex @code{SECT} (MRI)
3159 @item SECT @var{secname}, @var{expression}
3160 @itemx SECT @var{secname}=@var{expression}
3161 @itemx SECT @var{secname} @var{expression}
3162 You can use any of these three forms of the @code{SECT} command to
3163 specify the start address (@var{expression}) for section @var{secname}.
3164 If you have more than one @code{SECT} statement for the same
3165 @var{secname}, only the @emph{first} sets the start address.
3166 @end table
3167
3168
3169 @node Index
3170 @unnumbered Index
3171
3172 @printindex cp
3173
3174 @tex
3175 % I think something like @colophon should be in texinfo. In the
3176 % meantime:
3177 \long\def\colophon{\hbox to0pt{}\vfill
3178 \centerline{The body of this manual is set in}
3179 \centerline{\fontname\tenrm,}
3180 \centerline{with headings in {\bf\fontname\tenbf}}
3181 \centerline{and examples in {\tt\fontname\tentt}.}
3182 \centerline{{\it\fontname\tenit\/} and}
3183 \centerline{{\sl\fontname\tensl\/}}
3184 \centerline{are used for emphasis.}\vfill}
3185 \page\colophon
3186 % Blame: doc@cygnus.com, 28mar91.
3187 @end tex
3188
3189
3190 @contents
3191 @bye
3192
3193