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