OSDN Git Service

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