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