* ld.texinfo: Clarify what -T option does.
[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 @c @cropmarks
9
10 @ifinfo
11 @format
12 START-INFO-DIR-ENTRY
13 * Ld:: The GNU linker.
14 END-INFO-DIR-ENTRY
15 @end format
16 @end ifinfo
17
18 @ifinfo
19 This file documents the GNU linker LD.
20
21 Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
22
23 Permission is granted to make and distribute verbatim copies of
24 this manual provided the copyright notice and this permission notice
25 are preserved on all copies.
26
27 Permission is granted to copy and distribute modified versions of this
28 manual under the conditions for verbatim copying, provided also that
29 the entire resulting derived work is distributed under the terms of a
30 permission notice identical to this one.
31
32 Permission is granted to copy and distribute translations of this manual
33 into another language, under the above conditions for modified versions.
34
35 @ignore
36 Permission is granted to process this file through Tex and print the
37 results, provided the printed document carries copying permission
38 notice identical to this one except for the removal of this paragraph
39 (this paragraph not being relevant to the printed manual).
40
41 @end ignore
42 @end ifinfo
43 @iftex
44 @finalout
45 @setchapternewpage odd
46 @settitle Using LD, the GNU linker
47 @titlepage
48 @title Using ld
49 @subtitle The GNU linker
50 @sp 1
51 @subtitle @code{ld} version 2
52 @subtitle March 1993
53 @author Steve Chamberlain and Roland Pesch
54 @author Cygnus Support
55 @page
56
57 @tex
58 {\parskip=0pt
59 \hfill Cygnus Support\par
60 \hfill steve\@cygnus.com, pesch\@cygnus.com\par
61 \hfill {\it Using LD, the GNU linker}\par
62 \hfill Edited by Jeffrey Osier (jeffrey\@cygnus.com), March 1993.\par
63 }
64 \global\parindent=0pt % Steve likes it this way.
65 @end tex
66
67 @vskip 0pt plus 1filll
68 Copyright @copyright{} 1991, 1992, 1993 Free Software Foundation, Inc.
69
70 Permission is granted to make and distribute verbatim copies of
71 this manual provided the copyright notice and this permission notice
72 are preserved on all copies.
73
74 Permission is granted to copy and distribute modified versions of this
75 manual under the conditions for verbatim copying, provided also that
76 the entire resulting derived work is distributed under the terms of a
77 permission notice identical to this one.
78
79 Permission is granted to copy and distribute translations of this manual
80 into another language, under the above conditions for modified versions.
81 @end titlepage
82 @end iftex
83 @c FIXME: Talk about importance of *order* of args, cmds to linker!
84
85 @ifinfo
86 @node Top
87 @top Using ld
88 This file documents the GNU linker ld.
89
90 @menu
91 * Overview:: Overview
92 * Invocation:: Invocation
93 * Commands:: Command Language
94 @ifset GENERIC
95 * Machine Dependent:: Machine Dependent Features
96 @end ifset
97 @ifclear GENERIC
98 @ifset H8300
99 * H8/300:: ld and the H8/300
100 @end ifset
101 @ifset I960
102 * i960:: ld and the Intel 960 family
103 @end ifset
104 @end ifclear
105 @ifclear SingleFormat
106 * BFD:: BFD
107 @end ifclear
108 @c Following blank line required for remaining bug in makeinfo conds/menus
109
110 * MRI:: MRI Compatible Script Files
111 * Index:: Index
112 @end menu
113 @end ifinfo
114
115 @node Overview
116 @chapter Overview
117
118 @cindex GNU linker
119 @cindex what is this?
120 @code{ld} combines a number of object and archive files, relocates
121 their data and ties up symbol references. Usually the last step in
122 compiling a program is to run @code{ld}.
123
124 @code{ld} accepts Linker Command Language files written in
125 a superset of AT&T's Link Editor Command Language syntax,
126 to provide explicit and total control over the linking process.
127
128 @ifclear SingleFormat
129 This version of @code{ld} uses the general purpose BFD libraries
130 to operate on object files. This allows @code{ld} to read, combine, and
131 write object files in many different formats---for example, COFF or
132 @code{a.out}. Different formats may be linked together to produce any
133 available kind of object file. @xref{BFD} for a list of formats
134 supported on various architectures.
135 @end ifclear
136
137 Aside from its flexibility, the GNU linker is more helpful than other
138 linkers in providing diagnostic information. Many linkers abandon
139 execution immediately upon encountering an error; whenever possible,
140 @code{ld} continues executing, allowing you to identify other errors
141 (or, in some cases, to get an output file in spite of the error).
142
143 @node Invocation
144 @chapter Invocation
145
146 The GNU linker @code{ld} is meant to cover a broad range of situations,
147 and to be as compatible as possible with other linkers. As a result,
148 you have many choices to control its behavior.
149
150 @ifset UsesEnvVars
151 @menu
152 * Options:: Command Line Options
153 * Environment:: Environment Variables
154 @end menu
155
156 @node Options
157 @section Command Line Options
158 @end ifset
159
160 @cindex command line
161 @cindex options
162 Here is a summary of the options you can use on the @code{ld} command
163 line:
164
165 @c FIXME! -relax only avail h8/300, i960. Conditionals screwed in examples.
166 @smallexample
167 ld [ -o @var{output} ] @var{objfile}@dots{}
168 [ -A@var{architecture} ] [ -b @var{input-format} ] [ -Bstatic ]
169 [ -c @var{MRI-commandfile} ] [ -d | -dc | -dp ]
170 [ -defsym @var{symbol}=@var{expression} ]
171 [ -e @var{entry} ] [ -F ] [ -F @var{format} ]
172 [ -format @var{input-format} ] [ -g ] [ -G @var{size} ] [ --help ] [ -i ]
173 [ -l@var{archive} ] [ -L@var{searchdir} ] [ -M ] [ -Map @var{mapfile} ]
174 [ -m @var{emulation} ] [ -N | -n ] [ -noinhibit-exec ]
175 [ -oformat @var{output-format} ] [ -R @var{filename} ] [ -relax ]
176 [ -r | -Ur ] [ -S ] [ -s ] [ -sort-common ] [ -T @var{commandfile} ]
177 [ -Ttext @var{org} ] [ -Tdata @var{org} ]
178 [ -Tbss @var{org} ] [ -t ] [ -u @var{symbol}] [-V] [-v] [ --version ]
179 [ -warn-common ] [ -y@var{symbol} ] [ -X ] [-x ]
180 @end smallexample
181
182 This plethora of command-line options may seem intimidating, but in
183 actual practice few of them are used in any particular context.
184 @cindex standard Unix system
185 For instance, a frequent use of @code{ld} is to link standard Unix
186 object files on a standard, supported Unix system. On such a system, to
187 link a file @code{hello.o}:
188
189 @example
190 ld -o @var{output} /lib/crt0.o hello.o -lc
191 @end example
192
193 This tells @code{ld} to produce a file called @var{output} as the
194 result of linking the file @code{/lib/crt0.o} with @code{hello.o} and
195 the library @code{libc.a}, which will come from the standard search
196 directories. (See the discussion of the @samp{-l} option below.)
197
198 The command-line options to @code{ld} may be specified in any order, and
199 may be repeated at will. Repeating most options with a
200 different argument will either have no further effect, or override prior
201 occurrences (those further to the left on the command line) of that
202 option.
203
204 @ifclear SingleFormat
205 The exceptions---which may meaningfully be used more than once---are
206 @samp{-A}, @samp{-b} (or its synonym @samp{-format}), @samp{-defsym},
207 @samp{-L}, @samp{-l}, @samp{-R}, and @samp{-u}.
208 @end ifclear
209 @ifset SingleFormat
210 The exceptions---which may meaningfully be used more than once---are
211 @samp{-A}, @samp{-defsym}, @samp{-L}, @samp{-l}, @samp{-R}, and @samp{-u}.
212 @end ifset
213
214 @cindex object files
215 The list of object files to be linked together, shown as @var{objfile}@dots{},
216 may follow, precede, or be mixed in with command-line options, except that
217 an @var{objfile} argument may not be placed between an option and
218 its argument.
219
220 Usually the linker is invoked with at least one object file, but you can
221 specify other forms of binary input files using @samp{-l}, @samp{-R},
222 and the script command language. If @emph{no} binary input files at all
223 are specified, the linker does not produce any output, and issues the
224 message @samp{No input files}.
225
226 Option arguments must either follow the option letter without intervening
227 whitespace, or be given as separate arguments immediately following the
228 option that requires them.
229
230 @table @code
231 @ifset I960
232 @cindex architectures
233 @kindex -A@var{arch}
234 @item -A@var{architecture}
235 In the current release of @code{ld}, this option is useful only for the
236 Intel 960 family of architectures. In that @code{ld} configuration, the
237 @var{architecture} argument identifies the particular architecture in
238 the 960 family, enabling some safeguards and modifying the
239 archive-library search path. @xref{i960,,@code{ld} and the Intel 960
240 family}, for details.
241
242 Future releases of @code{ld} may support similar functionality for
243 other architecture families.
244 @end ifset
245
246 @ifclear SingleFormat
247 @cindex binary input format
248 @kindex -b @var{format}
249 @cindex input format
250 @item -b @var{input-format}
251 @cindex input format
252 Specify the binary format for input object files that follow this option
253 on the command line. You don't usually need to specify this, as
254 @code{ld} is configured to expect as a default input format the most
255 usual format on each machine. @var{input-format} is a text string, the
256 name of a particular format supported by the BFD libraries.
257 (You can list the available binary formats with @samp{objdump -i}.)
258 @w{@samp{-format @var{input-format}}} has the same effect, as does the
259 script command @code{TARGET}. @xref{BFD}.
260
261 You may want to use this option if you are linking files with an unusual
262 binary format. You can also use @samp{-b} to switch formats explicitly (when
263 linking object files of different formats), by including
264 @samp{-b @var{input-format}} before each group of object files in a
265 particular format.
266
267 The default format is taken from the environment variable
268 @code{GNUTARGET}.
269 @ifset UsesEnvVars
270 @xref{Environment}.
271 @end ifset
272 You can also define the input
273 format from a script, using the command @code{TARGET}; see @ref{Option
274 Commands}.
275 @end ifclear
276
277 @kindex -Bstatic
278 @item -Bstatic
279 Ignored. This option is accepted for command-line compatibility with
280 the SunOS linker.
281
282 @kindex -c @var{MRI-cmdfile}
283 @cindex compatibility, MRI
284 @item -c @var{MRI-commandfile}
285 For compatibility with linkers produced by MRI, @code{ld} accepts script
286 files written in an alternate, restricted command language, described in
287 @ref{MRI,,MRI Compatible Script Files}. Introduce MRI script files with
288 the option @samp{-c}; use the @samp{-T} option to run linker
289 scripts written in the general-purpose @code{ld} scripting language.
290 If @var{MRI-cmdfile} does not exist, @code{ld} looks for it in the directories
291 specified by any @samp{-L} options.
292
293 @cindex common allocation
294 @kindex -d
295 @item -d
296 @kindex -dc
297 @itemx -dc
298 @kindex -dp
299 @itemx -dp
300 These three options are equivalent; multiple forms are supported for
301 compatibility with other linkers. They
302 assign space to common symbols even if a relocatable output file is
303 specified (with @samp{-r}). The script command
304 @code{FORCE_COMMON_ALLOCATION} has the same effect. @xref{Option
305 Commands}.
306
307 @cindex symbols, from command line
308 @kindex -defsym @var{symbol}=@var{exp}
309 @item -defsym @var{symbol}=@var{expression}
310 Create a global symbol in the output file, containing the absolute
311 address given by @var{expression}. You may use this option as many
312 times as necessary to define multiple symbols in the command line. A
313 limited form of arithmetic is supported for the @var{expression} in this
314 context: you may give a hexadecimal constant or the name of an existing
315 symbol, or use @code{+} and @code{-} to add or subtract hexadecimal
316 constants or symbols. If you need more elaborate expressions, consider
317 using the linker command language from a script (@pxref{Assignment, ,
318 Assignment: Symbol Definitions}). @emph{Note:} there should be no
319 white space between @var{symbol}, the equals sign (``@key{=}''), and
320 @var{expression}.
321
322 @cindex entry point, from command line
323 @kindex -e @var{entry}
324 @item -e @var{entry}
325 Use @var{entry} as the explicit symbol for beginning execution of your
326 program, rather than the default entry point. @xref{Entry Point}, for a
327 discussion of defaults and other ways of specifying the
328 entry point.
329
330 @ifclear SingleFormat
331 @kindex -F
332 @item -F
333 @itemx -F@var{format}
334 Ignored. Some older linkers used this option throughout a compilation
335 toolchain for specifying object-file format for both input and output
336 object files. The mechanisms @code{ld} uses for this purpose (the
337 @samp{-b} or @samp{-format} options for input files, @samp{-oformat}
338 option or the @code{TARGET} command in linker scripts for output files,
339 the @code{GNUTARGET} environment variable) are more flexible, but
340 @code{ld} accepts the @samp{-F} option for compatibility with scripts
341 written to call the old linker.
342
343 @kindex -format
344 @item -format @var{input-format}
345 Synonym for @samp{-b @var{input-format}}.
346 @end ifclear
347
348 @kindex -g
349 @item -g
350 Ignored. Provided for compatibility with other tools.
351
352 @kindex -G
353 @cindex object size
354 @item -G@var{value}
355 @itemx -G @var{value}
356 Set the maximum size of objects to be optimized using the GP register to
357 @var{size} under MIPS ECOFF. Ignored for other object file formats.
358
359 @item --help
360 @kindex --help
361 @cindex help
362 @cindex usage
363 Print a summary of the command-line options on the standard output and exit.
364 This option and @samp{--version} begin with two dashes instead of one
365 for compatibility with other GNU programs. The other options start with
366 only one dash for compatibility with other linkers.
367
368 @kindex -i
369 @cindex incremental link
370 @item -i
371 Perform an incremental link (same as option @samp{-r}).
372
373 @cindex archive files, from cmd line
374 @kindex -l@var{archive}
375 @item -l@var{ar}
376 Add archive file @var{archive} to the list of files to link. This
377 option may be used any number of times. @code{ld} will search its
378 path-list for occurrences of @code{lib@var{ar}.a} for every @var{archive}
379 specified.
380
381 @cindex search directory, from cmd line
382 @kindex -L@var{dir}
383 @item -L@var{searchdir}
384 @itemx -L @var{searchdir}
385 Add path @var{searchdir} to the list of paths that @code{ld} will search
386 for archive libraries and @code{ld} control scripts. You may use this
387 option any number of times.
388
389 @ifset UsesEnvVars
390 The default set of paths searched (without being specified with
391 @samp{-L}) depends on which emulation mode @code{ld} is using, and in
392 some cases also on how it was configured. @xref{Environment}.
393 @end ifset
394
395 The paths can also be specified in a link script with the
396 @code{SEARCH_DIR} command.
397
398 @cindex link map
399 @kindex -M
400 @item -M
401 Print (to the standard output) a link map---diagnostic information
402 about where symbols are mapped by @code{ld}, and information on global
403 common storage allocation.
404
405 @cindex link map
406 @kindex -Map
407 @item -Map @var{mapfile}
408 Print to the file @var{mapfile} a link map---diagnostic information
409 about where symbols are mapped by @code{ld}, and information on global
410 common storage allocation.
411
412 @cindex emulation
413 @kindex -m @var{emulation}
414 @item -m@var{emulation}
415 @itemx -m @var{emulation}
416 Emulate the @var{emulation} linker. You can list the available
417 emulations with the @samp{-V} option. The
418 default is the system for which you configured @code{ld}.
419
420 @kindex -N
421 @cindex read/write from cmd line
422 @kindex OMAGIC
423 @item -N
424 Set the text and data sections to be readable and writable. Also, do
425 not page-align the data segment. If the output format supports Unix
426 style magic numbers, mark the output as @code{OMAGIC}.
427
428 @item -n
429 @kindex -n
430 @cindex read-only text
431 @kindex NMAGIC
432 Set the text segment to be read only, and mark the output as
433 @code{NMAGIC} if possible.
434
435 @item -noinhibit-exec
436 @cindex output file after errors
437 @kindex -noinhibit-exec
438 Retain the executable output file whenever it is still usable.
439 Normally, the linker will not produce an output file if it encounters
440 errors during the link process; it exits without writing an output file
441 when it issues any error whatsoever.
442
443 @item -o @var{output}
444 @kindex -o @var{output}
445 @cindex naming the output file
446 Use @var{output} as the name for the program produced by @code{ld}; if this
447 option is not specified, the name @file{a.out} is used by default. The
448 script command @code{OUTPUT} can also specify the output file name.
449
450 @ifclear SingleFormat
451 @kindex -oformat
452 @item -oformat @var{output-format}
453 Specify the binary format for the output object file. You don't usually
454 need to specify this, as @code{ld} is configured to produce as a default
455 output format the most usual format on each machine.
456 @var{output-format} is a text string, the name of a particular format
457 supported by the BFD libraries. (You can list the available binary
458 formats with @samp{objdump -i}.) The script command
459 @code{OUTPUT_FORMAT} can also specify the output format, but this option
460 overrides it. @xref{BFD}.
461 @end ifclear
462
463 @item -R @var{filename}
464 @kindex -R @var{file}
465 @cindex symbol-only input
466 Read symbol names and their addresses from @var{filename}, but do not
467 relocate it or include it in the output. This allows your output file
468 to refer symbolically to absolute locations of memory defined in other
469 programs.
470
471 @item -relax
472 @kindex -relax
473 @cindex synthesizing linker
474 @cindex relaxing addressing modes
475 An option with machine dependent effects. Currently this option is only
476 supported on the H8/300.
477 @ifset H8300
478 @xref{H8/300,,@code{ld} and the H8/300}.
479 @end ifset
480
481 On some platforms, use option performs global optimizations that
482 become possible when the linker resolves addressing in the program, such
483 as relaxing address modes and synthesizing new instructions in the
484 output object file.
485
486 On platforms where this is not supported, @samp{-relax} is accepted, but
487 ignored.
488
489 @item -r
490 @cindex partial link
491 @cindex relocatable output
492 @kindex -r
493 Generate relocatable output---i.e., generate an output file that can in
494 turn serve as input to @code{ld}. This is often called @dfn{partial
495 linking}. As a side effect, in environments that support standard Unix
496 magic numbers, this option also sets the output file's magic number to
497 @code{OMAGIC}.
498 @c ; see @code{-N}.
499 If this option is not specified, an absolute file is produced. When
500 linking C++ programs, this option @emph{will not} resolve references to
501 constructors; to do that, use @samp{-Ur}.
502
503 This option does the same thing as @samp{-i}.
504
505 @item -S
506 @kindex -S
507 @cindex strip debugger symbols
508 Omit debugger symbol information (but not all symbols) from the output file.
509
510 @item -s
511 @kindex -s
512 @cindex strip all symbols
513 Omit all symbol information from the output file.
514
515 @item -sort-common
516 Normally, when @code{ld} places the global common symbols in the
517 appropriate output sections, it sorts them by size. First come all the
518 one byte symbols, then all the two bytes, then all the four bytes, and
519 then everything else. This is to prevent gaps between symbols due to
520 alignment constraints. This option disables that sorting.
521
522 @item -Tbss @var{org}
523 @kindex -Tbss @var{org}
524 @itemx -Tdata @var{org}
525 @kindex -Tdata @var{org}
526 @itemx -Ttext @var{org}
527 @kindex -Ttext @var{org}
528 @cindex segment origins, cmd line
529 Use @var{org} as the starting address for---respectively---the
530 @code{bss}, @code{data}, or the @code{text} segment of the output file.
531 @var{org} must be a single hexadecimal integer;
532 for compatibility with other linkers, you may omit the leading
533 @samp{0x} usually associated with hexadecimal values.
534
535 @item -T @var{commandfile}
536 @itemx -T@var{commandfile}
537 @kindex -T @var{script}
538 @cindex script files
539 Read link commands from the file @var{commandfile}. These commands
540 replace @code{ld}'s default link script (rather than adding
541 to it), so @var{commandfile} must specify everything necessary to describe
542 the target format. @xref{Commands}. If @var{commandfile} does not
543 exist, @code{ld} looks for it in the directories specified by any
544 preceding @samp{-L} options. Multiple @samp{-T} options accumulate.
545
546 @item -t
547 @kindex -t
548 @cindex verbose
549 @cindex input files, displaying
550 Print the names of the input files as @code{ld} processes them.
551
552 @item -u @var{symbol}
553 @kindex -u @var{symbol}
554 @cindex undefined symbol
555 Force @var{symbol} to be entered in the output file as an undefined symbol.
556 Doing this may, for example, trigger linking of additional modules from
557 standard libraries. @samp{-u} may be repeated with different option
558 arguments to enter additional undefined symbols.
559 @c Nice idea, but no such command: This option is equivalent
560 @c to the @code{EXTERN} linker command.
561
562 @item -Ur
563 @kindex -Ur
564 @cindex constructors
565 For anything other than C++ programs, this option is equivalent to
566 @samp{-r}: it generates relocatable output---i.e., an output file that can in
567 turn serve as input to @code{ld}. When linking C++ programs, @samp{-Ur}
568 @emph{will} resolve references to constructors, unlike @samp{-r}.
569 It does not work to use @samp{-Ur} on files that were themselves linked
570 with @samp{-Ur}; once the constructor table has been built, it can not
571 be added to. Use @samp{-Ur} only for the last partial link, and
572 @samp{-r} for the others.
573
574 @item -V
575 @kindex -V
576 @cindex version
577 Display the version number for @code{ld} and list the supported emulations.
578 Display which input files can and can not be opened.
579
580 @item -v
581 @kindex -v
582 @cindex version
583 Display the version number for @code{ld}.
584
585 @item --version
586 @kindex --version
587 Display the version number for @code{ld} and exit.
588
589 @item -warn-common
590 @kindex -warn-comon
591 @cindex warnings, on combining symbols
592 @cindex combining symbols, warnings on
593 Warn when a common symbol is combined with another common symbol or with
594 a symbol definition. Unix linkers allow this somewhat sloppy practice,
595 but linkers on some other operating systems do not. This option allows
596 you to find potential problems from combining global symbols.
597 Unfortunately, some C libraries use this practice, so you may get some
598 warnings about symbols in the libraries as well as in your programs.
599
600 There are three kinds of global symbols, illustrated here by C examples:
601
602 @table @samp
603 @item int i = 1;
604 A definition, which goes in the initialized data section of the output
605 file.
606
607 @item extern int i;
608 An undefined reference, which does not allocate space.
609 There must be either a definition or a common symbol for the
610 variable somewhere.
611
612 @item int i;
613 A common symbol. If there are only (one or more) common symbols for a
614 variable, it goes in the uninitialized data area of the output file.
615 The linker merges multiple common symbols for the same variable into a
616 single symbol. If they are of different sizes, it picks the largest
617 size. The linker turns a common symbol into a declaration, if there is
618 a definition of the same variable.
619 @end table
620
621 The @samp{-warn-common} option can produce five kinds of warnings. Each
622 warning consists of a pair of lines: the first describes the symbol just
623 encountered, and the second describes the previous symbol encountered
624 with the same name. One or both of the two symbols will be a common
625 symbol.
626
627 @enumerate
628 @item
629 Turning a common symbol into a reference, because there is already a
630 definition for the symbol.
631 @smallexample
632 @var{file}(@var{section}): warning: common of `@var{symbol}'
633 overridden by definition
634 @var{file}(@var{section}): warning: defined here
635 @end smallexample
636
637 @item
638 Turning a common symbol into a reference, because a later definition for
639 the symbol is encountered. This is the same as the previous case,
640 except that the symbols are encountered in a different order.
641 @smallexample
642 @var{file}(@var{section}): warning: definition of `@var{symbol}'
643 overriding common
644 @var{file}(@var{section}): warning: common is here
645 @end smallexample
646
647 @item
648 Merging a common symbol with a previous same-sized common symbol.
649 @smallexample
650 @var{file}(@var{section}): warning: multiple common
651 of `@var{symbol}'
652 @var{file}(@var{section}): warning: previous common is here
653 @end smallexample
654
655 @item
656 Merging a common symbol with a previous larger common symbol.
657 @smallexample
658 @var{file}(@var{section}): warning: common of `@var{symbol}'
659 overridden by larger common
660 @var{file}(@var{section}): warning: larger common is here
661 @end smallexample
662
663 @item
664 Merging a common symbol with a previous smaller common symbol. This is
665 the same as the previous case, except that the symbols are
666 encountered in a different order.
667 @smallexample
668 @var{file}(@var{section}): warning: common of `@var{symbol}'
669 overriding smaller common
670 @var{file}(@var{section}): warning: smaller common is here
671 @end smallexample
672 @end enumerate
673
674 @item -X
675 @kindex -X
676 @cindex local symbols, deleting
677 @cindex L, deleting symbols beginning
678 If @samp{-s} or @samp{-S} is also specified, delete only local symbols
679 beginning with @samp{L}.
680
681 @item -x
682 @kindex -x
683 @cindex deleting local symbols
684 If @samp{-s} or @samp{-S} is also specified, delete all local symbols,
685 not just those beginning with @samp{L}.
686
687 @item -y@var{symbol}
688 @kindex -y@var{symbol}
689 @cindex symbol tracing
690 Print the name of each linked file in which @var{symbol} appears. This
691 option may be given any number of times. On many systems it is necessary
692 to prepend an underscore.
693
694 This option is useful when you have an undefined symbol in your link but
695 don't know where the reference is coming from.
696 @end table
697
698 @ifset UsesEnvVars
699 @node Environment
700 @section Environment Variables
701
702 You can change the behavior of @code{ld} with the environment
703 variable @code{GNUTARGET}.
704
705 @kindex GNUTARGET
706 @cindex default input format
707 @code{GNUTARGET} determines the input-file object format if you don't
708 use @samp{-b} (or its synonym @samp{-format}). Its value should be one
709 of the BFD names for an input format (@pxref{BFD}). If there is no
710 @code{GNUTARGET} in the environment, @code{ld} uses the natural format
711 of the target. If @code{GNUTARGET} is set to @code{default} then BFD attempts to discover the
712 input format by examining binary input files; this method often
713 succeeds, but there are potential ambiguities, since there is no method
714 of ensuring that the magic number used to specify object-file formats is
715 unique. However, the configuration procedure for BFD on each system
716 places the conventional format for that system first in the search-list,
717 so ambiguities are resolved in favor of convention.
718 @end ifset
719
720 @node Commands
721 @chapter Command Language
722
723 @cindex command files
724 The command language provides explicit control over the link process,
725 allowing complete specification of the mapping between the linker's
726 input files and its output. It controls:
727 @itemize @bullet
728 @item
729 input files
730 @item
731 file formats
732 @item
733 output file layout
734 @item
735 addresses of sections
736 @item
737 placement of common blocks
738 @end itemize
739
740 You may supply a command file (also known as a link script) to the
741 linker either explicitly through the @samp{-T} option, or implicitly as
742 an ordinary file. If the linker opens a file which it cannot recognize
743 as a supported object or archive format, it reports an error.
744
745 @menu
746 * Scripts:: Linker Scripts
747 * Expressions:: Expressions
748 * MEMORY:: MEMORY Command
749 * SECTIONS:: SECTIONS Command
750 * Entry Point:: The Entry Point
751 * Option Commands:: Option Commands
752 @end menu
753
754 @node Scripts
755 @section Linker Scripts
756 The @code{ld} command language is a collection of statements; some are
757 simple keywords setting a particular option, some are used to select and
758 group input files or name output files; and two statement
759 types have a fundamental and pervasive impact on the linking process.
760
761 @cindex fundamental script commands
762 @cindex commands, fundamental
763 @cindex output file layout
764 @cindex layout of output file
765 The most fundamental command of the @code{ld} command language is the
766 @code{SECTIONS} command (@pxref{SECTIONS}). Every meaningful command
767 script must have a @code{SECTIONS} command: it specifies a
768 ``picture'' of the output file's layout, in varying degrees of detail.
769 No other command is required in all cases.
770
771 The @code{MEMORY} command complements @code{SECTIONS} by describing the
772 available memory in the target architecture. This command is optional;
773 if you don't use a @code{MEMORY} command, @code{ld} assumes sufficient
774 memory is available in a contiguous block for all output.
775 @xref{MEMORY}.
776
777 @cindex comments
778 You may include comments in linker scripts just as in C: delimited
779 by @samp{/*} and @samp{*/}. As in C, comments are syntactically
780 equivalent to whitespace.
781
782 @node Expressions
783 @section Expressions
784 @cindex expression syntax
785 @cindex arithmetic
786 Many useful commands involve arithmetic expressions. The syntax for
787 expressions in the command language is identical to that of C
788 expressions, with the following features:
789 @itemize @bullet
790 @item
791 All expressions evaluated as integers and
792 are of ``long'' or ``unsigned long'' type.
793 @item
794 All constants are integers.
795 @item
796 All of the C arithmetic operators are provided.
797 @item
798 You may reference, define, and create global variables.
799 @item
800 You may call special purpose built-in functions.
801 @end itemize
802
803 @menu
804 * Integers:: Integers
805 * Symbols:: Symbol Names
806 * Location Counter:: The Location Counter
807 * Operators:: Operators
808 * Evaluation:: Evaluation
809 * Assignment:: Assignment: Defining Symbols
810 * Arithmetic Functions:: Built-In Functions
811 @end menu
812
813 @node Integers
814 @subsection Integers
815 @cindex integer notation
816 @cindex octal integers
817 An octal integer is @samp{0} followed by zero or more of the octal
818 digits (@samp{01234567}).
819 @example
820 _as_octal = 0157255;
821 @end example
822
823 @cindex decimal integers
824 A decimal integer starts with a non-zero digit followed by zero or
825 more digits (@samp{0123456789}).
826 @example
827 _as_decimal = 57005;
828 @end example
829
830 @cindex hexadecimal integers
831 @kindex 0x
832 A hexadecimal integer is @samp{0x} or @samp{0X} followed by one or
833 more hexadecimal digits chosen from @samp{0123456789abcdefABCDEF}.
834 @example
835 _as_hex = 0xdead;
836 @end example
837
838 @cindex negative integers
839 To write a negative integer, use
840 the prefix operator @samp{-}; @pxref{Operators}.
841 @example
842 _as_neg = -57005;
843 @end example
844
845 @cindex scaled integers
846 @cindex K and M integer suffixes
847 @cindex M and K integer suffixes
848 @cindex suffixes for integers
849 @cindex integer suffixes
850 Additionally the suffixes @code{K} and @code{M} may be used to scale a
851 constant by
852 @c TEXI2ROFF-KILL
853 @ifinfo
854 @c END TEXI2ROFF-KILL
855 @code{1024} or @code{1024*1024}
856 @c TEXI2ROFF-KILL
857 @end ifinfo
858 @tex
859 ${\rm 1024}$ or ${\rm 1024}^2$
860 @end tex
861 @c END TEXI2ROFF-KILL
862 respectively. For example, the following all refer to the same quantity:
863
864 @example
865 _fourk_1 = 4K;
866 _fourk_2 = 4096;
867 _fourk_3 = 0x1000;
868 @end example
869
870 @node Symbols
871 @subsection Symbol Names
872 @cindex symbol names
873 @cindex names
874 @cindex quoted symbol names
875 @kindex "
876 Unless quoted, symbol names start with a letter, underscore, point or
877 hyphen and may include any letters, underscores, digits, points,
878 and minus signs. Unquoted symbol names must not conflict with any
879 keywords. You can specify a symbol which contains odd characters or has
880 the same name as a keyword, by surrounding the symbol name in double quotes:
881 @example
882 "SECTION" = 9;
883 "with a space" = "also with a space" + 10;
884 @end example
885
886 @node Location Counter
887 @subsection The Location Counter
888 @kindex .
889 @cindex dot
890 @cindex location counter
891 @cindex current output location
892 The special linker variable @dfn{dot} @samp{.} always contains the
893 current output location counter. Since the @code{.} always refers to
894 a location in an output section, it must always appear in an
895 expression within a @code{SECTIONS} command. The @code{.} symbol
896 may appear anywhere that an ordinary symbol is allowed in an
897 expression, but its assignments have a side effect. Assigning a value
898 to the @code{.} symbol will cause the location counter to be moved.
899 @cindex holes
900 This may be used to create holes in the output section. The location
901 counter may never be moved backwards.
902 @example
903 SECTIONS
904 @{
905 output :
906 @{
907 file1(.text)
908 . = . + 1000;
909 file2(.text)
910 . += 1000;
911 file3(.text)
912 @} = 0x1234;
913 @}
914 @end example
915 @noindent
916 In the previous example, @code{file1} is located at the beginning of the
917 output section, then there is a 1000 byte gap. Then @code{file2}
918 appears, also with a 1000 byte gap following before @code{file3} is
919 loaded. The notation @samp{= 0x1234} specifies what data to write in
920 the gaps (@pxref{Section Options}).
921
922 @node Operators
923 @subsection Operators
924 @cindex Operators for arithmetic
925 @cindex arithmetic operators
926 @cindex precedence in expressions
927 The linker recognizes the standard C set of arithmetic operators, with
928 the standard bindings and precedence levels:
929 @c TEXI2ROFF-KILL
930 @ifinfo
931 @c END TEXI2ROFF-KILL
932 @example
933 precedence associativity Operators Notes
934 (highest)
935 1 left ! - ~ (1)
936 2 left * / %
937 3 left + -
938 4 left >> <<
939 5 left == != > < <= >=
940 6 left &
941 7 left |
942 8 left &&
943 9 left ||
944 10 right ? :
945 11 right &= += -= *= /= (2)
946 (lowest)
947 @end example
948 Notes:
949 (1) Prefix operators
950 (2) @xref{Assignment}
951 @c TEXI2ROFF-KILL
952 @end ifinfo
953 @tex
954 \vskip \baselineskip
955 %"lispnarrowing" is the extra indent used generally for @example
956 \hskip\lispnarrowing\vbox{\offinterlineskip
957 \hrule
958 \halign
959 {\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ {\tt #}\ \hfil&\vrule#\cr
960 height2pt&\omit&&\omit&&\omit&\cr
961 &Precedence&& Associativity &&{\rm Operators}&\cr
962 height2pt&\omit&&\omit&&\omit&\cr
963 \noalign{\hrule}
964 height2pt&\omit&&\omit&&\omit&\cr
965 &highest&&&&&\cr
966 % '176 is tilde, '~' in tt font
967 &1&&left&&\qquad- \char'176\ !\qquad\dag&\cr
968 &2&&left&&* / \%&\cr
969 &3&&left&&+ -&\cr
970 &4&&left&&>> <<&\cr
971 &5&&left&&== != > < <= >=&\cr
972 &6&&left&&\&&\cr
973 &7&&left&&|&\cr
974 &8&&left&&{\&\&}&\cr
975 &9&&left&&||&\cr
976 &10&&right&&? :&\cr
977 &11&&right&&\qquad\&= += -= *= /=\qquad\ddag&\cr
978 &lowest&&&&&\cr
979 height2pt&\omit&&\omit&&\omit&\cr}
980 \hrule}
981 @end tex
982 @iftex
983 {
984 @obeylines@parskip=0pt@parindent=0pt
985 @dag@quad Prefix operators.
986 @ddag@quad @xref{Assignment}.
987 }
988 @end iftex
989 @c END TEXI2ROFF-KILL
990
991 @node Evaluation
992 @subsection Evaluation
993
994 @cindex lazy evaluation
995 @cindex expression evaluation order
996 The linker uses ``lazy evaluation'' for expressions; it only calculates
997 an expression when absolutely necessary. The linker needs the value of
998 the start address, and the lengths of memory regions, in order to do any
999 linking at all; these values are computed as soon as possible when the
1000 linker reads in the command file. However, other values (such as symbol
1001 values) are not known or needed until after storage allocation. Such
1002 values are evaluated later, when other information (such as the sizes of
1003 output sections) is available for use in the symbol assignment
1004 expression.
1005
1006 @node Assignment
1007 @subsection Assignment: Defining Symbols
1008 @cindex assignment in scripts
1009 @cindex symbol definition, scripts
1010 @cindex variables, defining
1011 You may create global symbols, and assign values (addresses) to global
1012 symbols, using any of the C assignment operators:
1013
1014 @table @code
1015 @item @var{symbol} = @var{expression} ;
1016 @itemx @var{symbol} &= @var{expression} ;
1017 @itemx @var{symbol} += @var{expression} ;
1018 @itemx @var{symbol} -= @var{expression} ;
1019 @itemx @var{symbol} *= @var{expression} ;
1020 @itemx @var{symbol} /= @var{expression} ;
1021 @end table
1022
1023 Two things distinguish assignment from other operators in @code{ld}
1024 expressions.
1025 @itemize @bullet
1026 @item
1027 Assignment may only be used at the root of an expression;
1028 @samp{a=b+3;} is allowed, but @samp{a+b=3;} is an error.
1029
1030 @kindex ;
1031 @cindex semicolon
1032 @item
1033 You must place a trailing semicolon (``@key{;}'') at the end of an
1034 assignment statement.
1035 @end itemize
1036
1037 Assignment statements may appear:
1038 @itemize @bullet
1039 @item
1040 as commands in their own right in an @code{ld} script; or
1041 @item
1042 as independent statements within a @code{SECTIONS} command; or
1043 @item
1044 as part of the contents of a section definition in a
1045 @code{SECTIONS} command.
1046 @end itemize
1047
1048 The first two cases are equivalent in effect---both define a symbol with
1049 an absolute address. The last case defines a symbol whose address is
1050 relative to a particular section (@pxref{SECTIONS}).
1051
1052 @cindex absolute and relocatable symbols
1053 @cindex relocatable and absolute symbols
1054 @cindex symbols, relocatable and absolute
1055 When a linker expression is evaluated and assigned to a variable, it is
1056 given either an absolute or a relocatable type. An absolute expression
1057 type is one in which the symbol contains the value that it will have in
1058 the output file; a relocatable expression type is one in which the
1059 value is expressed as a fixed offset from the base of a section.
1060
1061 The type of the expression is controlled by its position in the script
1062 file. A symbol assigned within a section definition is created relative
1063 to the base of the section; a symbol assigned in any other place is
1064 created as an absolute symbol. Since a symbol created within a
1065 section definition is relative to the base of the section, it
1066 will remain relocatable if relocatable output is requested. A symbol
1067 may be created with an absolute value even when assigned to within a
1068 section definition by using the absolute assignment function
1069 @code{ABSOLUTE}. For example, to create an absolute symbol whose address
1070 is the last byte of an output section named @code{.data}:
1071 @example
1072 SECTIONS@{ @dots{}
1073 .data :
1074 @{
1075 *(.data)
1076 _edata = ABSOLUTE(.) ;
1077 @}
1078 @dots{} @}
1079 @end example
1080
1081 The linker tries to put off the evaluation of an assignment until all
1082 the terms in the source expression are known (@pxref{Evaluation}). For
1083 instance, the sizes of sections cannot be known until after allocation,
1084 so assignments dependent upon these are not performed until after
1085 allocation. Some expressions, such as those depending upon the location
1086 counter @dfn{dot}, @samp{.} must be evaluated during allocation. If the
1087 result of an expression is required, but the value is not available,
1088 then an error results. For example, a script like the following
1089 @example
1090 SECTIONS @{ @dots{}
1091 text 9+this_isnt_constant :
1092 @{ @dots{}
1093 @}
1094 @dots{} @}
1095 @end example
1096 @kindex Non constant expression
1097 @noindent
1098 will cause the error message ``@code{Non constant expression for initial
1099 address}''.
1100
1101 @node Arithmetic Functions
1102 @subsection Arithmetic Functions
1103 @cindex functions in expression language
1104 The command language includes a number of built-in
1105 functions for use in link script expressions.
1106 @table @code
1107 @item ABSOLUTE(@var{exp})
1108 @kindex ABSOLUTE(@var{exp})
1109 @cindex expression, absolute
1110 Return the absolute (non-relocatable, as opposed to non-negative) value
1111 of the expression @var{exp}. Primarily useful to assign an absolute
1112 value to a symbol within a section definition, where symbol values are
1113 normally section-relative.
1114
1115 @item ADDR(@var{section})
1116 @kindex ADDR(@var{section})
1117 @cindex section address
1118 Return the absolute address of the named @var{section}. Your script must
1119 previously have defined the location of that section. In the following
1120 example, @code{symbol_1} and @code{symbol_2} are assigned identical
1121 values:
1122 @example
1123 SECTIONS@{ @dots{}
1124 .output1 :
1125 @{
1126 start_of_output_1 = ABSOLUTE(.);
1127 @dots{}
1128 @}
1129 .output :
1130 @{
1131 symbol_1 = ADDR(.output1);
1132 symbol_2 = start_of_output_1;
1133 @}
1134 @dots{} @}
1135 @end example
1136
1137 @item ALIGN(@var{exp})
1138 @kindex ALIGN(@var{exp})
1139 @cindex rounding up location counter
1140 Return the result of the current location counter (@code{.}) aligned to
1141 the next @var{exp} boundary. @var{exp} must be an expression whose
1142 value is a power of two. This is equivalent to
1143 @example
1144 (. + @var{exp} - 1) & ~(@var{exp} - 1)
1145 @end example
1146
1147 @code{ALIGN} doesn't change the value of the location counter---it just
1148 does arithmetic on it. As an example, to align the output @code{.data}
1149 section to the next @code{0x2000} byte boundary after the preceding
1150 section and to set a variable within the section to the next
1151 @code{0x8000} boundary after the input sections:
1152 @example
1153 SECTIONS@{ @dots{}
1154 .data ALIGN(0x2000): @{
1155 *(.data)
1156 variable = ALIGN(0x8000);
1157 @}
1158 @dots{} @}
1159 @end example
1160 @noindent
1161 The first use of @code{ALIGN} in this example specifies the location of
1162 a section because it is used as the optional @var{start} attribute of a
1163 section definition (@pxref{Section Options}). The second use simply
1164 defines the value of a variable.
1165
1166 The built-in @code{NEXT} is closely related to @code{ALIGN}.
1167
1168 @item DEFINED(@var{symbol})
1169 @kindex DEFINED(@var{symbol})
1170 @cindex symbol defaults
1171 Return 1 if @var{symbol} is in the linker global symbol table and is
1172 defined, otherwise return 0. You can use this function to provide default
1173 values for symbols. For example, the following command-file fragment shows how
1174 to set a global symbol @code{begin} to the first location in the
1175 @code{.text} section---but if a symbol called @code{begin} already
1176 existed, its value is preserved:
1177 @smallexample
1178 SECTIONS@{ @dots{}
1179 .text : @{
1180 begin = DEFINED(begin) ? begin : . ;
1181 @dots{}
1182 @}
1183 @dots{} @}
1184 @end smallexample
1185
1186 @item NEXT(@var{exp})
1187 @kindex NEXT(@var{exp})
1188 @cindex unallocated address, next
1189 Return the next unallocated address that is a multiple of @var{exp}.
1190 This function is closely related to @code{ALIGN(@var{exp})}; unless you
1191 use the @code{MEMORY} command to define discontinuous memory for the
1192 output file, the two functions are equivalent.
1193
1194 @item SIZEOF(@var{section})
1195 @kindex SIZEOF(@var{section})
1196 @cindex section size
1197 Return the size in bytes of the named @var{section}, if that section has
1198 been allocated. In the following example, @code{symbol_1} and
1199 @code{symbol_2} are assigned identical values:
1200 @c What does it return if the section hasn't been allocated? 0?
1201 @example
1202 SECTIONS@{ @dots{}
1203 .output @{
1204 .start = . ;
1205 @dots{}
1206 .end = . ;
1207 @}
1208 symbol_1 = .end - .start ;
1209 symbol_2 = SIZEOF(.output);
1210 @dots{} @}
1211
1212 @end example
1213
1214 @item SIZEOF_HEADERS
1215 @kindex SIZEOF_HEADERS
1216 @cindex header size
1217 @itemx sizeof_headers
1218 @kindex sizeof_headers
1219 Return the size in bytes of the output file's headers. You can use this number
1220 as the start address of the first section, if you choose, to facilitate
1221 paging.
1222
1223 @end table
1224
1225 @node MEMORY
1226 @section Memory Layout
1227 @kindex MEMORY
1228 @cindex regions of memory
1229 @cindex discontinuous memory
1230 @cindex allocating memory
1231 The linker's default configuration permits allocation of all available memory.
1232 You can override this configuration by using the @code{MEMORY} command. The
1233 @code{MEMORY} command describes the location and size of blocks of
1234 memory in the target. By using it carefully, you can describe which
1235 memory regions may be used by the linker, and which memory regions it
1236 must avoid. The linker does not shuffle sections to fit into the
1237 available regions, but does move the requested sections into the correct
1238 regions and issue errors when the regions become too full.
1239
1240 A command file may contain at most one use of the @code{MEMORY}
1241 command; however, you can define as many blocks of memory within it as
1242 you wish. The syntax is:
1243
1244 @example
1245 MEMORY
1246 @{
1247 @var{name} (@var{attr}) : ORIGIN = @var{origin}, LENGTH = @var{len}
1248 @dots{}
1249 @}
1250 @end example
1251 @table @code
1252 @item @var{name}
1253 @cindex naming memory regions
1254 is a name used internally by the linker to refer to the region. Any
1255 symbol name may be used. The region names are stored in a separate
1256 name space, and will not conflict with symbols, file names or section
1257 names. Use distinct names to specify multiple regions.
1258 @item (@var{attr})
1259 @cindex memory region attributes
1260 is an optional list of attributes, permitted for compatibility with the
1261 AT&T linker but not used by @code{ld} beyond checking that the
1262 attribute list is valid. Valid attribute lists must be made up of the
1263 characters ``@code{LIRWX}''. If you omit the attribute list, you may
1264 omit the parentheses around it as well.
1265 @item @var{origin}
1266 @kindex ORIGIN =
1267 @kindex o =
1268 @kindex org =
1269 is the start address of the region in physical memory. It is
1270 an expression that must evaluate to a constant before
1271 memory allocation is performed. The keyword @code{ORIGIN} may be
1272 abbreviated to @code{org} or @code{o} (but not, for example, @samp{ORG}).
1273 @item @var{len}
1274 @kindex LENGTH =
1275 @kindex len =
1276 @kindex l =
1277 is the size in bytes of the region (an expression).
1278 The keyword @code{LENGTH} may be abbreviated to @code{len} or @code{l}.
1279 @end table
1280
1281 For example, to specify that memory has two regions available for
1282 allocation---one starting at 0 for 256 kilobytes, and the other
1283 starting at @code{0x40000000} for four megabytes:
1284
1285 @example
1286 MEMORY
1287 @{
1288 rom : ORIGIN = 0, LENGTH = 256K
1289 ram : org = 0x40000000, l = 4M
1290 @}
1291 @end example
1292
1293 Once you have defined a region of memory named @var{mem}, you can direct
1294 specific output sections there by using a command ending in
1295 @samp{>@var{mem}} within the @code{SECTIONS} command (@pxref{Section
1296 Options}). If the combined output sections directed to a region are too
1297 big for the region, the linker will issue an error message.
1298
1299 @node SECTIONS
1300 @section Specifying Output Sections
1301 @kindex SECTIONS
1302 The @code{SECTIONS} command controls exactly where input sections are
1303 placed into output sections, their order in the output file, and to
1304 which output sections they are allocated.
1305
1306 You may use at most one @code{SECTIONS} command in a script file,
1307 but you can have as many statements within it as you wish. Statements
1308 within the @code{SECTIONS} command can do one of three things:
1309 @itemize @bullet
1310 @item
1311 define the entry point;
1312 @item
1313 assign a value to a symbol;
1314 @item
1315 describe the placement of a named output section, and which input
1316 sections go into it.
1317 @end itemize
1318
1319 You can also use the first two operations---defining the entry point and
1320 defining symbols---outside the @code{SECTIONS} command: @pxref{Entry
1321 Point}, and @pxref{Assignment}. They are permitted here as well for
1322 your convenience in reading the script, so that symbols and the entry
1323 point can be defined at meaningful points in your output-file layout.
1324
1325 When no @code{SECTIONS} command is given, the linker places each input
1326 section into an identically named output section in the order that the
1327 sections are first encountered in the input files. If all input sections
1328 are present in the first file, for example, the order of sections in the
1329 output file will match the order in the first input file.
1330
1331 @menu
1332 * Section Definition:: Section Definitions
1333 * Section Placement:: Section Placement
1334 * Section Data Expressions:: Section Data Expressions
1335 * Section Options:: Optional Section Attributes
1336 @end menu
1337
1338 @node Section Definition
1339 @subsection Section Definitions
1340 @cindex section definition
1341 The most frequently used statement in the @code{SECTIONS} command is
1342 the @dfn{section definition}, which specifies the
1343 properties of an output section: its location, alignment, contents,
1344 fill pattern, and target memory region. Most of
1345 these specifications are optional; the simplest form of a section
1346 definition is
1347 @example
1348 SECTIONS @{ @dots{}
1349 @var{secname} : @{
1350 @var{contents}
1351 @}
1352 @dots{} @}
1353 @end example
1354 @cindex naming output sections
1355 @noindent
1356 @var{secname} is the name of the output section, and @var{contents} a
1357 specification of what goes there---for example, a list of input files or
1358 sections of input files (@pxref{Section Placement}). As you might
1359 assume, the whitespace shown is optional. You do need the colon
1360 @samp{:} and the braces @samp{@{@}}, however.
1361
1362 @var{secname} must meet the constraints of your output format. In
1363 formats which only support a limited number of sections, such as
1364 @code{a.out}, the name must be one of the names supported by the format
1365 (@code{a.out}, for example, allows only @code{.text}, @code{.data} or
1366 @code{.bss}). If the output format supports any number of sections, but
1367 with numbers and not names (as is the case for Oasys), the name should be
1368 supplied as a quoted numeric string. A section name may consist of any
1369 sequence of characters, but any name which does not conform to the standard
1370 @code{ld} symbol name syntax must be quoted.
1371 @xref{Symbols, , Symbol Names}.
1372
1373 @node Section Placement
1374 @subsection Section Placement
1375 @cindex contents of a section
1376 In a section definition, you can specify the contents of an output section by
1377 listing particular input files, by listing particular input-file
1378 sections, or by a combination of the two. You can also place arbitrary
1379 data in the section, and define symbols relative to the beginning of the
1380 section.
1381
1382 The @var{contents} of a section definition may include any of the
1383 following kinds of statement. You can include as many of these as you
1384 like in a single section definition, separated from one another by
1385 whitespace.
1386
1387 @table @code
1388 @item @var{filename}
1389 @kindex @var{filename}
1390 @cindex input files, section defn
1391 @cindex files, including in output sections
1392 You may simply name a particular input file to be placed in the current
1393 output section; @emph{all} sections from that file are placed in the
1394 current section definition. If the file name has already been mentioned
1395 in another section definition, with an explicit section name list, then
1396 only those sections which have not yet been allocated are used.
1397
1398 To specify a list of particular files by name:
1399 @example
1400 .data : @{ afile.o bfile.o cfile.o @}
1401 @end example
1402 @noindent
1403 The example also illustrates that multiple statements can be included in
1404 the contents of a section definition, since each file name is a separate
1405 statement.
1406
1407 @item @var{filename}( @var{section} )
1408 @itemx @var{filename}( @var{section}, @var{section}, @dots{} )
1409 @itemx @var{filename}( @var{section} @var{section} @dots{} )
1410 @kindex @var{filename}(@var{section})
1411 @cindex files and sections, section defn
1412 You can name one or more sections from your input files, for
1413 insertion in the current output section. If you wish to specify a list
1414 of input-file sections inside the parentheses, you may separate the
1415 section names by either commas or whitespace.
1416
1417 @item * (@var{section})
1418 @itemx * (@var{section}, @var{section}, @dots{})
1419 @itemx * (@var{section} @var{section} @dots{})
1420 @cindex input sections to output section
1421 @kindex *(@var{section})
1422 Instead of explicitly naming particular input files in a link control
1423 script, you can refer to @emph{all} files from the @code{ld} command
1424 line: use @samp{*} instead of a particular file name before the
1425 parenthesized input-file section list.
1426
1427 If you have already explicitly included some files by name, @samp{*}
1428 refers to all @emph{remaining} files---those whose places in the output
1429 file have not yet been defined.
1430
1431 For example, to copy sections @code{1} through @code{4} from an Oasys file
1432 into the @code{.text} section of an @code{a.out} file, and sections @code{13}
1433 and @code{14} into the @code{.data} section:
1434 @example
1435 SECTIONS @{
1436 .text :@{
1437 *("1" "2" "3" "4")
1438 @}
1439
1440 .data :@{
1441 *("13" "14")
1442 @}
1443 @}
1444 @end example
1445
1446 @samp{[ @var{section} @dots{} ]} used to be accepted as an alternate way
1447 to specify named sections from all unallocated input files. Because
1448 some operating systems (VMS) allow brackets in file names, that notation
1449 is no longer supported.
1450
1451 @item @var{filename}@code{( COMMON )}
1452 @itemx *( COMMON )
1453 @kindex *( COMMON )
1454 @cindex uninitialized data
1455 @cindex commons in output
1456 Specify where in your output file to place uninitialized data
1457 with this notation. @code{*(COMMON)} by itself refers to all
1458 uninitialized data from all input files (so far as it is not yet
1459 allocated); @var{filename}@code{(COMMON)} refers to uninitialized data
1460 from a particular file. Both are special cases of the general
1461 mechanisms for specifying where to place input-file sections:
1462 @code{ld} permits you to refer to uninitialized data as if it
1463 were in an input-file section named @code{COMMON}, regardless of the
1464 input file's format.
1465 @end table
1466
1467 For example, the following command script arranges the output file into
1468 three consecutive sections, named @code{.text}, @code{.data}, and
1469 @code{.bss}, taking the input for each from the correspondingly named
1470 sections of all the input files:
1471 @example
1472 SECTIONS @{
1473 .text : @{ *(.text) @}
1474 .data : @{ *(.data) @}
1475 .bss : @{ *(.bss) *(COMMON) @}
1476 @}
1477 @end example
1478
1479 The following example reads all of the sections from file @code{all.o}
1480 and places them at the start of output section @code{outputa} which
1481 starts at location @code{0x10000}. All of section @code{.input1} from
1482 file @code{foo.o} follows immediately, in the same output section. All
1483 of section @code{.input2} from @code{foo.o} goes into output section
1484 @code{outputb}, followed by section @code{.input1} from @code{foo1.o}.
1485 All of the remaining @code{.input1} and @code{.input2} sections from any
1486 files are written to output section @code{outputc}.
1487
1488 @example
1489 SECTIONS @{
1490 outputa 0x10000 :
1491 @{
1492 all.o
1493 foo.o (.input1)
1494 @}
1495 outputb :
1496 @{
1497 foo.o (.input2)
1498 foo1.o (.input1)
1499 @}
1500 outputc :
1501 @{
1502 *(.input1)
1503 *(.input2)
1504 @}
1505 @}
1506 @end example
1507
1508 @node Section Data Expressions
1509 @subsection Section Data Expressions
1510 @cindex expressions in a section
1511 The foregoing statements
1512 arrange, in your output file, data originating from your input files.
1513 You can also place data directly in an output section from the link
1514 command script. Most of these additional statements involve
1515 expressions; @pxref{Expressions}. Although these statements are shown
1516 separately here for ease of presentation, no such segregation is needed
1517 within a section definition in the @code{SECTIONS} command; you can
1518 intermix them freely with any of the statements we've just described.
1519
1520 @table @code
1521 @item CREATE_OBJECT_SYMBOLS
1522 @kindex CREATE_OBJECT_SYMBOLS
1523 @cindex input filename symbols
1524 @cindex filename symbols
1525 Create a symbol for each input file
1526 in the current section, set to the address of the first byte of
1527 data written from that input file. For instance, with @code{a.out}
1528 files it is conventional to have a symbol for each input file. You can
1529 accomplish this by defining the output @code{.text} section as follows:
1530 @example
1531 SECTIONS @{
1532 .text 0x2020 :
1533 @{
1534 CREATE_OBJECT_SYMBOLS
1535 *(.text)
1536 _etext = ALIGN(0x2000);
1537 @}
1538 @dots{}
1539 @}
1540 @end example
1541
1542 If @code{sample.ld} is a file containing this script, and @code{a.o},
1543 @code{b.o}, @code{c.o}, and @code{d.o} are four input files with
1544 contents like the following---
1545 @example
1546 /* a.c */
1547
1548 afunction() @{ @}
1549 int adata=1;
1550 int abss;
1551 @end example
1552
1553 @noindent
1554 @samp{ld -M -T sample.ld a.o b.o c.o d.o} would create a map like this,
1555 containing symbols matching the object file names:
1556 @example
1557 00000000 A __DYNAMIC
1558 00004020 B _abss
1559 00004000 D _adata
1560 00002020 T _afunction
1561 00004024 B _bbss
1562 00004008 D _bdata
1563 00002038 T _bfunction
1564 00004028 B _cbss
1565 00004010 D _cdata
1566 00002050 T _cfunction
1567 0000402c B _dbss
1568 00004018 D _ddata
1569 00002068 T _dfunction
1570 00004020 D _edata
1571 00004030 B _end
1572 00004000 T _etext
1573 00002020 t a.o
1574 00002038 t b.o
1575 00002050 t c.o
1576 00002068 t d.o
1577 @end example
1578
1579 @item @var{symbol} = @var{expression} ;
1580 @kindex @var{symbol} = @var{expression} ;
1581 @itemx @var{symbol} @var{f}= @var{expression} ;
1582 @kindex @var{symbol} @var{f}= @var{expression} ;
1583 @var{symbol} is any symbol name (@pxref{Symbols}). ``@var{f}=''
1584 refers to any of the operators @code{&= += -= *= /=} which combine
1585 arithmetic and assignment.
1586
1587 @cindex assignment, in section defn
1588 When you assign a value to a symbol within a particular section
1589 definition, the value is relative to the beginning of the section
1590 (@pxref{Assignment}). If you write
1591 @example
1592 SECTIONS @{
1593 abs = 14 ;
1594 @dots{}
1595 .data : @{ @dots{} rel = 14 ; @dots{} @}
1596 abs2 = 14 + ADDR(.data);
1597 @dots{}
1598 @}
1599 @end example
1600 @c FIXME: Try above example!
1601 @noindent
1602 @code{abs} and @code{rel} do not have the same value; @code{rel} has the
1603 same value as @code{abs2}.
1604
1605 @item BYTE(@var{expression})
1606 @kindex BYTE(@var{expression})
1607 @itemx SHORT(@var{expression})
1608 @kindex SHORT(@var{expression})
1609 @itemx LONG(@var{expression})
1610 @kindex LONG(@var{expression})
1611 @itemx QUAD(@var{expression})
1612 @kindex QUAD(@var{expression})
1613 @cindex direct output
1614 By including one of these four statements in a section definition, you
1615 can explicitly place one, two, four, or eight bytes (respectively) at
1616 the current address of that section. @code{QUAD} is only supported when
1617 using a 64 bit host or target.
1618
1619 @ifclear SingleFormat
1620 Multiple-byte quantities are represented in whatever byte order is
1621 appropriate for the output file format (@pxref{BFD}).
1622 @end ifclear
1623
1624 @item FILL(@var{expression})
1625 @kindex FILL(@var{expression})
1626 @cindex holes, filling
1627 @cindex unspecified memory
1628 Specify the ``fill pattern'' for the current section. Any otherwise
1629 unspecified regions of memory within the section (for example, regions
1630 you skip over by assigning a new value to the location counter @samp{.})
1631 are filled with the two least significant bytes from the
1632 @var{expression} argument. A @code{FILL} statement covers memory
1633 locations @emph{after} the point it occurs in the section definition; by
1634 including more than one @code{FILL} statement, you can have different
1635 fill patterns in different parts of an output section.
1636 @end table
1637
1638 @node Section Options
1639 @subsection Optional Section Attributes
1640 @cindex section defn, full syntax
1641 Here is the full syntax of a section definition, including all the
1642 optional portions:
1643
1644 @smallexample
1645 SECTIONS @{
1646 @dots{}
1647 @var{secname} @var{start} BLOCK(@var{align}) (NOLOAD) : @{ @var{contents} @} =@var{fill} >@var{region}
1648 @dots{}
1649 @}
1650 @end smallexample
1651
1652 @var{secname} and @var{contents} are required. @xref{Section
1653 Definition}, and @pxref{Section Placement} for details on @var{contents}.
1654 The remaining elements---@var{start}, @code{BLOCK(@var{align)}},
1655 @code{(NOLOAD)} @code{=@var{fill}}, and @code{>@var{region}}---are all
1656 optional.
1657
1658 @table @code
1659 @item @var{start}
1660 @cindex start address, section
1661 @cindex section start
1662 @cindex section address
1663 You can force the output section to be loaded at a specified address by
1664 specifying @var{start} immediately following the section name.
1665 @var{start} can be represented as any expression. The following
1666 example generates section @var{output} at location
1667 @code{0x40000000}:
1668 @example
1669 SECTIONS @{
1670 @dots{}
1671 output 0x40000000: @{
1672 @dots{}
1673 @}
1674 @dots{}
1675 @}
1676 @end example
1677
1678 @item BLOCK(@var{align})
1679 @kindex BLOCK(@var{align})
1680 @cindex section alignment
1681 @cindex aligning sections
1682 You can include @code{BLOCK()} specification to advance
1683 the location counter @code{.} prior to the beginning of the section, so
1684 that the section will begin at the specified alignment. @var{align} is
1685 an expression.
1686
1687 @item (NOLOAD)
1688 @kindex NOLOAD
1689 @cindex prevent unnecessary loading
1690 Use @samp{(NOLOAD)} to prevent a section from being loaded into memory
1691 each time it is accessed. For example, in the script sample below, the
1692 @code{ROM} segment is addressed at memory location @samp{0} and does not
1693 need to be loaded into each object file:
1694 @example
1695 SECTIONS @{
1696 ROM 0 (NOLOAD) : @{ @dots{} @}
1697 @dots{}
1698 @}
1699 @end example
1700
1701 @item =@var{fill}
1702 @kindex =@var{fill}
1703 @cindex section fill pattern
1704 @cindex fill pattern, entire section
1705 Including
1706 @code{=@var{fill}} in a section definition specifies the initial fill
1707 value for that section.
1708 You may use any expression to specify @var{fill}.
1709 Any unallocated holes in the current output
1710 section when written to the output file will be filled with the two
1711 least significant bytes of the value, repeated as necessary. You can
1712 also change the fill value with a @code{FILL} statement in the
1713 @var{contents} of a section definition.
1714
1715 @item >@var{region}
1716 @kindex >@var{region}
1717 @cindex section, assigning to memory region
1718 @cindex memory regions and sections
1719 Assign this section to a previously defined region of memory.
1720 @xref{MEMORY}.
1721
1722 @end table
1723
1724 @node Entry Point
1725 @section The Entry Point
1726 @kindex ENTRY(@var{symbol})
1727 @cindex start of execution
1728 @cindex first instruction
1729 The linker command language includes a command specifically for
1730 defining the first executable instruction in an output file (its
1731 @dfn{entry point}). Its argument is a symbol name:
1732 @example
1733 ENTRY(@var{symbol})
1734 @end example
1735
1736 Like symbol assignments, the @code{ENTRY} command may be placed either
1737 as an independent command in the command file, or among the section
1738 definitions within the @code{SECTIONS} command---whatever makes the most
1739 sense for your layout.
1740
1741 @cindex entry point, defaults
1742 @code{ENTRY} is only one of several ways of choosing the entry point.
1743 You may indicate it in any of the following ways (shown in descending
1744 order of priority: methods higher in the list override methods lower down).
1745 @itemize @bullet
1746 @item
1747 the @samp{-e} @var{entry} command-line option;
1748 @item
1749 the @code{ENTRY(@var{symbol})} command in a linker control script;
1750 @item
1751 the value of the symbol @code{start}, if present;
1752 @item
1753 the value of the symbol @code{_main}, if present;
1754 @item
1755 the address of the first byte of the @code{.text} section, if present;
1756 @item
1757 The address @code{0}.
1758 @end itemize
1759
1760 For example, you can use these rules to generate an entry point with an
1761 assignment statement: if no symbol @code{start} is defined within your
1762 input files, you can simply define it, assigning it an appropriate
1763 value---
1764 @example
1765 start = 0x2020;
1766 @end example
1767
1768 @noindent
1769 The example shows an absolute address, but you can use any expression.
1770 For example, if your input object files use some other symbol-name
1771 convention for the entry point, you can just assign the value of
1772 whatever symbol contains the start address to @code{start}:
1773 @example
1774 start = other_symbol ;
1775 @end example
1776
1777 @node Option Commands
1778 @section Option Commands
1779 The command language includes a number of other commands that you can
1780 use for specialized purposes. They are similar in purpose to
1781 command-line options.
1782
1783 @table @code
1784 @item FLOAT
1785 @kindex FLOAT
1786 @itemx NOFLOAT
1787 @kindex NOFLOAT
1788 These keywords were used in some older linkers to request a particular
1789 math subroutine library. @code{ld} doesn't use the keywords, assuming
1790 instead that any necessary subroutines are in libraries specified using
1791 the general mechanisms for linking to archives; but to permit the use of
1792 scripts that were written for the older linkers, the keywords
1793 @code{FLOAT} and @code{NOFLOAT} are accepted and ignored.
1794
1795 @item FORCE_COMMON_ALLOCATION
1796 @kindex FORCE_COMMON_ALLOCATION
1797 @cindex common allocation
1798 This command has the same effect as the @samp{-d} command-line option:
1799 to make @code{ld} assign space to common symbols even if a relocatable
1800 output file is specified (@samp{-r}).
1801
1802 @item INPUT ( @var{file}, @var{file}, @dots{} )
1803 @kindex INPUT ( @var{files} )
1804 @itemx INPUT ( @var{file} @var{file} @dots{} )
1805 @cindex binary input files
1806 Use this command to include binary input files in the link, without
1807 including them in a particular section definition.
1808 Specify the full name for each @var{file}, including @samp{.a} if
1809 required.
1810
1811 @code{ld} searches for each @var{file} through the archive-library
1812 search path, just as for files you specify on the command line.
1813 See the description of @samp{-L} in @ref{Options,,Command Line
1814 Options}.
1815
1816 @ignore
1817 @item MAP ( @var{name} )
1818 @kindex MAP ( @var{name} )
1819 @c MAP(...) appears to look for an F in the arg, ignoring all other
1820 @c chars; if it finds one, it sets "map_option_f" to true. But nothing
1821 @c checks map_option_f. Apparently a stub for the future...
1822 @end ignore
1823
1824 @item OUTPUT ( @var{filename} )
1825 @kindex OUTPUT ( @var{filename} )
1826 @cindex naming the output file
1827 Use this command to name the link output file @var{filename}. The
1828 effect of @code{OUTPUT(@var{filename})} is identical to the effect of
1829 @w{@samp{-o @var{filename}}}, which overrides it. You can use this
1830 command to supply a default output-file name other than @code{a.out}.
1831
1832 @ifclear SingleFormat
1833 @item OUTPUT_ARCH ( @var{bfdname} )
1834 @kindex OUTPUT_ARCH ( @var{bfdname} )
1835 @cindex machine architecture, output
1836 Specify a particular output machine architecture, with one of the names
1837 used by the BFD back-end routines (@pxref{BFD}). This command is often
1838 unnecessary; the architecture is most often set implicitly by either the
1839 system BFD configuration or as a side effect of the @code{OUTPUT_FORMAT}
1840 command.
1841
1842 @item OUTPUT_FORMAT ( @var{bfdname} )
1843 @kindex OUTPUT_FORMAT ( @var{bfdname} )
1844 @cindex format, output file
1845 Specify a particular output format, with one of the names used by the
1846 BFD back-end routines (@pxref{BFD}). The effect is identical to the
1847 effect of the @samp{-oformat} command-line option.
1848 This selection will only affect
1849 the output file; the related command @code{TARGET} affects primarily
1850 input files.
1851 @end ifclear
1852
1853 @item SEARCH_DIR ( @var{path} )
1854 @kindex SEARCH_DIR ( @var{path} )
1855 @cindex path for libraries
1856 @cindex search path, libraries
1857 Add @var{path} to the list of paths where @code{ld} looks for
1858 archive libraries. @code{SEARCH_DIR(@var{path})} has the same
1859 effect as @samp{-L@var{path}} on the command line.
1860
1861 @item STARTUP ( @var{filename} )
1862 @kindex STARTUP ( @var{filename} )
1863 @cindex first input file
1864 Ensure that @var{filename} is the first input file used in the link
1865 process.
1866
1867 @ifclear SingleFormat
1868 @item TARGET ( @var{format} )
1869 @cindex input file format
1870 @kindex TARGET ( @var{format} )
1871 Change the input-file object code format (like the command-line option
1872 @samp{-b} or its synonym @samp{-format}). The argument @var{format} is
1873 one of the strings used by BFD to name binary formats. If @code{TARGET}
1874 is specified but @code{OUTPUT_FORMAT} is not, the last @code{TARGET}
1875 argument is also used as the default format for the @code{ld} output
1876 file. @xref{BFD}.
1877
1878 @kindex GNUTARGET
1879 If you don't use the @code{TARGET} command, @code{ld} uses the value of
1880 the environment variable @code{GNUTARGET}, if available, to select the
1881 output file format. If that variable is also absent, @code{ld} uses
1882 the default format configured for your machine in the BFD libraries.
1883 @end ifclear
1884 @end table
1885
1886 @ifset GENERIC
1887 @node Machine Dependent
1888 @chapter Machine Dependent Features
1889
1890 @cindex machine dependencies
1891 @code{ld} has additional features on some platforms; the following
1892 sections describe them. Machines where @code{ld} has no additional
1893 functionality are not listed.
1894
1895 @menu
1896 * H8/300:: @code{ld} and the H8/300
1897 * i960:: @code{ld} and the Intel 960 family
1898 @end menu
1899 @end ifset
1900
1901 @c FIXME! This could use @raisesections/@lowersections, but there seems to be a conflict
1902 @c between those and node-defaulting.
1903 @ifset H8300
1904 @ifclear GENERIC
1905 @raisesections
1906 @end ifclear
1907 @node H8/300
1908 @section @code{ld} and the H8/300
1909
1910 @cindex H8/300 support
1911 For the H8/300, @code{ld} can perform these global optimizations when
1912 you specify the @samp{-relax} command-line option.
1913
1914 @table @emph
1915 @item relaxing address modes
1916 @cindex relaxing on H8/300
1917 @code{ld} finds all @code{jsr} and @code{jmp} instructions whose
1918 targets are within eight bits, and turns them into eight-bit
1919 program-counter relative @code{bsr} and @code{bra} instructions,
1920 respectively.
1921
1922 @item synthesizing instructions
1923 @cindex synthesizing on H8/300
1924 @c FIXME: specifically mov.b, or any mov instructions really?
1925 @code{ld} finds all @code{mov.b} instructions which use the
1926 sixteen-bit absolute address form, but refer to the top
1927 page of memory, and changes them to use the eight-bit address form.
1928 (That is: the linker turns @samp{mov.b @code{@@}@var{aa}:16} into
1929 @samp{mov.b @code{@@}@var{aa}:8} whenever the address @var{aa} is in the
1930 top page of memory).
1931 @end table
1932 @ifclear GENERIC
1933 @lowersections
1934 @end ifclear
1935 @end ifset
1936
1937 @ifset I960
1938 @ifclear GENERIC
1939 @raisesections
1940 @end ifclear
1941 @node i960
1942 @section @code{ld} and the Intel 960 family
1943
1944 @cindex i960 support
1945
1946 You can use the @samp{-A@var{architecture}} command line option to
1947 specify one of the two-letter names identifying members of the 960
1948 family; the option specifies the desired output target, and warns of any
1949 incompatible instructions in the input files. It also modifies the
1950 linker's search strategy for archive libraries, to support the use of
1951 libraries specific to each particular architecture, by including in the
1952 search loop names suffixed with the string identifying the architecture.
1953
1954 For example, if your @code{ld} command line included @w{@samp{-ACA}} as
1955 well as @w{@samp{-ltry}}, the linker would look (in its built-in search
1956 paths, and in any paths you specify with @samp{-L}) for a library with
1957 the names
1958
1959 @example
1960 try
1961 libtry.a
1962 tryca
1963 libtryca.a
1964 @end example
1965
1966 @noindent
1967 The first two possibilities would be considered in any event; the last
1968 two are due to the use of @w{@samp{-ACA}}.
1969
1970 You can meaningfully use @samp{-A} more than once on a command line, since
1971 the 960 architecture family allows combination of target architectures; each
1972 use will add another pair of name variants to search for when @w{@samp{-l}}
1973 specifies a library.
1974 @ifclear GENERIC
1975 @lowersections
1976 @end ifclear
1977 @end ifset
1978
1979 @ifclear SingleFormat
1980 @node BFD
1981 @chapter BFD
1982
1983 @cindex back end
1984 @cindex object file management
1985 The linker accesses object and archive files using the BFD libraries.
1986 These libraries allow the linker to use the same routines to operate on
1987 object files whatever the object file format. A different object file
1988 format can be supported simply by creating a new BFD back end and adding
1989 it to the library. You can use @code{objdump -i}
1990 (@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}) to
1991 list all the formats available for each architecture under BFD. This
1992 was the list of formats, and of architectures supported for each format,
1993 as of the time this manual was prepared:
1994 @cindex formats available
1995 @cindex architectures available
1996 @example
1997 BFD header file version 0.18
1998 a.out-i386
1999 (header big endian, data big endian)
2000 m68k:68020
2001 a29k
2002 sparc
2003 i386
2004 a.out-sunos-big
2005 (header big endian, data big endian)
2006 m68k:68020
2007 a29k
2008 sparc
2009 i386
2010 b.out.big
2011 (header big endian, data little endian)
2012 i960:core
2013 b.out.little
2014 (header little endian, data little endian)
2015 i960:core
2016 coff-a29k-big
2017 (header big endian, data big endian)
2018 a29k
2019 coff-h8300
2020 (header big endian, data big endian)
2021 H8/300
2022 coff-i386
2023 (header little endian, data little endian)
2024 i386
2025 coff-Intel-big
2026 (header big endian, data little endian)
2027 i960:core
2028 coff-Intel-little
2029 (header little endian, data little endian)
2030 i960:core
2031 coff-m68k
2032 (header big endian, data big endian)
2033 m68k:68020
2034 coff-m88kbcs
2035 (header big endian, data big endian)
2036 m88k:88100
2037 ecoff-bigmips
2038 (header big endian, data big endian)
2039 mips
2040 ecoff-littlemips
2041 (header little endian, data little endian)
2042 mips
2043 elf-big
2044 (header big endian, data big endian)
2045 m68k:68020
2046 vax
2047 i960:core
2048 a29k
2049 sparc
2050 mips
2051 i386
2052 m88k:88100
2053 H8/300
2054 rs6000:6000
2055 elf-little
2056 (header little endian, data little endian)
2057 m68k:68020
2058 vax
2059 i960:core
2060 a29k
2061 sparc
2062 mips
2063 i386
2064 m88k:88100
2065 H8/300
2066 rs6000:6000
2067 ieee
2068 (header big endian, data big endian)
2069 m68k:68020
2070 vax
2071 i960:core
2072 a29k
2073 sparc
2074 mips
2075 i386
2076 m88k:88100
2077 H8/300
2078 rs6000:6000
2079 srec
2080 (header big endian, data big endian)
2081 m68k:68020
2082 vax
2083 i960:core
2084 a29k
2085 sparc
2086 mips
2087 i386
2088 m88k:88100
2089 H8/300
2090 rs6000:6000
2091 @end example
2092
2093 @cindex BFD requirements
2094 @cindex requirements for BFD
2095 As with most implementations, BFD is a compromise between
2096 several conflicting requirements. The major factor influencing
2097 BFD design was efficiency: any time used converting between
2098 formats is time which would not have been spent had BFD not
2099 been involved. This is partly offset by abstraction payback; since
2100 BFD simplifies applications and back ends, more time and care
2101 may be spent optimizing algorithms for a greater speed.
2102
2103 One minor artifact of the BFD solution which you should bear in
2104 mind is the potential for information loss. There are two places where
2105 useful information can be lost using the BFD mechanism: during
2106 conversion and during output. @xref{BFD information loss}.
2107
2108 @menu
2109 * BFD outline:: How it works: an outline of BFD
2110 @end menu
2111
2112 @node BFD outline
2113 @section How it works: an outline of BFD
2114 @cindex opening object files
2115 @include bfdsumm.texi
2116 @end ifclear
2117
2118 @node MRI
2119 @appendix MRI Compatible Script Files
2120 @cindex MRI compatibility
2121 To aid users making the transition to @sc{gnu} @code{ld} from the MRI
2122 linker, @code{ld} can use MRI compatible linker scripts as an
2123 alternative to the more general-purpose linker scripting language
2124 described in @ref{Commands,,Command Language}. MRI compatible linker
2125 scripts have a much simpler command set than the scripting language
2126 otherwise used with @code{ld}. @sc{gnu} @code{ld} supports the most
2127 commonly used MRI linker commands; these commands are described here.
2128
2129 In general, MRI scripts aren't of much use with the @code{a.out} object
2130 file format, since it only has three sections and MRI scripts lack some
2131 features to make use of them.
2132
2133 You can specify a file containing an MRI-compatible script using the
2134 @samp{-c} command-line option.
2135
2136 Each command in an MRI-compatible script occupies its own line; each
2137 command line starts with the keyword that identifies the command (though
2138 blank lines are also allowed for punctuation). If a line of an
2139 MRI-compatible script begins with an unrecognized keyword, @code{ld}
2140 issues a warning message, but continues processing the script.
2141
2142 Lines beginning with @samp{*} are comments.
2143
2144 You can write these commands using all upper-case letters, or all
2145 lower case; for example, @samp{chip} is the same as @samp{CHIP}.
2146 The following list shows only the upper-case form of each command.
2147
2148 @table @code
2149 @item ABSOLUTE @var{secname}
2150 @item ABSOLUTE @var{secname}, @var{secname}, @dots{} @var{secname}
2151 @cindex @code{ABSOLUTE} (MRI)
2152 Normally, @code{ld} includes in the output file all sections from all
2153 the input files. However, in an MRI-compatible script, you can use the
2154 @code{ABSOLUTE} command to restrict the sections that will be present in
2155 your output program. If the @code{ABSOLUTE} command is used at all in a
2156 script, then only the sections named explicitly in @code{ABSOLUTE}
2157 commands will appear in the linker output. You can still use other
2158 input sections (whatever you select on the command line, or using
2159 @code{LOAD}) to resolve addresses in the output file.
2160
2161 @item ALIAS @var{out-secname}, @var{in-secname}
2162 @cindex @code{ALIAS} (MRI)
2163 Use this command to place the data from input section @var{in-secname}
2164 in a section called @var{out-secname} in the linker output file.
2165
2166 @var{in-secname} may be an integer.
2167
2168 @item BASE @var{expression}
2169 @cindex @code{BASE} (MRI)
2170 Use the value of @var{expression} as the lowest address (other than
2171 absolute addresses) in the output file.
2172
2173 @item CHIP @var{expression}
2174 @itemx CHIP @var{expression}, @var{expression}
2175 @cindex @code{CHIP} (MRI)
2176 This command does nothing; it is accepted only for compatibility.
2177
2178 @item END
2179 @cindex @code{END} (MRI)
2180 This command does nothing whatever; it's only accepted for compatibility.
2181
2182 @item FORMAT @var{output-format}
2183 @cindex @code{FORMAT} (MRI)
2184 Similar to the @code{OUTPUT_FORMAT} command in the more general linker
2185 language, but restricted to one of these output formats:
2186 @enumerate
2187 @item
2188 S-records, if @var{output-format} is @samp{S}
2189
2190 @item
2191 IEEE, if @var{output-format} is @samp{IEEE}
2192
2193 @item
2194 COFF (the @samp{coff-m68k} variant in BFD), if @var{output-format} is
2195 @samp{COFF}
2196 @end enumerate
2197
2198 @item LIST @var{anything}@dots{}
2199 @cindex @code{LIST} (MRI)
2200 Print (to the standard output file) a link map, as produced by the
2201 @code{ld} command-line option @samp{-M}.
2202
2203 The keyword @code{LIST} may be followed by anything on the
2204 same line, with no change in its effect.
2205
2206 @item LOAD @var{filename}
2207 @item LOAD @var{filename}, @var{filename}, @dots{} @var{filename}
2208 @cindex @code{LOAD} (MRI)
2209 Include one or more object file @var{filename} in the link; this has the
2210 same effect as specifying @var{filename} directly on the @code{ld}
2211 command line.
2212
2213 @item NAME @var{output-name}
2214 @cindex @code{NAME} (MRI)
2215 @var{output-name} is the name for the program produced by @code{ld}; the
2216 MRI-compatible command @code{NAME} is equivalent to the command-line
2217 option @samp{-o} or the general script language command @code{OUTPUT}.
2218
2219 @item ORDER @var{secname}, @var{secname}, @dots{} @var{secname}
2220 @itemx ORDER @var{secname} @var{secname} @var{secname}
2221 @cindex @code{ORDER} (MRI)
2222 Normally, @code{ld} orders the sections in its output file in the
2223 order in which they first appear in the input files. In an MRI-compatible
2224 script, you can override this ordering with the @code{ORDER} command. The
2225 sections you list with @code{ORDER} will appear first in your output
2226 file, in the order specified.
2227
2228 @item PUBLIC @var{name}=@var{expression}
2229 @itemx PUBLIC @var{name},@var{expression}
2230 @itemx PUBLIC @var{name} @var{expression}
2231 @cindex @code{PUBLIC} (MRI)
2232 Supply a value (@var{expression}) for external symbol
2233 @var{name} used in the linker input files.
2234
2235 @item SECT @var{secname}, @var{expression}
2236 @itemx SECT @var{secname}=@var{expression}
2237 @itemx SECT @var{secname} @var{expression}
2238 @cindex @code{SECT} (MRI)
2239 You can use any of these three forms of the @code{SECT} command to
2240 specify the start address (@var{expression}) for section @var{secname}.
2241 If you have more than one @code{SECT} statement for the same
2242 @var{secname}, only the @emph{first} sets the start address.
2243 @end table
2244
2245
2246 @node Index
2247 @unnumbered Index
2248
2249 @printindex cp
2250
2251 @tex
2252 % I think something like @colophon should be in texinfo. In the
2253 % meantime:
2254 \long\def\colophon{\hbox to0pt{}\vfill
2255 \centerline{The body of this manual is set in}
2256 \centerline{\fontname\tenrm,}
2257 \centerline{with headings in {\bf\fontname\tenbf}}
2258 \centerline{and examples in {\tt\fontname\tentt}.}
2259 \centerline{{\it\fontname\tenit\/} and}
2260 \centerline{{\sl\fontname\tensl\/}}
2261 \centerline{are used for emphasis.}\vfill}
2262 \page\colophon
2263 % Blame: pesch@cygnus.com, 28mar91.
2264 @end tex
2265
2266
2267 @contents
2268 @bye
2269
2270