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