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