]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/doc/binutils.texi
684b3b7fe7480757f7f2465901e70a82fa8ea7f9
[thirdparty/binutils-gdb.git] / binutils / doc / binutils.texi
1 \input texinfo @c -*- Texinfo -*-
2 @setfilename binutils.info
3 @settitle @sc{gnu} Binary Utilities
4 @finalout
5 @synindex ky cp
6
7 @c man begin INCLUDE
8 @include bfdver.texi
9 @c man end
10
11 @copying
12 @c man begin COPYRIGHT
13 Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
14 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
15 Free Software Foundation, Inc.
16
17 Permission is granted to copy, distribute and/or modify this document
18 under the terms of the GNU Free Documentation License, Version 1.3
19 or any later version published by the Free Software Foundation;
20 with no Invariant Sections, with no Front-Cover Texts, and with no
21 Back-Cover Texts. A copy of the license is included in the
22 section entitled ``GNU Free Documentation License''.
23
24 @c man end
25 @end copying
26
27 @dircategory Software development
28 @direntry
29 * Binutils: (binutils). The GNU binary utilities.
30 @end direntry
31
32 @dircategory Individual utilities
33 @direntry
34 * addr2line: (binutils)addr2line. Convert addresses to file and line.
35 * ar: (binutils)ar. Create, modify, and extract from archives.
36 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols.
37 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
38 * dlltool: (binutils)dlltool. Create files needed to build and use DLLs.
39 * nlmconv: (binutils)nlmconv. Converts object code into an NLM.
40 * nm: (binutils)nm. List symbols from object files.
41 * objcopy: (binutils)objcopy. Copy and translate object files.
42 * objdump: (binutils)objdump. Display information from object files.
43 * ranlib: (binutils)ranlib. Generate index to archive contents.
44 * readelf: (binutils)readelf. Display the contents of ELF format files.
45 * size: (binutils)size. List section sizes and total size.
46 * strings: (binutils)strings. List printable strings from files.
47 * strip: (binutils)strip. Discard symbols.
48 * elfedit: (binutils)elfedit. Update the ELF header of ELF files.
49 * windmc: (binutils)windmc. Generator for Windows message resources.
50 * windres: (binutils)windres. Manipulate Windows resources.
51 @end direntry
52
53 @titlepage
54 @title The @sc{gnu} Binary Utilities
55 @ifset VERSION_PACKAGE
56 @subtitle @value{VERSION_PACKAGE}
57 @end ifset
58 @subtitle Version @value{VERSION}
59 @sp 1
60 @subtitle @value{UPDATED}
61 @author Roland H. Pesch
62 @author Jeffrey M. Osier
63 @author Cygnus Support
64 @page
65
66 @tex
67 {\parskip=0pt \hfill Cygnus Support\par \hfill
68 Texinfo \texinfoversion\par }
69 @end tex
70
71 @vskip 0pt plus 1filll
72 @insertcopying
73 @end titlepage
74 @contents
75
76 @node Top
77 @top Introduction
78
79 @cindex version
80 This brief manual contains documentation for the @sc{gnu} binary
81 utilities
82 @ifset VERSION_PACKAGE
83 @value{VERSION_PACKAGE}
84 @end ifset
85 version @value{VERSION}:
86
87 @iftex
88 @table @code
89 @item ar
90 Create, modify, and extract from archives
91
92 @item nm
93 List symbols from object files
94
95 @item objcopy
96 Copy and translate object files
97
98 @item objdump
99 Display information from object files
100
101 @item ranlib
102 Generate index to archive contents
103
104 @item readelf
105 Display the contents of ELF format files.
106
107 @item size
108 List file section sizes and total size
109
110 @item strings
111 List printable strings from files
112
113 @item strip
114 Discard symbols
115
116 @item elfedit
117 Update the ELF header of ELF files.
118
119 @item c++filt
120 Demangle encoded C++ symbols (on MS-DOS, this program is named
121 @code{cxxfilt})
122
123 @item addr2line
124 Convert addresses into file names and line numbers
125
126 @item nlmconv
127 Convert object code into a Netware Loadable Module
128
129 @item windres
130 Manipulate Windows resources
131
132 @item windmc
133 Genertor for Windows message resources
134
135 @item dlltool
136 Create the files needed to build and use Dynamic Link Libraries
137 @end table
138 @end iftex
139
140 This document is distributed under the terms of the GNU Free
141 Documentation License version 1.3. A copy of the license is included
142 in the section entitled ``GNU Free Documentation License''.
143
144 @menu
145 * ar:: Create, modify, and extract from archives
146 * nm:: List symbols from object files
147 * objcopy:: Copy and translate object files
148 * objdump:: Display information from object files
149 * ranlib:: Generate index to archive contents
150 * readelf:: Display the contents of ELF format files
151 * size:: List section sizes and total size
152 * strings:: List printable strings from files
153 * strip:: Discard symbols
154 * elfedit:: Update the ELF header of ELF files
155 * c++filt:: Filter to demangle encoded C++ symbols
156 * cxxfilt: c++filt. MS-DOS name for c++filt
157 * addr2line:: Convert addresses to file and line
158 * nlmconv:: Converts object code into an NLM
159 * windres:: Manipulate Windows resources
160 * windmc:: Generator for Windows message resources
161 * dlltool:: Create files needed to build and use DLLs
162 * Common Options:: Command-line options for all utilities
163 * Selecting the Target System:: How these utilities determine the target
164 * Reporting Bugs:: Reporting Bugs
165 * GNU Free Documentation License:: GNU Free Documentation License
166 * Binutils Index:: Binutils Index
167 @end menu
168
169 @node ar
170 @chapter ar
171
172 @kindex ar
173 @cindex archives
174 @cindex collections of files
175
176 @c man title ar create, modify, and extract from archives
177
178 @smallexample
179 ar [@option{--plugin} @var{name}] [-]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] [@option{--target} @var{bfdname}] @var{archive} [@var{member}@dots{}]
180 ar -M [ <mri-script ]
181 @end smallexample
182
183 @c man begin DESCRIPTION ar
184
185 The @sc{gnu} @command{ar} program creates, modifies, and extracts from
186 archives. An @dfn{archive} is a single file holding a collection of
187 other files in a structure that makes it possible to retrieve
188 the original individual files (called @dfn{members} of the archive).
189
190 The original files' contents, mode (permissions), timestamp, owner, and
191 group are preserved in the archive, and can be restored on
192 extraction.
193
194 @cindex name length
195 @sc{gnu} @command{ar} can maintain archives whose members have names of any
196 length; however, depending on how @command{ar} is configured on your
197 system, a limit on member-name length may be imposed for compatibility
198 with archive formats maintained with other tools. If it exists, the
199 limit is often 15 characters (typical of formats related to a.out) or 16
200 characters (typical of formats related to coff).
201
202 @cindex libraries
203 @command{ar} is considered a binary utility because archives of this sort
204 are most often used as @dfn{libraries} holding commonly needed
205 subroutines.
206
207 @cindex symbol index
208 @command{ar} creates an index to the symbols defined in relocatable
209 object modules in the archive when you specify the modifier @samp{s}.
210 Once created, this index is updated in the archive whenever @command{ar}
211 makes a change to its contents (save for the @samp{q} update operation).
212 An archive with such an index speeds up linking to the library, and
213 allows routines in the library to call each other without regard to
214 their placement in the archive.
215
216 You may use @samp{nm -s} or @samp{nm --print-armap} to list this index
217 table. If an archive lacks the table, another form of @command{ar} called
218 @command{ranlib} can be used to add just the table.
219
220 @cindex thin archives
221 @sc{gnu} @command{ar} can optionally create a @emph{thin} archive,
222 which contains a symbol index and references to the original copies
223 of the member files of the archives. Such an archive is useful
224 for building libraries for use within a local build, where the
225 relocatable objects are expected to remain available, and copying the
226 contents of each object would only waste time and space. Thin archives
227 are also @emph{flattened}, so that adding one or more archives to a
228 thin archive will add the elements of the nested archive individually.
229 The paths to the elements of the archive are stored relative to the
230 archive itself.
231
232 @cindex compatibility, @command{ar}
233 @cindex @command{ar} compatibility
234 @sc{gnu} @command{ar} is designed to be compatible with two different
235 facilities. You can control its activity using command-line options,
236 like the different varieties of @command{ar} on Unix systems; or, if you
237 specify the single command-line option @option{-M}, you can control it
238 with a script supplied via standard input, like the MRI ``librarian''
239 program.
240
241 @c man end
242
243 @menu
244 * ar cmdline:: Controlling @command{ar} on the command line
245 * ar scripts:: Controlling @command{ar} with a script
246 @end menu
247
248 @page
249 @node ar cmdline
250 @section Controlling @command{ar} on the Command Line
251
252 @smallexample
253 @c man begin SYNOPSIS ar
254 ar [@option{--plugin} @var{name}] [@option{-X32_64}] [@option{-}]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] [@option{--target} @var{bfdname}] @var{archive} [@var{member}@dots{}]
255 @c man end
256 @end smallexample
257
258 @cindex Unix compatibility, @command{ar}
259 When you use @command{ar} in the Unix style, @command{ar} insists on at least two
260 arguments to execute: one keyletter specifying the @emph{operation}
261 (optionally accompanied by other keyletters specifying
262 @emph{modifiers}), and the archive name to act on.
263
264 Most operations can also accept further @var{member} arguments,
265 specifying particular files to operate on.
266
267 @c man begin OPTIONS ar
268
269 @sc{gnu} @command{ar} allows you to mix the operation code @var{p} and modifier
270 flags @var{mod} in any order, within the first command-line argument.
271
272 If you wish, you may begin the first command-line argument with a
273 dash.
274
275 @cindex operations on archive
276 The @var{p} keyletter specifies what operation to execute; it may be
277 any of the following, but you must specify only one of them:
278
279 @table @samp
280 @item d
281 @cindex deleting from archive
282 @emph{Delete} modules from the archive. Specify the names of modules to
283 be deleted as @var{member}@dots{}; the archive is untouched if you
284 specify no files to delete.
285
286 If you specify the @samp{v} modifier, @command{ar} lists each module
287 as it is deleted.
288
289 @item m
290 @cindex moving in archive
291 Use this operation to @emph{move} members in an archive.
292
293 The ordering of members in an archive can make a difference in how
294 programs are linked using the library, if a symbol is defined in more
295 than one member.
296
297 If no modifiers are used with @code{m}, any members you name in the
298 @var{member} arguments are moved to the @emph{end} of the archive;
299 you can use the @samp{a}, @samp{b}, or @samp{i} modifiers to move them to a
300 specified place instead.
301
302 @item p
303 @cindex printing from archive
304 @emph{Print} the specified members of the archive, to the standard
305 output file. If the @samp{v} modifier is specified, show the member
306 name before copying its contents to standard output.
307
308 If you specify no @var{member} arguments, all the files in the archive are
309 printed.
310
311 @item q
312 @cindex quick append to archive
313 @emph{Quick append}; Historically, add the files @var{member}@dots{} to the end of
314 @var{archive}, without checking for replacement.
315
316 The modifiers @samp{a}, @samp{b}, and @samp{i} do @emph{not} affect this
317 operation; new members are always placed at the end of the archive.
318
319 The modifier @samp{v} makes @command{ar} list each file as it is appended.
320
321 Since the point of this operation is speed, the archive's symbol table
322 index is not updated, even if it already existed; you can use @samp{ar s} or
323 @command{ranlib} explicitly to update the symbol table index.
324
325 However, too many different systems assume quick append rebuilds the
326 index, so @sc{gnu} @command{ar} implements @samp{q} as a synonym for @samp{r}.
327
328 @item r
329 @cindex replacement in archive
330 Insert the files @var{member}@dots{} into @var{archive} (with
331 @emph{replacement}). This operation differs from @samp{q} in that any
332 previously existing members are deleted if their names match those being
333 added.
334
335 If one of the files named in @var{member}@dots{} does not exist, @command{ar}
336 displays an error message, and leaves undisturbed any existing members
337 of the archive matching that name.
338
339 By default, new members are added at the end of the file; but you may
340 use one of the modifiers @samp{a}, @samp{b}, or @samp{i} to request
341 placement relative to some existing member.
342
343 The modifier @samp{v} used with this operation elicits a line of
344 output for each file inserted, along with one of the letters @samp{a} or
345 @samp{r} to indicate whether the file was appended (no old member
346 deleted) or replaced.
347
348 @item s
349 @cindex ranlib
350 Add an index to the archive, or update it if it already exists. Note
351 this command is an exception to the rule that there can only be one
352 command letter, as it is possible to use it as either a command or a
353 modifier. In either case it does the same thing.
354
355 @item t
356 @cindex contents of archive
357 Display a @emph{table} listing the contents of @var{archive}, or those
358 of the files listed in @var{member}@dots{} that are present in the
359 archive. Normally only the member name is shown; if you also want to
360 see the modes (permissions), timestamp, owner, group, and size, you can
361 request that by also specifying the @samp{v} modifier.
362
363 If you do not specify a @var{member}, all files in the archive
364 are listed.
365
366 @cindex repeated names in archive
367 @cindex name duplication in archive
368 If there is more than one file with the same name (say, @samp{fie}) in
369 an archive (say @samp{b.a}), @samp{ar t b.a fie} lists only the
370 first instance; to see them all, you must ask for a complete
371 listing---in our example, @samp{ar t b.a}.
372 @c WRS only; per Gumby, this is implementation-dependent, and in a more
373 @c recent case in fact works the other way.
374
375 @item x
376 @cindex extract from archive
377 @emph{Extract} members (named @var{member}) from the archive. You can
378 use the @samp{v} modifier with this operation, to request that
379 @command{ar} list each name as it extracts it.
380
381 If you do not specify a @var{member}, all files in the archive
382 are extracted.
383
384 Files cannot be extracted from a thin archive.
385
386 @item --help
387 Displays the list of command line options supported by @command{ar}
388 and then exits.
389
390 @item --version
391 Displays the version information of @command{ar} and then exits.
392
393 @end table
394
395 A number of modifiers (@var{mod}) may immediately follow the @var{p}
396 keyletter, to specify variations on an operation's behavior:
397
398 @table @samp
399 @item a
400 @cindex relative placement in archive
401 Add new files @emph{after} an existing member of the
402 archive. If you use the modifier @samp{a}, the name of an existing archive
403 member must be present as the @var{relpos} argument, before the
404 @var{archive} specification.
405
406 @item b
407 Add new files @emph{before} an existing member of the
408 archive. If you use the modifier @samp{b}, the name of an existing archive
409 member must be present as the @var{relpos} argument, before the
410 @var{archive} specification. (same as @samp{i}).
411
412 @item c
413 @cindex creating archives
414 @emph{Create} the archive. The specified @var{archive} is always
415 created if it did not exist, when you request an update. But a warning is
416 issued unless you specify in advance that you expect to create it, by
417 using this modifier.
418
419 @item D
420 @cindex deterministic archives
421 Operate in @emph{deterministic} mode. When adding files and the archive
422 index use zero for UIDs, GIDs, timestamps, and use consistent file modes
423 for all files. When this option is used, if @command{ar} is used with
424 identical options and identical input files, multiple runs will create
425 identical output files regardless of the input files' owners, groups,
426 file modes, or modification times.
427
428 @item f
429 Truncate names in the archive. @sc{gnu} @command{ar} will normally permit file
430 names of any length. This will cause it to create archives which are
431 not compatible with the native @command{ar} program on some systems. If
432 this is a concern, the @samp{f} modifier may be used to truncate file
433 names when putting them in the archive.
434
435 @item i
436 Insert new files @emph{before} an existing member of the
437 archive. If you use the modifier @samp{i}, the name of an existing archive
438 member must be present as the @var{relpos} argument, before the
439 @var{archive} specification. (same as @samp{b}).
440
441 @item l
442 This modifier is accepted but not used.
443 @c whaffor ar l modifier??? presumably compat; with
444 @c what???---doc@@cygnus.com, 25jan91
445
446 @item N
447 Uses the @var{count} parameter. This is used if there are multiple
448 entries in the archive with the same name. Extract or delete instance
449 @var{count} of the given name from the archive.
450
451 @item o
452 @cindex dates in archive
453 Preserve the @emph{original} dates of members when extracting them. If
454 you do not specify this modifier, files extracted from the archive
455 are stamped with the time of extraction.
456
457 @item P
458 Use the full path name when matching names in the archive. @sc{gnu}
459 @command{ar} can not create an archive with a full path name (such archives
460 are not POSIX complaint), but other archive creators can. This option
461 will cause @sc{gnu} @command{ar} to match file names using a complete path
462 name, which can be convenient when extracting a single file from an
463 archive created by another tool.
464
465 @item s
466 @cindex writing archive index
467 Write an object-file index into the archive, or update an existing one,
468 even if no other change is made to the archive. You may use this modifier
469 flag either with any operation, or alone. Running @samp{ar s} on an
470 archive is equivalent to running @samp{ranlib} on it.
471
472 @item S
473 @cindex not writing archive index
474 Do not generate an archive symbol table. This can speed up building a
475 large library in several steps. The resulting archive can not be used
476 with the linker. In order to build a symbol table, you must omit the
477 @samp{S} modifier on the last execution of @samp{ar}, or you must run
478 @samp{ranlib} on the archive.
479
480 @item T
481 @cindex creating thin archive
482 Make the specified @var{archive} a @emph{thin} archive. If it already
483 exists and is a regular archive, the existing members must be present
484 in the same directory as @var{archive}.
485
486 @item u
487 @cindex updating an archive
488 Normally, @samp{ar r}@dots{} inserts all files
489 listed into the archive. If you would like to insert @emph{only} those
490 of the files you list that are newer than existing members of the same
491 names, use this modifier. The @samp{u} modifier is allowed only for the
492 operation @samp{r} (replace). In particular, the combination @samp{qu} is
493 not allowed, since checking the timestamps would lose any speed
494 advantage from the operation @samp{q}.
495
496 @item v
497 This modifier requests the @emph{verbose} version of an operation. Many
498 operations display additional information, such as filenames processed,
499 when the modifier @samp{v} is appended.
500
501 @item V
502 This modifier shows the version number of @command{ar}.
503 @end table
504
505 @command{ar} ignores an initial option spelt @samp{-X32_64}, for
506 compatibility with AIX. The behaviour produced by this option is the
507 default for @sc{gnu} @command{ar}. @command{ar} does not support any of the other
508 @samp{-X} options; in particular, it does not support @option{-X32}
509 which is the default for AIX @command{ar}.
510
511 The optional command line switch @option{--plugin} @var{name} causes
512 @command{ar} to load the plugin called @var{name} which adds support
513 for more file formats. This option is only available if the toolchain
514 has been built with plugin support enabled.
515
516 The optional command line switch @option{--target} @var{bfdname}
517 specifies that the archive members are in an object code format
518 different from your system's default format. See
519 @xref{Target Selection}, for more information.
520
521 @c man end
522
523 @ignore
524 @c man begin SEEALSO ar
525 nm(1), ranlib(1), and the Info entries for @file{binutils}.
526 @c man end
527 @end ignore
528
529 @node ar scripts
530 @section Controlling @command{ar} with a Script
531
532 @smallexample
533 ar -M [ <@var{script} ]
534 @end smallexample
535
536 @cindex MRI compatibility, @command{ar}
537 @cindex scripts, @command{ar}
538 If you use the single command-line option @samp{-M} with @command{ar}, you
539 can control its operation with a rudimentary command language. This
540 form of @command{ar} operates interactively if standard input is coming
541 directly from a terminal. During interactive use, @command{ar} prompts for
542 input (the prompt is @samp{AR >}), and continues executing even after
543 errors. If you redirect standard input to a script file, no prompts are
544 issued, and @command{ar} abandons execution (with a nonzero exit code)
545 on any error.
546
547 The @command{ar} command language is @emph{not} designed to be equivalent
548 to the command-line options; in fact, it provides somewhat less control
549 over archives. The only purpose of the command language is to ease the
550 transition to @sc{gnu} @command{ar} for developers who already have scripts
551 written for the MRI ``librarian'' program.
552
553 The syntax for the @command{ar} command language is straightforward:
554 @itemize @bullet
555 @item
556 commands are recognized in upper or lower case; for example, @code{LIST}
557 is the same as @code{list}. In the following descriptions, commands are
558 shown in upper case for clarity.
559
560 @item
561 a single command may appear on each line; it is the first word on the
562 line.
563
564 @item
565 empty lines are allowed, and have no effect.
566
567 @item
568 comments are allowed; text after either of the characters @samp{*}
569 or @samp{;} is ignored.
570
571 @item
572 Whenever you use a list of names as part of the argument to an @command{ar}
573 command, you can separate the individual names with either commas or
574 blanks. Commas are shown in the explanations below, for clarity.
575
576 @item
577 @samp{+} is used as a line continuation character; if @samp{+} appears
578 at the end of a line, the text on the following line is considered part
579 of the current command.
580 @end itemize
581
582 Here are the commands you can use in @command{ar} scripts, or when using
583 @command{ar} interactively. Three of them have special significance:
584
585 @code{OPEN} or @code{CREATE} specify a @dfn{current archive}, which is
586 a temporary file required for most of the other commands.
587
588 @code{SAVE} commits the changes so far specified by the script. Prior
589 to @code{SAVE}, commands affect only the temporary copy of the current
590 archive.
591
592 @table @code
593 @item ADDLIB @var{archive}
594 @itemx ADDLIB @var{archive} (@var{module}, @var{module}, @dots{} @var{module})
595 Add all the contents of @var{archive} (or, if specified, each named
596 @var{module} from @var{archive}) to the current archive.
597
598 Requires prior use of @code{OPEN} or @code{CREATE}.
599
600 @item ADDMOD @var{member}, @var{member}, @dots{} @var{member}
601 @c FIXME! w/Replacement?? If so, like "ar r @var{archive} @var{names}"
602 @c else like "ar q..."
603 Add each named @var{member} as a module in the current archive.
604
605 Requires prior use of @code{OPEN} or @code{CREATE}.
606
607 @item CLEAR
608 Discard the contents of the current archive, canceling the effect of
609 any operations since the last @code{SAVE}. May be executed (with no
610 effect) even if no current archive is specified.
611
612 @item CREATE @var{archive}
613 Creates an archive, and makes it the current archive (required for many
614 other commands). The new archive is created with a temporary name; it
615 is not actually saved as @var{archive} until you use @code{SAVE}.
616 You can overwrite existing archives; similarly, the contents of any
617 existing file named @var{archive} will not be destroyed until @code{SAVE}.
618
619 @item DELETE @var{module}, @var{module}, @dots{} @var{module}
620 Delete each listed @var{module} from the current archive; equivalent to
621 @samp{ar -d @var{archive} @var{module} @dots{} @var{module}}.
622
623 Requires prior use of @code{OPEN} or @code{CREATE}.
624
625 @item DIRECTORY @var{archive} (@var{module}, @dots{} @var{module})
626 @itemx DIRECTORY @var{archive} (@var{module}, @dots{} @var{module}) @var{outputfile}
627 List each named @var{module} present in @var{archive}. The separate
628 command @code{VERBOSE} specifies the form of the output: when verbose
629 output is off, output is like that of @samp{ar -t @var{archive}
630 @var{module}@dots{}}. When verbose output is on, the listing is like
631 @samp{ar -tv @var{archive} @var{module}@dots{}}.
632
633 Output normally goes to the standard output stream; however, if you
634 specify @var{outputfile} as a final argument, @command{ar} directs the
635 output to that file.
636
637 @item END
638 Exit from @command{ar}, with a @code{0} exit code to indicate successful
639 completion. This command does not save the output file; if you have
640 changed the current archive since the last @code{SAVE} command, those
641 changes are lost.
642
643 @item EXTRACT @var{module}, @var{module}, @dots{} @var{module}
644 Extract each named @var{module} from the current archive, writing them
645 into the current directory as separate files. Equivalent to @samp{ar -x
646 @var{archive} @var{module}@dots{}}.
647
648 Requires prior use of @code{OPEN} or @code{CREATE}.
649
650 @ignore
651 @c FIXME Tokens but no commands???
652 @item FULLDIR
653
654 @item HELP
655 @end ignore
656
657 @item LIST
658 Display full contents of the current archive, in ``verbose'' style
659 regardless of the state of @code{VERBOSE}. The effect is like @samp{ar
660 tv @var{archive}}. (This single command is a @sc{gnu} @command{ar}
661 enhancement, rather than present for MRI compatibility.)
662
663 Requires prior use of @code{OPEN} or @code{CREATE}.
664
665 @item OPEN @var{archive}
666 Opens an existing archive for use as the current archive (required for
667 many other commands). Any changes as the result of subsequent commands
668 will not actually affect @var{archive} until you next use @code{SAVE}.
669
670 @item REPLACE @var{module}, @var{module}, @dots{} @var{module}
671 In the current archive, replace each existing @var{module} (named in
672 the @code{REPLACE} arguments) from files in the current working directory.
673 To execute this command without errors, both the file, and the module in
674 the current archive, must exist.
675
676 Requires prior use of @code{OPEN} or @code{CREATE}.
677
678 @item VERBOSE
679 Toggle an internal flag governing the output from @code{DIRECTORY}.
680 When the flag is on, @code{DIRECTORY} output matches output from
681 @samp{ar -tv }@dots{}.
682
683 @item SAVE
684 Commit your changes to the current archive, and actually save it as a
685 file with the name specified in the last @code{CREATE} or @code{OPEN}
686 command.
687
688 Requires prior use of @code{OPEN} or @code{CREATE}.
689
690 @end table
691
692 @iftex
693 @node ld
694 @chapter ld
695 @cindex linker
696 @kindex ld
697 The @sc{gnu} linker @command{ld} is now described in a separate manual.
698 @xref{Top,, Overview,, Using LD: the @sc{gnu} linker}.
699 @end iftex
700
701 @node nm
702 @chapter nm
703 @cindex symbols
704 @kindex nm
705
706 @c man title nm list symbols from object files
707
708 @smallexample
709 @c man begin SYNOPSIS nm
710 nm [@option{-a}|@option{--debug-syms}]
711 [@option{-g}|@option{--extern-only}][@option{--plugin} @var{name}]
712 [@option{-B}] [@option{-C}|@option{--demangle}[=@var{style}]] [@option{-D}|@option{--dynamic}]
713 [@option{-S}|@option{--print-size}] [@option{-s}|@option{--print-armap}]
714 [@option{-A}|@option{-o}|@option{--print-file-name}][@option{--special-syms}]
715 [@option{-n}|@option{-v}|@option{--numeric-sort}] [@option{-p}|@option{--no-sort}]
716 [@option{-r}|@option{--reverse-sort}] [@option{--size-sort}] [@option{-u}|@option{--undefined-only}]
717 [@option{-t} @var{radix}|@option{--radix=}@var{radix}] [@option{-P}|@option{--portability}]
718 [@option{--target=}@var{bfdname}] [@option{-f}@var{format}|@option{--format=}@var{format}]
719 [@option{--defined-only}] [@option{-l}|@option{--line-numbers}] [@option{--no-demangle}]
720 [@option{-V}|@option{--version}] [@option{-X 32_64}] [@option{--help}] [@var{objfile}@dots{}]
721 @c man end
722 @end smallexample
723
724 @c man begin DESCRIPTION nm
725 @sc{gnu} @command{nm} lists the symbols from object files @var{objfile}@dots{}.
726 If no object files are listed as arguments, @command{nm} assumes the file
727 @file{a.out}.
728
729 For each symbol, @command{nm} shows:
730
731 @itemize @bullet
732 @item
733 The symbol value, in the radix selected by options (see below), or
734 hexadecimal by default.
735
736 @item
737 The symbol type. At least the following types are used; others are, as
738 well, depending on the object file format. If lowercase, the symbol is
739 usually local; if uppercase, the symbol is global (external). There
740 are however a few lowercase symbols that are shown for special global
741 symbols (@code{u}, @code{v} and @code{w}).
742
743 @c Some more detail on exactly what these symbol types are used for
744 @c would be nice.
745 @table @code
746 @item A
747 The symbol's value is absolute, and will not be changed by further
748 linking.
749
750 @item B
751 @itemx b
752 The symbol is in the uninitialized data section (known as BSS).
753
754 @item C
755 The symbol is common. Common symbols are uninitialized data. When
756 linking, multiple common symbols may appear with the same name. If the
757 symbol is defined anywhere, the common symbols are treated as undefined
758 references.
759 @ifclear man
760 For more details on common symbols, see the discussion of
761 --warn-common in @ref{Options,,Linker options,ld.info,The GNU linker}.
762 @end ifclear
763
764 @item D
765 @itemx d
766 The symbol is in the initialized data section.
767
768 @item G
769 @itemx g
770 The symbol is in an initialized data section for small objects. Some
771 object file formats permit more efficient access to small data objects,
772 such as a global int variable as opposed to a large global array.
773
774 @item i
775 For PE format files this indicates that the symbol is in a section
776 specific to the implementation of DLLs. For ELF format files this
777 indicates that the symbol is an indirect function. This is a GNU
778 extension to the standard set of ELF symbol types. It indicates a
779 symbol which if referenced by a relocation does not evaluate to its
780 address, but instead must be invoked at runtime. The runtime
781 execution will then return the value to be used in the relocation.
782
783 @item N
784 The symbol is a debugging symbol.
785
786 @item p
787 The symbols is in a stack unwind section.
788
789 @item R
790 @itemx r
791 The symbol is in a read only data section.
792
793 @item S
794 @itemx s
795 The symbol is in an uninitialized data section for small objects.
796
797 @item T
798 @itemx t
799 The symbol is in the text (code) section.
800
801 @item U
802 The symbol is undefined.
803
804 @item u
805 The symbol is a unique global symbol. This is a GNU extension to the
806 standard set of ELF symbol bindings. For such a symbol the dynamic linker
807 will make sure that in the entire process there is just one symbol with
808 this name and type in use.
809
810 @item V
811 @itemx v
812 The symbol is a weak object. When a weak defined symbol is linked with
813 a normal defined symbol, the normal defined symbol is used with no error.
814 When a weak undefined symbol is linked and the symbol is not defined,
815 the value of the weak symbol becomes zero with no error. On some
816 systems, uppercase indicates that a default value has been specified.
817
818 @item W
819 @itemx w
820 The symbol is a weak symbol that has not been specifically tagged as a
821 weak object symbol. When a weak defined symbol is linked with a normal
822 defined symbol, the normal defined symbol is used with no error.
823 When a weak undefined symbol is linked and the symbol is not defined,
824 the value of the symbol is determined in a system-specific manner without
825 error. On some systems, uppercase indicates that a default value has been
826 specified.
827
828 @item -
829 The symbol is a stabs symbol in an a.out object file. In this case, the
830 next values printed are the stabs other field, the stabs desc field, and
831 the stab type. Stabs symbols are used to hold debugging information.
832 @ifclear man
833 For more information, see @ref{Top,Stabs,Stabs Overview,stabs.info, The
834 ``stabs'' debug format}.
835 @end ifclear
836
837 @item ?
838 The symbol type is unknown, or object file format specific.
839 @end table
840
841 @item
842 The symbol name.
843 @end itemize
844
845 @c man end
846
847 @c man begin OPTIONS nm
848 The long and short forms of options, shown here as alternatives, are
849 equivalent.
850
851 @table @env
852 @item -A
853 @itemx -o
854 @itemx --print-file-name
855 @cindex input file name
856 @cindex file name
857 @cindex source file name
858 Precede each symbol by the name of the input file (or archive member)
859 in which it was found, rather than identifying the input file once only,
860 before all of its symbols.
861
862 @item -a
863 @itemx --debug-syms
864 @cindex debugging symbols
865 Display all symbols, even debugger-only symbols; normally these are not
866 listed.
867
868 @item -B
869 @cindex @command{nm} format
870 @cindex @command{nm} compatibility
871 The same as @option{--format=bsd} (for compatibility with the MIPS @command{nm}).
872
873 @item -C
874 @itemx --demangle[=@var{style}]
875 @cindex demangling in nm
876 Decode (@dfn{demangle}) low-level symbol names into user-level names.
877 Besides removing any initial underscore prepended by the system, this
878 makes C++ function names readable. Different compilers have different
879 mangling styles. The optional demangling style argument can be used to
880 choose an appropriate demangling style for your compiler. @xref{c++filt},
881 for more information on demangling.
882
883 @item --no-demangle
884 Do not demangle low-level symbol names. This is the default.
885
886 @item -D
887 @itemx --dynamic
888 @cindex dynamic symbols
889 Display the dynamic symbols rather than the normal symbols. This is
890 only meaningful for dynamic objects, such as certain types of shared
891 libraries.
892
893 @item -f @var{format}
894 @itemx --format=@var{format}
895 @cindex @command{nm} format
896 @cindex @command{nm} compatibility
897 Use the output format @var{format}, which can be @code{bsd},
898 @code{sysv}, or @code{posix}. The default is @code{bsd}.
899 Only the first character of @var{format} is significant; it can be
900 either upper or lower case.
901
902 @item -g
903 @itemx --extern-only
904 @cindex external symbols
905 Display only external symbols.
906
907 @item --plugin @var{name}
908 @cindex load plugin
909 Load the plugin called @var{name} to add support for extra target
910 types. This option is only available if the toolchain has been built
911 with plugin support enabled.
912
913 @item -l
914 @itemx --line-numbers
915 @cindex symbol line numbers
916 For each symbol, use debugging information to try to find a filename and
917 line number. For a defined symbol, look for the line number of the
918 address of the symbol. For an undefined symbol, look for the line
919 number of a relocation entry which refers to the symbol. If line number
920 information can be found, print it after the other symbol information.
921
922 @item -n
923 @itemx -v
924 @itemx --numeric-sort
925 Sort symbols numerically by their addresses, rather than alphabetically
926 by their names.
927
928 @item -p
929 @itemx --no-sort
930 @cindex sorting symbols
931 Do not bother to sort the symbols in any order; print them in the order
932 encountered.
933
934 @item -P
935 @itemx --portability
936 Use the POSIX.2 standard output format instead of the default format.
937 Equivalent to @samp{-f posix}.
938
939 @item -S
940 @itemx --print-size
941 Print both value and size of defined symbols for the @code{bsd} output style.
942 This option has no effect for object formats that do not record symbol
943 sizes, unless @samp{--size-sort} is also used in which case a
944 calculated size is displayed.
945
946 @item -s
947 @itemx --print-armap
948 @cindex symbol index, listing
949 When listing symbols from archive members, include the index: a mapping
950 (stored in the archive by @command{ar} or @command{ranlib}) of which modules
951 contain definitions for which names.
952
953 @item -r
954 @itemx --reverse-sort
955 Reverse the order of the sort (whether numeric or alphabetic); let the
956 last come first.
957
958 @item --size-sort
959 Sort symbols by size. The size is computed as the difference between
960 the value of the symbol and the value of the symbol with the next higher
961 value. If the @code{bsd} output format is used the size of the symbol
962 is printed, rather than the value, and @samp{-S} must be used in order
963 both size and value to be printed.
964
965 @item --special-syms
966 Display symbols which have a target-specific special meaning. These
967 symbols are usually used by the target for some special processing and
968 are not normally helpful when included included in the normal symbol
969 lists. For example for ARM targets this option would skip the mapping
970 symbols used to mark transitions between ARM code, THUMB code and
971 data.
972
973 @item -t @var{radix}
974 @itemx --radix=@var{radix}
975 Use @var{radix} as the radix for printing the symbol values. It must be
976 @samp{d} for decimal, @samp{o} for octal, or @samp{x} for hexadecimal.
977
978 @item --target=@var{bfdname}
979 @cindex object code format
980 Specify an object code format other than your system's default format.
981 @xref{Target Selection}, for more information.
982
983 @item -u
984 @itemx --undefined-only
985 @cindex external symbols
986 @cindex undefined symbols
987 Display only undefined symbols (those external to each object file).
988
989 @item --defined-only
990 @cindex external symbols
991 @cindex undefined symbols
992 Display only defined symbols for each object file.
993
994 @item -V
995 @itemx --version
996 Show the version number of @command{nm} and exit.
997
998 @item -X
999 This option is ignored for compatibility with the AIX version of
1000 @command{nm}. It takes one parameter which must be the string
1001 @option{32_64}. The default mode of AIX @command{nm} corresponds
1002 to @option{-X 32}, which is not supported by @sc{gnu} @command{nm}.
1003
1004 @item --help
1005 Show a summary of the options to @command{nm} and exit.
1006 @end table
1007
1008 @c man end
1009
1010 @ignore
1011 @c man begin SEEALSO nm
1012 ar(1), objdump(1), ranlib(1), and the Info entries for @file{binutils}.
1013 @c man end
1014 @end ignore
1015
1016 @node objcopy
1017 @chapter objcopy
1018
1019 @c man title objcopy copy and translate object files
1020
1021 @smallexample
1022 @c man begin SYNOPSIS objcopy
1023 objcopy [@option{-F} @var{bfdname}|@option{--target=}@var{bfdname}]
1024 [@option{-I} @var{bfdname}|@option{--input-target=}@var{bfdname}]
1025 [@option{-O} @var{bfdname}|@option{--output-target=}@var{bfdname}]
1026 [@option{-B} @var{bfdarch}|@option{--binary-architecture=}@var{bfdarch}]
1027 [@option{-S}|@option{--strip-all}]
1028 [@option{-g}|@option{--strip-debug}]
1029 [@option{-K} @var{symbolname}|@option{--keep-symbol=}@var{symbolname}]
1030 [@option{-N} @var{symbolname}|@option{--strip-symbol=}@var{symbolname}]
1031 [@option{--strip-unneeded-symbol=}@var{symbolname}]
1032 [@option{-G} @var{symbolname}|@option{--keep-global-symbol=}@var{symbolname}]
1033 [@option{--localize-hidden}]
1034 [@option{-L} @var{symbolname}|@option{--localize-symbol=}@var{symbolname}]
1035 [@option{--globalize-symbol=}@var{symbolname}]
1036 [@option{-W} @var{symbolname}|@option{--weaken-symbol=}@var{symbolname}]
1037 [@option{-w}|@option{--wildcard}]
1038 [@option{-x}|@option{--discard-all}]
1039 [@option{-X}|@option{--discard-locals}]
1040 [@option{-b} @var{byte}|@option{--byte=}@var{byte}]
1041 [@option{-i} [@var{breadth}]|@option{--interleave}[=@var{breadth}]]
1042 [@option{--interleave-width=}@var{width}]
1043 [@option{-j} @var{sectionname}|@option{--only-section=}@var{sectionname}]
1044 [@option{-R} @var{sectionname}|@option{--remove-section=}@var{sectionname}]
1045 [@option{-p}|@option{--preserve-dates}]
1046 [@option{--debugging}]
1047 [@option{--gap-fill=}@var{val}]
1048 [@option{--pad-to=}@var{address}]
1049 [@option{--set-start=}@var{val}]
1050 [@option{--adjust-start=}@var{incr}]
1051 [@option{--change-addresses=}@var{incr}]
1052 [@option{--change-section-address} @var{section}@{=,+,-@}@var{val}]
1053 [@option{--change-section-lma} @var{section}@{=,+,-@}@var{val}]
1054 [@option{--change-section-vma} @var{section}@{=,+,-@}@var{val}]
1055 [@option{--change-warnings}] [@option{--no-change-warnings}]
1056 [@option{--set-section-flags} @var{section}=@var{flags}]
1057 [@option{--add-section} @var{sectionname}=@var{filename}]
1058 [@option{--rename-section} @var{oldname}=@var{newname}[,@var{flags}]]
1059 [@option{--long-section-names} @{enable,disable,keep@}]
1060 [@option{--change-leading-char}] [@option{--remove-leading-char}]
1061 [@option{--reverse-bytes=}@var{num}]
1062 [@option{--srec-len=}@var{ival}] [@option{--srec-forceS3}]
1063 [@option{--redefine-sym} @var{old}=@var{new}]
1064 [@option{--redefine-syms=}@var{filename}]
1065 [@option{--weaken}]
1066 [@option{--keep-symbols=}@var{filename}]
1067 [@option{--strip-symbols=}@var{filename}]
1068 [@option{--strip-unneeded-symbols=}@var{filename}]
1069 [@option{--keep-global-symbols=}@var{filename}]
1070 [@option{--localize-symbols=}@var{filename}]
1071 [@option{--globalize-symbols=}@var{filename}]
1072 [@option{--weaken-symbols=}@var{filename}]
1073 [@option{--alt-machine-code=}@var{index}]
1074 [@option{--prefix-symbols=}@var{string}]
1075 [@option{--prefix-sections=}@var{string}]
1076 [@option{--prefix-alloc-sections=}@var{string}]
1077 [@option{--add-gnu-debuglink=}@var{path-to-file}]
1078 [@option{--keep-file-symbols}]
1079 [@option{--only-keep-debug}]
1080 [@option{--extract-symbol}]
1081 [@option{--writable-text}]
1082 [@option{--readonly-text}]
1083 [@option{--pure}]
1084 [@option{--impure}]
1085 [@option{--file-alignment=}@var{num}]
1086 [@option{--heap=}@var{size}]
1087 [@option{--image-base=}@var{address}]
1088 [@option{--section-alignment=}@var{num}]
1089 [@option{--stack=}@var{size}]
1090 [@option{--subsystem=}@var{which}:@var{major}.@var{minor}]
1091 [@option{--compress-debug-sections}]
1092 [@option{--decompress-debug-sections}]
1093 [@option{--dwarf-depth=@var{n}}]
1094 [@option{--dwarf-start=@var{n}}]
1095 [@option{-v}|@option{--verbose}]
1096 [@option{-V}|@option{--version}]
1097 [@option{--help}] [@option{--info}]
1098 @var{infile} [@var{outfile}]
1099 @c man end
1100 @end smallexample
1101
1102 @c man begin DESCRIPTION objcopy
1103 The @sc{gnu} @command{objcopy} utility copies the contents of an object
1104 file to another. @command{objcopy} uses the @sc{gnu} @sc{bfd} Library to
1105 read and write the object files. It can write the destination object
1106 file in a format different from that of the source object file. The
1107 exact behavior of @command{objcopy} is controlled by command-line options.
1108 Note that @command{objcopy} should be able to copy a fully linked file
1109 between any two formats. However, copying a relocatable object file
1110 between any two formats may not work as expected.
1111
1112 @command{objcopy} creates temporary files to do its translations and
1113 deletes them afterward. @command{objcopy} uses @sc{bfd} to do all its
1114 translation work; it has access to all the formats described in @sc{bfd}
1115 and thus is able to recognize most formats without being told
1116 explicitly. @xref{BFD,,BFD,ld.info,Using LD}.
1117
1118 @command{objcopy} can be used to generate S-records by using an output
1119 target of @samp{srec} (e.g., use @samp{-O srec}).
1120
1121 @command{objcopy} can be used to generate a raw binary file by using an
1122 output target of @samp{binary} (e.g., use @option{-O binary}). When
1123 @command{objcopy} generates a raw binary file, it will essentially produce
1124 a memory dump of the contents of the input object file. All symbols and
1125 relocation information will be discarded. The memory dump will start at
1126 the load address of the lowest section copied into the output file.
1127
1128 When generating an S-record or a raw binary file, it may be helpful to
1129 use @option{-S} to remove sections containing debugging information. In
1130 some cases @option{-R} will be useful to remove sections which contain
1131 information that is not needed by the binary file.
1132
1133 Note---@command{objcopy} is not able to change the endianness of its input
1134 files. If the input format has an endianness (some formats do not),
1135 @command{objcopy} can only copy the inputs into file formats that have the
1136 same endianness or which have no endianness (e.g., @samp{srec}).
1137 (However, see the @option{--reverse-bytes} option.)
1138
1139 @c man end
1140
1141 @c man begin OPTIONS objcopy
1142
1143 @table @env
1144 @item @var{infile}
1145 @itemx @var{outfile}
1146 The input and output files, respectively.
1147 If you do not specify @var{outfile}, @command{objcopy} creates a
1148 temporary file and destructively renames the result with
1149 the name of @var{infile}.
1150
1151 @item -I @var{bfdname}
1152 @itemx --input-target=@var{bfdname}
1153 Consider the source file's object format to be @var{bfdname}, rather than
1154 attempting to deduce it. @xref{Target Selection}, for more information.
1155
1156 @item -O @var{bfdname}
1157 @itemx --output-target=@var{bfdname}
1158 Write the output file using the object format @var{bfdname}.
1159 @xref{Target Selection}, for more information.
1160
1161 @item -F @var{bfdname}
1162 @itemx --target=@var{bfdname}
1163 Use @var{bfdname} as the object format for both the input and the output
1164 file; i.e., simply transfer data from source to destination with no
1165 translation. @xref{Target Selection}, for more information.
1166
1167 @item -B @var{bfdarch}
1168 @itemx --binary-architecture=@var{bfdarch}
1169 Useful when transforming a architecture-less input file into an object file.
1170 In this case the output architecture can be set to @var{bfdarch}. This
1171 option will be ignored if the input file has a known @var{bfdarch}. You
1172 can access this binary data inside a program by referencing the special
1173 symbols that are created by the conversion process. These symbols are
1174 called _binary_@var{objfile}_start, _binary_@var{objfile}_end and
1175 _binary_@var{objfile}_size. e.g. you can transform a picture file into
1176 an object file and then access it in your code using these symbols.
1177
1178 @item -j @var{sectionname}
1179 @itemx --only-section=@var{sectionname}
1180 Copy only the named section from the input file to the output file.
1181 This option may be given more than once. Note that using this option
1182 inappropriately may make the output file unusable.
1183
1184 @item -R @var{sectionname}
1185 @itemx --remove-section=@var{sectionname}
1186 Remove any section named @var{sectionname} from the output file. This
1187 option may be given more than once. Note that using this option
1188 inappropriately may make the output file unusable.
1189
1190 @item -S
1191 @itemx --strip-all
1192 Do not copy relocation and symbol information from the source file.
1193
1194 @item -g
1195 @itemx --strip-debug
1196 Do not copy debugging symbols or sections from the source file.
1197
1198 @item --strip-unneeded
1199 Strip all symbols that are not needed for relocation processing.
1200
1201 @item -K @var{symbolname}
1202 @itemx --keep-symbol=@var{symbolname}
1203 When stripping symbols, keep symbol @var{symbolname} even if it would
1204 normally be stripped. This option may be given more than once.
1205
1206 @item -N @var{symbolname}
1207 @itemx --strip-symbol=@var{symbolname}
1208 Do not copy symbol @var{symbolname} from the source file. This option
1209 may be given more than once.
1210
1211 @item --strip-unneeded-symbol=@var{symbolname}
1212 Do not copy symbol @var{symbolname} from the source file unless it is needed
1213 by a relocation. This option may be given more than once.
1214
1215 @item -G @var{symbolname}
1216 @itemx --keep-global-symbol=@var{symbolname}
1217 Keep only symbol @var{symbolname} global. Make all other symbols local
1218 to the file, so that they are not visible externally. This option may
1219 be given more than once.
1220
1221 @item --localize-hidden
1222 In an ELF object, mark all symbols that have hidden or internal visibility
1223 as local. This option applies on top of symbol-specific localization options
1224 such as @option{-L}.
1225
1226 @item -L @var{symbolname}
1227 @itemx --localize-symbol=@var{symbolname}
1228 Make symbol @var{symbolname} local to the file, so that it is not
1229 visible externally. This option may be given more than once.
1230
1231 @item -W @var{symbolname}
1232 @itemx --weaken-symbol=@var{symbolname}
1233 Make symbol @var{symbolname} weak. This option may be given more than once.
1234
1235 @item --globalize-symbol=@var{symbolname}
1236 Give symbol @var{symbolname} global scoping so that it is visible
1237 outside of the file in which it is defined. This option may be given
1238 more than once.
1239
1240 @item -w
1241 @itemx --wildcard
1242 Permit regular expressions in @var{symbolname}s used in other command
1243 line options. The question mark (?), asterisk (*), backslash (\) and
1244 square brackets ([]) operators can be used anywhere in the symbol
1245 name. If the first character of the symbol name is the exclamation
1246 point (!) then the sense of the switch is reversed for that symbol.
1247 For example:
1248
1249 @smallexample
1250 -w -W !foo -W fo*
1251 @end smallexample
1252
1253 would cause objcopy to weaken all symbols that start with ``fo''
1254 except for the symbol ``foo''.
1255
1256 @item -x
1257 @itemx --discard-all
1258 Do not copy non-global symbols from the source file.
1259 @c FIXME any reason to prefer "non-global" to "local" here?
1260
1261 @item -X
1262 @itemx --discard-locals
1263 Do not copy compiler-generated local symbols.
1264 (These usually start with @samp{L} or @samp{.}.)
1265
1266 @item -b @var{byte}
1267 @itemx --byte=@var{byte}
1268 If interleaving has been enabled via the @option{--interleave} option
1269 then start the range of bytes to keep at the @var{byte}th byte.
1270 @var{byte} can be in the range from 0 to @var{breadth}-1, where
1271 @var{breadth} is the value given by the @option{--interleave} option.
1272
1273 @item -i [@var{breadth}]
1274 @itemx --interleave[=@var{breadth}]
1275 Only copy a range out of every @var{breadth} bytes. (Header data is
1276 not affected). Select which byte in the range begins the copy with
1277 the @option{--byte} option. Select the width of the range with the
1278 @option{--interleave-width} option.
1279
1280 This option is useful for creating files to program @sc{rom}. It is
1281 typically used with an @code{srec} output target. Note that
1282 @command{objcopy} will complain if you do not specify the
1283 @option{--byte} option as well.
1284
1285 The default interleave breadth is 4, so with @option{--byte} set to 0,
1286 @command{objcopy} would copy the first byte out of every four bytes
1287 from the input to the output.
1288
1289 @item --interleave-width=@var{width}
1290 When used with the @option{--interleave} option, copy @var{width}
1291 bytes at a time. The start of the range of bytes to be copied is set
1292 by the @option{--byte} option, and the extent of the range is set with
1293 the @option{--interleave} option.
1294
1295 The default value for this option is 1. The value of @var{width} plus
1296 the @var{byte} value set by the @option{--byte} option must not exceed
1297 the interleave breadth set by the @option{--interleave} option.
1298
1299 This option can be used to create images for two 16-bit flashes interleaved
1300 in a 32-bit bus by passing @option{-b 0 -i 4 --interleave-width=2}
1301 and @option{-b 2 -i 4 --interleave-width=2} to two @command{objcopy}
1302 commands. If the input was '12345678' then the outputs would be
1303 '1256' and '3478' respectively.
1304
1305 @item -p
1306 @itemx --preserve-dates
1307 Set the access and modification dates of the output file to be the same
1308 as those of the input file.
1309
1310 @item --debugging
1311 Convert debugging information, if possible. This is not the default
1312 because only certain debugging formats are supported, and the
1313 conversion process can be time consuming.
1314
1315 @item --gap-fill @var{val}
1316 Fill gaps between sections with @var{val}. This operation applies to
1317 the @emph{load address} (LMA) of the sections. It is done by increasing
1318 the size of the section with the lower address, and filling in the extra
1319 space created with @var{val}.
1320
1321 @item --pad-to @var{address}
1322 Pad the output file up to the load address @var{address}. This is
1323 done by increasing the size of the last section. The extra space is
1324 filled in with the value specified by @option{--gap-fill} (default zero).
1325
1326 @item --set-start @var{val}
1327 Set the start address of the new file to @var{val}. Not all object file
1328 formats support setting the start address.
1329
1330 @item --change-start @var{incr}
1331 @itemx --adjust-start @var{incr}
1332 @cindex changing start address
1333 Change the start address by adding @var{incr}. Not all object file
1334 formats support setting the start address.
1335
1336 @item --change-addresses @var{incr}
1337 @itemx --adjust-vma @var{incr}
1338 @cindex changing object addresses
1339 Change the VMA and LMA addresses of all sections, as well as the start
1340 address, by adding @var{incr}. Some object file formats do not permit
1341 section addresses to be changed arbitrarily. Note that this does not
1342 relocate the sections; if the program expects sections to be loaded at a
1343 certain address, and this option is used to change the sections such
1344 that they are loaded at a different address, the program may fail.
1345
1346 @item --change-section-address @var{section}@{=,+,-@}@var{val}
1347 @itemx --adjust-section-vma @var{section}@{=,+,-@}@var{val}
1348 @cindex changing section address
1349 Set or change both the VMA address and the LMA address of the named
1350 @var{section}. If @samp{=} is used, the section address is set to
1351 @var{val}. Otherwise, @var{val} is added to or subtracted from the
1352 section address. See the comments under @option{--change-addresses},
1353 above. If @var{section} does not exist in the input file, a warning will
1354 be issued, unless @option{--no-change-warnings} is used.
1355
1356 @item --change-section-lma @var{section}@{=,+,-@}@var{val}
1357 @cindex changing section LMA
1358 Set or change the LMA address of the named @var{section}. The LMA
1359 address is the address where the section will be loaded into memory at
1360 program load time. Normally this is the same as the VMA address, which
1361 is the address of the section at program run time, but on some systems,
1362 especially those where a program is held in ROM, the two can be
1363 different. If @samp{=} is used, the section address is set to
1364 @var{val}. Otherwise, @var{val} is added to or subtracted from the
1365 section address. See the comments under @option{--change-addresses},
1366 above. If @var{section} does not exist in the input file, a warning
1367 will be issued, unless @option{--no-change-warnings} is used.
1368
1369 @item --change-section-vma @var{section}@{=,+,-@}@var{val}
1370 @cindex changing section VMA
1371 Set or change the VMA address of the named @var{section}. The VMA
1372 address is the address where the section will be located once the
1373 program has started executing. Normally this is the same as the LMA
1374 address, which is the address where the section will be loaded into
1375 memory, but on some systems, especially those where a program is held in
1376 ROM, the two can be different. If @samp{=} is used, the section address
1377 is set to @var{val}. Otherwise, @var{val} is added to or subtracted
1378 from the section address. See the comments under
1379 @option{--change-addresses}, above. If @var{section} does not exist in
1380 the input file, a warning will be issued, unless
1381 @option{--no-change-warnings} is used.
1382
1383 @item --change-warnings
1384 @itemx --adjust-warnings
1385 If @option{--change-section-address} or @option{--change-section-lma} or
1386 @option{--change-section-vma} is used, and the named section does not
1387 exist, issue a warning. This is the default.
1388
1389 @item --no-change-warnings
1390 @itemx --no-adjust-warnings
1391 Do not issue a warning if @option{--change-section-address} or
1392 @option{--adjust-section-lma} or @option{--adjust-section-vma} is used, even
1393 if the named section does not exist.
1394
1395 @item --set-section-flags @var{section}=@var{flags}
1396 Set the flags for the named section. The @var{flags} argument is a
1397 comma separated string of flag names. The recognized names are
1398 @samp{alloc}, @samp{contents}, @samp{load}, @samp{noload},
1399 @samp{readonly}, @samp{code}, @samp{data}, @samp{rom}, @samp{share}, and
1400 @samp{debug}. You can set the @samp{contents} flag for a section which
1401 does not have contents, but it is not meaningful to clear the
1402 @samp{contents} flag of a section which does have contents--just remove
1403 the section instead. Not all flags are meaningful for all object file
1404 formats.
1405
1406 @item --add-section @var{sectionname}=@var{filename}
1407 Add a new section named @var{sectionname} while copying the file. The
1408 contents of the new section are taken from the file @var{filename}. The
1409 size of the section will be the size of the file. This option only
1410 works on file formats which can support sections with arbitrary names.
1411
1412 @item --rename-section @var{oldname}=@var{newname}[,@var{flags}]
1413 Rename a section from @var{oldname} to @var{newname}, optionally
1414 changing the section's flags to @var{flags} in the process. This has
1415 the advantage over usng a linker script to perform the rename in that
1416 the output stays as an object file and does not become a linked
1417 executable.
1418
1419 This option is particularly helpful when the input format is binary,
1420 since this will always create a section called .data. If for example,
1421 you wanted instead to create a section called .rodata containing binary
1422 data you could use the following command line to achieve it:
1423
1424 @smallexample
1425 objcopy -I binary -O <output_format> -B <architecture> \
1426 --rename-section .data=.rodata,alloc,load,readonly,data,contents \
1427 <input_binary_file> <output_object_file>
1428 @end smallexample
1429
1430 @item --long-section-names @{enable,disable,keep@}
1431 Controls the handling of long section names when processing @code{COFF}
1432 and @code{PE-COFF} object formats. The default behaviour, @samp{keep},
1433 is to preserve long section names if any are present in the input file.
1434 The @samp{enable} and @samp{disable} options forcibly enable or disable
1435 the use of long section names in the output object; when @samp{disable}
1436 is in effect, any long section names in the input object will be truncated.
1437 The @samp{enable} option will only emit long section names if any are
1438 present in the inputs; this is mostly the same as @samp{keep}, but it
1439 is left undefined whether the @samp{enable} option might force the
1440 creation of an empty string table in the output file.
1441
1442 @item --change-leading-char
1443 Some object file formats use special characters at the start of
1444 symbols. The most common such character is underscore, which compilers
1445 often add before every symbol. This option tells @command{objcopy} to
1446 change the leading character of every symbol when it converts between
1447 object file formats. If the object file formats use the same leading
1448 character, this option has no effect. Otherwise, it will add a
1449 character, or remove a character, or change a character, as
1450 appropriate.
1451
1452 @item --remove-leading-char
1453 If the first character of a global symbol is a special symbol leading
1454 character used by the object file format, remove the character. The
1455 most common symbol leading character is underscore. This option will
1456 remove a leading underscore from all global symbols. This can be useful
1457 if you want to link together objects of different file formats with
1458 different conventions for symbol names. This is different from
1459 @option{--change-leading-char} because it always changes the symbol name
1460 when appropriate, regardless of the object file format of the output
1461 file.
1462
1463 @item --reverse-bytes=@var{num}
1464 Reverse the bytes in a section with output contents. A section length must
1465 be evenly divisible by the value given in order for the swap to be able to
1466 take place. Reversing takes place before the interleaving is performed.
1467
1468 This option is used typically in generating ROM images for problematic
1469 target systems. For example, on some target boards, the 32-bit words
1470 fetched from 8-bit ROMs are re-assembled in little-endian byte order
1471 regardless of the CPU byte order. Depending on the programming model, the
1472 endianness of the ROM may need to be modified.
1473
1474 Consider a simple file with a section containing the following eight
1475 bytes: @code{12345678}.
1476
1477 Using @samp{--reverse-bytes=2} for the above example, the bytes in the
1478 output file would be ordered @code{21436587}.
1479
1480 Using @samp{--reverse-bytes=4} for the above example, the bytes in the
1481 output file would be ordered @code{43218765}.
1482
1483 By using @samp{--reverse-bytes=2} for the above example, followed by
1484 @samp{--reverse-bytes=4} on the output file, the bytes in the second
1485 output file would be ordered @code{34127856}.
1486
1487 @item --srec-len=@var{ival}
1488 Meaningful only for srec output. Set the maximum length of the Srecords
1489 being produced to @var{ival}. This length covers both address, data and
1490 crc fields.
1491
1492 @item --srec-forceS3
1493 Meaningful only for srec output. Avoid generation of S1/S2 records,
1494 creating S3-only record format.
1495
1496 @item --redefine-sym @var{old}=@var{new}
1497 Change the name of a symbol @var{old}, to @var{new}. This can be useful
1498 when one is trying link two things together for which you have no
1499 source, and there are name collisions.
1500
1501 @item --redefine-syms=@var{filename}
1502 Apply @option{--redefine-sym} to each symbol pair "@var{old} @var{new}"
1503 listed in the file @var{filename}. @var{filename} is simply a flat file,
1504 with one symbol pair per line. Line comments may be introduced by the hash
1505 character. This option may be given more than once.
1506
1507 @item --weaken
1508 Change all global symbols in the file to be weak. This can be useful
1509 when building an object which will be linked against other objects using
1510 the @option{-R} option to the linker. This option is only effective when
1511 using an object file format which supports weak symbols.
1512
1513 @item --keep-symbols=@var{filename}
1514 Apply @option{--keep-symbol} option to each symbol listed in the file
1515 @var{filename}. @var{filename} is simply a flat file, with one symbol
1516 name per line. Line comments may be introduced by the hash character.
1517 This option may be given more than once.
1518
1519 @item --strip-symbols=@var{filename}
1520 Apply @option{--strip-symbol} option to each symbol listed in the file
1521 @var{filename}. @var{filename} is simply a flat file, with one symbol
1522 name per line. Line comments may be introduced by the hash character.
1523 This option may be given more than once.
1524
1525 @item --strip-unneeded-symbols=@var{filename}
1526 Apply @option{--strip-unneeded-symbol} option to each symbol listed in
1527 the file @var{filename}. @var{filename} is simply a flat file, with one
1528 symbol name per line. Line comments may be introduced by the hash
1529 character. This option may be given more than once.
1530
1531 @item --keep-global-symbols=@var{filename}
1532 Apply @option{--keep-global-symbol} option to each symbol listed in the
1533 file @var{filename}. @var{filename} is simply a flat file, with one
1534 symbol name per line. Line comments may be introduced by the hash
1535 character. This option may be given more than once.
1536
1537 @item --localize-symbols=@var{filename}
1538 Apply @option{--localize-symbol} option to each symbol listed in the file
1539 @var{filename}. @var{filename} is simply a flat file, with one symbol
1540 name per line. Line comments may be introduced by the hash character.
1541 This option may be given more than once.
1542
1543 @item --globalize-symbols=@var{filename}
1544 Apply @option{--globalize-symbol} option to each symbol listed in the file
1545 @var{filename}. @var{filename} is simply a flat file, with one symbol
1546 name per line. Line comments may be introduced by the hash character.
1547 This option may be given more than once.
1548
1549 @item --weaken-symbols=@var{filename}
1550 Apply @option{--weaken-symbol} option to each symbol listed in the file
1551 @var{filename}. @var{filename} is simply a flat file, with one symbol
1552 name per line. Line comments may be introduced by the hash character.
1553 This option may be given more than once.
1554
1555 @item --alt-machine-code=@var{index}
1556 If the output architecture has alternate machine codes, use the
1557 @var{index}th code instead of the default one. This is useful in case
1558 a machine is assigned an official code and the tool-chain adopts the
1559 new code, but other applications still depend on the original code
1560 being used. For ELF based architectures if the @var{index}
1561 alternative does not exist then the value is treated as an absolute
1562 number to be stored in the e_machine field of the ELF header.
1563
1564 @item --writable-text
1565 Mark the output text as writable. This option isn't meaningful for all
1566 object file formats.
1567
1568 @item --readonly-text
1569 Make the output text write protected. This option isn't meaningful for all
1570 object file formats.
1571
1572 @item --pure
1573 Mark the output file as demand paged. This option isn't meaningful for all
1574 object file formats.
1575
1576 @item --impure
1577 Mark the output file as impure. This option isn't meaningful for all
1578 object file formats.
1579
1580 @item --prefix-symbols=@var{string}
1581 Prefix all symbols in the output file with @var{string}.
1582
1583 @item --prefix-sections=@var{string}
1584 Prefix all section names in the output file with @var{string}.
1585
1586 @item --prefix-alloc-sections=@var{string}
1587 Prefix all the names of all allocated sections in the output file with
1588 @var{string}.
1589
1590 @item --add-gnu-debuglink=@var{path-to-file}
1591 Creates a .gnu_debuglink section which contains a reference to @var{path-to-file}
1592 and adds it to the output file.
1593
1594 @item --keep-file-symbols
1595 When stripping a file, perhaps with @option{--strip-debug} or
1596 @option{--strip-unneeded}, retain any symbols specifying source file names,
1597 which would otherwise get stripped.
1598
1599 @item --only-keep-debug
1600 Strip a file, removing contents of any sections that would not be
1601 stripped by @option{--strip-debug} and leaving the debugging sections
1602 intact. In ELF files, this preserves all note sections in the output.
1603
1604 The intention is that this option will be used in conjunction with
1605 @option{--add-gnu-debuglink} to create a two part executable. One a
1606 stripped binary which will occupy less space in RAM and in a
1607 distribution and the second a debugging information file which is only
1608 needed if debugging abilities are required. The suggested procedure
1609 to create these files is as follows:
1610
1611 @enumerate
1612 @item Link the executable as normal. Assuming that is is called
1613 @code{foo} then...
1614 @item Run @code{objcopy --only-keep-debug foo foo.dbg} to
1615 create a file containing the debugging info.
1616 @item Run @code{objcopy --strip-debug foo} to create a
1617 stripped executable.
1618 @item Run @code{objcopy --add-gnu-debuglink=foo.dbg foo}
1619 to add a link to the debugging info into the stripped executable.
1620 @end enumerate
1621
1622 Note---the choice of @code{.dbg} as an extension for the debug info
1623 file is arbitrary. Also the @code{--only-keep-debug} step is
1624 optional. You could instead do this:
1625
1626 @enumerate
1627 @item Link the executable as normal.
1628 @item Copy @code{foo} to @code{foo.full}
1629 @item Run @code{objcopy --strip-debug foo}
1630 @item Run @code{objcopy --add-gnu-debuglink=foo.full foo}
1631 @end enumerate
1632
1633 i.e., the file pointed to by the @option{--add-gnu-debuglink} can be the
1634 full executable. It does not have to be a file created by the
1635 @option{--only-keep-debug} switch.
1636
1637 Note---this switch is only intended for use on fully linked files. It
1638 does not make sense to use it on object files where the debugging
1639 information may be incomplete. Besides the gnu_debuglink feature
1640 currently only supports the presence of one filename containing
1641 debugging information, not multiple filenames on a one-per-object-file
1642 basis.
1643
1644 @item --file-alignment @var{num}
1645 Specify the file alignment. Sections in the file will always begin at
1646 file offsets which are multiples of this number. This defaults to
1647 512.
1648 [This option is specific to PE targets.]
1649
1650 @item --heap @var{reserve}
1651 @itemx --heap @var{reserve},@var{commit}
1652 Specify the number of bytes of memory to reserve (and optionally commit)
1653 to be used as heap for this program.
1654 [This option is specific to PE targets.]
1655
1656 @item --image-base @var{value}
1657 Use @var{value} as the base address of your program or dll. This is
1658 the lowest memory location that will be used when your program or dll
1659 is loaded. To reduce the need to relocate and improve performance of
1660 your dlls, each should have a unique base address and not overlap any
1661 other dlls. The default is 0x400000 for executables, and 0x10000000
1662 for dlls.
1663 [This option is specific to PE targets.]
1664
1665 @item --section-alignment @var{num}
1666 Sets the section alignment. Sections in memory will always begin at
1667 addresses which are a multiple of this number. Defaults to 0x1000.
1668 [This option is specific to PE targets.]
1669
1670 @item --stack @var{reserve}
1671 @itemx --stack @var{reserve},@var{commit}
1672 Specify the number of bytes of memory to reserve (and optionally commit)
1673 to be used as stack for this program.
1674 [This option is specific to PE targets.]
1675
1676 @item --subsystem @var{which}
1677 @itemx --subsystem @var{which}:@var{major}
1678 @itemx --subsystem @var{which}:@var{major}.@var{minor}
1679 Specifies the subsystem under which your program will execute. The
1680 legal values for @var{which} are @code{native}, @code{windows},
1681 @code{console}, @code{posix}, @code{efi-app}, @code{efi-bsd},
1682 @code{efi-rtd}, @code{sal-rtd}, and @code{xbox}. You may optionally set
1683 the subsystem version also. Numeric values are also accepted for
1684 @var{which}.
1685 [This option is specific to PE targets.]
1686
1687 @item --extract-symbol
1688 Keep the file's section flags and symbols but remove all section data.
1689 Specifically, the option:
1690
1691 @itemize
1692 @item removes the contents of all sections;
1693 @item sets the size of every section to zero; and
1694 @item sets the file's start address to zero.
1695 @end itemize
1696
1697 This option is used to build a @file{.sym} file for a VxWorks kernel.
1698 It can also be a useful way of reducing the size of a @option{--just-symbols}
1699 linker input file.
1700
1701 @item --compress-debug-sections
1702 Compress DWARF debug sections using zlib.
1703
1704 @item --decompress-debug-sections
1705 Decompress DWARF debug sections using zlib.
1706
1707 @item -V
1708 @itemx --version
1709 Show the version number of @command{objcopy}.
1710
1711 @item -v
1712 @itemx --verbose
1713 Verbose output: list all object files modified. In the case of
1714 archives, @samp{objcopy -V} lists all members of the archive.
1715
1716 @item --help
1717 Show a summary of the options to @command{objcopy}.
1718
1719 @item --info
1720 Display a list showing all architectures and object formats available.
1721 @end table
1722
1723 @c man end
1724
1725 @ignore
1726 @c man begin SEEALSO objcopy
1727 ld(1), objdump(1), and the Info entries for @file{binutils}.
1728 @c man end
1729 @end ignore
1730
1731 @node objdump
1732 @chapter objdump
1733
1734 @cindex object file information
1735 @kindex objdump
1736
1737 @c man title objdump display information from object files.
1738
1739 @smallexample
1740 @c man begin SYNOPSIS objdump
1741 objdump [@option{-a}|@option{--archive-headers}]
1742 [@option{-b} @var{bfdname}|@option{--target=@var{bfdname}}]
1743 [@option{-C}|@option{--demangle}[=@var{style}] ]
1744 [@option{-d}|@option{--disassemble}]
1745 [@option{-D}|@option{--disassemble-all}]
1746 [@option{-z}|@option{--disassemble-zeroes}]
1747 [@option{-EB}|@option{-EL}|@option{--endian=}@{big | little @}]
1748 [@option{-f}|@option{--file-headers}]
1749 [@option{-F}|@option{--file-offsets}]
1750 [@option{--file-start-context}]
1751 [@option{-g}|@option{--debugging}]
1752 [@option{-e}|@option{--debugging-tags}]
1753 [@option{-h}|@option{--section-headers}|@option{--headers}]
1754 [@option{-i}|@option{--info}]
1755 [@option{-j} @var{section}|@option{--section=}@var{section}]
1756 [@option{-l}|@option{--line-numbers}]
1757 [@option{-S}|@option{--source}]
1758 [@option{-m} @var{machine}|@option{--architecture=}@var{machine}]
1759 [@option{-M} @var{options}|@option{--disassembler-options=}@var{options}]
1760 [@option{-p}|@option{--private-headers}]
1761 [@option{-P} @var{options}|@option{--private=}@var{options}]
1762 [@option{-r}|@option{--reloc}]
1763 [@option{-R}|@option{--dynamic-reloc}]
1764 [@option{-s}|@option{--full-contents}]
1765 [@option{-W[lLiaprmfFsoRt]}|
1766 @option{--dwarf}[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]]
1767 [@option{-G}|@option{--stabs}]
1768 [@option{-t}|@option{--syms}]
1769 [@option{-T}|@option{--dynamic-syms}]
1770 [@option{-x}|@option{--all-headers}]
1771 [@option{-w}|@option{--wide}]
1772 [@option{--start-address=}@var{address}]
1773 [@option{--stop-address=}@var{address}]
1774 [@option{--prefix-addresses}]
1775 [@option{--[no-]show-raw-insn}]
1776 [@option{--adjust-vma=}@var{offset}]
1777 [@option{--special-syms}]
1778 [@option{--prefix=}@var{prefix}]
1779 [@option{--prefix-strip=}@var{level}]
1780 [@option{--insn-width=}@var{width}]
1781 [@option{-V}|@option{--version}]
1782 [@option{-H}|@option{--help}]
1783 @var{objfile}@dots{}
1784 @c man end
1785 @end smallexample
1786
1787 @c man begin DESCRIPTION objdump
1788
1789 @command{objdump} displays information about one or more object files.
1790 The options control what particular information to display. This
1791 information is mostly useful to programmers who are working on the
1792 compilation tools, as opposed to programmers who just want their
1793 program to compile and work.
1794
1795 @var{objfile}@dots{} are the object files to be examined. When you
1796 specify archives, @command{objdump} shows information on each of the member
1797 object files.
1798
1799 @c man end
1800
1801 @c man begin OPTIONS objdump
1802
1803 The long and short forms of options, shown here as alternatives, are
1804 equivalent. At least one option from the list
1805 @option{-a,-d,-D,-e,-f,-g,-G,-h,-H,-p,-P,-r,-R,-s,-S,-t,-T,-V,-x} must be given.
1806
1807 @table @env
1808 @item -a
1809 @itemx --archive-header
1810 @cindex archive headers
1811 If any of the @var{objfile} files are archives, display the archive
1812 header information (in a format similar to @samp{ls -l}). Besides the
1813 information you could list with @samp{ar tv}, @samp{objdump -a} shows
1814 the object file format of each archive member.
1815
1816 @item --adjust-vma=@var{offset}
1817 @cindex section addresses in objdump
1818 @cindex VMA in objdump
1819 When dumping information, first add @var{offset} to all the section
1820 addresses. This is useful if the section addresses do not correspond to
1821 the symbol table, which can happen when putting sections at particular
1822 addresses when using a format which can not represent section addresses,
1823 such as a.out.
1824
1825 @item -b @var{bfdname}
1826 @itemx --target=@var{bfdname}
1827 @cindex object code format
1828 Specify that the object-code format for the object files is
1829 @var{bfdname}. This option may not be necessary; @var{objdump} can
1830 automatically recognize many formats.
1831
1832 For example,
1833 @example
1834 objdump -b oasys -m vax -h fu.o
1835 @end example
1836 @noindent
1837 displays summary information from the section headers (@option{-h}) of
1838 @file{fu.o}, which is explicitly identified (@option{-m}) as a VAX object
1839 file in the format produced by Oasys compilers. You can list the
1840 formats available with the @option{-i} option.
1841 @xref{Target Selection}, for more information.
1842
1843 @item -C
1844 @itemx --demangle[=@var{style}]
1845 @cindex demangling in objdump
1846 Decode (@dfn{demangle}) low-level symbol names into user-level names.
1847 Besides removing any initial underscore prepended by the system, this
1848 makes C++ function names readable. Different compilers have different
1849 mangling styles. The optional demangling style argument can be used to
1850 choose an appropriate demangling style for your compiler. @xref{c++filt},
1851 for more information on demangling.
1852
1853 @item -g
1854 @itemx --debugging
1855 Display debugging information. This attempts to parse STABS and IEEE
1856 debugging format information stored in the file and print it out using
1857 a C like syntax. If neither of these formats are found this option
1858 falls back on the @option{-W} option to print any DWARF information in
1859 the file.
1860
1861 @item -e
1862 @itemx --debugging-tags
1863 Like @option{-g}, but the information is generated in a format compatible
1864 with ctags tool.
1865
1866 @item -d
1867 @itemx --disassemble
1868 @cindex disassembling object code
1869 @cindex machine instructions
1870 Display the assembler mnemonics for the machine instructions from
1871 @var{objfile}. This option only disassembles those sections which are
1872 expected to contain instructions.
1873
1874 @item -D
1875 @itemx --disassemble-all
1876 Like @option{-d}, but disassemble the contents of all sections, not just
1877 those expected to contain instructions.
1878
1879 If the target is an ARM architecture this switch also has the effect
1880 of forcing the disassembler to decode pieces of data found in code
1881 sections as if they were instructions.
1882
1883 @item --prefix-addresses
1884 When disassembling, print the complete address on each line. This is
1885 the older disassembly format.
1886
1887 @item -EB
1888 @itemx -EL
1889 @itemx --endian=@{big|little@}
1890 @cindex endianness
1891 @cindex disassembly endianness
1892 Specify the endianness of the object files. This only affects
1893 disassembly. This can be useful when disassembling a file format which
1894 does not describe endianness information, such as S-records.
1895
1896 @item -f
1897 @itemx --file-headers
1898 @cindex object file header
1899 Display summary information from the overall header of
1900 each of the @var{objfile} files.
1901
1902 @item -F
1903 @itemx --file-offsets
1904 @cindex object file offsets
1905 When disassembling sections, whenever a symbol is displayed, also
1906 display the file offset of the region of data that is about to be
1907 dumped. If zeroes are being skipped, then when disassembly resumes,
1908 tell the user how many zeroes were skipped and the file offset of the
1909 location from where the disassembly resumes. When dumping sections,
1910 display the file offset of the location from where the dump starts.
1911
1912 @item --file-start-context
1913 @cindex source code context
1914 Specify that when displaying interlisted source code/disassembly
1915 (assumes @option{-S}) from a file that has not yet been displayed, extend the
1916 context to the start of the file.
1917
1918 @item -h
1919 @itemx --section-headers
1920 @itemx --headers
1921 @cindex section headers
1922 Display summary information from the section headers of the
1923 object file.
1924
1925 File segments may be relocated to nonstandard addresses, for example by
1926 using the @option{-Ttext}, @option{-Tdata}, or @option{-Tbss} options to
1927 @command{ld}. However, some object file formats, such as a.out, do not
1928 store the starting address of the file segments. In those situations,
1929 although @command{ld} relocates the sections correctly, using @samp{objdump
1930 -h} to list the file section headers cannot show the correct addresses.
1931 Instead, it shows the usual addresses, which are implicit for the
1932 target.
1933
1934 @item -H
1935 @itemx --help
1936 Print a summary of the options to @command{objdump} and exit.
1937
1938 @item -i
1939 @itemx --info
1940 @cindex architectures available
1941 @cindex object formats available
1942 Display a list showing all architectures and object formats available
1943 for specification with @option{-b} or @option{-m}.
1944
1945 @item -j @var{name}
1946 @itemx --section=@var{name}
1947 @cindex section information
1948 Display information only for section @var{name}.
1949
1950 @item -l
1951 @itemx --line-numbers
1952 @cindex source filenames for object files
1953 Label the display (using debugging information) with the filename and
1954 source line numbers corresponding to the object code or relocs shown.
1955 Only useful with @option{-d}, @option{-D}, or @option{-r}.
1956
1957 @item -m @var{machine}
1958 @itemx --architecture=@var{machine}
1959 @cindex architecture
1960 @cindex disassembly architecture
1961 Specify the architecture to use when disassembling object files. This
1962 can be useful when disassembling object files which do not describe
1963 architecture information, such as S-records. You can list the available
1964 architectures with the @option{-i} option.
1965
1966 If the target is an ARM architecture then this switch has an
1967 additional effect. It restricts the disassembly to only those
1968 instructions supported by the architecture specified by @var{machine}.
1969 If it is necessary to use this switch because the input file does not
1970 contain any architecture information, but it is also desired to
1971 disassemble all the instructions use @option{-marm}.
1972
1973 @item -M @var{options}
1974 @itemx --disassembler-options=@var{options}
1975 Pass target specific information to the disassembler. Only supported on
1976 some targets. If it is necessary to specify more than one
1977 disassembler option then multiple @option{-M} options can be used or
1978 can be placed together into a comma separated list.
1979
1980 If the target is an ARM architecture then this switch can be used to
1981 select which register name set is used during disassembler. Specifying
1982 @option{-M reg-names-std} (the default) will select the register names as
1983 used in ARM's instruction set documentation, but with register 13 called
1984 'sp', register 14 called 'lr' and register 15 called 'pc'. Specifying
1985 @option{-M reg-names-apcs} will select the name set used by the ARM
1986 Procedure Call Standard, whilst specifying @option{-M reg-names-raw} will
1987 just use @samp{r} followed by the register number.
1988
1989 There are also two variants on the APCS register naming scheme enabled
1990 by @option{-M reg-names-atpcs} and @option{-M reg-names-special-atpcs} which
1991 use the ARM/Thumb Procedure Call Standard naming conventions. (Either
1992 with the normal register names or the special register names).
1993
1994 This option can also be used for ARM architectures to force the
1995 disassembler to interpret all instructions as Thumb instructions by
1996 using the switch @option{--disassembler-options=force-thumb}. This can be
1997 useful when attempting to disassemble thumb code produced by other
1998 compilers.
1999
2000 For the x86, some of the options duplicate functions of the @option{-m}
2001 switch, but allow finer grained control. Multiple selections from the
2002 following may be specified as a comma separated string.
2003 @option{x86-64}, @option{i386} and @option{i8086} select disassembly for
2004 the given architecture. @option{intel} and @option{att} select between
2005 intel syntax mode and AT&T syntax mode.
2006 @option{intel-mnemonic} and @option{att-mnemonic} select between
2007 intel mnemonic mode and AT&T mnemonic mode. @option{intel-mnemonic}
2008 implies @option{intel} and @option{att-mnemonic} implies @option{att}.
2009 @option{addr64}, @option{addr32},
2010 @option{addr16}, @option{data32} and @option{data16} specify the default
2011 address size and operand size. These four options will be overridden if
2012 @option{x86-64}, @option{i386} or @option{i8086} appear later in the
2013 option string. Lastly, @option{suffix}, when in AT&T mode,
2014 instructs the disassembler to print a mnemonic suffix even when the
2015 suffix could be inferred by the operands.
2016
2017 For PowerPC, @option{booke} controls the disassembly of BookE
2018 instructions. @option{32} and @option{64} select PowerPC and
2019 PowerPC64 disassembly, respectively. @option{e300} selects
2020 disassembly for the e300 family. @option{440} selects disassembly for
2021 the PowerPC 440. @option{ppcps} selects disassembly for the paired
2022 single instructions of the PPC750CL.
2023
2024 For MIPS, this option controls the printing of instruction mnemonic
2025 names and register names in disassembled instructions. Multiple
2026 selections from the following may be specified as a comma separated
2027 string, and invalid options are ignored:
2028
2029 @table @code
2030 @item no-aliases
2031 Print the 'raw' instruction mnemonic instead of some pseudo
2032 instruction mnemonic. I.e., print 'daddu' or 'or' instead of 'move',
2033 'sll' instead of 'nop', etc.
2034
2035 @item gpr-names=@var{ABI}
2036 Print GPR (general-purpose register) names as appropriate
2037 for the specified ABI. By default, GPR names are selected according to
2038 the ABI of the binary being disassembled.
2039
2040 @item fpr-names=@var{ABI}
2041 Print FPR (floating-point register) names as
2042 appropriate for the specified ABI. By default, FPR numbers are printed
2043 rather than names.
2044
2045 @item cp0-names=@var{ARCH}
2046 Print CP0 (system control coprocessor; coprocessor 0) register names
2047 as appropriate for the CPU or architecture specified by
2048 @var{ARCH}. By default, CP0 register names are selected according to
2049 the architecture and CPU of the binary being disassembled.
2050
2051 @item hwr-names=@var{ARCH}
2052 Print HWR (hardware register, used by the @code{rdhwr} instruction) names
2053 as appropriate for the CPU or architecture specified by
2054 @var{ARCH}. By default, HWR names are selected according to
2055 the architecture and CPU of the binary being disassembled.
2056
2057 @item reg-names=@var{ABI}
2058 Print GPR and FPR names as appropriate for the selected ABI.
2059
2060 @item reg-names=@var{ARCH}
2061 Print CPU-specific register names (CP0 register and HWR names)
2062 as appropriate for the selected CPU or architecture.
2063 @end table
2064
2065 For any of the options listed above, @var{ABI} or
2066 @var{ARCH} may be specified as @samp{numeric} to have numbers printed
2067 rather than names, for the selected types of registers.
2068 You can list the available values of @var{ABI} and @var{ARCH} using
2069 the @option{--help} option.
2070
2071 For VAX, you can specify function entry addresses with @option{-M
2072 entry:0xf00ba}. You can use this multiple times to properly
2073 disassemble VAX binary files that don't contain symbol tables (like
2074 ROM dumps). In these cases, the function entry mask would otherwise
2075 be decoded as VAX instructions, which would probably lead the rest
2076 of the function being wrongly disassembled.
2077
2078 @item -p
2079 @itemx --private-headers
2080 Print information that is specific to the object file format. The exact
2081 information printed depends upon the object file format. For some
2082 object file formats, no additional information is printed.
2083
2084 @item -P @var{options}
2085 @itemx --private=@var{options}
2086 Print information that is specific to the object file format. The
2087 argument @var{options} is a comma separated list that depends on the
2088 format (the lists of options is displayed with the help).
2089
2090 For XCOFF, the available options are: @option{header}, @option{aout},
2091 @option{sections}, @option{syms}, @option{relocs}, @option{lineno},
2092 @option{loader}, @option{except}, @option{typchk}, @option{traceback}
2093 and @option{toc}.
2094
2095 @item -r
2096 @itemx --reloc
2097 @cindex relocation entries, in object file
2098 Print the relocation entries of the file. If used with @option{-d} or
2099 @option{-D}, the relocations are printed interspersed with the
2100 disassembly.
2101
2102 @item -R
2103 @itemx --dynamic-reloc
2104 @cindex dynamic relocation entries, in object file
2105 Print the dynamic relocation entries of the file. This is only
2106 meaningful for dynamic objects, such as certain types of shared
2107 libraries. As for @option{-r}, if used with @option{-d} or
2108 @option{-D}, the relocations are printed interspersed with the
2109 disassembly.
2110
2111 @item -s
2112 @itemx --full-contents
2113 @cindex sections, full contents
2114 @cindex object file sections
2115 Display the full contents of any sections requested. By default all
2116 non-empty sections are displayed.
2117
2118 @item -S
2119 @itemx --source
2120 @cindex source disassembly
2121 @cindex disassembly, with source
2122 Display source code intermixed with disassembly, if possible. Implies
2123 @option{-d}.
2124
2125 @item --prefix=@var{prefix}
2126 @cindex Add prefix to absolute paths
2127 Specify @var{prefix} to add to the absolute paths when used with
2128 @option{-S}.
2129
2130 @item --prefix-strip=@var{level}
2131 @cindex Strip absolute paths
2132 Indicate how many initial directory names to strip off the hardwired
2133 absolute paths. It has no effect without @option{--prefix=}@var{prefix}.
2134
2135 @item --show-raw-insn
2136 When disassembling instructions, print the instruction in hex as well as
2137 in symbolic form. This is the default except when
2138 @option{--prefix-addresses} is used.
2139
2140 @item --no-show-raw-insn
2141 When disassembling instructions, do not print the instruction bytes.
2142 This is the default when @option{--prefix-addresses} is used.
2143
2144 @item --insn-width=@var{width}
2145 @cindex Instruction width
2146 Display @var{width} bytes on a single line when disassembling
2147 instructions.
2148
2149 @item -W[lLiaprmfFsoRt]
2150 @itemx --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]
2151 @cindex DWARF
2152 @cindex debug symbols
2153 Displays the contents of the debug sections in the file, if any are
2154 present. If one of the optional letters or words follows the switch
2155 then only data found in those specific sections will be dumped.
2156
2157 Note that there is no single letter option to display the content of
2158 trace sections or .gdb_index.
2159
2160 Note: the output from the @option{=info} option can also be affected
2161 by the options @option{--dwarf-depth} and @option{--dwarf-start}.
2162
2163 @item --dwarf-depth=@var{n}
2164 Limit the dump of the @code{.debug_info} section to @var{n} children.
2165 This is only useful with @option{--dwarf=info}. The default is
2166 to print all DIEs; the special value 0 for @var{n} will also have this
2167 effect.
2168
2169 With a non-zero value for @var{n}, DIEs at or deeper than @var{n}
2170 levels will not be printed. The range for @var{n} is zero-based.
2171
2172 @item --dwarf-start=@var{n}
2173 Print only DIEs beginning with the DIE numbered @var{n}. This is only
2174 useful with @option{--dwarf=info}.
2175
2176 If specified, this option will suppress printing of any header
2177 information and all DIEs before the DIE numbered @var{n}. Only
2178 siblings and children of the specified DIE will be printed.
2179
2180 This can be used in conjunction with @option{--dwarf-depth}.
2181
2182 @item -G
2183 @itemx --stabs
2184 @cindex stab
2185 @cindex .stab
2186 @cindex debug symbols
2187 @cindex ELF object file format
2188 Display the full contents of any sections requested. Display the
2189 contents of the .stab and .stab.index and .stab.excl sections from an
2190 ELF file. This is only useful on systems (such as Solaris 2.0) in which
2191 @code{.stab} debugging symbol-table entries are carried in an ELF
2192 section. In most other file formats, debugging symbol-table entries are
2193 interleaved with linkage symbols, and are visible in the @option{--syms}
2194 output.
2195 @ifclear man
2196 For more information on stabs symbols, see @ref{Top,Stabs,Stabs
2197 Overview,stabs.info, The ``stabs'' debug format}.
2198 @end ifclear
2199
2200 @item --start-address=@var{address}
2201 @cindex start-address
2202 Start displaying data at the specified address. This affects the output
2203 of the @option{-d}, @option{-r} and @option{-s} options.
2204
2205 @item --stop-address=@var{address}
2206 @cindex stop-address
2207 Stop displaying data at the specified address. This affects the output
2208 of the @option{-d}, @option{-r} and @option{-s} options.
2209
2210 @item -t
2211 @itemx --syms
2212 @cindex symbol table entries, printing
2213 Print the symbol table entries of the file.
2214 This is similar to the information provided by the @samp{nm} program,
2215 although the display format is different. The format of the output
2216 depends upon the format of the file being dumped, but there are two main
2217 types. One looks like this:
2218
2219 @smallexample
2220 [ 4](sec 3)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .bss
2221 [ 6](sec 1)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x00000000 fred
2222 @end smallexample
2223
2224 where the number inside the square brackets is the number of the entry
2225 in the symbol table, the @var{sec} number is the section number, the
2226 @var{fl} value are the symbol's flag bits, the @var{ty} number is the
2227 symbol's type, the @var{scl} number is the symbol's storage class and
2228 the @var{nx} value is the number of auxilary entries associated with
2229 the symbol. The last two fields are the symbol's value and its name.
2230
2231 The other common output format, usually seen with ELF based files,
2232 looks like this:
2233
2234 @smallexample
2235 00000000 l d .bss 00000000 .bss
2236 00000000 g .text 00000000 fred
2237 @end smallexample
2238
2239 Here the first number is the symbol's value (sometimes refered to as
2240 its address). The next field is actually a set of characters and
2241 spaces indicating the flag bits that are set on the symbol. These
2242 characters are described below. Next is the section with which the
2243 symbol is associated or @emph{*ABS*} if the section is absolute (ie
2244 not connected with any section), or @emph{*UND*} if the section is
2245 referenced in the file being dumped, but not defined there.
2246
2247 After the section name comes another field, a number, which for common
2248 symbols is the alignment and for other symbol is the size. Finally
2249 the symbol's name is displayed.
2250
2251 The flag characters are divided into 7 groups as follows:
2252 @table @code
2253 @item l
2254 @itemx g
2255 @itemx u
2256 @itemx !
2257 The symbol is a local (l), global (g), unique global (u), neither
2258 global nor local (a space) or both global and local (!). A
2259 symbol can be neither local or global for a variety of reasons, e.g.,
2260 because it is used for debugging, but it is probably an indication of
2261 a bug if it is ever both local and global. Unique global symbols are
2262 a GNU extension to the standard set of ELF symbol bindings. For such
2263 a symbol the dynamic linker will make sure that in the entire process
2264 there is just one symbol with this name and type in use.
2265
2266 @item w
2267 The symbol is weak (w) or strong (a space).
2268
2269 @item C
2270 The symbol denotes a constructor (C) or an ordinary symbol (a space).
2271
2272 @item W
2273 The symbol is a warning (W) or a normal symbol (a space). A warning
2274 symbol's name is a message to be displayed if the symbol following the
2275 warning symbol is ever referenced.
2276
2277 @item I
2278 @item i
2279 The symbol is an indirect reference to another symbol (I), a function
2280 to be evaluated during reloc processing (i) or a normal symbol (a
2281 space).
2282
2283 @item d
2284 @itemx D
2285 The symbol is a debugging symbol (d) or a dynamic symbol (D) or a
2286 normal symbol (a space).
2287
2288 @item F
2289 @item f
2290 @item O
2291 The symbol is the name of a function (F) or a file (f) or an object
2292 (O) or just a normal symbol (a space).
2293 @end table
2294
2295 @item -T
2296 @itemx --dynamic-syms
2297 @cindex dynamic symbol table entries, printing
2298 Print the dynamic symbol table entries of the file. This is only
2299 meaningful for dynamic objects, such as certain types of shared
2300 libraries. This is similar to the information provided by the @samp{nm}
2301 program when given the @option{-D} (@option{--dynamic}) option.
2302
2303 @item --special-syms
2304 When displaying symbols include those which the target considers to be
2305 special in some way and which would not normally be of interest to the
2306 user.
2307
2308 @item -V
2309 @itemx --version
2310 Print the version number of @command{objdump} and exit.
2311
2312 @item -x
2313 @itemx --all-headers
2314 @cindex all header information, object file
2315 @cindex header information, all
2316 Display all available header information, including the symbol table and
2317 relocation entries. Using @option{-x} is equivalent to specifying all of
2318 @option{-a -f -h -p -r -t}.
2319
2320 @item -w
2321 @itemx --wide
2322 @cindex wide output, printing
2323 Format some lines for output devices that have more than 80 columns.
2324 Also do not truncate symbol names when they are displayed.
2325
2326 @item -z
2327 @itemx --disassemble-zeroes
2328 Normally the disassembly output will skip blocks of zeroes. This
2329 option directs the disassembler to disassemble those blocks, just like
2330 any other data.
2331 @end table
2332
2333 @c man end
2334
2335 @ignore
2336 @c man begin SEEALSO objdump
2337 nm(1), readelf(1), and the Info entries for @file{binutils}.
2338 @c man end
2339 @end ignore
2340
2341 @node ranlib
2342 @chapter ranlib
2343
2344 @kindex ranlib
2345 @cindex archive contents
2346 @cindex symbol index
2347
2348 @c man title ranlib generate index to archive.
2349
2350 @smallexample
2351 @c man begin SYNOPSIS ranlib
2352 ranlib [@option{-vVt}] @var{archive}
2353 @c man end
2354 @end smallexample
2355
2356 @c man begin DESCRIPTION ranlib
2357
2358 @command{ranlib} generates an index to the contents of an archive and
2359 stores it in the archive. The index lists each symbol defined by a
2360 member of an archive that is a relocatable object file.
2361
2362 You may use @samp{nm -s} or @samp{nm --print-armap} to list this index.
2363
2364 An archive with such an index speeds up linking to the library and
2365 allows routines in the library to call each other without regard to
2366 their placement in the archive.
2367
2368 The @sc{gnu} @command{ranlib} program is another form of @sc{gnu} @command{ar}; running
2369 @command{ranlib} is completely equivalent to executing @samp{ar -s}.
2370 @xref{ar}.
2371
2372 @c man end
2373
2374 @c man begin OPTIONS ranlib
2375
2376 @table @env
2377 @item -v
2378 @itemx -V
2379 @itemx --version
2380 Show the version number of @command{ranlib}.
2381
2382 @item -t
2383 Update the timestamp of the symbol map of an archive.
2384 @end table
2385
2386 @c man end
2387
2388 @ignore
2389 @c man begin SEEALSO ranlib
2390 ar(1), nm(1), and the Info entries for @file{binutils}.
2391 @c man end
2392 @end ignore
2393
2394 @node size
2395 @chapter size
2396
2397 @kindex size
2398 @cindex section sizes
2399
2400 @c man title size list section sizes and total size.
2401
2402 @smallexample
2403 @c man begin SYNOPSIS size
2404 size [@option{-A}|@option{-B}|@option{--format=}@var{compatibility}]
2405 [@option{--help}]
2406 [@option{-d}|@option{-o}|@option{-x}|@option{--radix=}@var{number}]
2407 [@option{--common}]
2408 [@option{-t}|@option{--totals}]
2409 [@option{--target=}@var{bfdname}] [@option{-V}|@option{--version}]
2410 [@var{objfile}@dots{}]
2411 @c man end
2412 @end smallexample
2413
2414 @c man begin DESCRIPTION size
2415
2416 The @sc{gnu} @command{size} utility lists the section sizes---and the total
2417 size---for each of the object or archive files @var{objfile} in its
2418 argument list. By default, one line of output is generated for each
2419 object file or each module in an archive.
2420
2421 @var{objfile}@dots{} are the object files to be examined.
2422 If none are specified, the file @code{a.out} will be used.
2423
2424 @c man end
2425
2426 @c man begin OPTIONS size
2427
2428 The command line options have the following meanings:
2429
2430 @table @env
2431 @item -A
2432 @itemx -B
2433 @itemx --format=@var{compatibility}
2434 @cindex @command{size} display format
2435 Using one of these options, you can choose whether the output from @sc{gnu}
2436 @command{size} resembles output from System V @command{size} (using @option{-A},
2437 or @option{--format=sysv}), or Berkeley @command{size} (using @option{-B}, or
2438 @option{--format=berkeley}). The default is the one-line format similar to
2439 Berkeley's.
2440 @c Bonus for doc-source readers: you can also say --format=strange (or
2441 @c anything else that starts with 's') for sysv, and --format=boring (or
2442 @c anything else that starts with 'b') for Berkeley.
2443
2444 Here is an example of the Berkeley (default) format of output from
2445 @command{size}:
2446 @smallexample
2447 $ size --format=Berkeley ranlib size
2448 text data bss dec hex filename
2449 294880 81920 11592 388392 5ed28 ranlib
2450 294880 81920 11888 388688 5ee50 size
2451 @end smallexample
2452
2453 @noindent
2454 This is the same data, but displayed closer to System V conventions:
2455
2456 @smallexample
2457 $ size --format=SysV ranlib size
2458 ranlib :
2459 section size addr
2460 .text 294880 8192
2461 .data 81920 303104
2462 .bss 11592 385024
2463 Total 388392
2464
2465
2466 size :
2467 section size addr
2468 .text 294880 8192
2469 .data 81920 303104
2470 .bss 11888 385024
2471 Total 388688
2472 @end smallexample
2473
2474 @item --help
2475 Show a summary of acceptable arguments and options.
2476
2477 @item -d
2478 @itemx -o
2479 @itemx -x
2480 @itemx --radix=@var{number}
2481 @cindex @command{size} number format
2482 @cindex radix for section sizes
2483 Using one of these options, you can control whether the size of each
2484 section is given in decimal (@option{-d}, or @option{--radix=10}); octal
2485 (@option{-o}, or @option{--radix=8}); or hexadecimal (@option{-x}, or
2486 @option{--radix=16}). In @option{--radix=@var{number}}, only the three
2487 values (8, 10, 16) are supported. The total size is always given in two
2488 radices; decimal and hexadecimal for @option{-d} or @option{-x} output, or
2489 octal and hexadecimal if you're using @option{-o}.
2490
2491 @item --common
2492 Print total size of common symbols in each file. When using Berkeley
2493 format these are included in the bss size.
2494
2495 @item -t
2496 @itemx --totals
2497 Show totals of all objects listed (Berkeley format listing mode only).
2498
2499 @item --target=@var{bfdname}
2500 @cindex object code format
2501 Specify that the object-code format for @var{objfile} is
2502 @var{bfdname}. This option may not be necessary; @command{size} can
2503 automatically recognize many formats.
2504 @xref{Target Selection}, for more information.
2505
2506 @item -V
2507 @itemx --version
2508 Display the version number of @command{size}.
2509 @end table
2510
2511 @c man end
2512
2513 @ignore
2514 @c man begin SEEALSO size
2515 ar(1), objdump(1), readelf(1), and the Info entries for @file{binutils}.
2516 @c man end
2517 @end ignore
2518
2519 @node strings
2520 @chapter strings
2521 @kindex strings
2522 @cindex listings strings
2523 @cindex printing strings
2524 @cindex strings, printing
2525
2526 @c man title strings print the strings of printable characters in files.
2527
2528 @smallexample
2529 @c man begin SYNOPSIS strings
2530 strings [@option{-afovV}] [@option{-}@var{min-len}]
2531 [@option{-n} @var{min-len}] [@option{--bytes=}@var{min-len}]
2532 [@option{-t} @var{radix}] [@option{--radix=}@var{radix}]
2533 [@option{-e} @var{encoding}] [@option{--encoding=}@var{encoding}]
2534 [@option{-}] [@option{--all}] [@option{--print-file-name}]
2535 [@option{-T} @var{bfdname}] [@option{--target=}@var{bfdname}]
2536 [@option{--help}] [@option{--version}] @var{file}@dots{}
2537 @c man end
2538 @end smallexample
2539
2540 @c man begin DESCRIPTION strings
2541
2542 For each @var{file} given, @sc{gnu} @command{strings} prints the printable
2543 character sequences that are at least 4 characters long (or the number
2544 given with the options below) and are followed by an unprintable
2545 character. By default, it only prints the strings from the initialized
2546 and loaded sections of object files; for other types of files, it prints
2547 the strings from the whole file.
2548
2549 @command{strings} is mainly useful for determining the contents of non-text
2550 files.
2551
2552 @c man end
2553
2554 @c man begin OPTIONS strings
2555
2556 @table @env
2557 @item -a
2558 @itemx --all
2559 @itemx -
2560 Do not scan only the initialized and loaded sections of object files;
2561 scan the whole files.
2562
2563 @item -f
2564 @itemx --print-file-name
2565 Print the name of the file before each string.
2566
2567 @item --help
2568 Print a summary of the program usage on the standard output and exit.
2569
2570 @item -@var{min-len}
2571 @itemx -n @var{min-len}
2572 @itemx --bytes=@var{min-len}
2573 Print sequences of characters that are at least @var{min-len} characters
2574 long, instead of the default 4.
2575
2576 @item -o
2577 Like @samp{-t o}. Some other versions of @command{strings} have @option{-o}
2578 act like @samp{-t d} instead. Since we can not be compatible with both
2579 ways, we simply chose one.
2580
2581 @item -t @var{radix}
2582 @itemx --radix=@var{radix}
2583 Print the offset within the file before each string. The single
2584 character argument specifies the radix of the offset---@samp{o} for
2585 octal, @samp{x} for hexadecimal, or @samp{d} for decimal.
2586
2587 @item -e @var{encoding}
2588 @itemx --encoding=@var{encoding}
2589 Select the character encoding of the strings that are to be found.
2590 Possible values for @var{encoding} are: @samp{s} = single-7-bit-byte
2591 characters (ASCII, ISO 8859, etc., default), @samp{S} =
2592 single-8-bit-byte characters, @samp{b} = 16-bit bigendian, @samp{l} =
2593 16-bit littleendian, @samp{B} = 32-bit bigendian, @samp{L} = 32-bit
2594 littleendian. Useful for finding wide character strings. (@samp{l}
2595 and @samp{b} apply to, for example, Unicode UTF-16/UCS-2 encodings).
2596
2597 @item -T @var{bfdname}
2598 @itemx --target=@var{bfdname}
2599 @cindex object code format
2600 Specify an object code format other than your system's default format.
2601 @xref{Target Selection}, for more information.
2602
2603 @item -v
2604 @itemx -V
2605 @itemx --version
2606 Print the program version number on the standard output and exit.
2607 @end table
2608
2609 @c man end
2610
2611 @ignore
2612 @c man begin SEEALSO strings
2613 ar(1), nm(1), objdump(1), ranlib(1), readelf(1)
2614 and the Info entries for @file{binutils}.
2615 @c man end
2616 @end ignore
2617
2618 @node strip
2619 @chapter strip
2620
2621 @kindex strip
2622 @cindex removing symbols
2623 @cindex discarding symbols
2624 @cindex symbols, discarding
2625
2626 @c man title strip Discard symbols from object files.
2627
2628 @smallexample
2629 @c man begin SYNOPSIS strip
2630 strip [@option{-F} @var{bfdname} |@option{--target=}@var{bfdname}]
2631 [@option{-I} @var{bfdname} |@option{--input-target=}@var{bfdname}]
2632 [@option{-O} @var{bfdname} |@option{--output-target=}@var{bfdname}]
2633 [@option{-s}|@option{--strip-all}]
2634 [@option{-S}|@option{-g}|@option{-d}|@option{--strip-debug}]
2635 [@option{-K} @var{symbolname} |@option{--keep-symbol=}@var{symbolname}]
2636 [@option{-N} @var{symbolname} |@option{--strip-symbol=}@var{symbolname}]
2637 [@option{-w}|@option{--wildcard}]
2638 [@option{-x}|@option{--discard-all}] [@option{-X} |@option{--discard-locals}]
2639 [@option{-R} @var{sectionname} |@option{--remove-section=}@var{sectionname}]
2640 [@option{-o} @var{file}] [@option{-p}|@option{--preserve-dates}]
2641 [@option{--keep-file-symbols}]
2642 [@option{--only-keep-debug}]
2643 [@option{-v} |@option{--verbose}] [@option{-V}|@option{--version}]
2644 [@option{--help}] [@option{--info}]
2645 @var{objfile}@dots{}
2646 @c man end
2647 @end smallexample
2648
2649 @c man begin DESCRIPTION strip
2650
2651 @sc{gnu} @command{strip} discards all symbols from object files
2652 @var{objfile}. The list of object files may include archives.
2653 At least one object file must be given.
2654
2655 @command{strip} modifies the files named in its argument,
2656 rather than writing modified copies under different names.
2657
2658 @c man end
2659
2660 @c man begin OPTIONS strip
2661
2662 @table @env
2663 @item -F @var{bfdname}
2664 @itemx --target=@var{bfdname}
2665 Treat the original @var{objfile} as a file with the object
2666 code format @var{bfdname}, and rewrite it in the same format.
2667 @xref{Target Selection}, for more information.
2668
2669 @item --help
2670 Show a summary of the options to @command{strip} and exit.
2671
2672 @item --info
2673 Display a list showing all architectures and object formats available.
2674
2675 @item -I @var{bfdname}
2676 @itemx --input-target=@var{bfdname}
2677 Treat the original @var{objfile} as a file with the object
2678 code format @var{bfdname}.
2679 @xref{Target Selection}, for more information.
2680
2681 @item -O @var{bfdname}
2682 @itemx --output-target=@var{bfdname}
2683 Replace @var{objfile} with a file in the output format @var{bfdname}.
2684 @xref{Target Selection}, for more information.
2685
2686 @item -R @var{sectionname}
2687 @itemx --remove-section=@var{sectionname}
2688 Remove any section named @var{sectionname} from the output file. This
2689 option may be given more than once. Note that using this option
2690 inappropriately may make the output file unusable.
2691
2692 @item -s
2693 @itemx --strip-all
2694 Remove all symbols.
2695
2696 @item -g
2697 @itemx -S
2698 @itemx -d
2699 @itemx --strip-debug
2700 Remove debugging symbols only.
2701
2702 @item --strip-unneeded
2703 Remove all symbols that are not needed for relocation processing.
2704
2705 @item -K @var{symbolname}
2706 @itemx --keep-symbol=@var{symbolname}
2707 When stripping symbols, keep symbol @var{symbolname} even if it would
2708 normally be stripped. This option may be given more than once.
2709
2710 @item -N @var{symbolname}
2711 @itemx --strip-symbol=@var{symbolname}
2712 Remove symbol @var{symbolname} from the source file. This option may be
2713 given more than once, and may be combined with strip options other than
2714 @option{-K}.
2715
2716 @item -o @var{file}
2717 Put the stripped output in @var{file}, rather than replacing the
2718 existing file. When this argument is used, only one @var{objfile}
2719 argument may be specified.
2720
2721 @item -p
2722 @itemx --preserve-dates
2723 Preserve the access and modification dates of the file.
2724
2725 @item -w
2726 @itemx --wildcard
2727 Permit regular expressions in @var{symbolname}s used in other command
2728 line options. The question mark (?), asterisk (*), backslash (\) and
2729 square brackets ([]) operators can be used anywhere in the symbol
2730 name. If the first character of the symbol name is the exclamation
2731 point (!) then the sense of the switch is reversed for that symbol.
2732 For example:
2733
2734 @smallexample
2735 -w -K !foo -K fo*
2736 @end smallexample
2737
2738 would cause strip to only keep symbols that start with the letters
2739 ``fo'', but to discard the symbol ``foo''.
2740
2741 @item -x
2742 @itemx --discard-all
2743 Remove non-global symbols.
2744
2745 @item -X
2746 @itemx --discard-locals
2747 Remove compiler-generated local symbols.
2748 (These usually start with @samp{L} or @samp{.}.)
2749
2750 @item --keep-file-symbols
2751 When stripping a file, perhaps with @option{--strip-debug} or
2752 @option{--strip-unneeded}, retain any symbols specifying source file names,
2753 which would otherwise get stripped.
2754
2755 @item --only-keep-debug
2756 Strip a file, removing contents of any sections that would not be
2757 stripped by @option{--strip-debug} and leaving the debugging sections
2758 intact. In ELF files, this preserves all note sections in the output.
2759
2760 The intention is that this option will be used in conjunction with
2761 @option{--add-gnu-debuglink} to create a two part executable. One a
2762 stripped binary which will occupy less space in RAM and in a
2763 distribution and the second a debugging information file which is only
2764 needed if debugging abilities are required. The suggested procedure
2765 to create these files is as follows:
2766
2767 @enumerate
2768 @item Link the executable as normal. Assuming that is is called
2769 @code{foo} then...
2770 @item Run @code{objcopy --only-keep-debug foo foo.dbg} to
2771 create a file containing the debugging info.
2772 @item Run @code{objcopy --strip-debug foo} to create a
2773 stripped executable.
2774 @item Run @code{objcopy --add-gnu-debuglink=foo.dbg foo}
2775 to add a link to the debugging info into the stripped executable.
2776 @end enumerate
2777
2778 Note---the choice of @code{.dbg} as an extension for the debug info
2779 file is arbitrary. Also the @code{--only-keep-debug} step is
2780 optional. You could instead do this:
2781
2782 @enumerate
2783 @item Link the executable as normal.
2784 @item Copy @code{foo} to @code{foo.full}
2785 @item Run @code{strip --strip-debug foo}
2786 @item Run @code{objcopy --add-gnu-debuglink=foo.full foo}
2787 @end enumerate
2788
2789 i.e., the file pointed to by the @option{--add-gnu-debuglink} can be the
2790 full executable. It does not have to be a file created by the
2791 @option{--only-keep-debug} switch.
2792
2793 Note---this switch is only intended for use on fully linked files. It
2794 does not make sense to use it on object files where the debugging
2795 information may be incomplete. Besides the gnu_debuglink feature
2796 currently only supports the presence of one filename containing
2797 debugging information, not multiple filenames on a one-per-object-file
2798 basis.
2799
2800 @item -V
2801 @itemx --version
2802 Show the version number for @command{strip}.
2803
2804 @item -v
2805 @itemx --verbose
2806 Verbose output: list all object files modified. In the case of
2807 archives, @samp{strip -v} lists all members of the archive.
2808 @end table
2809
2810 @c man end
2811
2812 @ignore
2813 @c man begin SEEALSO strip
2814 the Info entries for @file{binutils}.
2815 @c man end
2816 @end ignore
2817
2818 @node c++filt, addr2line, elfedit, Top
2819 @chapter c++filt
2820
2821 @kindex c++filt
2822 @cindex demangling C++ symbols
2823
2824 @c man title cxxfilt Demangle C++ and Java symbols.
2825
2826 @smallexample
2827 @c man begin SYNOPSIS cxxfilt
2828 c++filt [@option{-_}|@option{--strip-underscores}]
2829 [@option{-n}|@option{--no-strip-underscores}]
2830 [@option{-p}|@option{--no-params}]
2831 [@option{-t}|@option{--types}]
2832 [@option{-i}|@option{--no-verbose}]
2833 [@option{-s} @var{format}|@option{--format=}@var{format}]
2834 [@option{--help}] [@option{--version}] [@var{symbol}@dots{}]
2835 @c man end
2836 @end smallexample
2837
2838 @c man begin DESCRIPTION cxxfilt
2839
2840 @kindex cxxfilt
2841 The C++ and Java languages provide function overloading, which means
2842 that you can write many functions with the same name, providing that
2843 each function takes parameters of different types. In order to be
2844 able to distinguish these similarly named functions C++ and Java
2845 encode them into a low-level assembler name which uniquely identifies
2846 each different version. This process is known as @dfn{mangling}. The
2847 @command{c++filt}
2848 @footnote{MS-DOS does not allow @kbd{+} characters in file names, so on
2849 MS-DOS this program is named @command{CXXFILT}.}
2850 program does the inverse mapping: it decodes (@dfn{demangles}) low-level
2851 names into user-level names so that they can be read.
2852
2853 Every alphanumeric word (consisting of letters, digits, underscores,
2854 dollars, or periods) seen in the input is a potential mangled name.
2855 If the name decodes into a C++ name, the C++ name replaces the
2856 low-level name in the output, otherwise the original word is output.
2857 In this way you can pass an entire assembler source file, containing
2858 mangled names, through @command{c++filt} and see the same source file
2859 containing demangled names.
2860
2861 You can also use @command{c++filt} to decipher individual symbols by
2862 passing them on the command line:
2863
2864 @example
2865 c++filt @var{symbol}
2866 @end example
2867
2868 If no @var{symbol} arguments are given, @command{c++filt} reads symbol
2869 names from the standard input instead. All the results are printed on
2870 the standard output. The difference between reading names from the
2871 command line versus reading names from the standard input is that
2872 command line arguments are expected to be just mangled names and no
2873 checking is performed to separate them from surrounding text. Thus
2874 for example:
2875
2876 @smallexample
2877 c++filt -n _Z1fv
2878 @end smallexample
2879
2880 will work and demangle the name to ``f()'' whereas:
2881
2882 @smallexample
2883 c++filt -n _Z1fv,
2884 @end smallexample
2885
2886 will not work. (Note the extra comma at the end of the mangled
2887 name which makes it invalid). This command however will work:
2888
2889 @smallexample
2890 echo _Z1fv, | c++filt -n
2891 @end smallexample
2892
2893 and will display ``f(),'', i.e., the demangled name followed by a
2894 trailing comma. This behaviour is because when the names are read
2895 from the standard input it is expected that they might be part of an
2896 assembler source file where there might be extra, extraneous
2897 characters trailing after a mangled name. For example:
2898
2899 @smallexample
2900 .type _Z1fv, @@function
2901 @end smallexample
2902
2903 @c man end
2904
2905 @c man begin OPTIONS cxxfilt
2906
2907 @table @env
2908 @item -_
2909 @itemx --strip-underscores
2910 On some systems, both the C and C++ compilers put an underscore in front
2911 of every name. For example, the C name @code{foo} gets the low-level
2912 name @code{_foo}. This option removes the initial underscore. Whether
2913 @command{c++filt} removes the underscore by default is target dependent.
2914
2915 @item -n
2916 @itemx --no-strip-underscores
2917 Do not remove the initial underscore.
2918
2919 @item -p
2920 @itemx --no-params
2921 When demangling the name of a function, do not display the types of
2922 the function's parameters.
2923
2924 @item -t
2925 @itemx --types
2926 Attempt to demangle types as well as function names. This is disabled
2927 by default since mangled types are normally only used internally in
2928 the compiler, and they can be confused with non-mangled names. For example,
2929 a function called ``a'' treated as a mangled type name would be
2930 demangled to ``signed char''.
2931
2932 @item -i
2933 @itemx --no-verbose
2934 Do not include implementation details (if any) in the demangled
2935 output.
2936
2937 @item -s @var{format}
2938 @itemx --format=@var{format}
2939 @command{c++filt} can decode various methods of mangling, used by
2940 different compilers. The argument to this option selects which
2941 method it uses:
2942
2943 @table @code
2944 @item auto
2945 Automatic selection based on executable (the default method)
2946 @item gnu
2947 the one used by the @sc{gnu} C++ compiler (g++)
2948 @item lucid
2949 the one used by the Lucid compiler (lcc)
2950 @item arm
2951 the one specified by the C++ Annotated Reference Manual
2952 @item hp
2953 the one used by the HP compiler (aCC)
2954 @item edg
2955 the one used by the EDG compiler
2956 @item gnu-v3
2957 the one used by the @sc{gnu} C++ compiler (g++) with the V3 ABI.
2958 @item java
2959 the one used by the @sc{gnu} Java compiler (gcj)
2960 @item gnat
2961 the one used by the @sc{gnu} Ada compiler (GNAT).
2962 @end table
2963
2964 @item --help
2965 Print a summary of the options to @command{c++filt} and exit.
2966
2967 @item --version
2968 Print the version number of @command{c++filt} and exit.
2969 @end table
2970
2971 @c man end
2972
2973 @ignore
2974 @c man begin SEEALSO cxxfilt
2975 the Info entries for @file{binutils}.
2976 @c man end
2977 @end ignore
2978
2979 @quotation
2980 @emph{Warning:} @command{c++filt} is a new utility, and the details of its
2981 user interface are subject to change in future releases. In particular,
2982 a command-line option may be required in the future to decode a name
2983 passed as an argument on the command line; in other words,
2984
2985 @example
2986 c++filt @var{symbol}
2987 @end example
2988
2989 @noindent
2990 may in a future release become
2991
2992 @example
2993 c++filt @var{option} @var{symbol}
2994 @end example
2995 @end quotation
2996
2997 @node addr2line
2998 @chapter addr2line
2999
3000 @kindex addr2line
3001 @cindex address to file name and line number
3002
3003 @c man title addr2line convert addresses into file names and line numbers.
3004
3005 @smallexample
3006 @c man begin SYNOPSIS addr2line
3007 addr2line [@option{-a}|@option{--addresses}]
3008 [@option{-b} @var{bfdname}|@option{--target=}@var{bfdname}]
3009 [@option{-C}|@option{--demangle}[=@var{style}]]
3010 [@option{-e} @var{filename}|@option{--exe=}@var{filename}]
3011 [@option{-f}|@option{--functions}] [@option{-s}|@option{--basename}]
3012 [@option{-i}|@option{--inlines}]
3013 [@option{-p}|@option{--pretty-print}]
3014 [@option{-j}|@option{--section=}@var{name}]
3015 [@option{-H}|@option{--help}] [@option{-V}|@option{--version}]
3016 [addr addr @dots{}]
3017 @c man end
3018 @end smallexample
3019
3020 @c man begin DESCRIPTION addr2line
3021
3022 @command{addr2line} translates addresses into file names and line numbers.
3023 Given an address in an executable or an offset in a section of a relocatable
3024 object, it uses the debugging information to figure out which file name and
3025 line number are associated with it.
3026
3027 The executable or relocatable object to use is specified with the @option{-e}
3028 option. The default is the file @file{a.out}. The section in the relocatable
3029 object to use is specified with the @option{-j} option.
3030
3031 @command{addr2line} has two modes of operation.
3032
3033 In the first, hexadecimal addresses are specified on the command line,
3034 and @command{addr2line} displays the file name and line number for each
3035 address.
3036
3037 In the second, @command{addr2line} reads hexadecimal addresses from
3038 standard input, and prints the file name and line number for each
3039 address on standard output. In this mode, @command{addr2line} may be used
3040 in a pipe to convert dynamically chosen addresses.
3041
3042 The format of the output is @samp{FILENAME:LINENO}. The file name and
3043 line number for each input address is printed on separate lines.
3044
3045 If the @option{-f} option is used, then each @samp{FILENAME:LINENO}
3046 line is preceded by @samp{FUNCTIONNAME} which is the name of the
3047 function containing the address.
3048
3049 If the @option{-i} option is used and the code at the given address is
3050 present there because of inlining by the compiler then the
3051 @samp{@{FUNCTIONNAME@} FILENAME:LINENO} information for the inlining
3052 function will be displayed afterwards. This continues recursively
3053 until there is no more inlining to report.
3054
3055 If the @option{-a} option is used then the output is prefixed by the
3056 input address.
3057
3058 If the @option{-p} option is used then the output for each input
3059 address is displayed on one, possibly quite long, line. If
3060 @option{-p} is not used then the output is broken up into multiple
3061 lines, based on the paragraphs above.
3062
3063 If the file name or function name can not be determined,
3064 @command{addr2line} will print two question marks in their place. If the
3065 line number can not be determined, @command{addr2line} will print 0.
3066
3067 @c man end
3068
3069 @c man begin OPTIONS addr2line
3070
3071 The long and short forms of options, shown here as alternatives, are
3072 equivalent.
3073
3074 @table @env
3075 @item -a
3076 @itemx --addresses
3077 Display the address before the function name, file and line number
3078 information. The address is printed with a @samp{0x} prefix to easily
3079 identify it.
3080
3081 @item -b @var{bfdname}
3082 @itemx --target=@var{bfdname}
3083 @cindex object code format
3084 Specify that the object-code format for the object files is
3085 @var{bfdname}.
3086
3087 @item -C
3088 @itemx --demangle[=@var{style}]
3089 @cindex demangling in objdump
3090 Decode (@dfn{demangle}) low-level symbol names into user-level names.
3091 Besides removing any initial underscore prepended by the system, this
3092 makes C++ function names readable. Different compilers have different
3093 mangling styles. The optional demangling style argument can be used to
3094 choose an appropriate demangling style for your compiler. @xref{c++filt},
3095 for more information on demangling.
3096
3097 @item -e @var{filename}
3098 @itemx --exe=@var{filename}
3099 Specify the name of the executable for which addresses should be
3100 translated. The default file is @file{a.out}.
3101
3102 @item -f
3103 @itemx --functions
3104 Display function names as well as file and line number information.
3105
3106 @item -s
3107 @itemx --basenames
3108 Display only the base of each file name.
3109
3110 @item -i
3111 @itemx --inlines
3112 If the address belongs to a function that was inlined, the source
3113 information for all enclosing scopes back to the first non-inlined
3114 function will also be printed. For example, if @code{main} inlines
3115 @code{callee1} which inlines @code{callee2}, and address is from
3116 @code{callee2}, the source information for @code{callee1} and @code{main}
3117 will also be printed.
3118
3119 @item -j
3120 @itemx --section
3121 Read offsets relative to the specified section instead of absolute addresses.
3122
3123 @item -p
3124 @itemx --pretty-print
3125 Make the output more human friendly: each location are printed on one line.
3126 If option @option{-i} is specified, lines for all enclosing scopes are
3127 prefixed with @samp{(inlined by)}.
3128 @end table
3129
3130 @c man end
3131
3132 @ignore
3133 @c man begin SEEALSO addr2line
3134 Info entries for @file{binutils}.
3135 @c man end
3136 @end ignore
3137
3138 @node nlmconv
3139 @chapter nlmconv
3140
3141 @command{nlmconv} converts a relocatable object file into a NetWare
3142 Loadable Module.
3143
3144 @ignore
3145 @command{nlmconv} currently works with @samp{i386} object
3146 files in @code{coff}, @sc{elf}, or @code{a.out} format, and @sc{SPARC}
3147 object files in @sc{elf}, or @code{a.out} format@footnote{
3148 @command{nlmconv} should work with any @samp{i386} or @sc{sparc} object
3149 format in the Binary File Descriptor library. It has only been tested
3150 with the above formats.}.
3151 @end ignore
3152
3153 @quotation
3154 @emph{Warning:} @command{nlmconv} is not always built as part of the binary
3155 utilities, since it is only useful for NLM targets.
3156 @end quotation
3157
3158 @c man title nlmconv converts object code into an NLM.
3159
3160 @smallexample
3161 @c man begin SYNOPSIS nlmconv
3162 nlmconv [@option{-I} @var{bfdname}|@option{--input-target=}@var{bfdname}]
3163 [@option{-O} @var{bfdname}|@option{--output-target=}@var{bfdname}]
3164 [@option{-T} @var{headerfile}|@option{--header-file=}@var{headerfile}]
3165 [@option{-d}|@option{--debug}] [@option{-l} @var{linker}|@option{--linker=}@var{linker}]
3166 [@option{-h}|@option{--help}] [@option{-V}|@option{--version}]
3167 @var{infile} @var{outfile}
3168 @c man end
3169 @end smallexample
3170
3171 @c man begin DESCRIPTION nlmconv
3172
3173 @command{nlmconv} converts the relocatable @samp{i386} object file
3174 @var{infile} into the NetWare Loadable Module @var{outfile}, optionally
3175 reading @var{headerfile} for NLM header information. For instructions
3176 on writing the NLM command file language used in header files, see the
3177 @samp{linkers} section, @samp{NLMLINK} in particular, of the @cite{NLM
3178 Development and Tools Overview}, which is part of the NLM Software
3179 Developer's Kit (``NLM SDK''), available from Novell, Inc.
3180 @command{nlmconv} uses the @sc{gnu} Binary File Descriptor library to read
3181 @var{infile};
3182 @ifclear man
3183 see @ref{BFD,,BFD,ld.info,Using LD}, for more information.
3184 @end ifclear
3185
3186 @command{nlmconv} can perform a link step. In other words, you can list
3187 more than one object file for input if you list them in the definitions
3188 file (rather than simply specifying one input file on the command line).
3189 In this case, @command{nlmconv} calls the linker for you.
3190
3191 @c man end
3192
3193 @c man begin OPTIONS nlmconv
3194
3195 @table @env
3196 @item -I @var{bfdname}
3197 @itemx --input-target=@var{bfdname}
3198 Object format of the input file. @command{nlmconv} can usually determine
3199 the format of a given file (so no default is necessary).
3200 @xref{Target Selection}, for more information.
3201
3202 @item -O @var{bfdname}
3203 @itemx --output-target=@var{bfdname}
3204 Object format of the output file. @command{nlmconv} infers the output
3205 format based on the input format, e.g. for a @samp{i386} input file the
3206 output format is @samp{nlm32-i386}.
3207 @xref{Target Selection}, for more information.
3208
3209 @item -T @var{headerfile}
3210 @itemx --header-file=@var{headerfile}
3211 Reads @var{headerfile} for NLM header information. For instructions on
3212 writing the NLM command file language used in header files, see@ see the
3213 @samp{linkers} section, of the @cite{NLM Development and Tools
3214 Overview}, which is part of the NLM Software Developer's Kit, available
3215 from Novell, Inc.
3216
3217 @item -d
3218 @itemx --debug
3219 Displays (on standard error) the linker command line used by @command{nlmconv}.
3220
3221 @item -l @var{linker}
3222 @itemx --linker=@var{linker}
3223 Use @var{linker} for any linking. @var{linker} can be an absolute or a
3224 relative pathname.
3225
3226 @item -h
3227 @itemx --help
3228 Prints a usage summary.
3229
3230 @item -V
3231 @itemx --version
3232 Prints the version number for @command{nlmconv}.
3233 @end table
3234
3235 @c man end
3236
3237 @ignore
3238 @c man begin SEEALSO nlmconv
3239 the Info entries for @file{binutils}.
3240 @c man end
3241 @end ignore
3242
3243 @node windmc
3244 @chapter windmc
3245
3246 @command{windmc} may be used to generator Windows message resources.
3247
3248 @quotation
3249 @emph{Warning:} @command{windmc} is not always built as part of the binary
3250 utilities, since it is only useful for Windows targets.
3251 @end quotation
3252
3253 @c man title windmc generates Windows message resources.
3254
3255 @smallexample
3256 @c man begin SYNOPSIS windmc
3257 windmc [options] input-file
3258 @c man end
3259 @end smallexample
3260
3261 @c man begin DESCRIPTION windmc
3262
3263 @command{windmc} reads message definitions from an input file (.mc) and
3264 translate them into a set of output files. The output files may be of
3265 four kinds:
3266
3267 @table @code
3268 @item h
3269 A C header file containing the message definitions.
3270
3271 @item rc
3272 A resource file compilable by the @command{windres} tool.
3273
3274 @item bin
3275 One or more binary files containing the resource data for a specific
3276 message language.
3277
3278 @item dbg
3279 A C include file that maps message id's to their symbolic name.
3280 @end table
3281
3282 The exact description of these different formats is available in
3283 documentation from Microsoft.
3284
3285 When @command{windmc} converts from the @code{mc} format to the @code{bin}
3286 format, @code{rc}, @code{h}, and optional @code{dbg} it is acting like the
3287 Windows Message Compiler.
3288
3289 @c man end
3290
3291 @c man begin OPTIONS windmc
3292
3293 @table @env
3294 @item -a
3295 @itemx --ascii_in
3296 Specifies that the input file specified is ASCII. This is the default
3297 behaviour.
3298
3299 @item -A
3300 @itemx --ascii_out
3301 Specifies that messages in the output @code{bin} files should be in ASCII
3302 format.
3303
3304 @item -b
3305 @itemx --binprefix
3306 Specifies that @code{bin} filenames should have to be prefixed by the
3307 basename of the source file.
3308
3309 @item -c
3310 @itemx --customflag
3311 Sets the customer bit in all message id's.
3312
3313 @item -C @var{codepage}
3314 @itemx --codepage_in @var{codepage}
3315 Sets the default codepage to be used to convert input file to UTF16. The
3316 default is ocdepage 1252.
3317
3318 @item -d
3319 @itemx --decimal_values
3320 Outputs the constants in the header file in decimal. Default is using
3321 hexadecimal output.
3322
3323 @item -e @var{ext}
3324 @itemx --extension @var{ext}
3325 The extension for the header file. The default is .h extension.
3326
3327 @item -F @var{target}
3328 @itemx --target @var{target}
3329 Specify the BFD format to use for a bin file as output. This
3330 is a BFD target name; you can use the @option{--help} option to see a list
3331 of supported targets. Normally @command{windmc} will use the default
3332 format, which is the first one listed by the @option{--help} option.
3333 @ifclear man
3334 @ref{Target Selection}.
3335 @end ifclear
3336
3337 @item -h @var{path}
3338 @itemx --headerdir @var{path}
3339 The target directory of the generated header file. The default is the
3340 current directory.
3341
3342 @item -H
3343 @itemx --help
3344 Displays a list of command line options and then exits.
3345
3346 @item -m @var{characters}
3347 @itemx --maxlength @var{characters}
3348 Instructs @command{windmc} to generate a warning if the length
3349 of any message exceeds the number specified.
3350
3351 @item -n
3352 @itemx --nullterminate
3353 Terminate message text in @code{bin} files by zero. By default they are
3354 terminated by CR/LF.
3355
3356 @item -o
3357 @itemx --hresult_use
3358 Not yet implemented. Instructs @code{windmc} to generate an OLE2 header
3359 file, using HRESULT definitions. Status codes are used if the flag is not
3360 specified.
3361
3362 @item -O @var{codepage}
3363 @itemx --codepage_out @var{codepage}
3364 Sets the default codepage to be used to output text files. The default
3365 is ocdepage 1252.
3366
3367 @item -r @var{path}
3368 @itemx --rcdir @var{path}
3369 The target directory for the generated @code{rc} script and the generated
3370 @code{bin} files that the resource compiler script includes. The default
3371 is the current directory.
3372
3373 @item -u
3374 @itemx --unicode_in
3375 Specifies that the input file is UTF16.
3376
3377 @item -U
3378 @itemx --unicode_out
3379 Specifies that messages in the output @code{bin} file should be in UTF16
3380 format. This is the default behaviour.
3381
3382 @item -v
3383 @item --verbose
3384 Enable verbose mode.
3385
3386 @item -V
3387 @item --version
3388 Prints the version number for @command{windmc}.
3389
3390 @item -x @var{path}
3391 @itemx --xdgb @var{path}
3392 The path of the @code{dbg} C include file that maps message id's to the
3393 symbolic name. No such file is generated without specifying the switch.
3394 @end table
3395
3396 @c man end
3397
3398 @ignore
3399 @c man begin SEEALSO windmc
3400 the Info entries for @file{binutils}.
3401 @c man end
3402 @end ignore
3403
3404 @node windres
3405 @chapter windres
3406
3407 @command{windres} may be used to manipulate Windows resources.
3408
3409 @quotation
3410 @emph{Warning:} @command{windres} is not always built as part of the binary
3411 utilities, since it is only useful for Windows targets.
3412 @end quotation
3413
3414 @c man title windres manipulate Windows resources.
3415
3416 @smallexample
3417 @c man begin SYNOPSIS windres
3418 windres [options] [input-file] [output-file]
3419 @c man end
3420 @end smallexample
3421
3422 @c man begin DESCRIPTION windres
3423
3424 @command{windres} reads resources from an input file and copies them into
3425 an output file. Either file may be in one of three formats:
3426
3427 @table @code
3428 @item rc
3429 A text format read by the Resource Compiler.
3430
3431 @item res
3432 A binary format generated by the Resource Compiler.
3433
3434 @item coff
3435 A COFF object or executable.
3436 @end table
3437
3438 The exact description of these different formats is available in
3439 documentation from Microsoft.
3440
3441 When @command{windres} converts from the @code{rc} format to the @code{res}
3442 format, it is acting like the Windows Resource Compiler. When
3443 @command{windres} converts from the @code{res} format to the @code{coff}
3444 format, it is acting like the Windows @code{CVTRES} program.
3445
3446 When @command{windres} generates an @code{rc} file, the output is similar
3447 but not identical to the format expected for the input. When an input
3448 @code{rc} file refers to an external filename, an output @code{rc} file
3449 will instead include the file contents.
3450
3451 If the input or output format is not specified, @command{windres} will
3452 guess based on the file name, or, for the input file, the file contents.
3453 A file with an extension of @file{.rc} will be treated as an @code{rc}
3454 file, a file with an extension of @file{.res} will be treated as a
3455 @code{res} file, and a file with an extension of @file{.o} or
3456 @file{.exe} will be treated as a @code{coff} file.
3457
3458 If no output file is specified, @command{windres} will print the resources
3459 in @code{rc} format to standard output.
3460
3461 The normal use is for you to write an @code{rc} file, use @command{windres}
3462 to convert it to a COFF object file, and then link the COFF file into
3463 your application. This will make the resources described in the
3464 @code{rc} file available to Windows.
3465
3466 @c man end
3467
3468 @c man begin OPTIONS windres
3469
3470 @table @env
3471 @item -i @var{filename}
3472 @itemx --input @var{filename}
3473 The name of the input file. If this option is not used, then
3474 @command{windres} will use the first non-option argument as the input file
3475 name. If there are no non-option arguments, then @command{windres} will
3476 read from standard input. @command{windres} can not read a COFF file from
3477 standard input.
3478
3479 @item -o @var{filename}
3480 @itemx --output @var{filename}
3481 The name of the output file. If this option is not used, then
3482 @command{windres} will use the first non-option argument, after any used
3483 for the input file name, as the output file name. If there is no
3484 non-option argument, then @command{windres} will write to standard output.
3485 @command{windres} can not write a COFF file to standard output. Note,
3486 for compatibility with @command{rc} the option @option{-fo} is also
3487 accepted, but its use is not recommended.
3488
3489 @item -J @var{format}
3490 @itemx --input-format @var{format}
3491 The input format to read. @var{format} may be @samp{res}, @samp{rc}, or
3492 @samp{coff}. If no input format is specified, @command{windres} will
3493 guess, as described above.
3494
3495 @item -O @var{format}
3496 @itemx --output-format @var{format}
3497 The output format to generate. @var{format} may be @samp{res},
3498 @samp{rc}, or @samp{coff}. If no output format is specified,
3499 @command{windres} will guess, as described above.
3500
3501 @item -F @var{target}
3502 @itemx --target @var{target}
3503 Specify the BFD format to use for a COFF file as input or output. This
3504 is a BFD target name; you can use the @option{--help} option to see a list
3505 of supported targets. Normally @command{windres} will use the default
3506 format, which is the first one listed by the @option{--help} option.
3507 @ifclear man
3508 @ref{Target Selection}.
3509 @end ifclear
3510
3511 @item --preprocessor @var{program}
3512 When @command{windres} reads an @code{rc} file, it runs it through the C
3513 preprocessor first. This option may be used to specify the preprocessor
3514 to use, including any leading arguments. The default preprocessor
3515 argument is @code{gcc -E -xc-header -DRC_INVOKED}.
3516
3517 @item --preprocessor-arg @var{option}
3518 When @command{windres} reads an @code{rc} file, it runs it through
3519 the C preprocessor first. This option may be used to specify additional
3520 text to be passed to preprocessor on its command line.
3521 This option can be used multiple times to add multiple options to the
3522 preprocessor command line.
3523
3524 @item -I @var{directory}
3525 @itemx --include-dir @var{directory}
3526 Specify an include directory to use when reading an @code{rc} file.
3527 @command{windres} will pass this to the preprocessor as an @option{-I}
3528 option. @command{windres} will also search this directory when looking for
3529 files named in the @code{rc} file. If the argument passed to this command
3530 matches any of the supported @var{formats} (as described in the @option{-J}
3531 option), it will issue a deprecation warning, and behave just like the
3532 @option{-J} option. New programs should not use this behaviour. If a
3533 directory happens to match a @var{format}, simple prefix it with @samp{./}
3534 to disable the backward compatibility.
3535
3536 @item -D @var{target}
3537 @itemx --define @var{sym}[=@var{val}]
3538 Specify a @option{-D} option to pass to the preprocessor when reading an
3539 @code{rc} file.
3540
3541 @item -U @var{target}
3542 @itemx --undefine @var{sym}
3543 Specify a @option{-U} option to pass to the preprocessor when reading an
3544 @code{rc} file.
3545
3546 @item -r
3547 Ignored for compatibility with rc.
3548
3549 @item -v
3550 Enable verbose mode. This tells you what the preprocessor is if you
3551 didn't specify one.
3552
3553 @item -c @var{val}
3554 @item --codepage @var{val}
3555 Specify the default codepage to use when reading an @code{rc} file.
3556 @var{val} should be a hexadecimal prefixed by @samp{0x} or decimal
3557 codepage code. The valid range is from zero up to 0xffff, but the
3558 validity of the codepage is host and configuration dependent.
3559
3560 @item -l @var{val}
3561 @item --language @var{val}
3562 Specify the default language to use when reading an @code{rc} file.
3563 @var{val} should be a hexadecimal language code. The low eight bits are
3564 the language, and the high eight bits are the sublanguage.
3565
3566 @item --use-temp-file
3567 Use a temporary file to instead of using popen to read the output of
3568 the preprocessor. Use this option if the popen implementation is buggy
3569 on the host (eg., certain non-English language versions of Windows 95 and
3570 Windows 98 are known to have buggy popen where the output will instead
3571 go the console).
3572
3573 @item --no-use-temp-file
3574 Use popen, not a temporary file, to read the output of the preprocessor.
3575 This is the default behaviour.
3576
3577 @item -h
3578 @item --help
3579 Prints a usage summary.
3580
3581 @item -V
3582 @item --version
3583 Prints the version number for @command{windres}.
3584
3585 @item --yydebug
3586 If @command{windres} is compiled with @code{YYDEBUG} defined as @code{1},
3587 this will turn on parser debugging.
3588 @end table
3589
3590 @c man end
3591
3592 @ignore
3593 @c man begin SEEALSO windres
3594 the Info entries for @file{binutils}.
3595 @c man end
3596 @end ignore
3597
3598 @node dlltool
3599 @chapter dlltool
3600 @cindex DLL
3601 @kindex dlltool
3602
3603 @command{dlltool} is used to create the files needed to create dynamic
3604 link libraries (DLLs) on systems which understand PE format image
3605 files such as Windows. A DLL contains an export table which contains
3606 information that the runtime loader needs to resolve references from a
3607 referencing program.
3608
3609 The export table is generated by this program by reading in a
3610 @file{.def} file or scanning the @file{.a} and @file{.o} files which
3611 will be in the DLL. A @file{.o} file can contain information in
3612 special @samp{.drectve} sections with export information.
3613
3614 @quotation
3615 @emph{Note:} @command{dlltool} is not always built as part of the
3616 binary utilities, since it is only useful for those targets which
3617 support DLLs.
3618 @end quotation
3619
3620 @c man title dlltool Create files needed to build and use DLLs.
3621
3622 @smallexample
3623 @c man begin SYNOPSIS dlltool
3624 dlltool [@option{-d}|@option{--input-def} @var{def-file-name}]
3625 [@option{-b}|@option{--base-file} @var{base-file-name}]
3626 [@option{-e}|@option{--output-exp} @var{exports-file-name}]
3627 [@option{-z}|@option{--output-def} @var{def-file-name}]
3628 [@option{-l}|@option{--output-lib} @var{library-file-name}]
3629 [@option{-y}|@option{--output-delaylib} @var{library-file-name}]
3630 [@option{--export-all-symbols}] [@option{--no-export-all-symbols}]
3631 [@option{--exclude-symbols} @var{list}]
3632 [@option{--no-default-excludes}]
3633 [@option{-S}|@option{--as} @var{path-to-assembler}] [@option{-f}|@option{--as-flags} @var{options}]
3634 [@option{-D}|@option{--dllname} @var{name}] [@option{-m}|@option{--machine} @var{machine}]
3635 [@option{-a}|@option{--add-indirect}]
3636 [@option{-U}|@option{--add-underscore}] [@option{--add-stdcall-underscore}]
3637 [@option{-k}|@option{--kill-at}] [@option{-A}|@option{--add-stdcall-alias}]
3638 [@option{-p}|@option{--ext-prefix-alias} @var{prefix}]
3639 [@option{-x}|@option{--no-idata4}] [@option{-c}|@option{--no-idata5}]
3640 [@option{--use-nul-prefixed-import-tables}]
3641 [@option{-I}|@option{--identify} @var{library-file-name}] [@option{--identify-strict}]
3642 [@option{-i}|@option{--interwork}]
3643 [@option{-n}|@option{--nodelete}] [@option{-t}|@option{--temp-prefix} @var{prefix}]
3644 [@option{-v}|@option{--verbose}]
3645 [@option{-h}|@option{--help}] [@option{-V}|@option{--version}]
3646 [@option{--no-leading-underscore}] [@option{--leading-underscore}]
3647 [object-file @dots{}]
3648 @c man end
3649 @end smallexample
3650
3651 @c man begin DESCRIPTION dlltool
3652
3653 @command{dlltool} reads its inputs, which can come from the @option{-d} and
3654 @option{-b} options as well as object files specified on the command
3655 line. It then processes these inputs and if the @option{-e} option has
3656 been specified it creates a exports file. If the @option{-l} option
3657 has been specified it creates a library file and if the @option{-z} option
3658 has been specified it creates a def file. Any or all of the @option{-e},
3659 @option{-l} and @option{-z} options can be present in one invocation of
3660 dlltool.
3661
3662 When creating a DLL, along with the source for the DLL, it is necessary
3663 to have three other files. @command{dlltool} can help with the creation of
3664 these files.
3665
3666 The first file is a @file{.def} file which specifies which functions are
3667 exported from the DLL, which functions the DLL imports, and so on. This
3668 is a text file and can be created by hand, or @command{dlltool} can be used
3669 to create it using the @option{-z} option. In this case @command{dlltool}
3670 will scan the object files specified on its command line looking for
3671 those functions which have been specially marked as being exported and
3672 put entries for them in the @file{.def} file it creates.
3673
3674 In order to mark a function as being exported from a DLL, it needs to
3675 have an @option{-export:<name_of_function>} entry in the @samp{.drectve}
3676 section of the object file. This can be done in C by using the
3677 asm() operator:
3678
3679 @smallexample
3680 asm (".section .drectve");
3681 asm (".ascii \"-export:my_func\"");
3682
3683 int my_func (void) @{ @dots{} @}
3684 @end smallexample
3685
3686 The second file needed for DLL creation is an exports file. This file
3687 is linked with the object files that make up the body of the DLL and it
3688 handles the interface between the DLL and the outside world. This is a
3689 binary file and it can be created by giving the @option{-e} option to
3690 @command{dlltool} when it is creating or reading in a @file{.def} file.
3691
3692 The third file needed for DLL creation is the library file that programs
3693 will link with in order to access the functions in the DLL (an `import
3694 library'). This file can be created by giving the @option{-l} option to
3695 dlltool when it is creating or reading in a @file{.def} file.
3696
3697 If the @option{-y} option is specified, dlltool generates a delay-import
3698 library that can be used instead of the normal import library to allow
3699 a program to link to the dll only as soon as an imported function is
3700 called for the first time. The resulting executable will need to be
3701 linked to the static delayimp library containing __delayLoadHelper2(),
3702 which in turn will import LoadLibraryA and GetProcAddress from kernel32.
3703
3704 @command{dlltool} builds the library file by hand, but it builds the
3705 exports file by creating temporary files containing assembler statements
3706 and then assembling these. The @option{-S} command line option can be
3707 used to specify the path to the assembler that dlltool will use,
3708 and the @option{-f} option can be used to pass specific flags to that
3709 assembler. The @option{-n} can be used to prevent dlltool from deleting
3710 these temporary assembler files when it is done, and if @option{-n} is
3711 specified twice then this will prevent dlltool from deleting the
3712 temporary object files it used to build the library.
3713
3714 Here is an example of creating a DLL from a source file @samp{dll.c} and
3715 also creating a program (from an object file called @samp{program.o})
3716 that uses that DLL:
3717
3718 @smallexample
3719 gcc -c dll.c
3720 dlltool -e exports.o -l dll.lib dll.o
3721 gcc dll.o exports.o -o dll.dll
3722 gcc program.o dll.lib -o program
3723 @end smallexample
3724
3725
3726 @command{dlltool} may also be used to query an existing import library
3727 to determine the name of the DLL to which it is associated. See the
3728 description of the @option{-I} or @option{--identify} option.
3729
3730 @c man end
3731
3732 @c man begin OPTIONS dlltool
3733
3734 The command line options have the following meanings:
3735
3736 @table @env
3737
3738 @item -d @var{filename}
3739 @itemx --input-def @var{filename}
3740 @cindex input .def file
3741 Specifies the name of a @file{.def} file to be read in and processed.
3742
3743 @item -b @var{filename}
3744 @itemx --base-file @var{filename}
3745 @cindex base files
3746 Specifies the name of a base file to be read in and processed. The
3747 contents of this file will be added to the relocation section in the
3748 exports file generated by dlltool.
3749
3750 @item -e @var{filename}
3751 @itemx --output-exp @var{filename}
3752 Specifies the name of the export file to be created by dlltool.
3753
3754 @item -z @var{filename}
3755 @itemx --output-def @var{filename}
3756 Specifies the name of the @file{.def} file to be created by dlltool.
3757
3758 @item -l @var{filename}
3759 @itemx --output-lib @var{filename}
3760 Specifies the name of the library file to be created by dlltool.
3761
3762 @item -y @var{filename}
3763 @itemx --output-delaylib @var{filename}
3764 Specifies the name of the delay-import library file to be created by dlltool.
3765
3766 @item --export-all-symbols
3767 Treat all global and weak defined symbols found in the input object
3768 files as symbols to be exported. There is a small list of symbols which
3769 are not exported by default; see the @option{--no-default-excludes}
3770 option. You may add to the list of symbols to not export by using the
3771 @option{--exclude-symbols} option.
3772
3773 @item --no-export-all-symbols
3774 Only export symbols explicitly listed in an input @file{.def} file or in
3775 @samp{.drectve} sections in the input object files. This is the default
3776 behaviour. The @samp{.drectve} sections are created by @samp{dllexport}
3777 attributes in the source code.
3778
3779 @item --exclude-symbols @var{list}
3780 Do not export the symbols in @var{list}. This is a list of symbol names
3781 separated by comma or colon characters. The symbol names should not
3782 contain a leading underscore. This is only meaningful when
3783 @option{--export-all-symbols} is used.
3784
3785 @item --no-default-excludes
3786 When @option{--export-all-symbols} is used, it will by default avoid
3787 exporting certain special symbols. The current list of symbols to avoid
3788 exporting is @samp{DllMain@@12}, @samp{DllEntryPoint@@0},
3789 @samp{impure_ptr}. You may use the @option{--no-default-excludes} option
3790 to go ahead and export these special symbols. This is only meaningful
3791 when @option{--export-all-symbols} is used.
3792
3793 @item -S @var{path}
3794 @itemx --as @var{path}
3795 Specifies the path, including the filename, of the assembler to be used
3796 to create the exports file.
3797
3798 @item -f @var{options}
3799 @itemx --as-flags @var{options}
3800 Specifies any specific command line options to be passed to the
3801 assembler when building the exports file. This option will work even if
3802 the @option{-S} option is not used. This option only takes one argument,
3803 and if it occurs more than once on the command line, then later
3804 occurrences will override earlier occurrences. So if it is necessary to
3805 pass multiple options to the assembler they should be enclosed in
3806 double quotes.
3807
3808 @item -D @var{name}
3809 @itemx --dll-name @var{name}
3810 Specifies the name to be stored in the @file{.def} file as the name of
3811 the DLL when the @option{-e} option is used. If this option is not
3812 present, then the filename given to the @option{-e} option will be
3813 used as the name of the DLL.
3814
3815 @item -m @var{machine}
3816 @itemx -machine @var{machine}
3817 Specifies the type of machine for which the library file should be
3818 built. @command{dlltool} has a built in default type, depending upon how
3819 it was created, but this option can be used to override that. This is
3820 normally only useful when creating DLLs for an ARM processor, when the
3821 contents of the DLL are actually encode using Thumb instructions.
3822
3823 @item -a
3824 @itemx --add-indirect
3825 Specifies that when @command{dlltool} is creating the exports file it
3826 should add a section which allows the exported functions to be
3827 referenced without using the import library. Whatever the hell that
3828 means!
3829
3830 @item -U
3831 @itemx --add-underscore
3832 Specifies that when @command{dlltool} is creating the exports file it
3833 should prepend an underscore to the names of @emph{all} exported symbols.
3834
3835 @item --no-leading-underscore
3836 @item --leading-underscore
3837 Specifies whether standard symbol should be forced to be prefixed, or
3838 not.
3839
3840 @item --add-stdcall-underscore
3841 Specifies that when @command{dlltool} is creating the exports file it
3842 should prepend an underscore to the names of exported @emph{stdcall}
3843 functions. Variable names and non-stdcall function names are not modified.
3844 This option is useful when creating GNU-compatible import libs for third
3845 party DLLs that were built with MS-Windows tools.
3846
3847 @item -k
3848 @itemx --kill-at
3849 Specifies that when @command{dlltool} is creating the exports file it
3850 should not append the string @samp{@@ <number>}. These numbers are
3851 called ordinal numbers and they represent another way of accessing the
3852 function in a DLL, other than by name.
3853
3854 @item -A
3855 @itemx --add-stdcall-alias
3856 Specifies that when @command{dlltool} is creating the exports file it
3857 should add aliases for stdcall symbols without @samp{@@ <number>}
3858 in addition to the symbols with @samp{@@ <number>}.
3859
3860 @item -p
3861 @itemx --ext-prefix-alias @var{prefix}
3862 Causes @command{dlltool} to create external aliases for all DLL
3863 imports with the specified prefix. The aliases are created for both
3864 external and import symbols with no leading underscore.
3865
3866 @item -x
3867 @itemx --no-idata4
3868 Specifies that when @command{dlltool} is creating the exports and library
3869 files it should omit the @code{.idata4} section. This is for compatibility
3870 with certain operating systems.
3871
3872 @item --use-nul-prefixed-import-tables
3873 Specifies that when @command{dlltool} is creating the exports and library
3874 files it should prefix the @code{.idata4} and @code{.idata5} by zero an
3875 element. This emulates old gnu import library generation of
3876 @code{dlltool}. By default this option is turned off.
3877
3878 @item -c
3879 @itemx --no-idata5
3880 Specifies that when @command{dlltool} is creating the exports and library
3881 files it should omit the @code{.idata5} section. This is for compatibility
3882 with certain operating systems.
3883
3884 @item -I @var{filename}
3885 @itemx --identify @var{filename}
3886 Specifies that @command{dlltool} should inspect the import library
3887 indicated by @var{filename} and report, on @code{stdout}, the name(s)
3888 of the associated DLL(s). This can be performed in addition to any
3889 other operations indicated by the other options and arguments.
3890 @command{dlltool} fails if the import library does not exist or is not
3891 actually an import library. See also @option{--identify-strict}.
3892
3893 @item --identify-strict
3894 Modifies the behavior of the @option{--identify} option, such
3895 that an error is reported if @var{filename} is associated with
3896 more than one DLL.
3897
3898 @item -i
3899 @itemx --interwork
3900 Specifies that @command{dlltool} should mark the objects in the library
3901 file and exports file that it produces as supporting interworking
3902 between ARM and Thumb code.
3903
3904 @item -n
3905 @itemx --nodelete
3906 Makes @command{dlltool} preserve the temporary assembler files it used to
3907 create the exports file. If this option is repeated then dlltool will
3908 also preserve the temporary object files it uses to create the library
3909 file.
3910
3911 @item -t @var{prefix}
3912 @itemx --temp-prefix @var{prefix}
3913 Makes @command{dlltool} use @var{prefix} when constructing the names of
3914 temporary assembler and object files. By default, the temp file prefix
3915 is generated from the pid.
3916
3917 @item -v
3918 @itemx --verbose
3919 Make dlltool describe what it is doing.
3920
3921 @item -h
3922 @itemx --help
3923 Displays a list of command line options and then exits.
3924
3925 @item -V
3926 @itemx --version
3927 Displays dlltool's version number and then exits.
3928
3929 @end table
3930
3931 @c man end
3932
3933 @menu
3934 * def file format:: The format of the dlltool @file{.def} file
3935 @end menu
3936
3937 @node def file format
3938 @section The format of the @command{dlltool} @file{.def} file
3939
3940 A @file{.def} file contains any number of the following commands:
3941
3942 @table @asis
3943
3944 @item @code{NAME} @var{name} @code{[ ,} @var{base} @code{]}
3945 The result is going to be named @var{name}@code{.exe}.
3946
3947 @item @code{LIBRARY} @var{name} @code{[ ,} @var{base} @code{]}
3948 The result is going to be named @var{name}@code{.dll}.
3949
3950 @item @code{EXPORTS ( ( (} @var{name1} @code{[ = } @var{name2} @code{] ) | ( } @var{name1} @code{=} @var{module-name} @code{.} @var{external-name} @code{) ) [ == } @var{its_name} @code{]}
3951 @item @code{[} @var{integer} @code{] [ NONAME ] [ CONSTANT ] [ DATA ] [ PRIVATE ] ) *}
3952 Declares @var{name1} as an exported symbol from the DLL, with optional
3953 ordinal number @var{integer}, or declares @var{name1} as an alias
3954 (forward) of the function @var{external-name} in the DLL.
3955 If @var{its_name} is specified, this name is used as string in export table.
3956 @var{module-name}.
3957
3958 @item @code{IMPORTS ( (} @var{internal-name} @code{=} @var{module-name} @code{.} @var{integer} @code{) | [} @var{internal-name} @code{= ]} @var{module-name} @code{.} @var{external-name} @code{) [ == ) @var{its_name} @code{]} *}
3959 Declares that @var{external-name} or the exported function whose
3960 ordinal number is @var{integer} is to be imported from the file
3961 @var{module-name}. If @var{internal-name} is specified then this is
3962 the name that the imported function will be referred to in the body of
3963 the DLL.
3964 If @var{its_name} is specified, this name is used as string in import table.
3965
3966 @item @code{DESCRIPTION} @var{string}
3967 Puts @var{string} into the output @file{.exp} file in the
3968 @code{.rdata} section.
3969
3970 @item @code{STACKSIZE} @var{number-reserve} @code{[, } @var{number-commit} @code{]}
3971 @item @code{HEAPSIZE} @var{number-reserve} @code{[, } @var{number-commit} @code{]}
3972 Generates @code{--stack} or @code{--heap}
3973 @var{number-reserve},@var{number-commit} in the output @code{.drectve}
3974 section. The linker will see this and act upon it.
3975
3976 @item @code{CODE} @var{attr} @code{+}
3977 @item @code{DATA} @var{attr} @code{+}
3978 @item @code{SECTIONS (} @var{section-name} @var{attr}@code{ + ) *}
3979 Generates @code{--attr} @var{section-name} @var{attr} in the output
3980 @code{.drectve} section, where @var{attr} is one of @code{READ},
3981 @code{WRITE}, @code{EXECUTE} or @code{SHARED}. The linker will see
3982 this and act upon it.
3983
3984 @end table
3985
3986 @ignore
3987 @c man begin SEEALSO dlltool
3988 The Info pages for @file{binutils}.
3989 @c man end
3990 @end ignore
3991
3992 @node readelf
3993 @chapter readelf
3994
3995 @cindex ELF file information
3996 @kindex readelf
3997
3998 @c man title readelf Displays information about ELF files.
3999
4000 @smallexample
4001 @c man begin SYNOPSIS readelf
4002 readelf [@option{-a}|@option{--all}]
4003 [@option{-h}|@option{--file-header}]
4004 [@option{-l}|@option{--program-headers}|@option{--segments}]
4005 [@option{-S}|@option{--section-headers}|@option{--sections}]
4006 [@option{-g}|@option{--section-groups}]
4007 [@option{-t}|@option{--section-details}]
4008 [@option{-e}|@option{--headers}]
4009 [@option{-s}|@option{--syms}|@option{--symbols}]
4010 [@option{--dyn-syms}]
4011 [@option{-n}|@option{--notes}]
4012 [@option{-r}|@option{--relocs}]
4013 [@option{-u}|@option{--unwind}]
4014 [@option{-d}|@option{--dynamic}]
4015 [@option{-V}|@option{--version-info}]
4016 [@option{-A}|@option{--arch-specific}]
4017 [@option{-D}|@option{--use-dynamic}]
4018 [@option{-x} <number or name>|@option{--hex-dump=}<number or name>]
4019 [@option{-p} <number or name>|@option{--string-dump=}<number or name>]
4020 [@option{-R} <number or name>|@option{--relocated-dump=}<number or name>]
4021 [@option{-c}|@option{--archive-index}]
4022 [@option{-w[lLiaprmfFsoRt]}|
4023 @option{--debug-dump}[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]]
4024 [@option{--dwarf-depth=@var{n}}]
4025 [@option{--dwarf-start=@var{n}}]
4026 [@option{-I}|@option{--histogram}]
4027 [@option{-v}|@option{--version}]
4028 [@option{-W}|@option{--wide}]
4029 [@option{-H}|@option{--help}]
4030 @var{elffile}@dots{}
4031 @c man end
4032 @end smallexample
4033
4034 @c man begin DESCRIPTION readelf
4035
4036 @command{readelf} displays information about one or more ELF format object
4037 files. The options control what particular information to display.
4038
4039 @var{elffile}@dots{} are the object files to be examined. 32-bit and
4040 64-bit ELF files are supported, as are archives containing ELF files.
4041
4042 This program performs a similar function to @command{objdump} but it
4043 goes into more detail and it exists independently of the @sc{bfd}
4044 library, so if there is a bug in @sc{bfd} then readelf will not be
4045 affected.
4046
4047 @c man end
4048
4049 @c man begin OPTIONS readelf
4050
4051 The long and short forms of options, shown here as alternatives, are
4052 equivalent. At least one option besides @samp{-v} or @samp{-H} must be
4053 given.
4054
4055 @table @env
4056 @item -a
4057 @itemx --all
4058 Equivalent to specifying @option{--file-header},
4059 @option{--program-headers}, @option{--sections}, @option{--symbols},
4060 @option{--relocs}, @option{--dynamic}, @option{--notes} and
4061 @option{--version-info}.
4062
4063 @item -h
4064 @itemx --file-header
4065 @cindex ELF file header information
4066 Displays the information contained in the ELF header at the start of the
4067 file.
4068
4069 @item -l
4070 @itemx --program-headers
4071 @itemx --segments
4072 @cindex ELF program header information
4073 @cindex ELF segment information
4074 Displays the information contained in the file's segment headers, if it
4075 has any.
4076
4077 @item -S
4078 @itemx --sections
4079 @itemx --section-headers
4080 @cindex ELF section information
4081 Displays the information contained in the file's section headers, if it
4082 has any.
4083
4084 @item -g
4085 @itemx --section-groups
4086 @cindex ELF section group information
4087 Displays the information contained in the file's section groups, if it
4088 has any.
4089
4090 @item -t
4091 @itemx --section-details
4092 @cindex ELF section information
4093 Displays the detailed section information. Implies @option{-S}.
4094
4095 @item -s
4096 @itemx --symbols
4097 @itemx --syms
4098 @cindex ELF symbol table information
4099 Displays the entries in symbol table section of the file, if it has one.
4100
4101 @item --dyn-syms
4102 @cindex ELF dynamic symbol table information
4103 Displays the entries in dynamic symbol table section of the file, if it
4104 has one.
4105
4106 @item -e
4107 @itemx --headers
4108 Display all the headers in the file. Equivalent to @option{-h -l -S}.
4109
4110 @item -n
4111 @itemx --notes
4112 @cindex ELF notes
4113 Displays the contents of the NOTE segments and/or sections, if any.
4114
4115 @item -r
4116 @itemx --relocs
4117 @cindex ELF reloc information
4118 Displays the contents of the file's relocation section, if it has one.
4119
4120 @item -u
4121 @itemx --unwind
4122 @cindex unwind information
4123 Displays the contents of the file's unwind section, if it has one. Only
4124 the unwind sections for IA64 ELF files, as well as ARM unwind tables
4125 (@code{.ARM.exidx} / @code{.ARM.extab}) are currently supported.
4126
4127 @item -d
4128 @itemx --dynamic
4129 @cindex ELF dynamic section information
4130 Displays the contents of the file's dynamic section, if it has one.
4131
4132 @item -V
4133 @itemx --version-info
4134 @cindex ELF version sections informations
4135 Displays the contents of the version sections in the file, it they
4136 exist.
4137
4138 @item -A
4139 @itemx --arch-specific
4140 Displays architecture-specific information in the file, if there
4141 is any.
4142
4143 @item -D
4144 @itemx --use-dynamic
4145 When displaying symbols, this option makes @command{readelf} use the
4146 symbol hash tables in the file's dynamic section, rather than the
4147 symbol table sections.
4148
4149 @item -x <number or name>
4150 @itemx --hex-dump=<number or name>
4151 Displays the contents of the indicated section as a hexadecimal bytes.
4152 A number identifies a particular section by index in the section table;
4153 any other string identifies all sections with that name in the object file.
4154
4155 @item -R <number or name>
4156 @itemx --relocated-dump=<number or name>
4157 Displays the contents of the indicated section as a hexadecimal
4158 bytes. A number identifies a particular section by index in the
4159 section table; any other string identifies all sections with that name
4160 in the object file. The contents of the section will be relocated
4161 before they are displayed.
4162
4163 @item -p <number or name>
4164 @itemx --string-dump=<number or name>
4165 Displays the contents of the indicated section as printable strings.
4166 A number identifies a particular section by index in the section table;
4167 any other string identifies all sections with that name in the object file.
4168
4169 @item -c
4170 @itemx --archive-index
4171 @cindex Archive file symbol index information
4172 Displays the file symbol index infomation contained in the header part
4173 of binary archives. Performs the same function as the @option{t}
4174 command to @command{ar}, but without using the BFD library. @xref{ar}.
4175
4176 @item -w[lLiaprmfFsoRt]
4177 @itemx --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]
4178 Displays the contents of the debug sections in the file, if any are
4179 present. If one of the optional letters or words follows the switch
4180 then only data found in those specific sections will be dumped.
4181
4182 Note that there is no single letter option to display the content of
4183 trace sections or .gdb_index.
4184
4185 Note: the @option{=decodedline} option will display the interpreted
4186 contents of a .debug_line section whereas the @option{=rawline} option
4187 dumps the contents in a raw format.
4188
4189 Note: the @option{=frames-interp} option will display the interpreted
4190 contents of a .debug_frame section whereas the @option{=frames} option
4191 dumps the contents in a raw format.
4192
4193 Note: the output from the @option{=info} option can also be affected
4194 by the options @option{--dwarf-depth} and @option{--dwarf-start}.
4195
4196 @item --dwarf-depth=@var{n}
4197 Limit the dump of the @code{.debug_info} section to @var{n} children.
4198 This is only useful with @option{--debug-dump=info}. The default is
4199 to print all DIEs; the special value 0 for @var{n} will also have this
4200 effect.
4201
4202 With a non-zero value for @var{n}, DIEs at or deeper than @var{n}
4203 levels will not be printed. The range for @var{n} is zero-based.
4204
4205 @item --dwarf-start=@var{n}
4206 Print only DIEs beginning with the DIE numbered @var{n}. This is only
4207 useful with @option{--debug-dump=info}.
4208
4209 If specified, this option will suppress printing of any header
4210 information and all DIEs before the DIE numbered @var{n}. Only
4211 siblings and children of the specified DIE will be printed.
4212
4213 This can be used in conjunction with @option{--dwarf-depth}.
4214
4215 @item -I
4216 @itemx --histogram
4217 Display a histogram of bucket list lengths when displaying the contents
4218 of the symbol tables.
4219
4220 @item -v
4221 @itemx --version
4222 Display the version number of readelf.
4223
4224 @item -W
4225 @itemx --wide
4226 Don't break output lines to fit into 80 columns. By default
4227 @command{readelf} breaks section header and segment listing lines for
4228 64-bit ELF files, so that they fit into 80 columns. This option causes
4229 @command{readelf} to print each section header resp. each segment one a
4230 single line, which is far more readable on terminals wider than 80 columns.
4231
4232 @item -H
4233 @itemx --help
4234 Display the command line options understood by @command{readelf}.
4235
4236 @end table
4237
4238 @c man end
4239
4240 @ignore
4241 @c man begin SEEALSO readelf
4242 objdump(1), and the Info entries for @file{binutils}.
4243 @c man end
4244 @end ignore
4245
4246 @node elfedit
4247 @chapter elfedit
4248
4249 @cindex Update ELF header
4250 @kindex elfedit
4251
4252 @c man title elfedit Update the ELF header of ELF files.
4253
4254 @smallexample
4255 @c man begin SYNOPSIS elfedit
4256 elfedit [@option{--input-mach=}@var{machine}]
4257 [@option{--input-type=}@var{type}]
4258 [@option{--input-osabi=}@var{osabi}]
4259 @option{--output-mach=}@var{machine}
4260 @option{--output-type=}@var{type}
4261 @option{--output-osabi=}@var{osabi}
4262 [@option{-v}|@option{--version}]
4263 [@option{-h}|@option{--help}]
4264 @var{elffile}@dots{}
4265 @c man end
4266 @end smallexample
4267
4268 @c man begin DESCRIPTION elfedit
4269
4270 @command{elfedit} updates the ELF header of ELF files which have
4271 the matching ELF machine and file types. The options control how and
4272 which fields in the ELF header should be updated.
4273
4274 @var{elffile}@dots{} are the ELF files to be updated. 32-bit and
4275 64-bit ELF files are supported, as are archives containing ELF files.
4276 @c man end
4277
4278 @c man begin OPTIONS elfedit
4279
4280 The long and short forms of options, shown here as alternatives, are
4281 equivalent. At least one of the @option{--output-mach},
4282 @option{--output-type} and @option{--output-osabi} options must be given.
4283
4284 @table @env
4285
4286 @itemx --input-mach=@var{machine}
4287 Set the matching input ELF machine type to @var{machine}. If
4288 @option{--input-mach} isn't specified, it will match any ELF
4289 machine types.
4290
4291 The supported ELF machine types are, @var{L1OM}, @var{K1OM} and
4292 @var{x86-64}.
4293
4294 @itemx --output-mach=@var{machine}
4295 Change the ELF machine type in the ELF header to @var{machine}. The
4296 supported ELF machine types are the same as @option{--input-mach}.
4297
4298 @itemx --input-type=@var{type}
4299 Set the matching input ELF file type to @var{type}. If
4300 @option{--input-type} isn't specified, it will match any ELF file types.
4301
4302 The supported ELF file types are, @var{rel}, @var{exec} and @var{dyn}.
4303
4304 @itemx --output-type=@var{type}
4305 Change the ELF file type in the ELF header to @var{type}. The
4306 supported ELF types are the same as @option{--input-type}.
4307
4308 @itemx --input-osabi=@var{osabi}
4309 Set the matching input ELF file OSABI to @var{osabi}. If
4310 @option{--input-osabi} isn't specified, it will match any ELF OSABIs.
4311
4312 The supported ELF OSABIs are, @var{none}, @var{HPUX}, @var{NetBSD},
4313 @var{GNU}, @var{Linux} (alias for @var{GNU}),
4314 @var{Solaris}, @var{AIX}, @var{Irix},
4315 @var{FreeBSD}, @var{TRU64}, @var{Modesto}, @var{OpenBSD}, @var{OpenVMS},
4316 @var{NSK}, @var{AROS} and @var{FenixOS}.
4317
4318 @itemx --output-osabi=@var{osabi}
4319 Change the ELF OSABI in the ELF header to @var{osabi}. The
4320 supported ELF OSABI are the same as @option{--input-osabi}.
4321
4322 @item -v
4323 @itemx --version
4324 Display the version number of @command{elfedit}.
4325
4326 @item -h
4327 @itemx --help
4328 Display the command line options understood by @command{elfedit}.
4329
4330 @end table
4331
4332 @c man end
4333
4334 @ignore
4335 @c man begin SEEALSO elfedit
4336 readelf(1), and the Info entries for @file{binutils}.
4337 @c man end
4338 @end ignore
4339
4340 @node Common Options
4341 @chapter Common Options
4342
4343 The following command-line options are supported by all of the
4344 programs described in this manual.
4345
4346 @c man begin OPTIONS
4347 @table @env
4348 @include at-file.texi
4349 @c man end
4350
4351 @item --help
4352 Display the command-line options supported by the program.
4353
4354 @item --version
4355 Display the version number of the program.
4356
4357 @c man begin OPTIONS
4358 @end table
4359 @c man end
4360
4361 @node Selecting the Target System
4362 @chapter Selecting the Target System
4363
4364 You can specify two aspects of the target system to the @sc{gnu}
4365 binary file utilities, each in several ways:
4366
4367 @itemize @bullet
4368 @item
4369 the target
4370
4371 @item
4372 the architecture
4373 @end itemize
4374
4375 In the following summaries, the lists of ways to specify values are in
4376 order of decreasing precedence. The ways listed first override those
4377 listed later.
4378
4379 The commands to list valid values only list the values for which the
4380 programs you are running were configured. If they were configured with
4381 @option{--enable-targets=all}, the commands list most of the available
4382 values, but a few are left out; not all targets can be configured in at
4383 once because some of them can only be configured @dfn{native} (on hosts
4384 with the same type as the target system).
4385
4386 @menu
4387 * Target Selection::
4388 * Architecture Selection::
4389 @end menu
4390
4391 @node Target Selection
4392 @section Target Selection
4393
4394 A @dfn{target} is an object file format. A given target may be
4395 supported for multiple architectures (@pxref{Architecture Selection}).
4396 A target selection may also have variations for different operating
4397 systems or architectures.
4398
4399 The command to list valid target values is @samp{objdump -i}
4400 (the first column of output contains the relevant information).
4401
4402 Some sample values are: @samp{a.out-hp300bsd}, @samp{ecoff-littlemips},
4403 @samp{a.out-sunos-big}.
4404
4405 You can also specify a target using a configuration triplet. This is
4406 the same sort of name that is passed to @file{configure} to specify a
4407 target. When you use a configuration triplet as an argument, it must be
4408 fully canonicalized. You can see the canonical version of a triplet by
4409 running the shell script @file{config.sub} which is included with the
4410 sources.
4411
4412 Some sample configuration triplets are: @samp{m68k-hp-bsd},
4413 @samp{mips-dec-ultrix}, @samp{sparc-sun-sunos}.
4414
4415 @subheading @command{objdump} Target
4416
4417 Ways to specify:
4418
4419 @enumerate
4420 @item
4421 command line option: @option{-b} or @option{--target}
4422
4423 @item
4424 environment variable @code{GNUTARGET}
4425
4426 @item
4427 deduced from the input file
4428 @end enumerate
4429
4430 @subheading @command{objcopy} and @command{strip} Input Target
4431
4432 Ways to specify:
4433
4434 @enumerate
4435 @item
4436 command line options: @option{-I} or @option{--input-target}, or @option{-F} or @option{--target}
4437
4438 @item
4439 environment variable @code{GNUTARGET}
4440
4441 @item
4442 deduced from the input file
4443 @end enumerate
4444
4445 @subheading @command{objcopy} and @command{strip} Output Target
4446
4447 Ways to specify:
4448
4449 @enumerate
4450 @item
4451 command line options: @option{-O} or @option{--output-target}, or @option{-F} or @option{--target}
4452
4453 @item
4454 the input target (see ``@command{objcopy} and @command{strip} Input Target'' above)
4455
4456 @item
4457 environment variable @code{GNUTARGET}
4458
4459 @item
4460 deduced from the input file
4461 @end enumerate
4462
4463 @subheading @command{nm}, @command{size}, and @command{strings} Target
4464
4465 Ways to specify:
4466
4467 @enumerate
4468 @item
4469 command line option: @option{--target}
4470
4471 @item
4472 environment variable @code{GNUTARGET}
4473
4474 @item
4475 deduced from the input file
4476 @end enumerate
4477
4478 @node Architecture Selection
4479 @section Architecture Selection
4480
4481 An @dfn{architecture} is a type of @sc{cpu} on which an object file is
4482 to run. Its name may contain a colon, separating the name of the
4483 processor family from the name of the particular @sc{cpu}.
4484
4485 The command to list valid architecture values is @samp{objdump -i} (the
4486 second column contains the relevant information).
4487
4488 Sample values: @samp{m68k:68020}, @samp{mips:3000}, @samp{sparc}.
4489
4490 @subheading @command{objdump} Architecture
4491
4492 Ways to specify:
4493
4494 @enumerate
4495 @item
4496 command line option: @option{-m} or @option{--architecture}
4497
4498 @item
4499 deduced from the input file
4500 @end enumerate
4501
4502 @subheading @command{objcopy}, @command{nm}, @command{size}, @command{strings} Architecture
4503
4504 Ways to specify:
4505
4506 @enumerate
4507 @item
4508 deduced from the input file
4509 @end enumerate
4510
4511 @node Reporting Bugs
4512 @chapter Reporting Bugs
4513 @cindex bugs
4514 @cindex reporting bugs
4515
4516 Your bug reports play an essential role in making the binary utilities
4517 reliable.
4518
4519 Reporting a bug may help you by bringing a solution to your problem, or
4520 it may not. But in any case the principal function of a bug report is
4521 to help the entire community by making the next version of the binary
4522 utilities work better. Bug reports are your contribution to their
4523 maintenance.
4524
4525 In order for a bug report to serve its purpose, you must include the
4526 information that enables us to fix the bug.
4527
4528 @menu
4529 * Bug Criteria:: Have you found a bug?
4530 * Bug Reporting:: How to report bugs
4531 @end menu
4532
4533 @node Bug Criteria
4534 @section Have You Found a Bug?
4535 @cindex bug criteria
4536
4537 If you are not sure whether you have found a bug, here are some guidelines:
4538
4539 @itemize @bullet
4540 @cindex fatal signal
4541 @cindex crash
4542 @item
4543 If a binary utility gets a fatal signal, for any input whatever, that is
4544 a bug. Reliable utilities never crash.
4545
4546 @cindex error on valid input
4547 @item
4548 If a binary utility produces an error message for valid input, that is a
4549 bug.
4550
4551 @item
4552 If you are an experienced user of binary utilities, your suggestions for
4553 improvement are welcome in any case.
4554 @end itemize
4555
4556 @node Bug Reporting
4557 @section How to Report Bugs
4558 @cindex bug reports
4559 @cindex bugs, reporting
4560
4561 A number of companies and individuals offer support for @sc{gnu}
4562 products. If you obtained the binary utilities from a support
4563 organization, we recommend you contact that organization first.
4564
4565 You can find contact information for many support companies and
4566 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
4567 distribution.
4568
4569 @ifset BUGURL
4570 In any event, we also recommend that you send bug reports for the binary
4571 utilities to @value{BUGURL}.
4572 @end ifset
4573
4574 The fundamental principle of reporting bugs usefully is this:
4575 @strong{report all the facts}. If you are not sure whether to state a
4576 fact or leave it out, state it!
4577
4578 Often people omit facts because they think they know what causes the
4579 problem and assume that some details do not matter. Thus, you might
4580 assume that the name of a file you use in an example does not matter.
4581 Well, probably it does not, but one cannot be sure. Perhaps the bug is
4582 a stray memory reference which happens to fetch from the location where
4583 that pathname is stored in memory; perhaps, if the pathname were
4584 different, the contents of that location would fool the utility into
4585 doing the right thing despite the bug. Play it safe and give a
4586 specific, complete example. That is the easiest thing for you to do,
4587 and the most helpful.
4588
4589 Keep in mind that the purpose of a bug report is to enable us to fix the bug if
4590 it is new to us. Therefore, always write your bug reports on the assumption
4591 that the bug has not been reported previously.
4592
4593 Sometimes people give a few sketchy facts and ask, ``Does this ring a
4594 bell?'' This cannot help us fix a bug, so it is basically useless. We
4595 respond by asking for enough details to enable us to investigate.
4596 You might as well expedite matters by sending them to begin with.
4597
4598 To enable us to fix the bug, you should include all these things:
4599
4600 @itemize @bullet
4601 @item
4602 The version of the utility. Each utility announces it if you start it
4603 with the @option{--version} argument.
4604
4605 Without this, we will not know whether there is any point in looking for
4606 the bug in the current version of the binary utilities.
4607
4608 @item
4609 Any patches you may have applied to the source, including any patches
4610 made to the @code{BFD} library.
4611
4612 @item
4613 The type of machine you are using, and the operating system name and
4614 version number.
4615
4616 @item
4617 What compiler (and its version) was used to compile the utilities---e.g.
4618 ``@code{gcc-2.7}''.
4619
4620 @item
4621 The command arguments you gave the utility to observe the bug. To
4622 guarantee you will not omit something important, list them all. A copy
4623 of the Makefile (or the output from make) is sufficient.
4624
4625 If we were to try to guess the arguments, we would probably guess wrong
4626 and then we might not encounter the bug.
4627
4628 @item
4629 A complete input file, or set of input files, that will reproduce the
4630 bug. If the utility is reading an object file or files, then it is
4631 generally most helpful to send the actual object files.
4632
4633 If the source files were produced exclusively using @sc{gnu} programs
4634 (e.g., @command{gcc}, @command{gas}, and/or the @sc{gnu} @command{ld}), then it
4635 may be OK to send the source files rather than the object files. In
4636 this case, be sure to say exactly what version of @command{gcc}, or
4637 whatever, was used to produce the object files. Also say how
4638 @command{gcc}, or whatever, was configured.
4639
4640 @item
4641 A description of what behavior you observe that you believe is
4642 incorrect. For example, ``It gets a fatal signal.''
4643
4644 Of course, if the bug is that the utility gets a fatal signal, then we
4645 will certainly notice it. But if the bug is incorrect output, we might
4646 not notice unless it is glaringly wrong. You might as well not give us
4647 a chance to make a mistake.
4648
4649 Even if the problem you experience is a fatal signal, you should still
4650 say so explicitly. Suppose something strange is going on, such as your
4651 copy of the utility is out of sync, or you have encountered a bug in
4652 the C library on your system. (This has happened!) Your copy might
4653 crash and ours would not. If you told us to expect a crash, then when
4654 ours fails to crash, we would know that the bug was not happening for
4655 us. If you had not told us to expect a crash, then we would not be able
4656 to draw any conclusion from our observations.
4657
4658 @item
4659 If you wish to suggest changes to the source, send us context diffs, as
4660 generated by @command{diff} with the @option{-u}, @option{-c}, or @option{-p}
4661 option. Always send diffs from the old file to the new file. If you
4662 wish to discuss something in the @command{ld} source, refer to it by
4663 context, not by line number.
4664
4665 The line numbers in our development sources will not match those in your
4666 sources. Your line numbers would convey no useful information to us.
4667 @end itemize
4668
4669 Here are some things that are not necessary:
4670
4671 @itemize @bullet
4672 @item
4673 A description of the envelope of the bug.
4674
4675 Often people who encounter a bug spend a lot of time investigating
4676 which changes to the input file will make the bug go away and which
4677 changes will not affect it.
4678
4679 This is often time consuming and not very useful, because the way we
4680 will find the bug is by running a single example under the debugger
4681 with breakpoints, not by pure deduction from a series of examples.
4682 We recommend that you save your time for something else.
4683
4684 Of course, if you can find a simpler example to report @emph{instead}
4685 of the original one, that is a convenience for us. Errors in the
4686 output will be easier to spot, running under the debugger will take
4687 less time, and so on.
4688
4689 However, simplification is not vital; if you do not want to do this,
4690 report the bug anyway and send us the entire test case you used.
4691
4692 @item
4693 A patch for the bug.
4694
4695 A patch for the bug does help us if it is a good one. But do not omit
4696 the necessary information, such as the test case, on the assumption that
4697 a patch is all we need. We might see problems with your patch and decide
4698 to fix the problem another way, or we might not understand it at all.
4699
4700 Sometimes with programs as complicated as the binary utilities it is
4701 very hard to construct an example that will make the program follow a
4702 certain path through the code. If you do not send us the example, we
4703 will not be able to construct one, so we will not be able to verify that
4704 the bug is fixed.
4705
4706 And if we cannot understand what bug you are trying to fix, or why your
4707 patch should be an improvement, we will not install it. A test case will
4708 help us to understand.
4709
4710 @item
4711 A guess about what the bug is or what it depends on.
4712
4713 Such guesses are usually wrong. Even we cannot guess right about such
4714 things without first using the debugger to find the facts.
4715 @end itemize
4716
4717 @node GNU Free Documentation License
4718 @appendix GNU Free Documentation License
4719
4720 @include fdl.texi
4721
4722 @node Binutils Index
4723 @unnumbered Binutils Index
4724
4725 @printindex cp
4726
4727 @bye