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