OSDN Git Service

* ar.c (ranlib_usage): Describe -D.
[pf3gnuchains/pf3gnuchains4x.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{-DhHvVt}] @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 -h
2378 @itemx -H
2379 @itemx --help
2380 Show usage information for @command{ranlib}.
2381
2382 @item -v
2383 @itemx -V
2384 @itemx --version
2385 Show the version number of @command{ranlib}.
2386
2387 @item -D
2388 @cindex deterministic archives
2389 Operate in @emph{deterministic} mode.  The symbol map archive member's
2390 header will show zero for the UID, GID, and timestamp.  When this
2391 option is used, multiple runs will produce identical output files.
2392
2393 @item -t
2394 Update the timestamp of the symbol map of an archive.
2395 @end table
2396
2397 @c man end
2398
2399 @ignore
2400 @c man begin SEEALSO ranlib
2401 ar(1), nm(1), and the Info entries for @file{binutils}.
2402 @c man end
2403 @end ignore
2404
2405 @node size
2406 @chapter size
2407
2408 @kindex size
2409 @cindex section sizes
2410
2411 @c man title size list section sizes and total size.
2412
2413 @smallexample
2414 @c man begin SYNOPSIS size
2415 size [@option{-A}|@option{-B}|@option{--format=}@var{compatibility}]
2416      [@option{--help}]
2417      [@option{-d}|@option{-o}|@option{-x}|@option{--radix=}@var{number}]
2418      [@option{--common}]
2419      [@option{-t}|@option{--totals}]
2420      [@option{--target=}@var{bfdname}] [@option{-V}|@option{--version}]
2421      [@var{objfile}@dots{}]
2422 @c man end
2423 @end smallexample
2424
2425 @c man begin DESCRIPTION size
2426
2427 The @sc{gnu} @command{size} utility lists the section sizes---and the total
2428 size---for each of the object or archive files @var{objfile} in its
2429 argument list.  By default, one line of output is generated for each
2430 object file or each module in an archive.
2431
2432 @var{objfile}@dots{} are the object files to be examined.
2433 If none are specified, the file @code{a.out} will be used.
2434
2435 @c man end
2436
2437 @c man begin OPTIONS size
2438
2439 The command line options have the following meanings:
2440
2441 @table @env
2442 @item -A
2443 @itemx -B
2444 @itemx --format=@var{compatibility}
2445 @cindex @command{size} display format
2446 Using one of these options, you can choose whether the output from @sc{gnu}
2447 @command{size} resembles output from System V @command{size} (using @option{-A},
2448 or @option{--format=sysv}), or Berkeley @command{size} (using @option{-B}, or
2449 @option{--format=berkeley}).  The default is the one-line format similar to
2450 Berkeley's.
2451 @c Bonus for doc-source readers: you can also say --format=strange (or
2452 @c anything else that starts with 's') for sysv, and --format=boring (or
2453 @c anything else that starts with 'b') for Berkeley.
2454
2455 Here is an example of the Berkeley (default) format of output from
2456 @command{size}:
2457 @smallexample
2458 $ size --format=Berkeley ranlib size
2459 text    data    bss     dec     hex     filename
2460 294880  81920   11592   388392  5ed28   ranlib
2461 294880  81920   11888   388688  5ee50   size
2462 @end smallexample
2463
2464 @noindent
2465 This is the same data, but displayed closer to System V conventions:
2466
2467 @smallexample
2468 $ size --format=SysV ranlib size
2469 ranlib  :
2470 section         size         addr
2471 .text         294880         8192
2472 .data          81920       303104
2473 .bss           11592       385024
2474 Total         388392
2475
2476
2477 size  :
2478 section         size         addr
2479 .text         294880         8192
2480 .data          81920       303104
2481 .bss           11888       385024
2482 Total         388688
2483 @end smallexample
2484
2485 @item --help
2486 Show a summary of acceptable arguments and options.
2487
2488 @item -d
2489 @itemx -o
2490 @itemx -x
2491 @itemx --radix=@var{number}
2492 @cindex @command{size} number format
2493 @cindex radix for section sizes
2494 Using one of these options, you can control whether the size of each
2495 section is given in decimal (@option{-d}, or @option{--radix=10}); octal
2496 (@option{-o}, or @option{--radix=8}); or hexadecimal (@option{-x}, or
2497 @option{--radix=16}).  In @option{--radix=@var{number}}, only the three
2498 values (8, 10, 16) are supported.  The total size is always given in two
2499 radices; decimal and hexadecimal for @option{-d} or @option{-x} output, or
2500 octal and hexadecimal if you're using @option{-o}.
2501
2502 @item --common
2503 Print total size of common symbols in each file.  When using Berkeley
2504 format these are included in the bss size.
2505
2506 @item -t
2507 @itemx --totals
2508 Show totals of all objects listed (Berkeley format listing mode only).
2509
2510 @item --target=@var{bfdname}
2511 @cindex object code format
2512 Specify that the object-code format for @var{objfile} is
2513 @var{bfdname}.  This option may not be necessary; @command{size} can
2514 automatically recognize many formats.
2515 @xref{Target Selection}, for more information.
2516
2517 @item -V
2518 @itemx --version
2519 Display the version number of @command{size}.
2520 @end table
2521
2522 @c man end
2523
2524 @ignore
2525 @c man begin SEEALSO size
2526 ar(1), objdump(1), readelf(1), and the Info entries for @file{binutils}.
2527 @c man end
2528 @end ignore
2529
2530 @node strings
2531 @chapter strings
2532 @kindex strings
2533 @cindex listings strings
2534 @cindex printing strings
2535 @cindex strings, printing
2536
2537 @c man title strings print the strings of printable characters in files.
2538
2539 @smallexample
2540 @c man begin SYNOPSIS strings
2541 strings [@option{-afovV}] [@option{-}@var{min-len}]
2542         [@option{-n} @var{min-len}] [@option{--bytes=}@var{min-len}]
2543         [@option{-t} @var{radix}] [@option{--radix=}@var{radix}]
2544         [@option{-e} @var{encoding}] [@option{--encoding=}@var{encoding}]
2545         [@option{-}] [@option{--all}] [@option{--print-file-name}]
2546         [@option{-T} @var{bfdname}] [@option{--target=}@var{bfdname}]
2547         [@option{--help}] [@option{--version}] @var{file}@dots{}
2548 @c man end
2549 @end smallexample
2550
2551 @c man begin DESCRIPTION strings
2552
2553 For each @var{file} given, @sc{gnu} @command{strings} prints the printable
2554 character sequences that are at least 4 characters long (or the number
2555 given with the options below) and are followed by an unprintable
2556 character.  By default, it only prints the strings from the initialized
2557 and loaded sections of object files; for other types of files, it prints
2558 the strings from the whole file.
2559
2560 @command{strings} is mainly useful for determining the contents of non-text
2561 files.
2562
2563 @c man end
2564
2565 @c man begin OPTIONS strings
2566
2567 @table @env
2568 @item -a
2569 @itemx --all
2570 @itemx -
2571 Do not scan only the initialized and loaded sections of object files;
2572 scan the whole files.
2573
2574 @item -f
2575 @itemx --print-file-name
2576 Print the name of the file before each string.
2577
2578 @item --help
2579 Print a summary of the program usage on the standard output and exit.
2580
2581 @item -@var{min-len}
2582 @itemx -n @var{min-len}
2583 @itemx --bytes=@var{min-len}
2584 Print sequences of characters that are at least @var{min-len} characters
2585 long, instead of the default 4.
2586
2587 @item -o
2588 Like @samp{-t o}.  Some other versions of @command{strings} have @option{-o}
2589 act like @samp{-t d} instead.  Since we can not be compatible with both
2590 ways, we simply chose one.
2591
2592 @item -t @var{radix}
2593 @itemx --radix=@var{radix}
2594 Print the offset within the file before each string.  The single
2595 character argument specifies the radix of the offset---@samp{o} for
2596 octal, @samp{x} for hexadecimal, or @samp{d} for decimal.
2597
2598 @item -e @var{encoding}
2599 @itemx --encoding=@var{encoding}
2600 Select the character encoding of the strings that are to be found.
2601 Possible values for @var{encoding} are: @samp{s} = single-7-bit-byte
2602 characters (ASCII, ISO 8859, etc., default), @samp{S} =
2603 single-8-bit-byte characters, @samp{b} = 16-bit bigendian, @samp{l} =
2604 16-bit littleendian, @samp{B} = 32-bit bigendian, @samp{L} = 32-bit
2605 littleendian.  Useful for finding wide character strings. (@samp{l}
2606 and @samp{b} apply to, for example, Unicode UTF-16/UCS-2 encodings).
2607
2608 @item -T @var{bfdname}
2609 @itemx --target=@var{bfdname}
2610 @cindex object code format
2611 Specify an object code format other than your system's default format.
2612 @xref{Target Selection}, for more information.
2613
2614 @item -v
2615 @itemx -V
2616 @itemx --version
2617 Print the program version number on the standard output and exit.
2618 @end table
2619
2620 @c man end
2621
2622 @ignore
2623 @c man begin SEEALSO strings
2624 ar(1), nm(1), objdump(1), ranlib(1), readelf(1)
2625 and the Info entries for @file{binutils}.
2626 @c man end
2627 @end ignore
2628
2629 @node strip
2630 @chapter strip
2631
2632 @kindex strip
2633 @cindex removing symbols
2634 @cindex discarding symbols
2635 @cindex symbols, discarding
2636
2637 @c man title strip Discard symbols from object files.
2638
2639 @smallexample
2640 @c man begin SYNOPSIS strip
2641 strip [@option{-F} @var{bfdname} |@option{--target=}@var{bfdname}]
2642       [@option{-I} @var{bfdname} |@option{--input-target=}@var{bfdname}]
2643       [@option{-O} @var{bfdname} |@option{--output-target=}@var{bfdname}]
2644       [@option{-s}|@option{--strip-all}]
2645       [@option{-S}|@option{-g}|@option{-d}|@option{--strip-debug}]
2646       [@option{-K} @var{symbolname} |@option{--keep-symbol=}@var{symbolname}]
2647       [@option{-N} @var{symbolname} |@option{--strip-symbol=}@var{symbolname}]
2648       [@option{-w}|@option{--wildcard}]
2649       [@option{-x}|@option{--discard-all}] [@option{-X} |@option{--discard-locals}]
2650       [@option{-R} @var{sectionname} |@option{--remove-section=}@var{sectionname}]
2651       [@option{-o} @var{file}] [@option{-p}|@option{--preserve-dates}]
2652       [@option{--keep-file-symbols}]
2653       [@option{--only-keep-debug}]
2654       [@option{-v} |@option{--verbose}] [@option{-V}|@option{--version}]
2655       [@option{--help}] [@option{--info}]
2656       @var{objfile}@dots{}
2657 @c man end
2658 @end smallexample
2659
2660 @c man begin DESCRIPTION strip
2661
2662 @sc{gnu} @command{strip} discards all symbols from object files
2663 @var{objfile}.  The list of object files may include archives.
2664 At least one object file must be given.
2665
2666 @command{strip} modifies the files named in its argument,
2667 rather than writing modified copies under different names.
2668
2669 @c man end
2670
2671 @c man begin OPTIONS strip
2672
2673 @table @env
2674 @item -F @var{bfdname}
2675 @itemx --target=@var{bfdname}
2676 Treat the original @var{objfile} as a file with the object
2677 code format @var{bfdname}, and rewrite it in the same format.
2678 @xref{Target Selection}, for more information.
2679
2680 @item --help
2681 Show a summary of the options to @command{strip} and exit.
2682
2683 @item --info
2684 Display a list showing all architectures and object formats available.
2685
2686 @item -I @var{bfdname}
2687 @itemx --input-target=@var{bfdname}
2688 Treat the original @var{objfile} as a file with the object
2689 code format @var{bfdname}.
2690 @xref{Target Selection}, for more information.
2691
2692 @item -O @var{bfdname}
2693 @itemx --output-target=@var{bfdname}
2694 Replace @var{objfile} with a file in the output format @var{bfdname}.
2695 @xref{Target Selection}, for more information.
2696
2697 @item -R @var{sectionname}
2698 @itemx --remove-section=@var{sectionname}
2699 Remove any section named @var{sectionname} from the output file.  This
2700 option may be given more than once.  Note that using this option
2701 inappropriately may make the output file unusable.
2702
2703 @item -s
2704 @itemx --strip-all
2705 Remove all symbols.
2706
2707 @item -g
2708 @itemx -S
2709 @itemx -d
2710 @itemx --strip-debug
2711 Remove debugging symbols only.
2712
2713 @item --strip-unneeded
2714 Remove all symbols that are not needed for relocation processing.
2715
2716 @item -K @var{symbolname}
2717 @itemx --keep-symbol=@var{symbolname}
2718 When stripping symbols, keep symbol @var{symbolname} even if it would
2719 normally be stripped.  This option may be given more than once.
2720
2721 @item -N @var{symbolname}
2722 @itemx --strip-symbol=@var{symbolname}
2723 Remove symbol @var{symbolname} from the source file. This option may be
2724 given more than once, and may be combined with strip options other than
2725 @option{-K}.
2726
2727 @item -o @var{file}
2728 Put the stripped output in @var{file}, rather than replacing the
2729 existing file.  When this argument is used, only one @var{objfile}
2730 argument may be specified.
2731
2732 @item -p
2733 @itemx --preserve-dates
2734 Preserve the access and modification dates of the file.
2735
2736 @item -w
2737 @itemx --wildcard
2738 Permit regular expressions in @var{symbolname}s used in other command
2739 line options.  The question mark (?), asterisk (*), backslash (\) and
2740 square brackets ([]) operators can be used anywhere in the symbol
2741 name.  If the first character of the symbol name is the exclamation
2742 point (!) then the sense of the switch is reversed for that symbol.
2743 For example:
2744
2745 @smallexample
2746   -w -K !foo -K fo*
2747 @end smallexample
2748
2749 would cause strip to only keep symbols that start with the letters
2750 ``fo'', but to discard the symbol ``foo''.
2751
2752 @item -x
2753 @itemx --discard-all
2754 Remove non-global symbols.
2755
2756 @item -X
2757 @itemx --discard-locals
2758 Remove compiler-generated local symbols.
2759 (These usually start with @samp{L} or @samp{.}.)
2760
2761 @item --keep-file-symbols
2762 When stripping a file, perhaps with @option{--strip-debug} or
2763 @option{--strip-unneeded}, retain any symbols specifying source file names,
2764 which would otherwise get stripped.
2765
2766 @item --only-keep-debug
2767 Strip a file, removing contents of any sections that would not be
2768 stripped by @option{--strip-debug} and leaving the debugging sections
2769 intact.  In ELF files, this preserves all note sections in the output.
2770
2771 The intention is that this option will be used in conjunction with
2772 @option{--add-gnu-debuglink} to create a two part executable.  One a
2773 stripped binary which will occupy less space in RAM and in a
2774 distribution and the second a debugging information file which is only
2775 needed if debugging abilities are required.  The suggested procedure
2776 to create these files is as follows:
2777
2778 @enumerate
2779 @item Link the executable as normal.  Assuming that is is called
2780 @code{foo} then...
2781 @item Run @code{objcopy --only-keep-debug foo foo.dbg} to
2782 create a file containing the debugging info.
2783 @item Run @code{objcopy --strip-debug foo} to create a
2784 stripped executable.
2785 @item Run @code{objcopy --add-gnu-debuglink=foo.dbg foo}
2786 to add a link to the debugging info into the stripped executable.
2787 @end enumerate
2788
2789 Note---the choice of @code{.dbg} as an extension for the debug info
2790 file is arbitrary.  Also the @code{--only-keep-debug} step is
2791 optional.  You could instead do this:
2792
2793 @enumerate
2794 @item Link the executable as normal.
2795 @item Copy @code{foo} to @code{foo.full}
2796 @item Run @code{strip --strip-debug foo}
2797 @item Run @code{objcopy --add-gnu-debuglink=foo.full foo}
2798 @end enumerate
2799
2800 i.e., the file pointed to by the @option{--add-gnu-debuglink} can be the
2801 full executable.  It does not have to be a file created by the
2802 @option{--only-keep-debug} switch.
2803
2804 Note---this switch is only intended for use on fully linked files.  It
2805 does not make sense to use it on object files where the debugging
2806 information may be incomplete.  Besides the gnu_debuglink feature
2807 currently only supports the presence of one filename containing
2808 debugging information, not multiple filenames on a one-per-object-file
2809 basis.
2810
2811 @item -V
2812 @itemx --version
2813 Show the version number for @command{strip}.
2814
2815 @item -v
2816 @itemx --verbose
2817 Verbose output: list all object files modified.  In the case of
2818 archives, @samp{strip -v} lists all members of the archive.
2819 @end table
2820
2821 @c man end
2822
2823 @ignore
2824 @c man begin SEEALSO strip
2825 the Info entries for @file{binutils}.
2826 @c man end
2827 @end ignore
2828
2829 @node c++filt, addr2line, elfedit, Top
2830 @chapter c++filt
2831
2832 @kindex c++filt
2833 @cindex demangling C++ symbols
2834
2835 @c man title cxxfilt Demangle C++ and Java symbols.
2836
2837 @smallexample
2838 @c man begin SYNOPSIS cxxfilt
2839 c++filt [@option{-_}|@option{--strip-underscores}]
2840         [@option{-n}|@option{--no-strip-underscores}]
2841         [@option{-p}|@option{--no-params}]
2842         [@option{-t}|@option{--types}]
2843         [@option{-i}|@option{--no-verbose}]
2844         [@option{-s} @var{format}|@option{--format=}@var{format}]
2845         [@option{--help}]  [@option{--version}]  [@var{symbol}@dots{}]
2846 @c man end
2847 @end smallexample
2848
2849 @c man begin DESCRIPTION cxxfilt
2850
2851 @kindex cxxfilt
2852 The C++ and Java languages provide function overloading, which means
2853 that you can write many functions with the same name, providing that
2854 each function takes parameters of different types.  In order to be
2855 able to distinguish these similarly named functions C++ and Java
2856 encode them into a low-level assembler name which uniquely identifies
2857 each different version.  This process is known as @dfn{mangling}. The
2858 @command{c++filt}
2859 @footnote{MS-DOS does not allow @kbd{+} characters in file names, so on
2860 MS-DOS this program is named @command{CXXFILT}.}
2861 program does the inverse mapping: it decodes (@dfn{demangles}) low-level
2862 names into user-level names so that they can be read.
2863
2864 Every alphanumeric word (consisting of letters, digits, underscores,
2865 dollars, or periods) seen in the input is a potential mangled name.
2866 If the name decodes into a C++ name, the C++ name replaces the
2867 low-level name in the output, otherwise the original word is output.
2868 In this way you can pass an entire assembler source file, containing
2869 mangled names, through @command{c++filt} and see the same source file
2870 containing demangled names.
2871
2872 You can also use @command{c++filt} to decipher individual symbols by
2873 passing them on the command line:
2874
2875 @example
2876 c++filt @var{symbol}
2877 @end example
2878
2879 If no @var{symbol} arguments are given, @command{c++filt} reads symbol
2880 names from the standard input instead.  All the results are printed on
2881 the standard output.  The difference between reading names from the
2882 command line versus reading names from the standard input is that
2883 command line arguments are expected to be just mangled names and no
2884 checking is performed to separate them from surrounding text.  Thus
2885 for example:
2886
2887 @smallexample
2888 c++filt -n _Z1fv
2889 @end smallexample
2890
2891 will work and demangle the name to ``f()'' whereas:
2892
2893 @smallexample
2894 c++filt -n _Z1fv,
2895 @end smallexample
2896
2897 will not work.  (Note the extra comma at the end of the mangled
2898 name which makes it invalid).  This command however will work:
2899
2900 @smallexample
2901 echo _Z1fv, | c++filt -n
2902 @end smallexample
2903
2904 and will display ``f(),'', i.e., the demangled name followed by a
2905 trailing comma.  This behaviour is because when the names are read
2906 from the standard input it is expected that they might be part of an
2907 assembler source file where there might be extra, extraneous
2908 characters trailing after a mangled name.  For example:
2909
2910 @smallexample
2911     .type   _Z1fv, @@function
2912 @end smallexample
2913
2914 @c man end
2915
2916 @c man begin OPTIONS cxxfilt
2917
2918 @table @env
2919 @item -_
2920 @itemx --strip-underscores
2921 On some systems, both the C and C++ compilers put an underscore in front
2922 of every name.  For example, the C name @code{foo} gets the low-level
2923 name @code{_foo}.  This option removes the initial underscore.  Whether
2924 @command{c++filt} removes the underscore by default is target dependent.
2925
2926 @item -n
2927 @itemx --no-strip-underscores
2928 Do not remove the initial underscore.
2929
2930 @item -p
2931 @itemx --no-params
2932 When demangling the name of a function, do not display the types of
2933 the function's parameters.
2934
2935 @item -t
2936 @itemx --types
2937 Attempt to demangle types as well as function names.  This is disabled
2938 by default since mangled types are normally only used internally in
2939 the compiler, and they can be confused with non-mangled names.  For example,
2940 a function called ``a'' treated as a mangled type name would be
2941 demangled to ``signed char''.
2942
2943 @item -i
2944 @itemx --no-verbose
2945 Do not include implementation details (if any) in the demangled
2946 output.
2947
2948 @item -s @var{format}
2949 @itemx --format=@var{format}
2950 @command{c++filt} can decode various methods of mangling, used by
2951 different compilers.  The argument to this option selects which
2952 method it uses:
2953
2954 @table @code
2955 @item auto
2956 Automatic selection based on executable (the default method)
2957 @item gnu
2958 the one used by the @sc{gnu} C++ compiler (g++)
2959 @item lucid
2960 the one used by the Lucid compiler (lcc)
2961 @item arm
2962 the one specified by the C++ Annotated Reference Manual
2963 @item hp
2964 the one used by the HP compiler (aCC)
2965 @item edg
2966 the one used by the EDG compiler
2967 @item gnu-v3
2968 the one used by the @sc{gnu} C++ compiler (g++) with the V3 ABI.
2969 @item java
2970 the one used by the @sc{gnu} Java compiler (gcj)
2971 @item gnat
2972 the one used by the @sc{gnu} Ada compiler (GNAT).
2973 @end table
2974
2975 @item --help
2976 Print a summary of the options to @command{c++filt} and exit.
2977
2978 @item --version
2979 Print the version number of @command{c++filt} and exit.
2980 @end table
2981
2982 @c man end
2983
2984 @ignore
2985 @c man begin SEEALSO cxxfilt
2986 the Info entries for @file{binutils}.
2987 @c man end
2988 @end ignore
2989
2990 @quotation
2991 @emph{Warning:} @command{c++filt} is a new utility, and the details of its
2992 user interface are subject to change in future releases.  In particular,
2993 a command-line option may be required in the future to decode a name
2994 passed as an argument on the command line; in other words,
2995
2996 @example
2997 c++filt @var{symbol}
2998 @end example
2999
3000 @noindent
3001 may in a future release become
3002
3003 @example
3004 c++filt @var{option} @var{symbol}
3005 @end example
3006 @end quotation
3007
3008 @node addr2line
3009 @chapter addr2line
3010
3011 @kindex addr2line
3012 @cindex address to file name and line number
3013
3014 @c man title addr2line convert addresses into file names and line numbers.
3015
3016 @smallexample
3017 @c man begin SYNOPSIS addr2line
3018 addr2line [@option{-a}|@option{--addresses}]
3019           [@option{-b} @var{bfdname}|@option{--target=}@var{bfdname}]
3020           [@option{-C}|@option{--demangle}[=@var{style}]]
3021           [@option{-e} @var{filename}|@option{--exe=}@var{filename}]
3022           [@option{-f}|@option{--functions}] [@option{-s}|@option{--basename}]
3023           [@option{-i}|@option{--inlines}]
3024           [@option{-p}|@option{--pretty-print}]
3025           [@option{-j}|@option{--section=}@var{name}]
3026           [@option{-H}|@option{--help}] [@option{-V}|@option{--version}]
3027           [addr addr @dots{}]
3028 @c man end
3029 @end smallexample
3030
3031 @c man begin DESCRIPTION addr2line
3032
3033 @command{addr2line} translates addresses into file names and line numbers.
3034 Given an address in an executable or an offset in a section of a relocatable
3035 object, it uses the debugging information to figure out which file name and
3036 line number are associated with it.
3037
3038 The executable or relocatable object to use is specified with the @option{-e}
3039 option.  The default is the file @file{a.out}.  The section in the relocatable
3040 object to use is specified with the @option{-j} option.
3041
3042 @command{addr2line} has two modes of operation.
3043
3044 In the first, hexadecimal addresses are specified on the command line,
3045 and @command{addr2line} displays the file name and line number for each
3046 address.
3047
3048 In the second, @command{addr2line} reads hexadecimal addresses from
3049 standard input, and prints the file name and line number for each
3050 address on standard output.  In this mode, @command{addr2line} may be used
3051 in a pipe to convert dynamically chosen addresses.
3052
3053 The format of the output is @samp{FILENAME:LINENO}.  The file name and
3054 line number for each input address is printed on separate lines.
3055
3056 If the @option{-f} option is used, then each @samp{FILENAME:LINENO}
3057 line is preceded by @samp{FUNCTIONNAME} which is the name of the
3058 function containing the address.
3059
3060 If the @option{-i} option is used and the code at the given address is
3061 present there because of inlining by the compiler then the
3062 @samp{@{FUNCTIONNAME@} FILENAME:LINENO} information for the inlining
3063 function will be displayed afterwards.  This continues recursively
3064 until there is no more inlining to report.
3065
3066 If the @option{-a} option is used then the output is prefixed by the
3067 input address.
3068
3069 If the @option{-p} option is used then the output for each input
3070 address is displayed on one, possibly quite long, line.  If
3071 @option{-p} is not used then the output is broken up into multiple
3072 lines, based on the paragraphs above.
3073
3074 If the file name or function name can not be determined,
3075 @command{addr2line} will print two question marks in their place.  If the
3076 line number can not be determined, @command{addr2line} will print 0.
3077
3078 @c man end
3079
3080 @c man begin OPTIONS addr2line
3081
3082 The long and short forms of options, shown here as alternatives, are
3083 equivalent.
3084
3085 @table @env
3086 @item -a
3087 @itemx --addresses
3088 Display the address before the function name, file and line number
3089 information.  The address is printed with a @samp{0x} prefix to easily
3090 identify it.
3091
3092 @item -b @var{bfdname}
3093 @itemx --target=@var{bfdname}
3094 @cindex object code format
3095 Specify that the object-code format for the object files is
3096 @var{bfdname}.
3097
3098 @item -C
3099 @itemx --demangle[=@var{style}]
3100 @cindex demangling in objdump
3101 Decode (@dfn{demangle}) low-level symbol names into user-level names.
3102 Besides removing any initial underscore prepended by the system, this
3103 makes C++ function names readable.  Different compilers have different
3104 mangling styles. The optional demangling style argument can be used to
3105 choose an appropriate demangling style for your compiler. @xref{c++filt},
3106 for more information on demangling.
3107
3108 @item -e @var{filename}
3109 @itemx --exe=@var{filename}
3110 Specify the name of the executable for which addresses should be
3111 translated.  The default file is @file{a.out}.
3112
3113 @item -f
3114 @itemx --functions
3115 Display function names as well as file and line number information.
3116
3117 @item -s
3118 @itemx --basenames
3119 Display only the base of each file name.
3120
3121 @item -i
3122 @itemx --inlines
3123 If the address belongs to a function that was inlined, the source
3124 information for all enclosing scopes back to the first non-inlined
3125 function will also be printed.  For example, if @code{main} inlines
3126 @code{callee1} which inlines @code{callee2}, and address is from
3127 @code{callee2}, the source information for @code{callee1} and @code{main}
3128 will also be printed.
3129
3130 @item -j
3131 @itemx --section
3132 Read offsets relative to the specified section instead of absolute addresses.
3133
3134 @item -p
3135 @itemx --pretty-print
3136 Make the output more human friendly: each location are printed on one line.
3137 If option @option{-i} is specified, lines for all enclosing scopes are
3138 prefixed with @samp{(inlined by)}.
3139 @end table
3140
3141 @c man end
3142
3143 @ignore
3144 @c man begin SEEALSO addr2line
3145 Info entries for @file{binutils}.
3146 @c man end
3147 @end ignore
3148
3149 @node nlmconv
3150 @chapter nlmconv
3151
3152 @command{nlmconv} converts a relocatable object file into a NetWare
3153 Loadable Module.
3154
3155 @ignore
3156 @command{nlmconv} currently works with @samp{i386} object
3157 files in @code{coff}, @sc{elf}, or @code{a.out} format, and @sc{SPARC}
3158 object files in @sc{elf}, or @code{a.out} format@footnote{
3159 @command{nlmconv} should work with any @samp{i386} or @sc{sparc} object
3160 format in the Binary File Descriptor library.  It has only been tested
3161 with the above formats.}.
3162 @end ignore
3163
3164 @quotation
3165 @emph{Warning:} @command{nlmconv} is not always built as part of the binary
3166 utilities, since it is only useful for NLM targets.
3167 @end quotation
3168
3169 @c man title nlmconv converts object code into an NLM.
3170
3171 @smallexample
3172 @c man begin SYNOPSIS nlmconv
3173 nlmconv [@option{-I} @var{bfdname}|@option{--input-target=}@var{bfdname}]
3174         [@option{-O} @var{bfdname}|@option{--output-target=}@var{bfdname}]
3175         [@option{-T} @var{headerfile}|@option{--header-file=}@var{headerfile}]
3176         [@option{-d}|@option{--debug}] [@option{-l} @var{linker}|@option{--linker=}@var{linker}]
3177         [@option{-h}|@option{--help}] [@option{-V}|@option{--version}]
3178         @var{infile} @var{outfile}
3179 @c man end
3180 @end smallexample
3181
3182 @c man begin DESCRIPTION nlmconv
3183
3184 @command{nlmconv} converts the relocatable @samp{i386} object file
3185 @var{infile} into the NetWare Loadable Module @var{outfile}, optionally
3186 reading @var{headerfile} for NLM header information.  For instructions
3187 on writing the NLM command file language used in header files, see the
3188 @samp{linkers} section, @samp{NLMLINK} in particular, of the @cite{NLM
3189 Development and Tools Overview}, which is part of the NLM Software
3190 Developer's Kit (``NLM SDK''), available from Novell, Inc.
3191 @command{nlmconv} uses the @sc{gnu} Binary File Descriptor library to read
3192 @var{infile};
3193 @ifclear man
3194 see @ref{BFD,,BFD,ld.info,Using LD}, for more information.
3195 @end ifclear
3196
3197 @command{nlmconv} can perform a link step.  In other words, you can list
3198 more than one object file for input if you list them in the definitions
3199 file (rather than simply specifying one input file on the command line).
3200 In this case, @command{nlmconv} calls the linker for you.
3201
3202 @c man end
3203
3204 @c man begin OPTIONS nlmconv
3205
3206 @table @env
3207 @item -I @var{bfdname}
3208 @itemx --input-target=@var{bfdname}
3209 Object format of the input file.  @command{nlmconv} can usually determine
3210 the format of a given file (so no default is necessary).
3211 @xref{Target Selection}, for more information.
3212
3213 @item -O @var{bfdname}
3214 @itemx --output-target=@var{bfdname}
3215 Object format of the output file.  @command{nlmconv} infers the output
3216 format based on the input format, e.g. for a @samp{i386} input file the
3217 output format is @samp{nlm32-i386}.
3218 @xref{Target Selection}, for more information.
3219
3220 @item -T @var{headerfile}
3221 @itemx --header-file=@var{headerfile}
3222 Reads @var{headerfile} for NLM header information.  For instructions on
3223 writing the NLM command file language used in header files, see@ see the
3224 @samp{linkers} section, of the @cite{NLM Development and Tools
3225 Overview}, which is part of the NLM Software Developer's Kit, available
3226 from Novell, Inc.
3227
3228 @item -d
3229 @itemx --debug
3230 Displays (on standard error) the linker command line used by @command{nlmconv}.
3231
3232 @item -l @var{linker}
3233 @itemx --linker=@var{linker}
3234 Use @var{linker} for any linking.  @var{linker} can be an absolute or a
3235 relative pathname.
3236
3237 @item -h
3238 @itemx --help
3239 Prints a usage summary.
3240
3241 @item -V
3242 @itemx --version
3243 Prints the version number for @command{nlmconv}.
3244 @end table
3245
3246 @c man end
3247
3248 @ignore
3249 @c man begin SEEALSO nlmconv
3250 the Info entries for @file{binutils}.
3251 @c man end
3252 @end ignore
3253
3254 @node windmc
3255 @chapter windmc
3256
3257 @command{windmc} may be used to generator Windows message resources.
3258
3259 @quotation
3260 @emph{Warning:} @command{windmc} is not always built as part of the binary
3261 utilities, since it is only useful for Windows targets.
3262 @end quotation
3263
3264 @c man title windmc generates Windows message resources.
3265
3266 @smallexample
3267 @c man begin SYNOPSIS windmc
3268 windmc [options] input-file
3269 @c man end
3270 @end smallexample
3271
3272 @c man begin DESCRIPTION windmc
3273
3274 @command{windmc} reads message definitions from an input file (.mc) and
3275 translate them into a set of output files.  The output files may be of
3276 four kinds:
3277
3278 @table @code
3279 @item h
3280 A C header file containing the message definitions.
3281
3282 @item rc
3283 A resource file compilable by the @command{windres} tool.
3284
3285 @item bin
3286 One or more binary files containing the resource data for a specific
3287 message language.
3288
3289 @item dbg
3290 A C include file that maps message id's to their symbolic name.
3291 @end table
3292
3293 The exact description of these different formats is available in
3294 documentation from Microsoft.
3295
3296 When @command{windmc} converts from the @code{mc} format to the @code{bin}
3297 format, @code{rc}, @code{h}, and optional @code{dbg} it is acting like the
3298 Windows Message Compiler.
3299
3300 @c man end
3301
3302 @c man begin OPTIONS windmc
3303
3304 @table @env
3305 @item -a
3306 @itemx --ascii_in
3307 Specifies that the input file specified is ASCII. This is the default
3308 behaviour.
3309
3310 @item -A
3311 @itemx --ascii_out
3312 Specifies that messages in the output @code{bin} files should be in ASCII
3313 format.
3314
3315 @item -b
3316 @itemx --binprefix
3317 Specifies that @code{bin} filenames should have to be prefixed by the
3318 basename of the source file.
3319
3320 @item -c
3321 @itemx --customflag
3322 Sets the customer bit in all message id's.
3323
3324 @item -C @var{codepage}
3325 @itemx --codepage_in @var{codepage}
3326 Sets the default codepage to be used to convert input file to UTF16. The
3327 default is ocdepage 1252.
3328
3329 @item -d
3330 @itemx --decimal_values
3331 Outputs the constants in the header file in decimal. Default is using
3332 hexadecimal output.
3333
3334 @item -e @var{ext}
3335 @itemx --extension @var{ext}
3336 The extension for the header file. The default is .h extension.
3337
3338 @item -F @var{target}
3339 @itemx --target @var{target}
3340 Specify the BFD format to use for a bin file as output.  This
3341 is a BFD target name; you can use the @option{--help} option to see a list
3342 of supported targets.  Normally @command{windmc} will use the default
3343 format, which is the first one listed by the @option{--help} option.
3344 @ifclear man
3345 @ref{Target Selection}.
3346 @end ifclear
3347
3348 @item -h @var{path}
3349 @itemx --headerdir @var{path}
3350 The target directory of the generated header file. The default is the
3351 current directory.
3352
3353 @item -H
3354 @itemx --help
3355 Displays a list of command line options and then exits.
3356
3357 @item -m @var{characters}
3358 @itemx --maxlength @var{characters}
3359 Instructs @command{windmc} to generate a warning if the length
3360 of any message exceeds the number specified.
3361
3362 @item -n
3363 @itemx --nullterminate
3364 Terminate message text in @code{bin} files by zero. By default they are
3365 terminated by CR/LF.
3366
3367 @item -o
3368 @itemx --hresult_use
3369 Not yet implemented. Instructs @code{windmc} to generate an OLE2 header
3370 file, using HRESULT definitions. Status codes are used if the flag is not
3371 specified.
3372
3373 @item -O @var{codepage}
3374 @itemx --codepage_out @var{codepage}
3375 Sets the default codepage to be used to output text files. The default
3376 is ocdepage 1252.
3377
3378 @item -r @var{path}
3379 @itemx --rcdir @var{path}
3380 The target directory for the generated @code{rc} script and the generated
3381 @code{bin} files that the resource compiler script includes. The default
3382 is the current directory.
3383
3384 @item -u
3385 @itemx --unicode_in
3386 Specifies that the input file is UTF16.
3387
3388 @item -U
3389 @itemx --unicode_out
3390 Specifies that messages in the output @code{bin} file should be in UTF16
3391 format. This is the default behaviour.
3392
3393 @item -v
3394 @item --verbose
3395 Enable verbose mode.
3396
3397 @item -V
3398 @item --version
3399 Prints the version number for @command{windmc}.
3400
3401 @item -x @var{path}
3402 @itemx --xdgb @var{path}
3403 The path of the @code{dbg} C include file that maps message id's to the
3404 symbolic name. No such file is generated without specifying the switch.
3405 @end table
3406
3407 @c man end
3408
3409 @ignore
3410 @c man begin SEEALSO windmc
3411 the Info entries for @file{binutils}.
3412 @c man end
3413 @end ignore
3414
3415 @node windres
3416 @chapter windres
3417
3418 @command{windres} may be used to manipulate Windows resources.
3419
3420 @quotation
3421 @emph{Warning:} @command{windres} is not always built as part of the binary
3422 utilities, since it is only useful for Windows targets.
3423 @end quotation
3424
3425 @c man title windres manipulate Windows resources.
3426
3427 @smallexample
3428 @c man begin SYNOPSIS windres
3429 windres [options] [input-file] [output-file]
3430 @c man end
3431 @end smallexample
3432
3433 @c man begin DESCRIPTION windres
3434
3435 @command{windres} reads resources from an input file and copies them into
3436 an output file.  Either file may be in one of three formats:
3437
3438 @table @code
3439 @item rc
3440 A text format read by the Resource Compiler.
3441
3442 @item res
3443 A binary format generated by the Resource Compiler.
3444
3445 @item coff
3446 A COFF object or executable.
3447 @end table
3448
3449 The exact description of these different formats is available in
3450 documentation from Microsoft.
3451
3452 When @command{windres} converts from the @code{rc} format to the @code{res}
3453 format, it is acting like the Windows Resource Compiler.  When
3454 @command{windres} converts from the @code{res} format to the @code{coff}
3455 format, it is acting like the Windows @code{CVTRES} program.
3456
3457 When @command{windres} generates an @code{rc} file, the output is similar
3458 but not identical to the format expected for the input.  When an input
3459 @code{rc} file refers to an external filename, an output @code{rc} file
3460 will instead include the file contents.
3461
3462 If the input or output format is not specified, @command{windres} will
3463 guess based on the file name, or, for the input file, the file contents.
3464 A file with an extension of @file{.rc} will be treated as an @code{rc}
3465 file, a file with an extension of @file{.res} will be treated as a
3466 @code{res} file, and a file with an extension of @file{.o} or
3467 @file{.exe} will be treated as a @code{coff} file.
3468
3469 If no output file is specified, @command{windres} will print the resources
3470 in @code{rc} format to standard output.
3471
3472 The normal use is for you to write an @code{rc} file, use @command{windres}
3473 to convert it to a COFF object file, and then link the COFF file into
3474 your application.  This will make the resources described in the
3475 @code{rc} file available to Windows.
3476
3477 @c man end
3478
3479 @c man begin OPTIONS windres
3480
3481 @table @env
3482 @item -i @var{filename}
3483 @itemx --input @var{filename}
3484 The name of the input file.  If this option is not used, then
3485 @command{windres} will use the first non-option argument as the input file
3486 name.  If there are no non-option arguments, then @command{windres} will
3487 read from standard input.  @command{windres} can not read a COFF file from
3488 standard input.
3489
3490 @item -o @var{filename}
3491 @itemx --output @var{filename}
3492 The name of the output file.  If this option is not used, then
3493 @command{windres} will use the first non-option argument, after any used
3494 for the input file name, as the output file name.  If there is no
3495 non-option argument, then @command{windres} will write to standard output.
3496 @command{windres} can not write a COFF file to standard output.  Note,
3497 for compatibility with @command{rc} the option @option{-fo} is also
3498 accepted, but its use is not recommended.
3499
3500 @item -J @var{format}
3501 @itemx --input-format @var{format}
3502 The input format to read.  @var{format} may be @samp{res}, @samp{rc}, or
3503 @samp{coff}.  If no input format is specified, @command{windres} will
3504 guess, as described above.
3505
3506 @item -O @var{format}
3507 @itemx --output-format @var{format}
3508 The output format to generate.  @var{format} may be @samp{res},
3509 @samp{rc}, or @samp{coff}.  If no output format is specified,
3510 @command{windres} will guess, as described above.
3511
3512 @item -F @var{target}
3513 @itemx --target @var{target}
3514 Specify the BFD format to use for a COFF file as input or output.  This
3515 is a BFD target name; you can use the @option{--help} option to see a list
3516 of supported targets.  Normally @command{windres} will use the default
3517 format, which is the first one listed by the @option{--help} option.
3518 @ifclear man
3519 @ref{Target Selection}.
3520 @end ifclear
3521
3522 @item --preprocessor @var{program}
3523 When @command{windres} reads an @code{rc} file, it runs it through the C
3524 preprocessor first.  This option may be used to specify the preprocessor
3525 to use, including any leading arguments.  The default preprocessor
3526 argument is @code{gcc -E -xc-header -DRC_INVOKED}.
3527
3528 @item --preprocessor-arg @var{option}
3529 When @command{windres} reads an @code{rc} file, it runs it through
3530 the C preprocessor first.  This option may be used to specify additional
3531 text to be passed to preprocessor on its command line.
3532 This option can be used multiple times to add multiple options to the
3533 preprocessor command line.
3534
3535 @item -I @var{directory}
3536 @itemx --include-dir @var{directory}
3537 Specify an include directory to use when reading an @code{rc} file.
3538 @command{windres} will pass this to the preprocessor as an @option{-I}
3539 option.  @command{windres} will also search this directory when looking for
3540 files named in the @code{rc} file.  If the argument passed to this command
3541 matches any of the supported @var{formats} (as described in the @option{-J}
3542 option), it will issue a deprecation warning, and behave just like the
3543 @option{-J} option.  New programs should not use this behaviour.  If a
3544 directory happens to match a @var{format}, simple prefix it with @samp{./}
3545 to disable the backward compatibility.
3546
3547 @item -D @var{target}
3548 @itemx --define @var{sym}[=@var{val}]
3549 Specify a @option{-D} option to pass to the preprocessor when reading an
3550 @code{rc} file.
3551
3552 @item -U @var{target}
3553 @itemx --undefine @var{sym}
3554 Specify a @option{-U} option to pass to the preprocessor when reading an
3555 @code{rc} file.
3556
3557 @item -r
3558 Ignored for compatibility with rc.
3559
3560 @item -v
3561 Enable verbose mode.  This tells you what the preprocessor is if you
3562 didn't specify one.
3563
3564 @item -c @var{val}
3565 @item --codepage @var{val}
3566 Specify the default codepage to use when reading an @code{rc} file.
3567 @var{val} should be a hexadecimal prefixed by @samp{0x} or decimal
3568 codepage code. The valid range is from zero up to 0xffff, but the
3569 validity of the codepage is host and configuration dependent.
3570
3571 @item -l @var{val}
3572 @item --language @var{val}
3573 Specify the default language to use when reading an @code{rc} file.
3574 @var{val} should be a hexadecimal language code.  The low eight bits are
3575 the language, and the high eight bits are the sublanguage.
3576
3577 @item --use-temp-file
3578 Use a temporary file to instead of using popen to read the output of
3579 the preprocessor. Use this option if the popen implementation is buggy
3580 on the host (eg., certain non-English language versions of Windows 95 and
3581 Windows 98 are known to have buggy popen where the output will instead
3582 go the console).
3583
3584 @item --no-use-temp-file
3585 Use popen, not a temporary file, to read the output of the preprocessor.
3586 This is the default behaviour.
3587
3588 @item -h
3589 @item --help
3590 Prints a usage summary.
3591
3592 @item -V
3593 @item --version
3594 Prints the version number for @command{windres}.
3595
3596 @item --yydebug
3597 If @command{windres} is compiled with @code{YYDEBUG} defined as @code{1},
3598 this will turn on parser debugging.
3599 @end table
3600
3601 @c man end
3602
3603 @ignore
3604 @c man begin SEEALSO windres
3605 the Info entries for @file{binutils}.
3606 @c man end
3607 @end ignore
3608
3609 @node dlltool
3610 @chapter dlltool
3611 @cindex DLL
3612 @kindex dlltool
3613
3614 @command{dlltool} is used to create the files needed to create dynamic
3615 link libraries (DLLs) on systems which understand PE format image
3616 files such as Windows.  A DLL contains an export table which contains
3617 information that the runtime loader needs to resolve references from a
3618 referencing program.
3619
3620 The export table is generated by this program by reading in a
3621 @file{.def} file or scanning the @file{.a} and @file{.o} files which
3622 will be in the DLL.  A @file{.o} file can contain information in
3623 special @samp{.drectve} sections with export information.
3624
3625 @quotation
3626 @emph{Note:} @command{dlltool} is not always built as part of the
3627 binary utilities, since it is only useful for those targets which
3628 support DLLs.
3629 @end quotation
3630
3631 @c man title dlltool Create files needed to build and use DLLs.
3632
3633 @smallexample
3634 @c man begin SYNOPSIS dlltool
3635 dlltool [@option{-d}|@option{--input-def} @var{def-file-name}]
3636         [@option{-b}|@option{--base-file} @var{base-file-name}]
3637         [@option{-e}|@option{--output-exp} @var{exports-file-name}]
3638         [@option{-z}|@option{--output-def} @var{def-file-name}]
3639         [@option{-l}|@option{--output-lib} @var{library-file-name}]
3640         [@option{-y}|@option{--output-delaylib} @var{library-file-name}]
3641         [@option{--export-all-symbols}] [@option{--no-export-all-symbols}]
3642         [@option{--exclude-symbols} @var{list}]
3643         [@option{--no-default-excludes}]
3644         [@option{-S}|@option{--as} @var{path-to-assembler}] [@option{-f}|@option{--as-flags} @var{options}]
3645         [@option{-D}|@option{--dllname} @var{name}] [@option{-m}|@option{--machine} @var{machine}]
3646         [@option{-a}|@option{--add-indirect}]
3647         [@option{-U}|@option{--add-underscore}] [@option{--add-stdcall-underscore}]
3648         [@option{-k}|@option{--kill-at}] [@option{-A}|@option{--add-stdcall-alias}]
3649         [@option{-p}|@option{--ext-prefix-alias} @var{prefix}]
3650         [@option{-x}|@option{--no-idata4}] [@option{-c}|@option{--no-idata5}]
3651         [@option{--use-nul-prefixed-import-tables}]
3652         [@option{-I}|@option{--identify} @var{library-file-name}] [@option{--identify-strict}]
3653         [@option{-i}|@option{--interwork}]
3654         [@option{-n}|@option{--nodelete}] [@option{-t}|@option{--temp-prefix} @var{prefix}]
3655         [@option{-v}|@option{--verbose}]
3656         [@option{-h}|@option{--help}] [@option{-V}|@option{--version}]
3657         [@option{--no-leading-underscore}] [@option{--leading-underscore}]
3658         [object-file @dots{}]
3659 @c man end
3660 @end smallexample
3661
3662 @c man begin DESCRIPTION dlltool
3663
3664 @command{dlltool} reads its inputs, which can come from the @option{-d} and
3665 @option{-b} options as well as object files specified on the command
3666 line.  It then processes these inputs and if the @option{-e} option has
3667 been specified it creates a exports file.  If the @option{-l} option
3668 has been specified it creates a library file and if the @option{-z} option
3669 has been specified it creates a def file.  Any or all of the @option{-e},
3670 @option{-l} and @option{-z} options can be present in one invocation of
3671 dlltool.
3672
3673 When creating a DLL, along with the source for the DLL, it is necessary
3674 to have three other files.  @command{dlltool} can help with the creation of
3675 these files.
3676
3677 The first file is a @file{.def} file which specifies which functions are
3678 exported from the DLL, which functions the DLL imports, and so on.  This
3679 is a text file and can be created by hand, or @command{dlltool} can be used
3680 to create it using the @option{-z} option.  In this case @command{dlltool}
3681 will scan the object files specified on its command line looking for
3682 those functions which have been specially marked as being exported and
3683 put entries for them in the @file{.def} file it creates.
3684
3685 In order to mark a function as being exported from a DLL, it needs to
3686 have an @option{-export:<name_of_function>} entry in the @samp{.drectve}
3687 section of the object file.  This can be done in C by using the
3688 asm() operator:
3689
3690 @smallexample
3691   asm (".section .drectve");
3692   asm (".ascii \"-export:my_func\"");
3693
3694   int my_func (void) @{ @dots{} @}
3695 @end smallexample
3696
3697 The second file needed for DLL creation is an exports file.  This file
3698 is linked with the object files that make up the body of the DLL and it
3699 handles the interface between the DLL and the outside world.  This is a
3700 binary file and it can be created by giving the @option{-e} option to
3701 @command{dlltool} when it is creating or reading in a @file{.def} file.
3702
3703 The third file needed for DLL creation is the library file that programs
3704 will link with in order to access the functions in the DLL (an `import
3705 library').  This file can be created by giving the @option{-l} option to
3706 dlltool when it is creating or reading in a @file{.def} file.
3707
3708 If the @option{-y} option is specified, dlltool generates a delay-import
3709 library that can be used instead of the normal import library to allow
3710 a program to link to the dll only as soon as an imported function is
3711 called for the first time. The resulting executable will need to be
3712 linked to the static delayimp library containing __delayLoadHelper2(),
3713 which in turn will import LoadLibraryA and GetProcAddress from kernel32.
3714
3715 @command{dlltool} builds the library file by hand, but it builds the
3716 exports file by creating temporary files containing assembler statements
3717 and then assembling these.  The @option{-S} command line option can be
3718 used to specify the path to the assembler that dlltool will use,
3719 and the @option{-f} option can be used to pass specific flags to that
3720 assembler.  The @option{-n} can be used to prevent dlltool from deleting
3721 these temporary assembler files when it is done, and if @option{-n} is
3722 specified twice then this will prevent dlltool from deleting the
3723 temporary object files it used to build the library.
3724
3725 Here is an example of creating a DLL from a source file @samp{dll.c} and
3726 also creating a program (from an object file called @samp{program.o})
3727 that uses that DLL:
3728
3729 @smallexample
3730   gcc -c dll.c
3731   dlltool -e exports.o -l dll.lib dll.o
3732   gcc dll.o exports.o -o dll.dll
3733   gcc program.o dll.lib -o program
3734 @end smallexample
3735
3736
3737 @command{dlltool} may also be used to query an existing import library
3738 to determine the name of the DLL to which it is associated.  See the
3739 description of the @option{-I} or @option{--identify} option.
3740
3741 @c man end
3742
3743 @c man begin OPTIONS dlltool
3744
3745 The command line options have the following meanings:
3746
3747 @table @env
3748
3749 @item -d @var{filename}
3750 @itemx --input-def @var{filename}
3751 @cindex input .def file
3752 Specifies the name of a @file{.def} file to be read in and processed.
3753
3754 @item -b @var{filename}
3755 @itemx --base-file @var{filename}
3756 @cindex base files
3757 Specifies the name of a base file to be read in and processed.  The
3758 contents of this file will be added to the relocation section in the
3759 exports file generated by dlltool.
3760
3761 @item -e @var{filename}
3762 @itemx --output-exp @var{filename}
3763 Specifies the name of the export file to be created by dlltool.
3764
3765 @item -z @var{filename}
3766 @itemx --output-def @var{filename}
3767 Specifies the name of the @file{.def} file to be created by dlltool.
3768
3769 @item -l @var{filename}
3770 @itemx --output-lib @var{filename}
3771 Specifies the name of the library file to be created by dlltool.
3772
3773 @item -y @var{filename}
3774 @itemx --output-delaylib @var{filename}
3775 Specifies the name of the delay-import library file to be created by dlltool.
3776
3777 @item --export-all-symbols
3778 Treat all global and weak defined symbols found in the input object
3779 files as symbols to be exported.  There is a small list of symbols which
3780 are not exported by default; see the @option{--no-default-excludes}
3781 option.  You may add to the list of symbols to not export by using the
3782 @option{--exclude-symbols} option.
3783
3784 @item --no-export-all-symbols
3785 Only export symbols explicitly listed in an input @file{.def} file or in
3786 @samp{.drectve} sections in the input object files.  This is the default
3787 behaviour.  The @samp{.drectve} sections are created by @samp{dllexport}
3788 attributes in the source code.
3789
3790 @item --exclude-symbols @var{list}
3791 Do not export the symbols in @var{list}.  This is a list of symbol names
3792 separated by comma or colon characters.  The symbol names should not
3793 contain a leading underscore.  This is only meaningful when
3794 @option{--export-all-symbols} is used.
3795
3796 @item --no-default-excludes
3797 When @option{--export-all-symbols} is used, it will by default avoid
3798 exporting certain special symbols.  The current list of symbols to avoid
3799 exporting is @samp{DllMain@@12}, @samp{DllEntryPoint@@0},
3800 @samp{impure_ptr}.  You may use the @option{--no-default-excludes} option
3801 to go ahead and export these special symbols.  This is only meaningful
3802 when @option{--export-all-symbols} is used.
3803
3804 @item -S @var{path}
3805 @itemx --as @var{path}
3806 Specifies the path, including the filename, of the assembler to be used
3807 to create the exports file.
3808
3809 @item -f @var{options}
3810 @itemx --as-flags @var{options}
3811 Specifies any specific command line options to be passed to the
3812 assembler when building the exports file.  This option will work even if
3813 the @option{-S} option is not used.  This option only takes one argument,
3814 and if it occurs more than once on the command line, then later
3815 occurrences will override earlier occurrences.  So if it is necessary to
3816 pass multiple options to the assembler they should be enclosed in
3817 double quotes.
3818
3819 @item -D @var{name}
3820 @itemx --dll-name @var{name}
3821 Specifies the name to be stored in the @file{.def} file as the name of
3822 the DLL when the @option{-e} option is used.  If this option is not
3823 present, then the filename given to the @option{-e} option will be
3824 used as the name of the DLL.
3825
3826 @item -m @var{machine}
3827 @itemx -machine @var{machine}
3828 Specifies the type of machine for which the library file should be
3829 built.  @command{dlltool} has a built in default type, depending upon how
3830 it was created, but this option can be used to override that.  This is
3831 normally only useful when creating DLLs for an ARM processor, when the
3832 contents of the DLL are actually encode using Thumb instructions.
3833
3834 @item -a
3835 @itemx --add-indirect
3836 Specifies that when @command{dlltool} is creating the exports file it
3837 should add a section which allows the exported functions to be
3838 referenced without using the import library.  Whatever the hell that
3839 means!
3840
3841 @item -U
3842 @itemx --add-underscore
3843 Specifies that when @command{dlltool} is creating the exports file it
3844 should prepend an underscore to the names of @emph{all} exported symbols.
3845
3846 @item --no-leading-underscore
3847 @item --leading-underscore
3848 Specifies whether standard symbol should be forced to be prefixed, or
3849 not.
3850
3851 @item --add-stdcall-underscore
3852 Specifies that when @command{dlltool} is creating the exports file it
3853 should prepend an underscore to the names of exported @emph{stdcall}
3854 functions. Variable names and non-stdcall function names are not modified.
3855 This option is useful when creating GNU-compatible import libs for third
3856 party DLLs that were built with MS-Windows tools.
3857
3858 @item -k
3859 @itemx --kill-at
3860 Specifies that when @command{dlltool} is creating the exports file it
3861 should not append the string @samp{@@ <number>}.  These numbers are
3862 called ordinal numbers and they represent another way of accessing the
3863 function in a DLL, other than by name.
3864
3865 @item -A
3866 @itemx --add-stdcall-alias
3867 Specifies that when @command{dlltool} is creating the exports file it
3868 should add aliases for stdcall symbols without @samp{@@ <number>}
3869 in addition to the symbols with @samp{@@ <number>}.
3870
3871 @item -p
3872 @itemx --ext-prefix-alias @var{prefix}
3873 Causes @command{dlltool} to create external aliases for all DLL
3874 imports with the specified prefix.  The aliases are created for both
3875 external and import symbols with no leading underscore.
3876
3877 @item -x
3878 @itemx --no-idata4
3879 Specifies that when @command{dlltool} is creating the exports and library
3880 files it should omit the @code{.idata4} section.  This is for compatibility
3881 with certain operating systems.
3882
3883 @item --use-nul-prefixed-import-tables
3884 Specifies that when @command{dlltool} is creating the exports and library
3885 files it should prefix the @code{.idata4} and @code{.idata5} by zero an
3886 element. This emulates old gnu import library generation of
3887 @code{dlltool}. By default this option is turned off.
3888
3889 @item -c
3890 @itemx --no-idata5
3891 Specifies that when @command{dlltool} is creating the exports and library
3892 files it should omit the @code{.idata5} section.  This is for compatibility
3893 with certain operating systems.
3894
3895 @item -I @var{filename}
3896 @itemx --identify @var{filename}
3897 Specifies that @command{dlltool} should inspect the import library
3898 indicated by @var{filename} and report, on @code{stdout}, the name(s)
3899 of the associated DLL(s).  This can be performed in addition to any
3900 other operations indicated by the other options and arguments.
3901 @command{dlltool} fails if the import library does not exist or is not
3902 actually an import library. See also @option{--identify-strict}.
3903
3904 @item --identify-strict
3905 Modifies the behavior of the @option{--identify} option, such
3906 that an error is reported if @var{filename} is associated with
3907 more than one DLL.
3908
3909 @item -i
3910 @itemx --interwork
3911 Specifies that @command{dlltool} should mark the objects in the library
3912 file and exports file that it produces as supporting interworking
3913 between ARM and Thumb code.
3914
3915 @item -n
3916 @itemx --nodelete
3917 Makes @command{dlltool} preserve the temporary assembler files it used to
3918 create the exports file.  If this option is repeated then dlltool will
3919 also preserve the temporary object files it uses to create the library
3920 file.
3921
3922 @item -t @var{prefix}
3923 @itemx --temp-prefix @var{prefix}
3924 Makes @command{dlltool} use @var{prefix} when constructing the names of
3925 temporary assembler and object files.  By default, the temp file prefix
3926 is generated from the pid.
3927
3928 @item -v
3929 @itemx --verbose
3930 Make dlltool describe what it is doing.
3931
3932 @item -h
3933 @itemx --help
3934 Displays a list of command line options and then exits.
3935
3936 @item -V
3937 @itemx --version
3938 Displays dlltool's version number and then exits.
3939
3940 @end table
3941
3942 @c man end
3943
3944 @menu
3945 * def file format::             The format of the dlltool @file{.def} file
3946 @end menu
3947
3948 @node def file format
3949 @section The format of the @command{dlltool} @file{.def} file
3950
3951 A @file{.def} file contains any number of the following commands:
3952
3953 @table @asis
3954
3955 @item @code{NAME} @var{name} @code{[ ,} @var{base} @code{]}
3956 The result is going to be named @var{name}@code{.exe}.
3957
3958 @item @code{LIBRARY} @var{name} @code{[ ,} @var{base} @code{]}
3959 The result is going to be named @var{name}@code{.dll}.
3960
3961 @item @code{EXPORTS ( ( (} @var{name1} @code{[ = } @var{name2} @code{] ) | ( } @var{name1} @code{=} @var{module-name} @code{.} @var{external-name} @code{) ) [ == } @var{its_name} @code{]}
3962 @item @code{[} @var{integer} @code{] [ NONAME ] [ CONSTANT ] [ DATA ] [ PRIVATE ] ) *}
3963 Declares @var{name1} as an exported symbol from the DLL, with optional
3964 ordinal number @var{integer}, or declares @var{name1} as an alias
3965 (forward) of the function @var{external-name} in the DLL.
3966 If @var{its_name} is specified, this name is used as string in export table.
3967 @var{module-name}.
3968
3969 @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{]} *}
3970 Declares that @var{external-name} or the exported function whose
3971 ordinal number is @var{integer} is to be imported from the file
3972 @var{module-name}.  If @var{internal-name} is specified then this is
3973 the name that the imported function will be referred to in the body of
3974 the DLL.
3975 If @var{its_name} is specified, this name is used as string in import table.
3976
3977 @item @code{DESCRIPTION} @var{string}
3978 Puts @var{string} into the output @file{.exp} file in the
3979 @code{.rdata} section.
3980
3981 @item @code{STACKSIZE} @var{number-reserve} @code{[, } @var{number-commit} @code{]}
3982 @item @code{HEAPSIZE} @var{number-reserve} @code{[, } @var{number-commit} @code{]}
3983 Generates @code{--stack} or @code{--heap}
3984 @var{number-reserve},@var{number-commit} in the output @code{.drectve}
3985 section.  The linker will see this and act upon it.
3986
3987 @item @code{CODE} @var{attr} @code{+}
3988 @item @code{DATA} @var{attr} @code{+}
3989 @item @code{SECTIONS (} @var{section-name} @var{attr}@code{ + ) *}
3990 Generates @code{--attr} @var{section-name} @var{attr} in the output
3991 @code{.drectve} section, where @var{attr} is one of @code{READ},
3992 @code{WRITE}, @code{EXECUTE} or @code{SHARED}.  The linker will see
3993 this and act upon it.
3994
3995 @end table
3996
3997 @ignore
3998 @c man begin SEEALSO dlltool
3999 The Info pages for @file{binutils}.
4000 @c man end
4001 @end ignore
4002
4003 @node readelf
4004 @chapter readelf
4005
4006 @cindex ELF file information
4007 @kindex readelf
4008
4009 @c man title readelf Displays information about ELF files.
4010
4011 @smallexample
4012 @c man begin SYNOPSIS readelf
4013 readelf [@option{-a}|@option{--all}]
4014         [@option{-h}|@option{--file-header}]
4015         [@option{-l}|@option{--program-headers}|@option{--segments}]
4016         [@option{-S}|@option{--section-headers}|@option{--sections}]
4017         [@option{-g}|@option{--section-groups}]
4018         [@option{-t}|@option{--section-details}]
4019         [@option{-e}|@option{--headers}]
4020         [@option{-s}|@option{--syms}|@option{--symbols}]
4021         [@option{--dyn-syms}]
4022         [@option{-n}|@option{--notes}]
4023         [@option{-r}|@option{--relocs}]
4024         [@option{-u}|@option{--unwind}]
4025         [@option{-d}|@option{--dynamic}]
4026         [@option{-V}|@option{--version-info}]
4027         [@option{-A}|@option{--arch-specific}]
4028         [@option{-D}|@option{--use-dynamic}]
4029         [@option{-x} <number or name>|@option{--hex-dump=}<number or name>]
4030         [@option{-p} <number or name>|@option{--string-dump=}<number or name>]
4031         [@option{-R} <number or name>|@option{--relocated-dump=}<number or name>]
4032         [@option{-c}|@option{--archive-index}]
4033         [@option{-w[lLiaprmfFsoRt]}|
4034          @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]]
4035         [@option{--dwarf-depth=@var{n}}]
4036         [@option{--dwarf-start=@var{n}}]
4037         [@option{-I}|@option{--histogram}]
4038         [@option{-v}|@option{--version}]
4039         [@option{-W}|@option{--wide}]
4040         [@option{-H}|@option{--help}]
4041         @var{elffile}@dots{}
4042 @c man end
4043 @end smallexample
4044
4045 @c man begin DESCRIPTION readelf
4046
4047 @command{readelf} displays information about one or more ELF format object
4048 files.  The options control what particular information to display.
4049
4050 @var{elffile}@dots{} are the object files to be examined.  32-bit and
4051 64-bit ELF files are supported, as are archives containing ELF files.
4052
4053 This program performs a similar function to @command{objdump} but it
4054 goes into more detail and it exists independently of the @sc{bfd}
4055 library, so if there is a bug in @sc{bfd} then readelf will not be
4056 affected.
4057
4058 @c man end
4059
4060 @c man begin OPTIONS readelf
4061
4062 The long and short forms of options, shown here as alternatives, are
4063 equivalent.  At least one option besides @samp{-v} or @samp{-H} must be
4064 given.
4065
4066 @table @env
4067 @item -a
4068 @itemx --all
4069 Equivalent to specifying @option{--file-header},
4070 @option{--program-headers}, @option{--sections}, @option{--symbols},
4071 @option{--relocs}, @option{--dynamic}, @option{--notes} and
4072 @option{--version-info}.
4073
4074 @item -h
4075 @itemx --file-header
4076 @cindex ELF file header information
4077 Displays the information contained in the ELF header at the start of the
4078 file.
4079
4080 @item -l
4081 @itemx --program-headers
4082 @itemx --segments
4083 @cindex ELF program header information
4084 @cindex ELF segment information
4085 Displays the information contained in the file's segment headers, if it
4086 has any.
4087
4088 @item -S
4089 @itemx --sections
4090 @itemx --section-headers
4091 @cindex ELF section information
4092 Displays the information contained in the file's section headers, if it
4093 has any.
4094
4095 @item -g
4096 @itemx --section-groups
4097 @cindex ELF section group information
4098 Displays the information contained in the file's section groups, if it
4099 has any.
4100
4101 @item -t
4102 @itemx --section-details
4103 @cindex ELF section information
4104 Displays the detailed section information. Implies @option{-S}.
4105
4106 @item -s
4107 @itemx --symbols
4108 @itemx --syms
4109 @cindex ELF symbol table information
4110 Displays the entries in symbol table section of the file, if it has one.
4111
4112 @item --dyn-syms
4113 @cindex ELF dynamic symbol table information
4114 Displays the entries in dynamic symbol table section of the file, if it
4115 has one.
4116
4117 @item -e
4118 @itemx --headers
4119 Display all the headers in the file.  Equivalent to @option{-h -l -S}.
4120
4121 @item -n
4122 @itemx --notes
4123 @cindex ELF notes
4124 Displays the contents of the NOTE segments and/or sections, if any.
4125
4126 @item -r
4127 @itemx --relocs
4128 @cindex ELF reloc information
4129 Displays the contents of the file's relocation section, if it has one.
4130
4131 @item -u
4132 @itemx --unwind
4133 @cindex unwind information
4134 Displays the contents of the file's unwind section, if it has one.  Only
4135 the unwind sections for IA64 ELF files, as well as ARM unwind tables
4136 (@code{.ARM.exidx} / @code{.ARM.extab}) are currently supported.
4137
4138 @item -d
4139 @itemx --dynamic
4140 @cindex ELF dynamic section information
4141 Displays the contents of the file's dynamic section, if it has one.
4142
4143 @item -V
4144 @itemx --version-info
4145 @cindex ELF version sections informations
4146 Displays the contents of the version sections in the file, it they
4147 exist.
4148
4149 @item -A
4150 @itemx --arch-specific
4151 Displays architecture-specific information in the file, if there
4152 is any.
4153
4154 @item -D
4155 @itemx --use-dynamic
4156 When displaying symbols, this option makes @command{readelf} use the
4157 symbol hash tables in the file's dynamic section, rather than the
4158 symbol table sections.
4159
4160 @item -x <number or name>
4161 @itemx --hex-dump=<number or name>
4162 Displays the contents of the indicated section as a hexadecimal bytes.
4163 A number identifies a particular section by index in the section table;
4164 any other string identifies all sections with that name in the object file.
4165
4166 @item -R <number or name>
4167 @itemx --relocated-dump=<number or name>
4168 Displays the contents of the indicated section as a hexadecimal
4169 bytes.  A number identifies a particular section by index in the
4170 section table; any other string identifies all sections with that name
4171 in the object file.  The contents of the section will be relocated
4172 before they are displayed.
4173
4174 @item -p <number or name>
4175 @itemx --string-dump=<number or name>
4176 Displays the contents of the indicated section as printable strings.
4177 A number identifies a particular section by index in the section table;
4178 any other string identifies all sections with that name in the object file.
4179
4180 @item -c
4181 @itemx --archive-index
4182 @cindex Archive file symbol index information
4183 Displays the file symbol index infomation contained in the header part
4184 of binary archives.  Performs the same function as the @option{t}
4185 command to @command{ar}, but without using the BFD library.  @xref{ar}.
4186
4187 @item -w[lLiaprmfFsoRt]
4188 @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]
4189 Displays the contents of the debug sections in the file, if any are
4190 present.  If one of the optional letters or words follows the switch
4191 then only data found in those specific sections will be dumped.
4192
4193 Note that there is no single letter option to display the content of
4194 trace sections or .gdb_index.
4195
4196 Note: the @option{=decodedline} option will display the interpreted
4197 contents of a .debug_line section whereas the @option{=rawline} option
4198 dumps the contents in a raw format.
4199
4200 Note: the @option{=frames-interp} option will display the interpreted
4201 contents of a .debug_frame section whereas the @option{=frames} option
4202 dumps the contents in a raw format.
4203
4204 Note: the output from the @option{=info} option can also be affected
4205 by the options @option{--dwarf-depth} and @option{--dwarf-start}.
4206
4207 @item --dwarf-depth=@var{n}
4208 Limit the dump of the @code{.debug_info} section to @var{n} children.
4209 This is only useful with @option{--debug-dump=info}.  The default is
4210 to print all DIEs; the special value 0 for @var{n} will also have this
4211 effect.
4212
4213 With a non-zero value for @var{n}, DIEs at or deeper than @var{n}
4214 levels will not be printed.  The range for @var{n} is zero-based.
4215
4216 @item --dwarf-start=@var{n}
4217 Print only DIEs beginning with the DIE numbered @var{n}.  This is only
4218 useful with @option{--debug-dump=info}.
4219
4220 If specified, this option will suppress printing of any header
4221 information and all DIEs before the DIE numbered @var{n}.  Only
4222 siblings and children of the specified DIE will be printed.
4223
4224 This can be used in conjunction with @option{--dwarf-depth}.
4225
4226 @item -I
4227 @itemx --histogram
4228 Display a histogram of bucket list lengths when displaying the contents
4229 of the symbol tables.
4230
4231 @item -v
4232 @itemx --version
4233 Display the version number of readelf.
4234
4235 @item -W
4236 @itemx --wide
4237 Don't break output lines to fit into 80 columns. By default
4238 @command{readelf} breaks section header and segment listing lines for
4239 64-bit ELF files, so that they fit into 80 columns. This option causes
4240 @command{readelf} to print each section header resp. each segment one a
4241 single line, which is far more readable on terminals wider than 80 columns.
4242
4243 @item -H
4244 @itemx --help
4245 Display the command line options understood by @command{readelf}.
4246
4247 @end table
4248
4249 @c man end
4250
4251 @ignore
4252 @c man begin SEEALSO readelf
4253 objdump(1), and the Info entries for @file{binutils}.
4254 @c man end
4255 @end ignore
4256
4257 @node elfedit
4258 @chapter elfedit
4259
4260 @cindex Update ELF header
4261 @kindex elfedit
4262
4263 @c man title elfedit Update the ELF header of ELF files.
4264
4265 @smallexample
4266 @c man begin SYNOPSIS elfedit
4267 elfedit [@option{--input-mach=}@var{machine}]
4268         [@option{--input-type=}@var{type}]
4269         [@option{--input-osabi=}@var{osabi}]
4270         @option{--output-mach=}@var{machine}
4271         @option{--output-type=}@var{type}
4272         @option{--output-osabi=}@var{osabi}
4273         [@option{-v}|@option{--version}]
4274         [@option{-h}|@option{--help}]
4275         @var{elffile}@dots{}
4276 @c man end
4277 @end smallexample
4278
4279 @c man begin DESCRIPTION elfedit
4280
4281 @command{elfedit} updates the ELF header of ELF files which have
4282 the matching ELF machine and file types.  The options control how and
4283 which fields in the ELF header should be updated.
4284
4285 @var{elffile}@dots{} are the ELF files to be updated.  32-bit and
4286 64-bit ELF files are supported, as are archives containing ELF files.
4287 @c man end
4288
4289 @c man begin OPTIONS elfedit
4290
4291 The long and short forms of options, shown here as alternatives, are
4292 equivalent. At least one of the @option{--output-mach},
4293 @option{--output-type} and @option{--output-osabi} options must be given.
4294
4295 @table @env
4296
4297 @itemx --input-mach=@var{machine}
4298 Set the matching input ELF machine type to @var{machine}.  If
4299 @option{--input-mach} isn't specified, it will match any ELF
4300 machine types.
4301
4302 The supported ELF machine types are, @var{L1OM}, @var{K1OM} and
4303 @var{x86-64}.
4304
4305 @itemx --output-mach=@var{machine}
4306 Change the ELF machine type in the ELF header to @var{machine}.  The
4307 supported ELF machine types are the same as @option{--input-mach}.
4308
4309 @itemx --input-type=@var{type}
4310 Set the matching input ELF file type to @var{type}.  If
4311 @option{--input-type} isn't specified, it will match any ELF file types.
4312
4313 The supported ELF file types are, @var{rel}, @var{exec} and @var{dyn}.
4314
4315 @itemx --output-type=@var{type}
4316 Change the ELF file type in the ELF header to @var{type}.  The
4317 supported ELF types are the same as @option{--input-type}.
4318
4319 @itemx --input-osabi=@var{osabi}
4320 Set the matching input ELF file OSABI to @var{osabi}.  If
4321 @option{--input-osabi} isn't specified, it will match any ELF OSABIs.
4322
4323 The supported ELF OSABIs are, @var{none}, @var{HPUX}, @var{NetBSD},
4324 @var{GNU}, @var{Linux} (alias for @var{GNU}),
4325 @var{Solaris}, @var{AIX}, @var{Irix},
4326 @var{FreeBSD}, @var{TRU64}, @var{Modesto}, @var{OpenBSD}, @var{OpenVMS},
4327 @var{NSK}, @var{AROS} and @var{FenixOS}.
4328
4329 @itemx --output-osabi=@var{osabi}
4330 Change the ELF OSABI in the ELF header to @var{osabi}.  The
4331 supported ELF OSABI are the same as @option{--input-osabi}.
4332
4333 @item -v
4334 @itemx --version
4335 Display the version number of @command{elfedit}.
4336
4337 @item -h
4338 @itemx --help
4339 Display the command line options understood by @command{elfedit}.
4340
4341 @end table
4342
4343 @c man end
4344
4345 @ignore
4346 @c man begin SEEALSO elfedit
4347 readelf(1), and the Info entries for @file{binutils}.
4348 @c man end
4349 @end ignore
4350
4351 @node Common Options
4352 @chapter Common Options
4353
4354 The following command-line options are supported by all of the
4355 programs described in this manual.
4356
4357 @c man begin OPTIONS
4358 @table @env
4359 @include at-file.texi
4360 @c man end
4361
4362 @item --help
4363 Display the command-line options supported by the program.
4364
4365 @item --version
4366 Display the version number of the program.
4367
4368 @c man begin OPTIONS
4369 @end table
4370 @c man end
4371
4372 @node Selecting the Target System
4373 @chapter Selecting the Target System
4374
4375 You can specify two aspects of the target system to the @sc{gnu}
4376 binary file utilities, each in several ways:
4377
4378 @itemize @bullet
4379 @item
4380 the target
4381
4382 @item
4383 the architecture
4384 @end itemize
4385
4386 In the following summaries, the lists of ways to specify values are in
4387 order of decreasing precedence.  The ways listed first override those
4388 listed later.
4389
4390 The commands to list valid values only list the values for which the
4391 programs you are running were configured.  If they were configured with
4392 @option{--enable-targets=all}, the commands list most of the available
4393 values, but a few are left out; not all targets can be configured in at
4394 once because some of them can only be configured @dfn{native} (on hosts
4395 with the same type as the target system).
4396
4397 @menu
4398 * Target Selection::
4399 * Architecture Selection::
4400 @end menu
4401
4402 @node Target Selection
4403 @section Target Selection
4404
4405 A @dfn{target} is an object file format.  A given target may be
4406 supported for multiple architectures (@pxref{Architecture Selection}).
4407 A target selection may also have variations for different operating
4408 systems or architectures.
4409
4410 The command to list valid target values is @samp{objdump -i}
4411 (the first column of output contains the relevant information).
4412
4413 Some sample values are: @samp{a.out-hp300bsd}, @samp{ecoff-littlemips},
4414 @samp{a.out-sunos-big}.
4415
4416 You can also specify a target using a configuration triplet.  This is
4417 the same sort of name that is passed to @file{configure} to specify a
4418 target.  When you use a configuration triplet as an argument, it must be
4419 fully canonicalized.  You can see the canonical version of a triplet by
4420 running the shell script @file{config.sub} which is included with the
4421 sources.
4422
4423 Some sample configuration triplets are: @samp{m68k-hp-bsd},
4424 @samp{mips-dec-ultrix}, @samp{sparc-sun-sunos}.
4425
4426 @subheading @command{objdump} Target
4427
4428 Ways to specify:
4429
4430 @enumerate
4431 @item
4432 command line option: @option{-b} or @option{--target}
4433
4434 @item
4435 environment variable @code{GNUTARGET}
4436
4437 @item
4438 deduced from the input file
4439 @end enumerate
4440
4441 @subheading @command{objcopy} and @command{strip} Input Target
4442
4443 Ways to specify:
4444
4445 @enumerate
4446 @item
4447 command line options: @option{-I} or @option{--input-target}, or @option{-F} or @option{--target}
4448
4449 @item
4450 environment variable @code{GNUTARGET}
4451
4452 @item
4453 deduced from the input file
4454 @end enumerate
4455
4456 @subheading @command{objcopy} and @command{strip} Output Target
4457
4458 Ways to specify:
4459
4460 @enumerate
4461 @item
4462 command line options: @option{-O} or @option{--output-target}, or @option{-F} or @option{--target}
4463
4464 @item
4465 the input target (see ``@command{objcopy} and @command{strip} Input Target'' above)
4466
4467 @item
4468 environment variable @code{GNUTARGET}
4469
4470 @item
4471 deduced from the input file
4472 @end enumerate
4473
4474 @subheading @command{nm}, @command{size}, and @command{strings} Target
4475
4476 Ways to specify:
4477
4478 @enumerate
4479 @item
4480 command line option: @option{--target}
4481
4482 @item
4483 environment variable @code{GNUTARGET}
4484
4485 @item
4486 deduced from the input file
4487 @end enumerate
4488
4489 @node Architecture Selection
4490 @section Architecture Selection
4491
4492 An @dfn{architecture} is a type of @sc{cpu} on which an object file is
4493 to run.  Its name may contain a colon, separating the name of the
4494 processor family from the name of the particular @sc{cpu}.
4495
4496 The command to list valid architecture values is @samp{objdump -i} (the
4497 second column contains the relevant information).
4498
4499 Sample values: @samp{m68k:68020}, @samp{mips:3000}, @samp{sparc}.
4500
4501 @subheading @command{objdump} Architecture
4502
4503 Ways to specify:
4504
4505 @enumerate
4506 @item
4507 command line option: @option{-m} or @option{--architecture}
4508
4509 @item
4510 deduced from the input file
4511 @end enumerate
4512
4513 @subheading @command{objcopy}, @command{nm}, @command{size}, @command{strings} Architecture
4514
4515 Ways to specify:
4516
4517 @enumerate
4518 @item
4519 deduced from the input file
4520 @end enumerate
4521
4522 @node Reporting Bugs
4523 @chapter Reporting Bugs
4524 @cindex bugs
4525 @cindex reporting bugs
4526
4527 Your bug reports play an essential role in making the binary utilities
4528 reliable.
4529
4530 Reporting a bug may help you by bringing a solution to your problem, or
4531 it may not.  But in any case the principal function of a bug report is
4532 to help the entire community by making the next version of the binary
4533 utilities work better.  Bug reports are your contribution to their
4534 maintenance.
4535
4536 In order for a bug report to serve its purpose, you must include the
4537 information that enables us to fix the bug.
4538
4539 @menu
4540 * Bug Criteria::                Have you found a bug?
4541 * Bug Reporting::               How to report bugs
4542 @end menu
4543
4544 @node Bug Criteria
4545 @section Have You Found a Bug?
4546 @cindex bug criteria
4547
4548 If you are not sure whether you have found a bug, here are some guidelines:
4549
4550 @itemize @bullet
4551 @cindex fatal signal
4552 @cindex crash
4553 @item
4554 If a binary utility gets a fatal signal, for any input whatever, that is
4555 a bug.  Reliable utilities never crash.
4556
4557 @cindex error on valid input
4558 @item
4559 If a binary utility produces an error message for valid input, that is a
4560 bug.
4561
4562 @item
4563 If you are an experienced user of binary utilities, your suggestions for
4564 improvement are welcome in any case.
4565 @end itemize
4566
4567 @node Bug Reporting
4568 @section How to Report Bugs
4569 @cindex bug reports
4570 @cindex bugs, reporting
4571
4572 A number of companies and individuals offer support for @sc{gnu}
4573 products.  If you obtained the binary utilities from a support
4574 organization, we recommend you contact that organization first.
4575
4576 You can find contact information for many support companies and
4577 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
4578 distribution.
4579
4580 @ifset BUGURL
4581 In any event, we also recommend that you send bug reports for the binary
4582 utilities to @value{BUGURL}.
4583 @end ifset
4584
4585 The fundamental principle of reporting bugs usefully is this:
4586 @strong{report all the facts}.  If you are not sure whether to state a
4587 fact or leave it out, state it!
4588
4589 Often people omit facts because they think they know what causes the
4590 problem and assume that some details do not matter.  Thus, you might
4591 assume that the name of a file you use in an example does not matter.
4592 Well, probably it does not, but one cannot be sure.  Perhaps the bug is
4593 a stray memory reference which happens to fetch from the location where
4594 that pathname is stored in memory; perhaps, if the pathname were
4595 different, the contents of that location would fool the utility into
4596 doing the right thing despite the bug.  Play it safe and give a
4597 specific, complete example.  That is the easiest thing for you to do,
4598 and the most helpful.
4599
4600 Keep in mind that the purpose of a bug report is to enable us to fix the bug if
4601 it is new to us.  Therefore, always write your bug reports on the assumption
4602 that the bug has not been reported previously.
4603
4604 Sometimes people give a few sketchy facts and ask, ``Does this ring a
4605 bell?''  This cannot help us fix a bug, so it is basically useless.  We
4606 respond by asking for enough details to enable us to investigate.
4607 You might as well expedite matters by sending them to begin with.
4608
4609 To enable us to fix the bug, you should include all these things:
4610
4611 @itemize @bullet
4612 @item
4613 The version of the utility.  Each utility announces it if you start it
4614 with the @option{--version} argument.
4615
4616 Without this, we will not know whether there is any point in looking for
4617 the bug in the current version of the binary utilities.
4618
4619 @item
4620 Any patches you may have applied to the source, including any patches
4621 made to the @code{BFD} library.
4622
4623 @item
4624 The type of machine you are using, and the operating system name and
4625 version number.
4626
4627 @item
4628 What compiler (and its version) was used to compile the utilities---e.g.
4629 ``@code{gcc-2.7}''.
4630
4631 @item
4632 The command arguments you gave the utility to observe the bug.  To
4633 guarantee you will not omit something important, list them all.  A copy
4634 of the Makefile (or the output from make) is sufficient.
4635
4636 If we were to try to guess the arguments, we would probably guess wrong
4637 and then we might not encounter the bug.
4638
4639 @item
4640 A complete input file, or set of input files, that will reproduce the
4641 bug.  If the utility is reading an object file or files, then it is
4642 generally most helpful to send the actual object files.
4643
4644 If the source files were produced exclusively using @sc{gnu} programs
4645 (e.g., @command{gcc}, @command{gas}, and/or the @sc{gnu} @command{ld}), then it
4646 may be OK to send the source files rather than the object files.  In
4647 this case, be sure to say exactly what version of @command{gcc}, or
4648 whatever, was used to produce the object files.  Also say how
4649 @command{gcc}, or whatever, was configured.
4650
4651 @item
4652 A description of what behavior you observe that you believe is
4653 incorrect.  For example, ``It gets a fatal signal.''
4654
4655 Of course, if the bug is that the utility gets a fatal signal, then we
4656 will certainly notice it.  But if the bug is incorrect output, we might
4657 not notice unless it is glaringly wrong.  You might as well not give us
4658 a chance to make a mistake.
4659
4660 Even if the problem you experience is a fatal signal, you should still
4661 say so explicitly.  Suppose something strange is going on, such as your
4662 copy of the utility is out of sync, or you have encountered a bug in
4663 the C library on your system.  (This has happened!)  Your copy might
4664 crash and ours would not.  If you told us to expect a crash, then when
4665 ours fails to crash, we would know that the bug was not happening for
4666 us.  If you had not told us to expect a crash, then we would not be able
4667 to draw any conclusion from our observations.
4668
4669 @item
4670 If you wish to suggest changes to the source, send us context diffs, as
4671 generated by @command{diff} with the @option{-u}, @option{-c}, or @option{-p}
4672 option.  Always send diffs from the old file to the new file.  If you
4673 wish to discuss something in the @command{ld} source, refer to it by
4674 context, not by line number.
4675
4676 The line numbers in our development sources will not match those in your
4677 sources.  Your line numbers would convey no useful information to us.
4678 @end itemize
4679
4680 Here are some things that are not necessary:
4681
4682 @itemize @bullet
4683 @item
4684 A description of the envelope of the bug.
4685
4686 Often people who encounter a bug spend a lot of time investigating
4687 which changes to the input file will make the bug go away and which
4688 changes will not affect it.
4689
4690 This is often time consuming and not very useful, because the way we
4691 will find the bug is by running a single example under the debugger
4692 with breakpoints, not by pure deduction from a series of examples.
4693 We recommend that you save your time for something else.
4694
4695 Of course, if you can find a simpler example to report @emph{instead}
4696 of the original one, that is a convenience for us.  Errors in the
4697 output will be easier to spot, running under the debugger will take
4698 less time, and so on.
4699
4700 However, simplification is not vital; if you do not want to do this,
4701 report the bug anyway and send us the entire test case you used.
4702
4703 @item
4704 A patch for the bug.
4705
4706 A patch for the bug does help us if it is a good one.  But do not omit
4707 the necessary information, such as the test case, on the assumption that
4708 a patch is all we need.  We might see problems with your patch and decide
4709 to fix the problem another way, or we might not understand it at all.
4710
4711 Sometimes with programs as complicated as the binary utilities it is
4712 very hard to construct an example that will make the program follow a
4713 certain path through the code.  If you do not send us the example, we
4714 will not be able to construct one, so we will not be able to verify that
4715 the bug is fixed.
4716
4717 And if we cannot understand what bug you are trying to fix, or why your
4718 patch should be an improvement, we will not install it.  A test case will
4719 help us to understand.
4720
4721 @item
4722 A guess about what the bug is or what it depends on.
4723
4724 Such guesses are usually wrong.  Even we cannot guess right about such
4725 things without first using the debugger to find the facts.
4726 @end itemize
4727
4728 @node GNU Free Documentation License
4729 @appendix GNU Free Documentation License
4730
4731 @include fdl.texi
4732
4733 @node Binutils Index
4734 @unnumbered Binutils Index
4735
4736 @printindex cp
4737
4738 @bye