Add new command line option '--encoding' to strings
[binutils.git] / binutils / doc / binutils.texi
blob6b6f19ef645edfb4e9f1a339e3de16a800681479
1 \input texinfo       @c                    -*- Texinfo -*-
2 @setfilename binutils.info
3 @c Copyright 2001 Free Software Foundation, Inc.
5 @include config.texi
7 @ifinfo
8 @format
9 START-INFO-DIR-ENTRY
10 * Binutils: (binutils).         The GNU binary utilities.
11 * ar: (binutils)ar.               Create, modify, and extract from archives
12 * nm: (binutils)nm.               List symbols from object files
13 * objcopy: (binutils)objcopy.     Copy and translate object files
14 * objdump: (binutils)objdump.     Display information from object files
15 * ranlib: (binutils)ranlib.       Generate index to archive contents
16 * readelf: (binutils)readelf.     Display the contents of ELF format files.
17 * size: (binutils)size.           List section sizes and total size
18 * strings: (binutils)strings.     List printable strings from files
19 * strip: (binutils)strip.         Discard symbols
20 * c++filt: (binutils)c++filt.     Filter to demangle encoded C++ symbols
21 * cxxfilt: (binutils)c++filt.     MS-DOS name for c++filt
22 * addr2line: (binutils)addr2line. Convert addresses to file and line
23 * nlmconv: (binutils)nlmconv.     Converts object code into an NLM
24 * windres: (binutils)windres.     Manipulate Windows resources
25 * dlltool: (binutils)dlltool.     Create files needed to build and use DLLs
26 END-INFO-DIR-ENTRY
27 @end format
28 @end ifinfo
30 @ifinfo
31 @c man begin COPYRIGHT
32 Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001 Free Software Foundation, Inc.
34 Permission is granted to copy, distribute and/or modify this document
35 under the terms of the GNU Free Documentation License, Version 1.1
36 or any later version published by the Free Software Foundation;
37 with no Invariant Sections, with no Front-Cover Texts, and with no
38 Back-Cover Texts.  A copy of the license is included in the
39 section entitled "GNU Free Documentation License".
41 @c man end
42 @ignore
43 Permission is granted to process this file through TeX and print the
44 results, provided the printed document carries a copying permission
45 notice identical to this one except for the removal of this paragraph
46 (this paragraph not being relevant to the printed manual).
48 @end ignore
49 @end ifinfo
51 @synindex ky cp
53 @c This file documents the GNU binary utilities "ar", "ld", "objcopy",
54 @c  "objdump", "nm", "size", "strings", "strip", "readelf" and "ranlib".
56 @c Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001 Free Software Foundation, Inc.
57 @c 
58 @c This text may be freely distributed under the terms of the GNU
59 @c Free Documentation License.
62 @setchapternewpage odd
63 @settitle @sc{gnu} Binary Utilities
64 @titlepage
65 @finalout
66 @title The @sc{gnu} Binary Utilities
67 @subtitle Version @value{VERSION}
68 @sp 1
69 @subtitle May 1993
70 @author Roland H. Pesch
71 @author Jeffrey M. Osier
72 @author Cygnus Support
73 @page
75 @tex
76 {\parskip=0pt \hfill Cygnus Support\par \hfill
77 \TeX{}info \texinfoversion\par }
78 @end tex
80 @vskip 0pt plus 1filll
81 Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 1998, 2000, 2001 Free Software Foundation, Inc.
83       Permission is granted to copy, distribute and/or modify this document
84       under the terms of the GNU Free Documentation License, Version 1.1
85       or any later version published by the Free Software Foundation;
86       with no Invariant Sections, with no Front-Cover Texts, and with no
87       Back-Cover Texts.  A copy of the license is included in the
88       section entitled "GNU Free Documentation License".
90 @end titlepage
92 @node Top
93 @top Introduction
95 @cindex version
96 This brief manual contains preliminary documentation for the @sc{gnu} binary
97 utilities (collectively version @value{VERSION}): 
99 @iftex
100 @table @code
101 @item ar
102 Create, modify, and extract from archives
104 @item nm
105 List symbols from object files
107 @item objcopy
108 Copy and translate object files
110 @item objdump
111 Display information from object files
113 @item ranlib
114 Generate index to archive contents
116 @item readelf
117 Display the contents of ELF format files.
119 @item size
120 List file section sizes and total size
122 @item strings
123 List printable strings from files
125 @item strip
126 Discard symbols
128 @item c++filt
129 Demangle encoded C++ symbols (on MS-DOS, this program is named
130 @code{cxxfilt})
132 @item addr2line
133 Convert addresses into file names and line numbers
135 @item nlmconv
136 Convert object code into a Netware Loadable Module
138 @item windres
139 Manipulate Windows resources
141 @item dlltool
142 Create the files needed to build and use Dynamic Link Libraries
143 @end table
144 @end iftex
146 This document is distributed under the terms of the GNU Free
147 Documentation License.  A copy of the license is included in the
148 section entitled "GNU Free Documentation License".
150 @menu
151 * ar::                          Create, modify, and extract from archives
152 * nm::                          List symbols from object files
153 * objcopy::                     Copy and translate object files
154 * objdump::                     Display information from object files
155 * ranlib::                      Generate index to archive contents
156 * readelf::                     Display the contents of ELF format files.
157 * size::                        List section sizes and total size
158 * strings::                     List printable strings from files
159 * strip::                       Discard symbols
160 * c++filt::                     Filter to demangle encoded C++ symbols
161 * cxxfilt: c++filt.             MS-DOS name for c++filt
162 * addr2line::                   Convert addresses to file and line
163 * nlmconv::                     Converts object code into an NLM
164 * windres::                     Manipulate Windows resources
165 * dlltool::                     Create files needed to build and use DLLs
166 * Selecting The Target System:: How these utilities determine the target.
167 * Reporting Bugs::              Reporting Bugs
168 * GNU Free Documentation License::  GNU Free Documentation License
169 * Index::                       Index
170 @end menu
172 @node ar
173 @chapter ar
175 @kindex ar
176 @cindex archives
177 @cindex collections of files
179 @c man title ar create, modify, and extract from archives
181 @smallexample
182 ar [-]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] @var{archive} [@var{member}@dots{}]
183 ar -M [ <mri-script ]
184 @end smallexample
186 @c man begin DESCRIPTION ar
188 The @sc{gnu} @command{ar} program creates, modifies, and extracts from
189 archives.  An @dfn{archive} is a single file holding a collection of
190 other files in a structure that makes it possible to retrieve
191 the original individual files (called @dfn{members} of the archive).
193 The original files' contents, mode (permissions), timestamp, owner, and
194 group are preserved in the archive, and can be restored on
195 extraction.  
197 @cindex name length
198 @sc{gnu} @command{ar} can maintain archives whose members have names of any
199 length; however, depending on how @command{ar} is configured on your
200 system, a limit on member-name length may be imposed for compatibility
201 with archive formats maintained with other tools.  If it exists, the
202 limit is often 15 characters (typical of formats related to a.out) or 16
203 characters (typical of formats related to coff).
205 @cindex libraries
206 @command{ar} is considered a binary utility because archives of this sort
207 are most often used as @dfn{libraries} holding commonly needed
208 subroutines.
210 @cindex symbol index
211 @command{ar} creates an index to the symbols defined in relocatable
212 object modules in the archive when you specify the modifier @samp{s}.
213 Once created, this index is updated in the archive whenever @command{ar}
214 makes a change to its contents (save for the @samp{q} update operation).
215 An archive with such an index speeds up linking to the library, and
216 allows routines in the library to call each other without regard to
217 their placement in the archive.
219 You may use @samp{nm -s} or @samp{nm --print-armap} to list this index
220 table.  If an archive lacks the table, another form of @command{ar} called
221 @command{ranlib} can be used to add just the table.
223 @cindex compatibility, @command{ar}
224 @cindex @command{ar} compatibility
225 @sc{gnu} @command{ar} is designed to be compatible with two different
226 facilities.  You can control its activity using command-line options,
227 like the different varieties of @command{ar} on Unix systems; or, if you
228 specify the single command-line option @option{-M}, you can control it
229 with a script supplied via standard input, like the MRI ``librarian''
230 program.
232 @c man end
234 @menu
235 * ar cmdline::                  Controlling @command{ar} on the command line
236 * ar scripts::                  Controlling @command{ar} with a script
237 @end menu
239 @page
240 @node ar cmdline
241 @section Controlling @command{ar} on the command line
243 @smallexample
244 @c man begin SYNOPSIS ar
245 ar [@option{-X32_64}] [@option{-}]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] @var{archive} [@var{member}@dots{}]
246 @c man end
247 @end smallexample
249 @cindex Unix compatibility, @command{ar}
250 When you use @command{ar} in the Unix style, @command{ar} insists on at least two
251 arguments to execute: one keyletter specifying the @emph{operation}
252 (optionally accompanied by other keyletters specifying
253 @emph{modifiers}), and the archive name to act on.
255 Most operations can also accept further @var{member} arguments,
256 specifying particular files to operate on.
258 @c man begin OPTIONS ar
260 @sc{gnu} @command{ar} allows you to mix the operation code @var{p} and modifier
261 flags @var{mod} in any order, within the first command-line argument.
263 If you wish, you may begin the first command-line argument with a
264 dash.
266 @cindex operations on archive
267 The @var{p} keyletter specifies what operation to execute; it may be
268 any of the following, but you must specify only one of them:
270 @table @samp
271 @item d
272 @cindex deleting from archive
273 @emph{Delete} modules from the archive.  Specify the names of modules to
274 be deleted as @var{member}@dots{}; the archive is untouched if you
275 specify no files to delete.
277 If you specify the @samp{v} modifier, @command{ar} lists each module
278 as it is deleted.
280 @item m
281 @cindex moving in archive
282 Use this operation to @emph{move} members in an archive.
284 The ordering of members in an archive can make a difference in how
285 programs are linked using the library, if a symbol is defined in more
286 than one member.  
288 If no modifiers are used with @code{m}, any members you name in the
289 @var{member} arguments are moved to the @emph{end} of the archive;
290 you can use the @samp{a}, @samp{b}, or @samp{i} modifiers to move them to a
291 specified place instead.
293 @item p
294 @cindex printing from archive
295 @emph{Print} the specified members of the archive, to the standard
296 output file.  If the @samp{v} modifier is specified, show the member
297 name before copying its contents to standard output.
299 If you specify no @var{member} arguments, all the files in the archive are
300 printed.
302 @item q
303 @cindex quick append to archive
304 @emph{Quick append}; Historically, add the files @var{member}@dots{} to the end of
305 @var{archive}, without checking for replacement.
307 The modifiers @samp{a}, @samp{b}, and @samp{i} do @emph{not} affect this
308 operation; new members are always placed at the end of the archive.
310 The modifier @samp{v} makes @command{ar} list each file as it is appended.
312 Since the point of this operation is speed, the archive's symbol table
313 index is not updated, even if it already existed; you can use @samp{ar s} or
314 @command{ranlib} explicitly to update the symbol table index.
316 However, too many different systems assume quick append rebuilds the
317 index, so GNU ar implements @code{q} as a synonym for @code{r}.
319 @item r
320 @cindex replacement in archive
321 Insert the files @var{member}@dots{} into @var{archive} (with
322 @emph{replacement}). This operation differs from @samp{q} in that any
323 previously existing members are deleted if their names match those being
324 added.
326 If one of the files named in @var{member}@dots{} does not exist, @command{ar}
327 displays an error message, and leaves undisturbed any existing members
328 of the archive matching that name.
330 By default, new members are added at the end of the file; but you may
331 use one of the modifiers @samp{a}, @samp{b}, or @samp{i} to request
332 placement relative to some existing member.
334 The modifier @samp{v} used with this operation elicits a line of
335 output for each file inserted, along with one of the letters @samp{a} or
336 @samp{r} to indicate whether the file was appended (no old member
337 deleted) or replaced.
339 @item t
340 @cindex contents of archive
341 Display a @emph{table} listing the contents of @var{archive}, or those
342 of the files listed in @var{member}@dots{} that are present in the
343 archive.  Normally only the member name is shown; if you also want to
344 see the modes (permissions), timestamp, owner, group, and size, you can
345 request that by also specifying the @samp{v} modifier.
347 If you do not specify a @var{member}, all files in the archive
348 are listed.
350 @cindex repeated names in archive
351 @cindex name duplication in archive
352 If there is more than one file with the same name (say, @samp{fie}) in
353 an archive (say @samp{b.a}), @samp{ar t b.a fie} lists only the
354 first instance; to see them all, you must ask for a complete
355 listing---in our example, @samp{ar t b.a}.
356 @c WRS only; per Gumby, this is implementation-dependent, and in a more
357 @c recent case in fact works the other way.
359 @item x
360 @cindex extract from archive
361 @emph{Extract} members (named @var{member}) from the archive.  You can
362 use the @samp{v} modifier with this operation, to request that
363 @command{ar} list each name as it extracts it.
365 If you do not specify a @var{member}, all files in the archive
366 are extracted.
368 @end table
370 A number of modifiers (@var{mod}) may immediately follow the @var{p}
371 keyletter, to specify variations on an operation's behavior:
373 @table @samp
374 @item a
375 @cindex relative placement in archive
376 Add new files @emph{after} an existing member of the
377 archive.  If you use the modifier @samp{a}, the name of an existing archive
378 member must be present as the @var{relpos} argument, before the
379 @var{archive} specification.
381 @item b
382 Add new files @emph{before} an existing member of the
383 archive.  If you use the modifier @samp{b}, the name of an existing archive
384 member must be present as the @var{relpos} argument, before the
385 @var{archive} specification.  (same as @samp{i}).
387 @item c
388 @cindex creating archives
389 @emph{Create} the archive.  The specified @var{archive} is always
390 created if it did not exist, when you request an update.  But a warning is
391 issued unless you specify in advance that you expect to create it, by
392 using this modifier.
394 @item f
395 Truncate names in the archive.  @sc{gnu} @command{ar} will normally permit file
396 names of any length.  This will cause it to create archives which are
397 not compatible with the native @command{ar} program on some systems.  If
398 this is a concern, the @samp{f} modifier may be used to truncate file
399 names when putting them in the archive.
401 @item i
402 Insert new files @emph{before} an existing member of the
403 archive.  If you use the modifier @samp{i}, the name of an existing archive
404 member must be present as the @var{relpos} argument, before the
405 @var{archive} specification.  (same as @samp{b}).
407 @item l
408 This modifier is accepted but not used.
409 @c whaffor ar l modifier??? presumably compat; with
410 @c what???---doc@@cygnus.com, 25jan91 
412 @item N
413 Uses the @var{count} parameter.  This is used if there are multiple
414 entries in the archive with the same name.  Extract or delete instance
415 @var{count} of the given name from the archive.
417 @item o
418 @cindex dates in archive
419 Preserve the @emph{original} dates of members when extracting them.  If
420 you do not specify this modifier, files extracted from the archive
421 are stamped with the time of extraction.
423 @item P
424 Use the full path name when matching names in the archive.  @sc{gnu}
425 @command{ar} can not create an archive with a full path name (such archives
426 are not POSIX complaint), but other archive creators can.  This option
427 will cause @sc{gnu} @command{ar} to match file names using a complete path
428 name, which can be convenient when extracting a single file from an
429 archive created by another tool.
431 @item s
432 @cindex writing archive index
433 Write an object-file index into the archive, or update an existing one,
434 even if no other change is made to the archive.  You may use this modifier
435 flag either with any operation, or alone.  Running @samp{ar s} on an
436 archive is equivalent to running @samp{ranlib} on it.
438 @item S
439 @cindex not writing archive index
440 Do not generate an archive symbol table.  This can speed up building a
441 large library in several steps.  The resulting archive can not be used
442 with the linker.  In order to build a symbol table, you must omit the
443 @samp{S} modifier on the last execution of @samp{ar}, or you must run
444 @samp{ranlib} on the archive.
446 @item u
447 @cindex updating an archive
448 Normally, @samp{ar r}@dots{} inserts all files
449 listed into the archive.  If you would like to insert @emph{only} those
450 of the files you list that are newer than existing members of the same
451 names, use this modifier.  The @samp{u} modifier is allowed only for the
452 operation @samp{r} (replace).  In particular, the combination @samp{qu} is
453 not allowed, since checking the timestamps would lose any speed
454 advantage from the operation @samp{q}.
456 @item v
457 This modifier requests the @emph{verbose} version of an operation.  Many
458 operations display additional information, such as filenames processed,
459 when the modifier @samp{v} is appended.
461 @item V
462 This modifier shows the version number of @command{ar}.
463 @end table
465 @command{ar} ignores an initial option spelt @samp{-X32_64}, for
466 compatibility with AIX.  The behaviour produced by this option is the
467 default for GNU @command{ar}.  @command{ar} does not support any of the other
468 @samp{-X} options; in particular, it does not support @option{-X32}
469 which is the default for AIX @command{ar}.
471 @c man end
473 @ignore
474 @c man begin SEEALSO ar
475 nm(1), ranlib(1), and the Info entries for @file{binutils}.
476 @c man end
477 @end ignore
479 @node ar scripts
480 @section Controlling @command{ar} with a script
482 @smallexample
483 ar -M [ <@var{script} ]
484 @end smallexample
486 @cindex MRI compatibility, @command{ar}
487 @cindex scripts, @command{ar}
488 If you use the single command-line option @samp{-M} with @command{ar}, you
489 can control its operation with a rudimentary command language.  This
490 form of @command{ar} operates interactively if standard input is coming
491 directly from a terminal.  During interactive use, @command{ar} prompts for
492 input (the prompt is @samp{AR >}), and continues executing even after
493 errors.  If you redirect standard input to a script file, no prompts are
494 issued, and @command{ar} abandons execution (with a nonzero exit code)
495 on any error.
497 The @command{ar} command language is @emph{not} designed to be equivalent
498 to the command-line options; in fact, it provides somewhat less control
499 over archives.  The only purpose of the command language is to ease the
500 transition to @sc{gnu} @command{ar} for developers who already have scripts
501 written for the MRI ``librarian'' program.
503 The syntax for the @command{ar} command language is straightforward:
504 @itemize @bullet
505 @item
506 commands are recognized in upper or lower case; for example, @code{LIST}
507 is the same as @code{list}.  In the following descriptions, commands are
508 shown in upper case for clarity.
510 @item
511 a single command may appear on each line; it is the first word on the
512 line.
514 @item
515 empty lines are allowed, and have no effect.
517 @item
518 comments are allowed; text after either of the characters @samp{*}
519 or @samp{;} is ignored.
521 @item
522 Whenever you use a list of names as part of the argument to an @command{ar}
523 command, you can separate the individual names with either commas or
524 blanks.  Commas are shown in the explanations below, for clarity.
526 @item
527 @samp{+} is used as a line continuation character; if @samp{+} appears
528 at the end of a line, the text on the following line is considered part
529 of the current command.
530 @end itemize
532 Here are the commands you can use in @command{ar} scripts, or when using
533 @command{ar} interactively.  Three of them have special significance:
535 @code{OPEN} or @code{CREATE} specify a @dfn{current archive}, which is
536 a temporary file required for most of the other commands.
538 @code{SAVE} commits the changes so far specified by the script.  Prior
539 to @code{SAVE}, commands affect only the temporary copy of the current
540 archive.
542 @table @code
543 @item ADDLIB @var{archive} 
544 @itemx ADDLIB @var{archive} (@var{module}, @var{module}, @dots{} @var{module})
545 Add all the contents of @var{archive} (or, if specified, each named
546 @var{module} from @var{archive}) to the current archive.
548 Requires prior use of @code{OPEN} or @code{CREATE}.
550 @item ADDMOD @var{member}, @var{member}, @dots{} @var{member}
551 @c FIXME! w/Replacement??  If so, like "ar r @var{archive} @var{names}"
552 @c        else like "ar q..."
553 Add each named @var{member} as a module in the current archive.
555 Requires prior use of @code{OPEN} or @code{CREATE}.
557 @item CLEAR
558 Discard the contents of the current archive, canceling the effect of
559 any operations since the last @code{SAVE}.  May be executed (with no
560 effect) even if  no current archive is specified.
562 @item CREATE @var{archive}
563 Creates an archive, and makes it the current archive (required for many
564 other commands).  The new archive is created with a temporary name; it
565 is not actually saved as @var{archive} until you use @code{SAVE}.
566 You can overwrite existing archives; similarly, the contents of any
567 existing file named @var{archive} will not be destroyed until @code{SAVE}.
569 @item DELETE @var{module}, @var{module}, @dots{} @var{module}
570 Delete each listed @var{module} from the current archive; equivalent to
571 @samp{ar -d @var{archive} @var{module} @dots{} @var{module}}.
573 Requires prior use of @code{OPEN} or @code{CREATE}.
575 @item DIRECTORY @var{archive} (@var{module}, @dots{} @var{module})
576 @itemx DIRECTORY @var{archive} (@var{module}, @dots{} @var{module}) @var{outputfile}
577 List each named @var{module} present in @var{archive}.  The separate
578 command @code{VERBOSE} specifies the form of the output: when verbose
579 output is off, output is like that of @samp{ar -t @var{archive}
580 @var{module}@dots{}}.  When verbose output is on, the listing is like
581 @samp{ar -tv @var{archive} @var{module}@dots{}}.
583 Output normally goes to the standard output stream; however, if you
584 specify @var{outputfile} as a final argument, @command{ar} directs the
585 output to that file.
587 @item END
588 Exit from @command{ar}, with a @code{0} exit code to indicate successful
589 completion.  This command does not save the output file; if you have
590 changed the current archive since the last @code{SAVE} command, those
591 changes are lost.
593 @item EXTRACT @var{module}, @var{module}, @dots{} @var{module}
594 Extract each named @var{module} from the current archive, writing them
595 into the current directory as separate files.  Equivalent to @samp{ar -x
596 @var{archive} @var{module}@dots{}}.
598 Requires prior use of @code{OPEN} or @code{CREATE}.
600 @ignore
601 @c FIXME Tokens but no commands???
602 @item FULLDIR
604 @item HELP
605 @end ignore
607 @item LIST
608 Display full contents of the current archive, in ``verbose'' style
609 regardless of the state of @code{VERBOSE}.  The effect is like @samp{ar
610 tv @var{archive}}.  (This single command is a @sc{gnu} @command{ar}
611 enhancement, rather than present for MRI compatibility.)
613 Requires prior use of @code{OPEN} or @code{CREATE}.
615 @item OPEN @var{archive}
616 Opens an existing archive for use as the current archive (required for
617 many other commands).  Any changes as the result of subsequent commands
618 will not actually affect @var{archive} until you next use @code{SAVE}.
620 @item REPLACE @var{module}, @var{module}, @dots{} @var{module}
621 In the current archive, replace each existing @var{module} (named in
622 the @code{REPLACE} arguments) from files in the current working directory.
623 To execute this command without errors, both the file, and the module in
624 the current archive, must exist. 
626 Requires prior use of @code{OPEN} or @code{CREATE}.
628 @item VERBOSE
629 Toggle an internal flag governing the output from @code{DIRECTORY}.
630 When the flag is on, @code{DIRECTORY} output matches output from
631 @samp{ar -tv }@dots{}.
633 @item SAVE
634 Commit your changes to the current archive, and actually save it as a
635 file with the name specified in the last @code{CREATE} or @code{OPEN}
636 command. 
638 Requires prior use of @code{OPEN} or @code{CREATE}.
640 @end table
642 @iftex
643 @node ld
644 @chapter ld
645 @cindex linker
646 @kindex ld
647 The @sc{gnu} linker @command{ld} is now described in a separate manual.
648 @xref{Top,, Overview,, Using LD: the @sc{gnu} linker}.
649 @end iftex
651 @node nm
652 @chapter nm
653 @cindex symbols
654 @kindex nm
656 @c man title nm list symbols from object files
658 @smallexample
659 @c man begin SYNOPSIS nm
660 nm [@option{-a}|@option{--debug-syms}] [@option{-g}|@option{--extern-only}]
661    [@option{-B}] [@option{-C}|@option{--demangle}[=@var{style}]] [@option{-D}|@option{--dynamic}]
662    [@option{-s}|@option{--print-armap}] [@option{-A}|@option{-o}|@option{--print-file-name}]
663    [@option{-n}|@option{-v}|@option{--numeric-sort}] [@option{-p}|@option{--no-sort}]
664    [@option{-r}|@option{--reverse-sort}] [@option{--size-sort}] [@option{-u}|@option{--undefined-only}]
665    [@option{-t} @var{radix}|@option{--radix=}@var{radix}] [@option{-P}|@option{--portability}]
666    [@option{--target=}@var{bfdname}] [@option{-f}@var{format}|@option{--format=}@var{format}]
667    [@option{--defined-only}] [@option{-l}|@option{--line-numbers}] [@option{--no-demangle}]
668    [@option{-V}|@option{--version}] [@option{-X 32_64}] [@option{--help}]  [@var{objfile}@dots{}]
669 @c man end
670 @end smallexample
672 @c man begin DESCRIPTION nm
673 @sc{gnu} @command{nm} lists the symbols from object files @var{objfile}@dots{}.
674 If no object files are listed as arguments, @command{nm} assumes the file
675 @file{a.out}.
677 For each symbol, @command{nm} shows:
679 @itemize @bullet
680 @item
681 The symbol value, in the radix selected by options (see below), or
682 hexadecimal by default.
684 @item
685 The symbol type.  At least the following types are used; others are, as
686 well, depending on the object file format.  If lowercase, the symbol is
687 local; if uppercase, the symbol is global (external).
689 @c Some more detail on exactly what these symbol types are used for
690 @c would be nice.
691 @table @code
692 @item A
693 The symbol's value is absolute, and will not be changed by further
694 linking.
696 @item B
697 The symbol is in the uninitialized data section (known as BSS).
699 @item C
700 The symbol is common.  Common symbols are uninitialized data.  When
701 linking, multiple common symbols may appear with the same name.  If the
702 symbol is defined anywhere, the common symbols are treated as undefined
703 references.
704 @ifclear man
705 For more details on common symbols, see the discussion of
706 --warn-common in @ref{Options,,Linker options,ld.info,The GNU linker}.
707 @end ifclear
709 @item D
710 The symbol is in the initialized data section.
712 @item G
713 The symbol is in an initialized data section for small objects.  Some
714 object file formats permit more efficient access to small data objects,
715 such as a global int variable as opposed to a large global array.
717 @item I
718 The symbol is an indirect reference to another symbol.  This is a GNU
719 extension to the a.out object file format which is rarely used.
721 @item N
722 The symbol is a debugging symbol.
724 @item R
725 The symbol is in a read only data section.
727 @item S
728 The symbol is in an uninitialized data section for small objects.
730 @item T
731 The symbol is in the text (code) section.
733 @item U
734 The symbol is undefined.
736 @item V
737 The symbol is a weak object.  When a weak defined symbol is linked with
738 a normal defined symbol, the normal defined symbol is used with no error.
739 When a weak undefined symbol is linked and the symbol is not defined,
740 the value of the weak symbol becomes zero with no error.
742 @item W
743 The symbol is a weak symbol that has not been specifically tagged as a
744 weak object symbol.  When a weak defined symbol is linked with a normal
745 defined symbol, the normal defined symbol is used with no error.
746 When a weak undefined symbol is linked and the symbol is not defined,
747 the value of the weak symbol becomes zero with no error.
749 @item -
750 The symbol is a stabs symbol in an a.out object file.  In this case, the
751 next values printed are the stabs other field, the stabs desc field, and
752 the stab type.  Stabs symbols are used to hold debugging information.
753 @ifclear man
754 For more information, see @ref{Top,Stabs,Stabs Overview,stabs.info, The
755 ``stabs'' debug format}.
756 @end ifclear
758 @item ?
759 The symbol type is unknown, or object file format specific.
760 @end table
762 @item
763 The symbol name.
764 @end itemize
766 @c man end
768 @c man begin OPTIONS nm
769 The long and short forms of options, shown here as alternatives, are
770 equivalent.
772 @table @env
773 @item -A
774 @itemx -o
775 @itemx --print-file-name 
776 @cindex input file name
777 @cindex file name
778 @cindex source file name
779 Precede each symbol by the name of the input file (or archive member)
780 in which it was found, rather than identifying the input file once only,
781 before all of its symbols.
783 @item -a
784 @itemx --debug-syms 
785 @cindex debugging symbols
786 Display all symbols, even debugger-only symbols; normally these are not
787 listed.
789 @item -B
790 @cindex @command{nm} format
791 @cindex @command{nm} compatibility
792 The same as @option{--format=bsd} (for compatibility with the MIPS @command{nm}).
794 @item -C
795 @itemx --demangle[=@var{style}]
796 @cindex demangling in nm
797 Decode (@dfn{demangle}) low-level symbol names into user-level names.
798 Besides removing any initial underscore prepended by the system, this
799 makes C++ function names readable. Different compilers have different
800 mangling styles. The optional demangling style argument can be used to 
801 choose an appropriate demangling style for your compiler. @xref{c++filt}, 
802 for more information on demangling.
804 @item --no-demangle
805 Do not demangle low-level symbol names.  This is the default.
807 @item -D
808 @itemx --dynamic
809 @cindex dynamic symbols
810 Display the dynamic symbols rather than the normal symbols.  This is
811 only meaningful for dynamic objects, such as certain types of shared
812 libraries.
814 @item -f @var{format}
815 @itemx --format=@var{format}
816 @cindex @command{nm} format
817 @cindex @command{nm} compatibility
818 Use the output format @var{format}, which can be @code{bsd},
819 @code{sysv}, or @code{posix}.  The default is @code{bsd}.
820 Only the first character of @var{format} is significant; it can be
821 either upper or lower case.
823 @item -g
824 @itemx --extern-only 
825 @cindex external symbols
826 Display only external symbols.
828 @item -l
829 @itemx --line-numbers
830 @cindex symbol line numbers
831 For each symbol, use debugging information to try to find a filename and
832 line number.  For a defined symbol, look for the line number of the
833 address of the symbol.  For an undefined symbol, look for the line
834 number of a relocation entry which refers to the symbol.  If line number
835 information can be found, print it after the other symbol information.
837 @item -n
838 @itemx -v
839 @itemx --numeric-sort 
840 Sort symbols numerically by their addresses, rather than alphabetically
841 by their names. 
843 @item -p
844 @itemx --no-sort 
845 @cindex sorting symbols
846 Do not bother to sort the symbols in any order; print them in the order
847 encountered.
849 @item -P
850 @itemx --portability
851 Use the POSIX.2 standard output format instead of the default format.
852 Equivalent to @samp{-f posix}.
854 @item -s
855 @itemx --print-armap
856 @cindex symbol index, listing
857 When listing symbols from archive members, include the index: a mapping
858 (stored in the archive by @command{ar} or @command{ranlib}) of which modules
859 contain definitions for which names.
861 @item -r
862 @itemx --reverse-sort 
863 Reverse the order of the sort (whether numeric or alphabetic); let the
864 last come first.
866 @item --size-sort
867 Sort symbols by size.  The size is computed as the difference between
868 the value of the symbol and the value of the symbol with the next higher
869 value.  The size of the symbol is printed, rather than the value.
871 @item -t @var{radix}
872 @itemx --radix=@var{radix}
873 Use @var{radix} as the radix for printing the symbol values.  It must be
874 @samp{d} for decimal, @samp{o} for octal, or @samp{x} for hexadecimal.
876 @item --target=@var{bfdname}
877 @cindex object code format
878 Specify an object code format other than your system's default format.
879 @xref{Target Selection}, for more information.
881 @item -u
882 @itemx --undefined-only 
883 @cindex external symbols
884 @cindex undefined symbols
885 Display only undefined symbols (those external to each object file).
887 @item --defined-only
888 @cindex external symbols
889 @cindex undefined symbols
890 Display only defined symbols for each object file.
892 @item -V
893 @itemx --version
894 Show the version number of @command{nm} and exit.
896 @item -X
897 This option is ignored for compatibility with the AIX version of
898 @command{nm}.  It takes one parameter which must be the string
899 @option{32_64}.  The default mode of AIX @command{nm} corresponds
900 to @option{-X 32}, which is not supported by @sc{gnu} @command{nm}.
902 @item --help
903 Show a summary of the options to @command{nm} and exit.
904 @end table
906 @c man end
908 @ignore
909 @c man begin SEEALSO nm
910 ar(1), objdump(1), ranlib(1), and the Info entries for @file{binutils}.
911 @c man end
912 @end ignore
914 @node objcopy
915 @chapter objcopy
917 @c man title objcopy copy and translate object files
919 @smallexample
920 @c man begin SYNOPSIS objcopy
921 objcopy [@option{-F} @var{bfdname}|@option{--target=}@var{bfdname}]
922         [@option{-I} @var{bfdname}|@option{--input-target=}@var{bfdname}]
923         [@option{-O} @var{bfdname}|@option{--output-target=}@var{bfdname}]
924         [@option{-B} @var{bfdarch}|@option{--binary-architecture=}@var{bfdarch}]
925         [@option{-S}|@option{--strip-all}] [@option{-g}|@option{--strip-debug}]
926         [@option{-K} @var{symbolname}|@option{--keep-symbol=}@var{symbolname}]
927         [@option{-N} @var{symbolname}|@option{--strip-symbol=}@var{symbolname}]
928         [@option{-G} @var{symbolname}|@option{--keep-global-symbol=}@var{symbolname}]
929         [@option{-L} @var{symbolname}|@option{--localize-symbol=}@var{symbolname}]
930         [@option{-W} @var{symbolname}|@option{--weaken-symbol=}@var{symbolname}]
931         [@option{-x}|@option{--discard-all}] [@option{-X}|@option{--discard-locals}]
932         [@option{-b} @var{byte}|@option{--byte=}@var{byte}]
933         [@option{-i} @var{interleave}|@option{--interleave=}@var{interleave}]
934         [@option{-j} @var{sectionname}|@option{--only-section=}@var{sectionname}]
935         [@option{-R} @var{sectionname}|@option{--remove-section=}@var{sectionname}]
936         [@option{-p}|@option{--preserve-dates}]
937         [@option{--debugging}]
938         [@option{--gap-fill=}@var{val}] [@option{--pad-to=}@var{address}]
939         [@option{--set-start=}@var{val}] [@option{--adjust-start=}@var{incr}]
940         [@option{--change-addresses=}@var{incr}]
941         [@option{--change-section-address} @var{section}@{=,+,-@}@var{val}]
942         [@option{--change-section-lma} @var{section}@{=,+,-@}@var{val}]
943         [@option{--change-section-vma} @var{section}@{=,+,-@}@var{val}]
944         [@option{--change-warnings}] [@option{--no-change-warnings}]
945         [@option{--set-section-flags} @var{section}=@var{flags}]
946         [@option{--add-section} @var{sectionname}=@var{filename}]
947         [@option{--rename-section} @var{oldname}=@var{newname}[,@var{flags}]]
948         [@option{--change-leading-char} ] [@option{--remove-leading-char}]
949         [@option{--srec-len=}@var{ival} ] [@option{--srec-forceS3}]
950         [@option{--redefine-sym} @var{old}=@var{new} ]
951         [@option{--weaken}]
952         [@option{--keep-symbols=}@var{filename}]
953         [@option{--strip-symbols=}@var{filename}]
954         [@option{--keep-global-symbols=}@var{filename}]
955         [@option{--localize-symbols=}@var{filename}]
956         [@option{--weaken-symbols=}@var{filename}]
957         [@option{--alt-machine-code=@var{index}}]
958         [@option{-v}|@option{--verbose}]
959         [@option{-V}|@option{--version}]  
960         [@option{--help}]
961         @var{infile} [@var{outfile}]
962 @c man end
963 @end smallexample
965 @c man begin DESCRIPTION objcopy
966 The @sc{gnu} @command{objcopy} utility copies the contents of an object
967 file to another.  @command{objcopy} uses the @sc{gnu} @sc{bfd} Library to
968 read and write the object files.  It can write the destination object
969 file in a format different from that of the source object file.  The
970 exact behavior of @command{objcopy} is controlled by command-line options.
971 Note that @command{objcopy} should be able to copy a fully linked file
972 between any two formats. However, copying a relocatable object file
973 between any two formats may not work as expected.
975 @command{objcopy} creates temporary files to do its translations and
976 deletes them afterward.  @command{objcopy} uses @sc{bfd} to do all its
977 translation work; it has access to all the formats described in @sc{bfd}
978 and thus is able to recognize most formats without being told
979 explicitly.  @xref{BFD,,BFD,ld.info,Using LD}.
981 @command{objcopy} can be used to generate S-records by using an output
982 target of @samp{srec} (e.g., use @samp{-O srec}).
984 @command{objcopy} can be used to generate a raw binary file by using an
985 output target of @samp{binary} (e.g., use @option{-O binary}).  When
986 @command{objcopy} generates a raw binary file, it will essentially produce
987 a memory dump of the contents of the input object file.  All symbols and
988 relocation information will be discarded.  The memory dump will start at
989 the load address of the lowest section copied into the output file.
991 When generating an S-record or a raw binary file, it may be helpful to
992 use @option{-S} to remove sections containing debugging information.  In
993 some cases @option{-R} will be useful to remove sections which contain
994 information that is not needed by the binary file.
996 Note - @command{objcopy} is not able to change the endianness of its input
997 files.  If the input format has an endianness, (some formats do not),
998 @command{objcopy} can only copy the inputs into file formats that have the
999 same endianness or which have no endianness (eg @samp{srec}).
1001 @c man end
1003 @c man begin OPTIONS objcopy
1005 @table @env
1006 @item @var{infile}
1007 @itemx @var{outfile}
1008 The input and output files, respectively.
1009 If you do not specify @var{outfile}, @command{objcopy} creates a
1010 temporary file and destructively renames the result with
1011 the name of @var{infile}.
1013 @item -I @var{bfdname}
1014 @itemx --input-target=@var{bfdname}
1015 Consider the source file's object format to be @var{bfdname}, rather than
1016 attempting to deduce it.  @xref{Target Selection}, for more information.
1018 @item -O @var{bfdname}
1019 @itemx --output-target=@var{bfdname}
1020 Write the output file using the object format @var{bfdname}.
1021 @xref{Target Selection}, for more information.
1023 @item -F @var{bfdname}
1024 @itemx --target=@var{bfdname}
1025 Use @var{bfdname} as the object format for both the input and the output
1026 file; i.e., simply transfer data from source to destination with no
1027 translation.  @xref{Target Selection}, for more information.
1029 @item -B @var{bfdarch}
1030 @itemx --binary-architecture=@var{bfdarch}
1031 Useful when transforming a raw binary input file into an object file.
1032 In this case the output architecture can be set to @var{bfdarch}. This
1033 option will be ignored if the input file has a known @var{bfdarch}. You
1034 can access this binary data inside a program by referencing the special
1035 symbols that are created by the conversion process.  These symbols are
1036 called _binary_@var{objfile}_start, _binary_@var{objfile}_end and
1037 _binary_@var{objfile}_size.  e.g. you can transform a picture file into
1038 an object file and then access it in your code using these symbols. 
1040 @item -j @var{sectionname}
1041 @itemx --only-section=@var{sectionname}
1042 Copy only the named section from the input file to the output file.
1043 This option may be given more than once.  Note that using this option
1044 inappropriately may make the output file unusable.
1046 @item -R @var{sectionname}
1047 @itemx --remove-section=@var{sectionname}
1048 Remove any section named @var{sectionname} from the output file.  This
1049 option may be given more than once.  Note that using this option
1050 inappropriately may make the output file unusable.
1052 @item -S
1053 @itemx --strip-all
1054 Do not copy relocation and symbol information from the source file.
1056 @item -g
1057 @itemx --strip-debug
1058 Do not copy debugging symbols from the source file.
1060 @item --strip-unneeded
1061 Strip all symbols that are not needed for relocation processing.
1063 @item -K @var{symbolname}
1064 @itemx --keep-symbol=@var{symbolname}
1065 Copy only symbol @var{symbolname} from the source file.  This option may
1066 be given more than once.
1068 @item -N @var{symbolname}
1069 @itemx --strip-symbol=@var{symbolname}
1070 Do not copy symbol @var{symbolname} from the source file.  This option
1071 may be given more than once.
1073 @item -G @var{symbolname}
1074 @itemx --keep-global-symbol=@var{symbolname}
1075 Keep only symbol @var{symbolname} global.  Make all other symbols local
1076 to the file, so that they are not visible externally.  This option may
1077 be given more than once.
1079 @item -L @var{symbolname}
1080 @itemx --localize-symbol=@var{symbolname}
1081 Make symbol @var{symbolname} local to the file, so that it is not
1082 visible externally.  This option may be given more than once.
1084 @item -W @var{symbolname}
1085 @itemx --weaken-symbol=@var{symbolname}
1086 Make symbol @var{symbolname} weak. This option may be given more than once.
1088 @item -x
1089 @itemx --discard-all
1090 Do not copy non-global symbols from the source file.
1091 @c FIXME any reason to prefer "non-global" to "local" here?
1093 @item -X
1094 @itemx --discard-locals
1095 Do not copy compiler-generated local symbols.
1096 (These usually start with @samp{L} or @samp{.}.)
1098 @item -b @var{byte}
1099 @itemx --byte=@var{byte}
1100 Keep only every @var{byte}th byte of the input file (header data is not
1101 affected).  @var{byte} can be in the range from 0 to @var{interleave}-1,
1102 where @var{interleave} is given by the @option{-i} or @option{--interleave}
1103 option, or the default of 4.  This option is useful for creating files
1104 to program @sc{rom}.  It is typically used with an @code{srec} output
1105 target.
1107 @item -i @var{interleave}
1108 @itemx --interleave=@var{interleave}
1109 Only copy one out of every @var{interleave} bytes.  Select which byte to
1110 copy with the @option{-b} or @option{--byte} option.  The default is 4.
1111 @command{objcopy} ignores this option if you do not specify either @option{-b} or
1112 @option{--byte}.
1114 @item -p
1115 @itemx --preserve-dates
1116 Set the access and modification dates of the output file to be the same
1117 as those of the input file.
1119 @item --debugging
1120 Convert debugging information, if possible.  This is not the default
1121 because only certain debugging formats are supported, and the
1122 conversion process can be time consuming.
1124 @item --gap-fill @var{val}
1125 Fill gaps between sections with @var{val}.  This operation applies to
1126 the @emph{load address} (LMA) of the sections.  It is done by increasing
1127 the size of the section with the lower address, and filling in the extra
1128 space created with @var{val}.
1130 @item --pad-to @var{address}
1131 Pad the output file up to the load address @var{address}.  This is
1132 done by increasing the size of the last section.  The extra space is
1133 filled in with the value specified by @option{--gap-fill} (default zero).
1135 @item --set-start @var{val}
1136 Set the start address of the new file to @var{val}.  Not all object file
1137 formats support setting the start address.
1139 @item --change-start @var{incr}
1140 @itemx --adjust-start @var{incr}
1141 @cindex changing start address
1142 Change the start address by adding @var{incr}.  Not all object file
1143 formats support setting the start address.
1145 @item --change-addresses @var{incr}
1146 @itemx --adjust-vma @var{incr}
1147 @cindex changing object addresses
1148 Change the VMA and LMA addresses of all sections, as well as the start
1149 address, by adding @var{incr}.  Some object file formats do not permit
1150 section addresses to be changed arbitrarily.  Note that this does not
1151 relocate the sections; if the program expects sections to be loaded at a
1152 certain address, and this option is used to change the sections such
1153 that they are loaded at a different address, the program may fail. 
1155 @item --change-section-address @var{section}@{=,+,-@}@var{val}
1156 @itemx --adjust-section-vma @var{section}@{=,+,-@}@var{val}
1157 @cindex changing section address
1158 Set or change both the VMA address and the LMA address of the named
1159 @var{section}.  If @samp{=} is used, the section address is set to
1160 @var{val}.  Otherwise, @var{val} is added to or subtracted from the
1161 section address.  See the comments under @option{--change-addresses},
1162 above. If @var{section} does not exist in the input file, a warning will
1163 be issued, unless @option{--no-change-warnings} is used.
1165 @item --change-section-lma @var{section}@{=,+,-@}@var{val}
1166 @cindex changing section LMA
1167 Set or change the LMA address of the named @var{section}.  The LMA
1168 address is the address where the section will be loaded into memory at
1169 program load time.  Normally this is the same as the VMA address, which
1170 is the address of the section at program run time, but on some systems,
1171 especially those where a program is held in ROM, the two can be
1172 different.  If @samp{=} is used, the section address is set to
1173 @var{val}.  Otherwise, @var{val} is added to or subtracted from the
1174 section address.  See the comments under @option{--change-addresses},
1175 above.  If @var{section} does not exist in the input file, a warning
1176 will be issued, unless @option{--no-change-warnings} is used.  
1178 @item --change-section-vma @var{section}@{=,+,-@}@var{val}
1179 @cindex changing section VMA
1180 Set or change the VMA address of the named @var{section}.  The VMA
1181 address is the address where the section will be located once the
1182 program has started executing.  Normally this is the same as the LMA
1183 address, which is the address where the section will be loaded into
1184 memory, but on some systems, especially those where a program is held in
1185 ROM, the two can be different.  If @samp{=} is used, the section address
1186 is set to @var{val}.  Otherwise, @var{val} is added to or subtracted
1187 from the section address.  See the comments under
1188 @option{--change-addresses}, above.  If @var{section} does not exist in
1189 the input file, a warning will be issued, unless
1190 @option{--no-change-warnings} is used.   
1192 @item --change-warnings
1193 @itemx --adjust-warnings
1194 If @option{--change-section-address} or @option{--change-section-lma} or
1195 @option{--change-section-vma} is used, and the named section does not
1196 exist, issue a warning.  This is the default. 
1198 @item --no-change-warnings
1199 @itemx --no-adjust-warnings
1200 Do not issue a warning if @option{--change-section-address} or
1201 @option{--adjust-section-lma} or @option{--adjust-section-vma} is used, even
1202 if the named section does not exist. 
1204 @item --set-section-flags @var{section}=@var{flags}
1205 Set the flags for the named section.  The @var{flags} argument is a
1206 comma separated string of flag names.  The recognized names are
1207 @samp{alloc}, @samp{contents}, @samp{load}, @samp{noload},
1208 @samp{readonly}, @samp{code}, @samp{data}, @samp{rom}, @samp{share}, and
1209 @samp{debug}.  You can set the @samp{contents} flag for a section which
1210 does not have contents, but it is not meaningful to clear the
1211 @samp{contents} flag of a section which does have contents--just remove
1212 the section instead.  Not all flags are meaningful for all object file
1213 formats.
1215 @item --add-section @var{sectionname}=@var{filename}
1216 Add a new section named @var{sectionname} while copying the file.  The
1217 contents of the new section are taken from the file @var{filename}.  The
1218 size of the section will be the size of the file.  This option only
1219 works on file formats which can support sections with arbitrary names.
1221 @item --rename-section @var{oldname}=@var{newname}[,@var{flags}]
1222 Rename a section from @var{oldname} to @var{newname}, optionally
1223 changing the section's flags to @var{flags} in the process.  This has
1224 the advantage over usng a linker script to perform the rename in that
1225 the output stays as an object file and does not become a linked
1226 executable.
1228 This option is particularly helpful when the input format is binary,
1229 since this will always create a section called .data.  If for example,
1230 you wanted instead to create a section called .rodata containing binary
1231 data you could use the following command line to achieve it:
1233 @smallexample
1234   objcopy -I binary -O <output_format> -B <architecture> \
1235    --rename-section .data=.rodata,alloc,load,readonly,data,contents \
1236    <input_binary_file> <output_object_file>
1237 @end smallexample
1239 @item --change-leading-char
1240 Some object file formats use special characters at the start of
1241 symbols.  The most common such character is underscore, which compilers
1242 often add before every symbol.  This option tells @command{objcopy} to
1243 change the leading character of every symbol when it converts between
1244 object file formats.  If the object file formats use the same leading
1245 character, this option has no effect.  Otherwise, it will add a
1246 character, or remove a character, or change a character, as
1247 appropriate.
1249 @item --remove-leading-char
1250 If the first character of a global symbol is a special symbol leading
1251 character used by the object file format, remove the character.  The
1252 most common symbol leading character is underscore.  This option will
1253 remove a leading underscore from all global symbols.  This can be useful
1254 if you want to link together objects of different file formats with
1255 different conventions for symbol names.  This is different from
1256 @option{--change-leading-char} because it always changes the symbol name
1257 when appropriate, regardless of the object file format of the output
1258 file.
1260 @item --srec-len=@var{ival}
1261 Meaningful only for srec output.  Set the maximum length of the Srecords
1262 being produced to @var{ival}.  This length covers both address, data and
1263 crc fields.
1265 @item --srec-forceS3
1266 Meaningful only for srec output.  Avoid generation of S1/S2 records, 
1267 creating S3-only record format.
1269 @item --redefine-sym @var{old}=@var{new}
1270 Change the name of a symbol @var{old}, to @var{new}.  This can be useful
1271 when one is trying link two things together for which you have no
1272 source, and there are name collisions.
1274 @item --weaken
1275 Change all global symbols in the file to be weak.  This can be useful
1276 when building an object which will be linked against other objects using
1277 the @option{-R} option to the linker.  This option is only effective when
1278 using an object file format which supports weak symbols.
1280 @item --keep-symbols=@var{filename}
1281 Apply @option{--keep-symbol} option to each symbol listed in the file
1282 @var{filename}.  @var{filename} is simply a flat file, with one symbol
1283 name per line.  Line comments may be introduced by the hash character.
1284 This option may be given more than once.
1286 @item --strip-symbols=@var{filename}
1287 Apply @option{--strip-symbol} option to each symbol listed in the file
1288 @var{filename}.  @var{filename} is simply a flat file, with one symbol
1289 name per line.  Line comments may be introduced by the hash character.
1290 This option may be given more than once.
1292 @item --keep-global-symbols=@var{filename}
1293 Apply @option{--keep-global-symbol} option to each symbol listed in the
1294 file @var{filename}.  @var{filename} is simply a flat file, with one
1295 symbol name per line.  Line comments may be introduced by the hash
1296 character.  This option may be given more than once.
1298 @item --localize-symbols=@var{filename}
1299 Apply @option{--localize-symbol} option to each symbol listed in the file
1300 @var{filename}.  @var{filename} is simply a flat file, with one symbol
1301 name per line.  Line comments may be introduced by the hash character.
1302 This option may be given more than once.
1304 @item --weaken-symbols=@var{filename}
1305 Apply @option{--weaken-symbol} option to each symbol listed in the file
1306 @var{filename}.  @var{filename} is simply a flat file, with one symbol
1307 name per line.  Line comments may be introduced by the hash character.
1308 This option may be given more than once.
1310 @item --alt-machine-code=@var{index}
1311 If the output architecture has alternate machine codes, use the
1312 @var{index}th code instead of the default one.  This is useful in case
1313 a machine is assigned an official code and the tool-chain adopts the 
1314 new code, but other applications still depend on the original code
1315 being used.
1317 @item -V
1318 @itemx --version
1319 Show the version number of @command{objcopy}.
1321 @item -v
1322 @itemx --verbose
1323 Verbose output: list all object files modified.  In the case of
1324 archives, @samp{objcopy -V} lists all members of the archive.
1326 @item --help
1327 Show a summary of the options to @command{objcopy}.
1328 @end table
1330 @c man end
1332 @ignore
1333 @c man begin SEEALSO objcopy
1334 ld(1), objdump(1), and the Info entries for @file{binutils}.
1335 @c man end
1336 @end ignore
1338 @node objdump
1339 @chapter objdump
1341 @cindex object file information
1342 @kindex objdump
1344 @c man title objdump display information from object files.
1346 @smallexample
1347 @c man begin SYNOPSIS objdump
1348 objdump [@option{-a}|@option{--archive-headers}]
1349         [@option{-b} @var{bfdname}|@option{--target=@var{bfdname}}]
1350         [@option{-C}|@option{--demangle}[=@var{style}] ]
1351         [@option{-d}|@option{--disassemble}]
1352         [@option{-D}|@option{--disassemble-all}]
1353         [@option{-z}|@option{--disassemble-zeroes}]
1354         [@option{-EB}|@option{-EL}|@option{--endian=}@{big | little @}]
1355         [@option{-f}|@option{--file-headers}]
1356         [@option{--file-start-context}]
1357         [@option{-g}|@option{--debugging}]
1358         [@option{-h}|@option{--section-headers}|@option{--headers}]
1359         [@option{-i}|@option{--info}]
1360         [@option{-j} @var{section}|@option{--section=}@var{section}]
1361         [@option{-l}|@option{--line-numbers}]
1362         [@option{-S}|@option{--source}]
1363         [@option{-m} @var{machine}|@option{--architecture=}@var{machine}]
1364         [@option{-M} @var{options}|@option{--disassembler-options=}@var{options}]
1365         [@option{-p}|@option{--private-headers}]
1366         [@option{-r}|@option{--reloc}]
1367         [@option{-R}|@option{--dynamic-reloc}]
1368         [@option{-s}|@option{--full-contents}]
1369         [@option{-G}|@option{--stabs}]
1370         [@option{-t}|@option{--syms}]
1371         [@option{-T}|@option{--dynamic-syms}]
1372         [@option{-x}|@option{--all-headers}]
1373         [@option{-w}|@option{--wide}]
1374         [@option{--start-address=}@var{address}]
1375         [@option{--stop-address=}@var{address}]
1376         [@option{--prefix-addresses}]
1377         [@option{--[no-]show-raw-insn}]
1378         [@option{--adjust-vma=}@var{offset}]
1379         [@option{-V}|@option{--version}]
1380         [@option{-H}|@option{--help}]
1381         @var{objfile}@dots{}
1382 @c man end
1383 @end smallexample
1385 @c man begin DESCRIPTION objdump
1387 @command{objdump} displays information about one or more object files.
1388 The options control what particular information to display.  This
1389 information is mostly useful to programmers who are working on the
1390 compilation tools, as opposed to programmers who just want their
1391 program to compile and work.
1393 @var{objfile}@dots{} are the object files to be examined.  When you
1394 specify archives, @command{objdump} shows information on each of the member
1395 object files.
1397 @c man end
1399 @c man begin OPTIONS objdump
1401 The long and short forms of options, shown here as alternatives, are
1402 equivalent.  At least one option from the list
1403 @option{-a,-d,-D,-f,-g,-G,-h,-H,-p,-r,-R,-S,-t,-T,-V,-x} must be given. 
1405 @table @env
1406 @item -a
1407 @itemx --archive-header
1408 @cindex archive headers
1409 If any of the @var{objfile} files are archives, display the archive
1410 header information (in a format similar to @samp{ls -l}).  Besides the
1411 information you could list with @samp{ar tv}, @samp{objdump -a} shows
1412 the object file format of each archive member.
1414 @item --adjust-vma=@var{offset}
1415 @cindex section addresses in objdump
1416 @cindex VMA in objdump
1417 When dumping information, first add @var{offset} to all the section
1418 addresses.  This is useful if the section addresses do not correspond to
1419 the symbol table, which can happen when putting sections at particular
1420 addresses when using a format which can not represent section addresses,
1421 such as a.out.
1423 @item -b @var{bfdname}
1424 @itemx --target=@var{bfdname}
1425 @cindex object code format
1426 Specify that the object-code format for the object files is
1427 @var{bfdname}.  This option may not be necessary; @var{objdump} can
1428 automatically recognize many formats.
1430 For example,
1431 @example
1432 objdump -b oasys -m vax -h fu.o
1433 @end example
1434 @noindent
1435 displays summary information from the section headers (@option{-h}) of
1436 @file{fu.o}, which is explicitly identified (@option{-m}) as a VAX object
1437 file in the format produced by Oasys compilers.  You can list the
1438 formats available with the @option{-i} option.
1439 @xref{Target Selection}, for more information.
1441 @item -C
1442 @itemx --demangle[=@var{style}]
1443 @cindex demangling in objdump
1444 Decode (@dfn{demangle}) low-level symbol names into user-level names.
1445 Besides removing any initial underscore prepended by the system, this
1446 makes C++ function names readable.  Different compilers have different
1447 mangling styles. The optional demangling style argument can be used to 
1448 choose an appropriate demangling style for your compiler. @xref{c++filt}, 
1449 for more information on demangling.
1451 @item -G
1452 @item --debugging
1453 Display debugging information.  This attempts to parse debugging
1454 information stored in the file and print it out using a C like syntax.
1455 Only certain types of debugging information have been implemented.
1457 @item -d
1458 @itemx --disassemble
1459 @cindex disassembling object code
1460 @cindex machine instructions
1461 Display the assembler mnemonics for the machine instructions from
1462 @var{objfile}.  This option only disassembles those sections which are
1463 expected to contain instructions.
1465 @item -D
1466 @itemx --disassemble-all
1467 Like @option{-d}, but disassemble the contents of all sections, not just
1468 those expected to contain instructions.
1470 @item --prefix-addresses
1471 When disassembling, print the complete address on each line.  This is
1472 the older disassembly format.
1474 @item --disassemble-zeroes
1475 Normally the disassembly output will skip blocks of zeroes.  This
1476 option directs the disassembler to disassemble those blocks, just like
1477 any other data.
1479 @item -EB
1480 @itemx -EL
1481 @itemx --endian=@{big|little@}
1482 @cindex endianness
1483 @cindex disassembly endianness
1484 Specify the endianness of the object files.  This only affects
1485 disassembly.  This can be useful when disassembling a file format which
1486 does not describe endianness information, such as S-records.
1488 @item -f
1489 @itemx --file-header
1490 @cindex object file header
1491 Display summary information from the overall header of
1492 each of the @var{objfile} files.
1494 @item --file-start-context
1495 @cindex source code context
1496 Specify that when displaying interlisted source code/disassembly
1497 (assumes @option{-S}) from a file that has not yet been displayed, extend the
1498 context to the start of the file.
1500 @item -h
1501 @itemx --section-header
1502 @itemx --header
1503 @cindex section headers
1504 Display summary information from the section headers of the
1505 object file.
1507 File segments may be relocated to nonstandard addresses, for example by
1508 using the @option{-Ttext}, @option{-Tdata}, or @option{-Tbss} options to
1509 @command{ld}.  However, some object file formats, such as a.out, do not
1510 store the starting address of the file segments.  In those situations,
1511 although @command{ld} relocates the sections correctly, using @samp{objdump
1512 -h} to list the file section headers cannot show the correct addresses.
1513 Instead, it shows the usual addresses, which are implicit for the
1514 target.
1516 @item --help
1517 Print a summary of the options to @command{objdump} and exit.
1519 @item -i
1520 @itemx --info
1521 @cindex architectures available
1522 @cindex object formats available
1523 Display a list showing all architectures and object formats available
1524 for specification with @option{-b} or @option{-m}.
1526 @item -j @var{name}
1527 @itemx --section=@var{name}
1528 @cindex section information
1529 Display information only for section @var{name}.
1531 @item -l
1532 @itemx --line-numbers
1533 @cindex source filenames for object files
1534 Label the display (using debugging information) with the filename and
1535 source line numbers corresponding to the object code or relocs shown.
1536 Only useful with @option{-d}, @option{-D}, or @option{-r}.
1538 @item -m @var{machine}
1539 @itemx --architecture=@var{machine}
1540 @cindex architecture
1541 @cindex disassembly architecture
1542 Specify the architecture to use when disassembling object files.  This
1543 can be useful when disassembling object files which do not describe
1544 architecture information, such as S-records.  You can list the available
1545 architectures with the @option{-i} option.
1547 @item -M @var{options}
1548 @itemx --disassembler-options=@var{options}
1549 Pass target specific information to the disassembler.  Only supported on
1550 some targets.
1552 If the target is an ARM architecture then this switch can be used to
1553 select which register name set is used during disassembler.  Specifying
1554 @option{-M reg-name-std} (the default) will select the register names as
1555 used in ARM's instruction set documentation, but with register 13 called
1556 'sp', register 14 called 'lr' and register 15 called 'pc'.  Specifying
1557 @option{-M reg-names-apcs} will select the name set used by the ARM
1558 Procedure Call Standard, whilst specifying @option{-M reg-names-raw} will
1559 just use @samp{r} followed by the register number.
1561 There are also two variants on the APCS register naming scheme enabled
1562 by @option{-M reg-names-atpcs} and @option{-M reg-names-special-atpcs} which
1563 use the ARM/Thumb Procedure Call Standard naming conventions.  (Either
1564 with the normal register name or the special register names).
1566 This option can also be used for ARM architectures to force the
1567 disassembler to interpret all instructions as Thumb instructions by
1568 using the switch @option{--disassembler-options=force-thumb}.  This can be
1569 useful when attempting to disassemble thumb code produced by other
1570 compilers.
1572 @item -p
1573 @itemx --private-headers
1574 Print information that is specific to the object file format.  The exact
1575 information printed depends upon the object file format.  For some
1576 object file formats, no additional information is printed.
1578 @item -r
1579 @itemx --reloc
1580 @cindex relocation entries, in object file
1581 Print the relocation entries of the file.  If used with @option{-d} or
1582 @option{-D}, the relocations are printed interspersed with the
1583 disassembly.
1585 @item -R
1586 @itemx --dynamic-reloc
1587 @cindex dynamic relocation entries, in object file
1588 Print the dynamic relocation entries of the file.  This is only
1589 meaningful for dynamic objects, such as certain types of shared
1590 libraries.
1592 @item -s
1593 @itemx --full-contents
1594 @cindex sections, full contents
1595 @cindex object file sections
1596 Display the full contents of any sections requested.
1598 @item -S
1599 @itemx --source
1600 @cindex source disassembly
1601 @cindex disassembly, with source
1602 Display source code intermixed with disassembly, if possible.  Implies
1603 @option{-d}.
1605 @item --show-raw-insn
1606 When disassembling instructions, print the instruction in hex as well as
1607 in symbolic form.  This is the default except when
1608 @option{--prefix-addresses} is used.
1610 @item --no-show-raw-insn
1611 When disassembling instructions, do not print the instruction bytes.
1612 This is the default when @option{--prefix-addresses} is used.
1614 @item -G
1615 @item --stabs
1616 @cindex stab
1617 @cindex .stab
1618 @cindex debug symbols
1619 @cindex ELF object file format
1620 Display the full contents of any sections requested.  Display the
1621 contents of the .stab and .stab.index and .stab.excl sections from an
1622 ELF file.  This is only useful on systems (such as Solaris 2.0) in which
1623 @code{.stab} debugging symbol-table entries are carried in an ELF
1624 section.  In most other file formats, debugging symbol-table entries are
1625 interleaved with linkage symbols, and are visible in the @option{--syms}
1626 output.
1627 @ifclear man
1628 For more information on stabs symbols, see @ref{Top,Stabs,Stabs
1629 Overview,stabs.info, The ``stabs'' debug format}.
1630 @end ifclear
1632 @item --start-address=@var{address}
1633 @cindex start-address
1634 Start displaying data at the specified address.  This affects the output
1635 of the @option{-d}, @option{-r} and @option{-s} options.
1637 @item --stop-address=@var{address}
1638 @cindex stop-address
1639 Stop displaying data at the specified address.  This affects the output
1640 of the @option{-d}, @option{-r} and @option{-s} options.
1642 @item -t
1643 @itemx --syms
1644 @cindex symbol table entries, printing
1645 Print the symbol table entries of the file.
1646 This is similar to the information provided by the @samp{nm} program.
1648 @item -T
1649 @itemx --dynamic-syms
1650 @cindex dynamic symbol table entries, printing
1651 Print the dynamic symbol table entries of the file.  This is only
1652 meaningful for dynamic objects, such as certain types of shared
1653 libraries.  This is similar to the information provided by the @samp{nm}
1654 program when given the @option{-D} (@option{--dynamic}) option.
1656 @item --version
1657 Print the version number of @command{objdump} and exit.
1659 @item -x
1660 @itemx --all-header
1661 @cindex all header information, object file
1662 @cindex header information, all
1663 Display all available header information, including the symbol table and
1664 relocation entries.  Using @option{-x} is equivalent to specifying all of
1665 @option{-a -f -h -r -t}.
1667 @item -w
1668 @itemx --wide
1669 @cindex wide output, printing
1670 Format some lines for output devices that have more than 80 columns.
1671 @end table
1673 @c man end
1675 @ignore
1676 @c man begin SEEALSO objdump
1677 nm(1), readelf(1), and the Info entries for @file{binutils}.
1678 @c man end
1679 @end ignore
1681 @node ranlib
1682 @chapter ranlib
1684 @kindex ranlib
1685 @cindex archive contents
1686 @cindex symbol index
1688 @c man title ranlib generate index to archive.
1690 @smallexample
1691 @c man begin SYNOPSIS ranlib
1692 ranlib [@option{-vV}] @var{archive}
1693 @c man end
1694 @end smallexample
1696 @c man begin DESCRIPTION ranlib
1698 @command{ranlib} generates an index to the contents of an archive and
1699 stores it in the archive.  The index lists each symbol defined by a
1700 member of an archive that is a relocatable object file.  
1702 You may use @samp{nm -s} or @samp{nm --print-armap} to list this index.
1704 An archive with such an index speeds up linking to the library and
1705 allows routines in the library to call each other without regard to
1706 their placement in the archive.
1708 The @sc{gnu} @command{ranlib} program is another form of @sc{gnu} @command{ar}; running
1709 @command{ranlib} is completely equivalent to executing @samp{ar -s}.
1710 @xref{ar}.
1712 @c man end
1714 @c man begin OPTIONS ranlib
1716 @table @env
1717 @item -v
1718 @itemx -V
1719 @itemx --version
1720 Show the version number of @command{ranlib}.
1721 @end table
1723 @c man end
1725 @ignore
1726 @c man begin SEEALSO ranlib
1727 ar(1), nm(1), and the Info entries for @file{binutils}.
1728 @c man end
1729 @end ignore
1731 @node size
1732 @chapter size
1734 @kindex size
1735 @cindex section sizes
1737 @c man title size list section sizes and total size.
1739 @smallexample
1740 @c man begin SYNOPSIS size
1741 size [@option{-A}|@option{-B}|@option{--format=}@var{compatibility}]
1742      [@option{--help}] [@option{-d}|@option{-o}|@option{-x}|@option{--radix=}@var{number}]
1743      [@option{--target=}@var{bfdname}] [@option{-V}|@option{--version}]  
1744      [@var{objfile}@dots{}]
1745 @c man end
1746 @end smallexample
1748 @c man begin DESCRIPTION size
1750 The @sc{gnu} @command{size} utility lists the section sizes---and the total
1751 size---for each of the object or archive files @var{objfile} in its
1752 argument list.  By default, one line of output is generated for each
1753 object file or each module in an archive.
1755 @var{objfile}@dots{} are the object files to be examined.
1756 If none are specified, the file @code{a.out} will be used.
1758 @c man end
1760 @c man begin OPTIONS size
1762 The command line options have the following meanings:
1764 @table @env
1765 @item -A
1766 @itemx -B
1767 @itemx --format=@var{compatibility}
1768 @cindex @command{size} display format
1769 Using one of these options, you can choose whether the output from @sc{gnu}
1770 @command{size} resembles output from System V @command{size} (using @option{-A},
1771 or @option{--format=sysv}), or Berkeley @command{size} (using @option{-B}, or
1772 @option{--format=berkeley}).  The default is the one-line format similar to
1773 Berkeley's.  
1774 @c Bonus for doc-source readers: you can also say --format=strange (or
1775 @c anything else that starts with 's') for sysv, and --format=boring (or
1776 @c anything else that starts with 'b') for Berkeley.
1778 Here is an example of the Berkeley (default) format of output from
1779 @command{size}: 
1780 @smallexample
1781 $ size --format=Berkeley ranlib size
1782 text    data    bss     dec     hex     filename
1783 294880  81920   11592   388392  5ed28   ranlib
1784 294880  81920   11888   388688  5ee50   size
1785 @end smallexample
1787 @noindent
1788 This is the same data, but displayed closer to System V conventions:
1790 @smallexample
1791 $ size --format=SysV ranlib size
1792 ranlib  :
1793 section         size         addr
1794 .text         294880         8192       
1795 .data          81920       303104       
1796 .bss           11592       385024       
1797 Total         388392    
1800 size  :
1801 section         size         addr
1802 .text         294880         8192       
1803 .data          81920       303104       
1804 .bss           11888       385024       
1805 Total         388688    
1806 @end smallexample
1808 @item --help
1809 Show a summary of acceptable arguments and options.
1811 @item -d
1812 @itemx -o
1813 @itemx -x
1814 @itemx --radix=@var{number}
1815 @cindex @command{size} number format
1816 @cindex radix for section sizes
1817 Using one of these options, you can control whether the size of each
1818 section is given in decimal (@option{-d}, or @option{--radix=10}); octal
1819 (@option{-o}, or @option{--radix=8}); or hexadecimal (@option{-x}, or
1820 @option{--radix=16}).  In @option{--radix=@var{number}}, only the three
1821 values (8, 10, 16) are supported.  The total size is always given in two
1822 radices; decimal and hexadecimal for @option{-d} or @option{-x} output, or
1823 octal and hexadecimal if you're using @option{-o}.
1825 @item --target=@var{bfdname}
1826 @cindex object code format
1827 Specify that the object-code format for @var{objfile} is
1828 @var{bfdname}.  This option may not be necessary; @command{size} can
1829 automatically recognize many formats.
1830 @xref{Target Selection}, for more information.
1832 @item -V
1833 @itemx --version
1834 Display the version number of @command{size}.
1835 @end table
1837 @c man end
1839 @ignore
1840 @c man begin SEEALSO size
1841 ar(1), objdump(1), readelf(1), and the Info entries for @file{binutils}.
1842 @c man end
1843 @end ignore
1845 @node strings
1846 @chapter strings
1847 @kindex strings
1848 @cindex listings strings
1849 @cindex printing strings
1850 @cindex strings, printing
1852 @c man title strings print the strings of printable characters in files.
1854 @smallexample
1855 @c man begin SYNOPSIS strings
1856 strings [@option{-afov}] [@option{-}@var{min-len}]
1857         [@option{-n} @var{min-len}] [@option{--bytes=}@var{min-len}]
1858         [@option{-t} @var{radix}] [@option{--radix=}@var{radix}]
1859         [@option{-e} @var{encoding}] [@option{--encoding=}@var{encoding}]
1860         [@option{-}] [@option{--all}] [@option{--print-file-name}]
1861         [@option{--target=}@var{bfdname}]
1862         [@option{--help}] [@option{--version}] @var{file}@dots{}
1863 @c man end
1864 @end smallexample
1866 @c man begin DESCRIPTION strings
1868 For each @var{file} given, @sc{gnu} @command{strings} prints the printable
1869 character sequences that are at least 4 characters long (or the number
1870 given with the options below) and are followed by an unprintable
1871 character.  By default, it only prints the strings from the initialized
1872 and loaded sections of object files; for other types of files, it prints
1873 the strings from the whole file.
1875 @command{strings} is mainly useful for determining the contents of non-text
1876 files.
1878 @c man end
1880 @c man begin OPTIONS strings
1882 @table @env
1883 @item -a
1884 @itemx --all
1885 @itemx -
1886 Do not scan only the initialized and loaded sections of object files;
1887 scan the whole files.
1889 @item -f
1890 @itemx --print-file-name
1891 Print the name of the file before each string.
1893 @item --help
1894 Print a summary of the program usage on the standard output and exit.
1896 @item -@var{min-len}
1897 @itemx -n @var{min-len}
1898 @itemx --bytes=@var{min-len}
1899 Print sequences of characters that are at least @var{min-len} characters
1900 long, instead of the default 4.
1902 @item -o
1903 Like @samp{-t o}.  Some other versions of @command{strings} have @option{-o}
1904 act like @samp{-t d} instead.  Since we can not be compatible with both
1905 ways, we simply chose one.
1907 @item -t @var{radix}
1908 @itemx --radix=@var{radix}
1909 Print the offset within the file before each string.  The single
1910 character argument specifies the radix of the offset---@samp{o} for
1911 octal, @samp{x} for hexadecimal, or @samp{d} for decimal.
1913 @item -e @var{encoding}
1914 @itemx --encoding=@var{encoding}
1915 Select the character encoding of the strings that are to be found.
1916 Possible values for @var{encoding} are: @samp{s} = single-byte
1917 characters (ASCII, ISO 8859, etc., default), @samp{b} = 16-bit
1918 Bigendian, @samp{l} = 16-bit Littleendian, @samp{B} = 32-bit Bigendian,
1919 @samp{L} = 32-bit Littleendian. Useful for finding wide character
1920 strings.
1922 @item --target=@var{bfdname}
1923 @cindex object code format
1924 Specify an object code format other than your system's default format.
1925 @xref{Target Selection}, for more information.
1927 @item -v
1928 @itemx --version
1929 Print the program version number on the standard output and exit.
1930 @end table
1932 @c man end
1934 @ignore
1935 @c man begin SEEALSO strings
1936 ar(1), nm(1), objdump(1), ranlib(1), readelf(1)
1937 and the Info entries for @file{binutils}.
1938 @c man end
1939 @end ignore
1941 @node strip
1942 @chapter strip
1944 @kindex strip
1945 @cindex removing symbols
1946 @cindex discarding symbols
1947 @cindex symbols, discarding
1949 @c man title strip Discard symbols from object files.
1951 @smallexample
1952 @c man begin SYNOPSIS strip
1953 strip [@option{-F} @var{bfdname} |@option{--target=}@var{bfdname} ]
1954       [@option{-I} @var{bfdname} |@option{--input-target=}@var{bfdname} ]
1955       [@option{-O} @var{bfdname} |@option{--output-target=}@var{bfdname} ]
1956       [@option{-s}|@option{--strip-all}] [@option{-S}|@option{-g}|@option{--strip-debug}]
1957       [@option{-K} @var{symbolname} |@option{--keep-symbol=}@var{symbolname} ]
1958       [@option{-N} @var{symbolname} |@option{--strip-symbol=}@var{symbolname} ]
1959       [@option{-x}|@option{--discard-all} ] [@option{-X} |@option{--discard-locals}]
1960       [@option{-R} @var{sectionname} |@option{--remove-section=}@var{sectionname} ]
1961       [@option{-o} @var{file} ] [@option{-p}|@option{--preserve-dates}]
1962       [@option{-v} |@option{--verbose}]  [@option{-V}|@option{--version}] [@option{--help}]
1963       @var{objfile}@dots{}
1964 @c man end
1965 @end smallexample
1967 @c man begin DESCRIPTION strip
1969 @sc{gnu} @command{strip} discards all symbols from object files
1970 @var{objfile}.  The list of object files may include archives.
1971 At least one object file must be given.
1973 @command{strip} modifies the files named in its argument,
1974 rather than writing modified copies under different names.
1976 @c man end
1978 @c man begin OPTIONS strip
1980 @table @env
1981 @item -F @var{bfdname}
1982 @itemx --target=@var{bfdname}
1983 Treat the original @var{objfile} as a file with the object
1984 code format @var{bfdname}, and rewrite it in the same format.
1985 @xref{Target Selection}, for more information.
1987 @item --help
1988 Show a summary of the options to @command{strip} and exit.
1990 @item -I @var{bfdname}  
1991 @itemx --input-target=@var{bfdname}
1992 Treat the original @var{objfile} as a file with the object
1993 code format @var{bfdname}.
1994 @xref{Target Selection}, for more information.
1996 @item -O @var{bfdname}
1997 @itemx --output-target=@var{bfdname}
1998 Replace @var{objfile} with a file in the output format @var{bfdname}.
1999 @xref{Target Selection}, for more information.
2001 @item -R @var{sectionname}
2002 @itemx --remove-section=@var{sectionname}
2003 Remove any section named @var{sectionname} from the output file.  This
2004 option may be given more than once.  Note that using this option
2005 inappropriately may make the output file unusable.
2007 @item -s
2008 @itemx --strip-all
2009 Remove all symbols.
2011 @item -g
2012 @itemx -S
2013 @itemx --strip-debug
2014 Remove debugging symbols only.
2016 @item --strip-unneeded
2017 Remove all symbols that are not needed for relocation processing.
2019 @item -K @var{symbolname}
2020 @itemx --keep-symbol=@var{symbolname}
2021 Keep only symbol @var{symbolname} from the source file.  This option may
2022 be given more than once.
2024 @item -N @var{symbolname}
2025 @itemx --strip-symbol=@var{symbolname}
2026 Remove symbol @var{symbolname} from the source file. This option may be
2027 given more than once, and may be combined with strip options other than
2028 @option{-K}.
2030 @item -o @var{file}
2031 Put the stripped output in @var{file}, rather than replacing the
2032 existing file.  When this argument is used, only one @var{objfile}
2033 argument may be specified.
2035 @item -p
2036 @itemx --preserve-dates
2037 Preserve the access and modification dates of the file.
2039 @item -x
2040 @itemx --discard-all
2041 Remove non-global symbols.
2043 @item -X
2044 @itemx --discard-locals
2045 Remove compiler-generated local symbols.
2046 (These usually start with @samp{L} or @samp{.}.)
2048 @item -V
2049 @itemx --version
2050 Show the version number for @command{strip}.
2052 @item -v
2053 @itemx --verbose
2054 Verbose output: list all object files modified.  In the case of
2055 archives, @samp{strip -v} lists all members of the archive.
2056 @end table
2058 @c man end
2060 @ignore
2061 @c man begin SEEALSO strip
2062 the Info entries for @file{binutils}.
2063 @c man end
2064 @end ignore
2066 @node c++filt, addr2line, strip, Top
2067 @chapter c++filt
2069 @kindex c++filt
2070 @cindex demangling C++ symbols
2072 @c man title cxxfilt Demangle C++ and Java symbols.
2074 @smallexample
2075 @c man begin SYNOPSIS cxxfilt
2076 c++filt [@option{-_}|@option{--strip-underscores}]
2077         [@option{-j}|@option{--java}]
2078         [@option{-n}|@option{--no-strip-underscores}]
2079         [@option{-s} @var{format}|@option{--format=}@var{format}]
2080         [@option{--help}]  [@option{--version}]  [@var{symbol}@dots{}]
2081 @c man end
2082 @end smallexample
2084 @c man begin DESCRIPTION cxxfilt
2086 @kindex cxxfilt
2087 The C++ and Java languages provides function overloading, which means
2088 that you can write many functions with the same name (providing each
2089 takes parameters of different types).  All C++ and Java function names
2090 are encoded into a low-level assembly label (this process is known as
2091 @dfn{mangling}). The @command{c++filt}
2092 @footnote{MS-DOS does not allow @kbd{+} characters in file names, so on
2093 MS-DOS this program is named @command{cxxfilt}.}
2094 program does the inverse mapping: it decodes (@dfn{demangles}) low-level
2095 names into user-level names so that the linker can keep these overloaded
2096 functions from clashing.
2098 Every alphanumeric word (consisting of letters, digits, underscores,
2099 dollars, or periods) seen in the input is a potential label.  If the
2100 label decodes into a C++ name, the C++ name replaces the low-level
2101 name in the output.
2103 You can use @command{c++filt} to decipher individual symbols:
2105 @example
2106 c++filt @var{symbol}
2107 @end example
2109 If no @var{symbol} arguments are given, @command{c++filt} reads symbol
2110 names from the standard input and writes the demangled names to the
2111 standard output.  All results are printed on the standard output.
2113 @c man end
2115 @c man begin OPTIONS cxxfilt
2117 @table @env
2118 @item -_
2119 @itemx --strip-underscores
2120 On some systems, both the C and C++ compilers put an underscore in front
2121 of every name.  For example, the C name @code{foo} gets the low-level
2122 name @code{_foo}.  This option removes the initial underscore.  Whether
2123 @command{c++filt} removes the underscore by default is target dependent.
2125 @item -j
2126 @itemx --java
2127 Prints demangled names using Java syntax.  The default is to use C++
2128 syntax.
2130 @item -n
2131 @itemx --no-strip-underscores
2132 Do not remove the initial underscore.
2134 @item -s @var{format}
2135 @itemx --format=@var{format}
2136 @sc{gnu} @command{nm} can decode three different methods of mangling, used by
2137 different C++ compilers.  The argument to this option selects which
2138 method it uses:
2140 @table @code
2141 @item gnu
2142 the one used by the @sc{gnu} compiler (the default method)
2143 @item lucid
2144 the one used by the Lucid compiler
2145 @item arm
2146 the one specified by the C++ Annotated Reference Manual
2147 @item hp
2148 the one used by the HP compiler
2149 @item edg
2150 the one used by the EDG compiler
2151 @item gnu-new-abi
2152 the one used by the @sc{gnu} compiler with the new ABI.
2153 @end table
2155 @item --help
2156 Print a summary of the options to @command{c++filt} and exit.
2158 @item --version
2159 Print the version number of @command{c++filt} and exit.
2160 @end table
2162 @c man end
2164 @ignore
2165 @c man begin SEEALSO cxxfilt
2166 the Info entries for @file{binutils}.
2167 @c man end
2168 @end ignore
2170 @quotation
2171 @emph{Warning:} @command{c++filt} is a new utility, and the details of its
2172 user interface are subject to change in future releases.  In particular,
2173 a command-line option may be required in the the future to decode a name
2174 passed as an argument on the command line; in other words, 
2176 @example
2177 c++filt @var{symbol}
2178 @end example
2180 @noindent
2181 may in a future release become
2183 @example
2184 c++filt @var{option} @var{symbol}
2185 @end example
2186 @end quotation
2188 @node addr2line
2189 @chapter addr2line
2191 @kindex addr2line
2192 @cindex address to file name and line number
2194 @c man title addr2line convert addresses into file names and line numbers.
2196 @smallexample
2197 @c man begin SYNOPSIS addr2line
2198 addr2line [@option{-b} @var{bfdname}|@option{--target=}@var{bfdname}]
2199           [@option{-C}|@option{--demangle}[=@var{style}]
2200           [@option{-e} @var{filename}|@option{--exe=}@var{filename}]
2201           [@option{-f}|@option{--functions}] [@option{-s}|@option{--basename}]
2202           [@option{-H}|@option{--help}] [@option{-V}|@option{--version}]
2203           [addr addr @dots{}]
2204 @c man end
2205 @end smallexample
2207 @c man begin DESCRIPTION addr2line
2209 @command{addr2line} translates program addresses into file names and line
2210 numbers.  Given an address and an executable, it uses the debugging
2211 information in the executable to figure out which file name and line
2212 number are associated with a given address.
2214 The executable to use is specified with the @option{-e} option.  The
2215 default is the file @file{a.out}.
2217 @command{addr2line} has two modes of operation.
2219 In the first, hexadecimal addresses are specified on the command line,
2220 and @command{addr2line} displays the file name and line number for each
2221 address.
2223 In the second, @command{addr2line} reads hexadecimal addresses from
2224 standard input, and prints the file name and line number for each
2225 address on standard output.  In this mode, @command{addr2line} may be used
2226 in a pipe to convert dynamically chosen addresses.
2228 The format of the output is @samp{FILENAME:LINENO}.  The file name and
2229 line number for each address is printed on a separate line.  If the
2230 @command{-f} option is used, then each @samp{FILENAME:LINENO} line is
2231 preceded by a @samp{FUNCTIONNAME} line which is the name of the function
2232 containing the address.
2234 If the file name or function name can not be determined,
2235 @command{addr2line} will print two question marks in their place.  If the
2236 line number can not be determined, @command{addr2line} will print 0.
2238 @c man end
2240 @c man begin OPTIONS addr2line
2242 The long and short forms of options, shown here as alternatives, are
2243 equivalent.
2245 @table @env
2246 @item -b @var{bfdname}
2247 @itemx --target=@var{bfdname}
2248 @cindex object code format
2249 Specify that the object-code format for the object files is
2250 @var{bfdname}.
2252 @item -C
2253 @itemx --demangle[=@var{style}]
2254 @cindex demangling in objdump
2255 Decode (@dfn{demangle}) low-level symbol names into user-level names.
2256 Besides removing any initial underscore prepended by the system, this
2257 makes C++ function names readable.  Different compilers have different
2258 mangling styles. The optional demangling style argument can be used to 
2259 choose an appropriate demangling style for your compiler. @xref{c++filt}, 
2260 for more information on demangling.
2262 @item -e @var{filename}
2263 @itemx --exe=@var{filename}
2264 Specify the name of the executable for which addresses should be
2265 translated.  The default file is @file{a.out}.
2267 @item -f
2268 @itemx --functions
2269 Display function names as well as file and line number information.
2271 @item -s
2272 @itemx --basenames
2273 Display only the base of each file name.
2274 @end table
2276 @c man end
2278 @ignore
2279 @c man begin SEEALSO addr2line
2280 Info entries for @file{binutils}.
2281 @c man end
2282 @end ignore
2284 @node nlmconv
2285 @chapter nlmconv
2287 @command{nlmconv} converts a relocatable object file into a NetWare
2288 Loadable Module.
2290 @ignore
2291 @command{nlmconv} currently works with @samp{i386} object
2292 files in @code{coff}, @sc{elf}, or @code{a.out} format, and @sc{SPARC}
2293 object files in @sc{elf}, or @code{a.out} format@footnote{
2294 @command{nlmconv} should work with any @samp{i386} or @sc{sparc} object
2295 format in the Binary File Descriptor library.  It has only been tested
2296 with the above formats.}.
2297 @end ignore
2299 @quotation
2300 @emph{Warning:} @command{nlmconv} is not always built as part of the binary
2301 utilities, since it is only useful for NLM targets.
2302 @end quotation
2304 @c man title nlmconv converts object code into an NLM.
2306 @smallexample
2307 @c man begin SYNOPSIS nlmconv
2308 nlmconv [@option{-I} @var{bfdname}|@option{--input-target=}@var{bfdname}]
2309         [@option{-O} @var{bfdname}|@option{--output-target=}@var{bfdname}]
2310         [@option{-T} @var{headerfile}|@option{--header-file=}@var{headerfile}]
2311         [@option{-d}|@option{--debug}] [@option{-l} @var{linker}|@option{--linker=}@var{linker}]
2312         [@option{-h}|@option{--help}] [@option{-V}|@option{--version}]
2313         @var{infile} @var{outfile}
2314 @c man end
2315 @end smallexample
2317 @c man begin DESCRIPTION nlmconv
2319 @command{nlmconv} converts the relocatable @samp{i386} object file
2320 @var{infile} into the NetWare Loadable Module @var{outfile}, optionally
2321 reading @var{headerfile} for NLM header information.  For instructions
2322 on writing the NLM command file language used in header files, see the
2323 @samp{linkers} section, @samp{NLMLINK} in particular, of the @cite{NLM
2324 Development and Tools Overview}, which is part of the NLM Software
2325 Developer's Kit (``NLM SDK''), available from Novell, Inc.
2326 @command{nlmconv} uses the @sc{gnu} Binary File Descriptor library to read
2327 @var{infile};
2328 @ifclear man
2329 see @ref{BFD,,BFD,ld.info,Using LD}, for more information.
2330 @end ifclear
2332 @command{nlmconv} can perform a link step.  In other words, you can list
2333 more than one object file for input if you list them in the definitions
2334 file (rather than simply specifying one input file on the command line).
2335 In this case, @command{nlmconv} calls the linker for you.
2337 @c man end
2339 @c man begin OPTIONS nlmconv
2341 @table @env
2342 @item -I @var{bfdname}
2343 @itemx --input-target=@var{bfdname}
2344 Object format of the input file.  @command{nlmconv} can usually determine
2345 the format of a given file (so no default is necessary).
2346 @xref{Target Selection}, for more information.
2348 @item -O @var{bfdname}
2349 @itemx --output-target=@var{bfdname}
2350 Object format of the output file.  @command{nlmconv} infers the output
2351 format based on the input format, e.g. for a @samp{i386} input file the
2352 output format is @samp{nlm32-i386}.
2353 @xref{Target Selection}, for more information.
2355 @item -T @var{headerfile}
2356 @itemx --header-file=@var{headerfile}
2357 Reads @var{headerfile} for NLM header information.  For instructions on
2358 writing the NLM command file language used in header files, see@ see the
2359 @samp{linkers} section, of the @cite{NLM Development and Tools
2360 Overview}, which is part of the NLM Software Developer's Kit, available
2361 from Novell, Inc.
2363 @item -d
2364 @itemx --debug
2365 Displays (on standard error) the linker command line used by @command{nlmconv}.
2367 @item -l @var{linker}
2368 @itemx --linker=@var{linker}
2369 Use @var{linker} for any linking.  @var{linker} can be an absolute or a
2370 relative pathname.
2372 @item -h
2373 @itemx --help
2374 Prints a usage summary.
2376 @item -V
2377 @itemx --version
2378 Prints the version number for @command{nlmconv}.
2379 @end table
2381 @c man end
2383 @ignore
2384 @c man begin SEEALSO nlmconv
2385 the Info entries for @file{binutils}.
2386 @c man end
2387 @end ignore
2389 @node windres
2390 @chapter windres
2392 @command{windres} may be used to manipulate Windows resources.
2394 @quotation
2395 @emph{Warning:} @command{windres} is not always built as part of the binary
2396 utilities, since it is only useful for Windows targets.
2397 @end quotation
2399 @c man title windres manipulate Windows resources.
2401 @smallexample
2402 @c man begin SYNOPSIS windres
2403 windres [options] [input-file] [output-file]
2404 @c man end
2405 @end smallexample
2407 @c man begin DESCRIPTION windres
2409 @command{windres} reads resources from an input file and copies them into
2410 an output file.  Either file may be in one of three formats:
2412 @table @code
2413 @item rc
2414 A text format read by the Resource Compiler.
2416 @item res
2417 A binary format generated by the Resource Compiler.
2419 @item coff
2420 A COFF object or executable.
2421 @end table
2423 The exact description of these different formats is available in
2424 documentation from Microsoft.
2426 When @command{windres} converts from the @code{rc} format to the @code{res}
2427 format, it is acting like the Windows Resource Compiler.  When
2428 @command{windres} converts from the @code{res} format to the @code{coff}
2429 format, it is acting like the Windows @code{CVTRES} program.
2431 When @command{windres} generates an @code{rc} file, the output is similar
2432 but not identical to the format expected for the input.  When an input
2433 @code{rc} file refers to an external filename, an output @code{rc} file
2434 will instead include the file contents.
2436 If the input or output format is not specified, @command{windres} will
2437 guess based on the file name, or, for the input file, the file contents.
2438 A file with an extension of @file{.rc} will be treated as an @code{rc}
2439 file, a file with an extension of @file{.res} will be treated as a
2440 @code{res} file, and a file with an extension of @file{.o} or
2441 @file{.exe} will be treated as a @code{coff} file.
2443 If no output file is specified, @command{windres} will print the resources
2444 in @code{rc} format to standard output.
2446 The normal use is for you to write an @code{rc} file, use @command{windres}
2447 to convert it to a COFF object file, and then link the COFF file into
2448 your application.  This will make the resources described in the
2449 @code{rc} file available to Windows.
2451 @c man end
2453 @c man begin OPTIONS windres
2455 @table @env
2456 @item -i @var{filename}
2457 @itemx --input @var{filename}
2458 The name of the input file.  If this option is not used, then
2459 @command{windres} will use the first non-option argument as the input file
2460 name.  If there are no non-option arguments, then @command{windres} will
2461 read from standard input.  @command{windres} can not read a COFF file from
2462 standard input.
2464 @item -o @var{filename}
2465 @itemx --output @var{filename}
2466 The name of the output file.  If this option is not used, then
2467 @command{windres} will use the first non-option argument, after any used
2468 for the input file name, as the output file name.  If there is no
2469 non-option argument, then @command{windres} will write to standard output.
2470 @command{windres} can not write a COFF file to standard output.
2472 @item -I @var{format}
2473 @itemx --input-format @var{format}
2474 The input format to read.  @var{format} may be @samp{res}, @samp{rc}, or
2475 @samp{coff}.  If no input format is specified, @command{windres} will
2476 guess, as described above.
2478 @item -O @var{format}
2479 @itemx --output-format @var{format}
2480 The output format to generate.  @var{format} may be @samp{res},
2481 @samp{rc}, or @samp{coff}.  If no output format is specified,
2482 @command{windres} will guess, as described above.
2484 @item -F @var{target}
2485 @itemx --target @var{target}
2486 Specify the BFD format to use for a COFF file as input or output.  This
2487 is a BFD target name; you can use the @option{--help} option to see a list
2488 of supported targets.  Normally @command{windres} will use the default
2489 format, which is the first one listed by the @option{--help} option.
2490 @ifclear man
2491 @ref{Target Selection}.
2492 @end ifclear
2494 @item --preprocessor @var{program}
2495 When @command{windres} reads an @code{rc} file, it runs it through the C
2496 preprocessor first.  This option may be used to specify the preprocessor
2497 to use, including any leading arguments.  The default preprocessor
2498 argument is @code{gcc -E -xc-header -DRC_INVOKED}.
2500 @item --include-dir @var{directory}
2501 Specify an include directory to use when reading an @code{rc} file.
2502 @command{windres} will pass this to the preprocessor as an @option{-I}
2503 option.  @command{windres} will also search this directory when looking for
2504 files named in the @code{rc} file.
2506 @item -D @var{target}
2507 @itemx --define @var{sym}[=@var{val}]
2508 Specify a @option{-D} option to pass to the preprocessor when reading an
2509 @code{rc} file.
2511 @item -v
2512 Enable verbose mode.  This tells you what the preprocessor is if you
2513 didn't specify one.
2515 @item --language @var{val}
2516 Specify the default language to use when reading an @code{rc} file.
2517 @var{val} should be a hexadecimal language code.  The low eight bits are
2518 the language, and the high eight bits are the sublanguage.
2520 @item --use-temp-file
2521 Use a temporary file to instead of using popen to read the output of
2522 the preprocessor. Use this option if the popen implementation is buggy 
2523 on the host (eg., certain non-English language versions of Windows 95 and 
2524 Windows 98 are known to have buggy popen where the output will instead
2525 go the console).
2527 @item --no-use-temp-file
2528 Use popen, not a temporary file, to read the output of the preprocessor.
2529 This is the default behaviour.
2531 @item --help
2532 Prints a usage summary.
2534 @item --version
2535 Prints the version number for @command{windres}.
2537 @item --yydebug
2538 If @command{windres} is compiled with @code{YYDEBUG} defined as @code{1},
2539 this will turn on parser debugging.
2540 @end table
2542 @c man end
2544 @ignore
2545 @c man begin SEEALSO windres
2546 the Info entries for @file{binutils}.
2547 @c man end
2548 @end ignore
2550 @node dlltool
2551 @chapter Create files needed to build and use DLLs
2552 @cindex DLL
2553 @kindex dlltool
2555 @command{dlltool} may be used to create the files needed to build and use
2556 dynamic link libraries (DLLs).
2558 @quotation
2559 @emph{Warning:} @command{dlltool} is not always built as part of the binary
2560 utilities, since it is only useful for those targets which support DLLs.
2561 @end quotation
2563 @c man title dlltool Create files needed to build and use DLLs.
2565 @smallexample
2566 @c man begin SYNOPSIS dlltool
2567 dlltool [@option{-d}|@option{--input-def} @var{def-file-name}]
2568         [@option{-b}|@option{--base-file} @var{base-file-name}]
2569         [@option{-e}|@option{--output-exp} @var{exports-file-name}]
2570         [@option{-z}|@option{--output-def} @var{def-file-name}]
2571         [@option{-l}|@option{--output-lib} @var{library-file-name}]        
2572         [@option{--export-all-symbols}] [@option{--no-export-all-symbols}]
2573         [@option{--exclude-symbols} @var{list}]
2574         [@option{--no-default-excludes}]
2575         [@option{-S}|@option{--as} @var{path-to-assembler}] [@option{-f}|@option{--as-flags} @var{options}]
2576         [@option{-D}|@option{--dllname} @var{name}] [@option{-m}|@option{--machine} @var{machine}]
2577         [@option{-a}|@option{--add-indirect}] [@option{-U}|@option{--add-underscore}] [@option{-k}|@option{--kill-at}]
2578         [@option{-A}|@option{--add-stdcall-alias}]
2579         [@option{-x}|@option{--no-idata4}] [@option{-c}|@option{--no-idata5}] [@option{-i}|@option{--interwork}]
2580         [@option{-n}|@option{--nodelete}] [@option{-v}|@option{--verbose}] 
2581         [@option{-h}|@option{--help}] [@option{-V}|@option{--version}]
2582         [object-file @dots{}]
2583 @c man end
2584 @end smallexample
2586 @c man begin DESCRIPTION dlltool
2588 @command{dlltool} reads its inputs, which can come from the @option{-d} and
2589 @option{-b} options as well as object files specified on the command
2590 line.  It then processes these inputs and if the @option{-e} option has
2591 been specified it creates a exports file.  If the @option{-l} option
2592 has been specified it creates a library file and if the @option{-z} option
2593 has been specified it creates a def file.  Any or all of the @option{-e}, 
2594 @option{-l} and @option{-z} options can be present in one invocation of 
2595 dlltool.
2597 When creating a DLL, along with the source for the DLL, it is necessary
2598 to have three other files.  @command{dlltool} can help with the creation of
2599 these files.
2601 The first file is a @samp{.def} file which specifies which functions are
2602 exported from the DLL, which functions the DLL imports, and so on.  This
2603 is a text file and can be created by hand, or @command{dlltool} can be used
2604 to create it using the @option{-z} option.  In this case @command{dlltool}
2605 will scan the object files specified on its command line looking for
2606 those functions which have been specially marked as being exported and
2607 put entries for them in the .def file it creates.
2609 In order to mark a function as being exported from a DLL, it needs to
2610 have an @option{-export:<name_of_function>} entry in the @samp{.drectve}
2611 section of the object file.  This can be done in C by using the
2612 asm() operator:
2614 @smallexample
2615   asm (".section .drectve");  
2616   asm (".ascii \"-export:my_func\"");
2618   int my_func (void) @{ @dots{} @}
2619 @end smallexample
2621 The second file needed for DLL creation is an exports file.  This file
2622 is linked with the object files that make up the body of the DLL and it
2623 handles the interface between the DLL and the outside world.  This is a
2624 binary file and it can be created by giving the @option{-e} option to
2625 @command{dlltool} when it is creating or reading in a .def file. 
2627 The third file needed for DLL creation is the library file that programs
2628 will link with in order to access the functions in the DLL.  This file
2629 can be created by giving the @option{-l} option to dlltool when it
2630 is creating or reading in a .def file.
2632 @command{dlltool} builds the library file by hand, but it builds the
2633 exports file by creating temporary files containing assembler statements
2634 and then assembling these.  The @option{-S} command line option can be
2635 used to specify the path to the assembler that dlltool will use,
2636 and the @option{-f} option can be used to pass specific flags to that
2637 assembler.  The @option{-n} can be used to prevent dlltool from deleting
2638 these temporary assembler files when it is done, and if @option{-n} is
2639 specified twice then this will prevent dlltool from deleting the
2640 temporary object files it used to build the library.
2642 Here is an example of creating a DLL from a source file @samp{dll.c} and
2643 also creating a program (from an object file called @samp{program.o})
2644 that uses that DLL:
2646 @smallexample
2647   gcc -c dll.c
2648   dlltool -e exports.o -l dll.lib dll.o
2649   gcc dll.o exports.o -o dll.dll
2650   gcc program.o dll.lib -o program
2651 @end smallexample
2653 @c man end
2655 @c man begin OPTIONS dlltool
2657 The command line options have the following meanings:
2659 @table @env
2661 @item -d @var{filename}
2662 @itemx --input-def @var{filename}
2663 @cindex input .def file
2664 Specifies the name of a .def file to be read in and processed.
2666 @item -b @var{filename}
2667 @itemx --base-file @var{filename}
2668 @cindex base files
2669 Specifies the name of a base file to be read in and processed.  The
2670 contents of this file will be added to the relocation section in the
2671 exports file generated by dlltool.
2673 @item -e @var{filename}
2674 @itemx --output-exp @var{filename}
2675 Specifies the name of the export file to be created by dlltool.
2677 @item -z @var{filename}
2678 @itemx --output-def @var{filename}
2679 Specifies the name of the .def file to be created by dlltool.
2681 @item -l @var{filename}
2682 @itemx --output-lib @var{filename}
2683 Specifies the name of the library file to be created by dlltool.
2685 @item --export-all-symbols
2686 Treat all global and weak defined symbols found in the input object
2687 files as symbols to be exported.  There is a small list of symbols which
2688 are not exported by default; see the @option{--no-default-excludes}
2689 option.  You may add to the list of symbols to not export by using the
2690 @option{--exclude-symbols} option.
2692 @item --no-export-all-symbols
2693 Only export symbols explicitly listed in an input .def file or in
2694 @samp{.drectve} sections in the input object files.  This is the default
2695 behaviour.  The @samp{.drectve} sections are created by @samp{dllexport}
2696 attributes in the source code.
2698 @item --exclude-symbols @var{list}
2699 Do not export the symbols in @var{list}.  This is a list of symbol names
2700 separated by comma or colon characters.  The symbol names should not
2701 contain a leading underscore.  This is only meaningful when
2702 @option{--export-all-symbols} is used.
2704 @item --no-default-excludes
2705 When @option{--export-all-symbols} is used, it will by default avoid
2706 exporting certain special symbols.  The current list of symbols to avoid
2707 exporting is @samp{DllMain@@12}, @samp{DllEntryPoint@@0},
2708 @samp{impure_ptr}.  You may use the @option{--no-default-excludes} option
2709 to go ahead and export these special symbols.  This is only meaningful
2710 when @option{--export-all-symbols} is used.
2712 @item -S @var{path}
2713 @itemx --as @var{path}
2714 Specifies the path, including the filename, of the assembler to be used
2715 to create the exports file.
2717 @item -f @var{switches}
2718 @itemx --as-flags @var{switches}
2719 Specifies any specific command line switches to be passed to the
2720 assembler when building the exports file.  This option will work even if
2721 the @option{-S} option is not used.  This option only takes one argument,
2722 and if it occurs more than once on the command line, then later
2723 occurrences will override earlier occurrences.  So if it is necessary to
2724 pass multiple switches to the assembler they should be enclosed in
2725 double quotes.
2727 @item -D @var{name}
2728 @itemx --dll-name @var{name}
2729 Specifies the name to be stored in the .def file as the name of the DLL
2730 when the @option{-e} option is used.  If this option is not present, then
2731 the filename given to the @option{-e} option will be used as the name of
2732 the DLL.
2734 @item -m @var{machine}
2735 @itemx -machine @var{machine}
2736 Specifies the type of machine for which the library file should be
2737 built.  @command{dlltool} has a built in default type, depending upon how
2738 it was created, but this option can be used to override that.  This is
2739 normally only useful when creating DLLs for an ARM processor, when the
2740 contents of the DLL are actually encode using Thumb instructions.
2742 @item -a
2743 @itemx --add-indirect
2744 Specifies that when @command{dlltool} is creating the exports file it
2745 should add a section which allows the exported functions to be
2746 referenced without using the import library.  Whatever the hell that
2747 means! 
2749 @item -U
2750 @itemx --add-underscore
2751 Specifies that when @command{dlltool} is creating the exports file it
2752 should prepend an underscore to the names of the exported functions. 
2754 @item -k
2755 @itemx --kill-at
2756 Specifies that when @command{dlltool} is creating the exports file it
2757 should not append the string @samp{@@ <number>}.  These numbers are
2758 called ordinal numbers and they represent another way of accessing the
2759 function in a DLL, other than by name.
2761 @item -A
2762 @itemx --add-stdcall-alias
2763 Specifies that when @command{dlltool} is creating the exports file it
2764 should add aliases for stdcall symbols without @samp{@@ <number>}
2765 in addition to the symbols with @samp{@@ <number>}.
2767 @item -x
2768 @itemx --no-idata4
2769 Specifies that when @command{dlltool} is creating the exports and library
2770 files it should omit the @code{.idata4} section.  This is for compatibility
2771 with certain operating systems.
2773 @item -c
2774 @itemx --no-idata5
2775 Specifies that when @command{dlltool} is creating the exports and library
2776 files it should omit the @code{.idata5} section.  This is for compatibility
2777 with certain operating systems.
2779 @item -i
2780 @itemx --interwork
2781 Specifies that @command{dlltool} should mark the objects in the library
2782 file and exports file that it produces as supporting interworking
2783 between ARM and Thumb code.
2785 @item -n
2786 @itemx --nodelete
2787 Makes @command{dlltool} preserve the temporary assembler files it used to
2788 create the exports file.  If this option is repeated then dlltool will
2789 also preserve the temporary object files it uses to create the library
2790 file. 
2792 @item -v
2793 @itemx --verbose
2794 Make dlltool describe what it is doing.
2796 @item -h
2797 @itemx --help
2798 Displays a list of command line options and then exits.
2800 @item -V
2801 @itemx --version
2802 Displays dlltool's version number and then exits.
2804 @end table
2806 @c man end
2808 @ignore
2809 @c man begin SEEALSO dlltool
2810 the Info entries for @file{binutils}.
2811 @c man end
2812 @end ignore
2814 @node readelf
2815 @chapter readelf
2817 @cindex ELF file information
2818 @kindex readelf
2820 @c man title readelf Displays information about ELF files.
2822 @smallexample
2823 @c man begin SYNOPSIS readelf
2824 readelf [@option{-a}|@option{--all}] 
2825         [@option{-h}|@option{--file-header}]
2826         [@option{-l}|@option{--program-headers}|@option{--segments}]
2827         [@option{-S}|@option{--section-headers}|@option{--sections}]
2828         [@option{-e}|@option{--headers}]
2829         [@option{-s}|@option{--syms}|@option{--symbols}]
2830         [@option{-n}|@option{--notes}]
2831         [@option{-r}|@option{--relocs}]
2832         [@option{-u}|@option{--unwind}]
2833         [@option{-d}|@option{--dynamic}]
2834         [@option{-V}|@option{--version-info}]
2835         [@option{-D}|@option{--use-dynamic}]
2836         [@option{-x} <number>|@option{--hex-dump=}<number>]
2837         [@option{-w[liaprmf]}|@option{--debug-dump}[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames]]
2838         [@option{-histogram}]
2839         [@option{-v}|@option{--version}]
2840         [@option{-H}|@option{--help}]
2841         @var{elffile}@dots{}
2842 @c man end
2843 @end smallexample
2845 @c man begin DESCRIPTION readelf
2847 @command{readelf} displays information about one or more ELF format object
2848 files.  The options control what particular information to display.
2850 @var{elffile}@dots{} are the object files to be examined.  At the
2851 moment, @command{readelf} does not support examining archives, nor does it
2852 support examing 64 bit ELF files.
2854 @c man end
2856 @c man begin OPTIONS readelf
2858 The long and short forms of options, shown here as alternatives, are
2859 equivalent.  At least one option besides @samp{-v} or @samp{-H} must be
2860 given. 
2862 @table @env
2863 @item -a
2864 @itemx --all
2865 Equivalent to specifiying @option{--file-header},
2866 @option{--program-headers}, @option{--sections}, @option{--symbols},
2867 @option{--relocs}, @option{--dynamic}, @option{--notes} and
2868 @option{--version-info}. 
2870 @item -h
2871 @itemx --file-header
2872 @cindex ELF file header information
2873 Displays the information contained in the ELF header at the start of the
2874 file.
2876 @item -l
2877 @itemx --program-headers
2878 @itemx --segments
2879 @cindex ELF program header information
2880 @cindex ELF segment information
2881 Displays the information contained in the file's segment headers, if it
2882 has any.
2884 @item -S
2885 @itemx --sections
2886 @itemx --section-headers
2887 @cindex ELF section information
2888 Displays the information contained in the file's section headers, if it
2889 has any.
2891 @item -s
2892 @itemx --symbols
2893 @itemx --syms
2894 @cindex ELF symbol table information
2895 Displays the entries in symbol table section of the file, if it has one.
2897 @item -e
2898 @itemx --headers
2899 Display all the headers in the file.  Equivalent to @option{-h -l -S}.
2901 @item -n
2902 @itemx --notes
2903 @cindex ELF core notes
2904 Displays the contents of the NOTE segment, if it exists.
2906 @item -r
2907 @itemx --relocs
2908 @cindex ELF reloc information
2909 Displays the contents of the file's relocation section, if it has one.
2911 @item -u
2912 @itemx --unwind
2913 @cindex unwind information
2914 Displays the contents of the file's unwind section, if it has one.  Only
2915 the unwind sections for IA64 ELF files are currently supported.
2917 @item -d
2918 @itemx --dynamic
2919 @cindex ELF dynamic section information
2920 Displays the contents of the file's dynamic section, if it has one.
2922 @item -V
2923 @itemx --version-info
2924 @cindex ELF version sections informations
2925 Displays the contents of the version sections in the file, it they
2926 exist.
2928 @item -D
2929 @itemx --use-dynamic
2930 When displaying symbols, this option makes @command{readelf} use the
2931 symbol table in the file's dynamic section, rather than the one in the
2932 symbols section.
2934 @item -x <number>
2935 @itemx --hex-dump=<number>
2936 Displays the contents of the indicated section as a hexadecimal dump.
2938 @item -w[liaprmf]
2939 @itemx --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames]
2940 Displays the contents of the debug sections in the file, if any are
2941 present.  If one of the optional letters or words follows the switch
2942 then only data found in those specific sections will be dumped.
2944 @item --histogram
2945 Display a histogram of bucket list lengths when displaying the contents
2946 of the symbol tables.
2948 @item -v
2949 @itemx --version
2950 Display the version number of readelf.
2952 @item -H
2953 @itemx --help
2954 Display the command line options understood by @command{readelf}.
2956 @end table
2958 @c man end
2960 @ignore
2961 @c man begin SEEALSO readelf
2962 objdump(1), and the Info entries for @file{binutils}.
2963 @c man end
2964 @end ignore
2966 @node Selecting The Target System
2967 @chapter Selecting the target system
2969 You can specify three aspects of the target system to the @sc{gnu}
2970 binary file utilities, each in several ways:
2972 @itemize @bullet
2973 @item
2974 the target
2976 @item
2977 the architecture
2979 @item
2980 the linker emulation (which applies to the linker only)
2981 @end itemize
2983 In the following summaries, the lists of ways to specify values are in
2984 order of decreasing precedence.  The ways listed first override those
2985 listed later.
2987 The commands to list valid values only list the values for which the
2988 programs you are running were configured.  If they were configured with
2989 @option{--enable-targets=all}, the commands list most of the available
2990 values, but a few are left out; not all targets can be configured in at
2991 once because some of them can only be configured @dfn{native} (on hosts
2992 with the same type as the target system).
2994 @menu
2995 * Target Selection::            
2996 * Architecture Selection::      
2997 * Linker Emulation Selection::  
2998 @end menu
3000 @node Target Selection
3001 @section Target Selection
3003 A @dfn{target} is an object file format.  A given target may be
3004 supported for multiple architectures (@pxref{Architecture Selection}).
3005 A target selection may also have variations for different operating
3006 systems or architectures.
3008 The command to list valid target values is @samp{objdump -i}
3009 (the first column of output contains the relevant information).
3011 Some sample values are: @samp{a.out-hp300bsd}, @samp{ecoff-littlemips},
3012 @samp{a.out-sunos-big}.
3014 You can also specify a target using a configuration triplet.  This is
3015 the same sort of name that is passed to @file{configure} to specify a
3016 target.  When you use a configuration triplet as an argument, it must be
3017 fully canonicalized.  You can see the canonical version of a triplet by
3018 running the shell script @file{config.sub} which is included with the
3019 sources.
3021 Some sample configuration triplets are: @samp{m68k-hp-bsd},
3022 @samp{mips-dec-ultrix}, @samp{sparc-sun-sunos}.
3024 @subheading @command{objdump} Target
3026 Ways to specify:
3028 @enumerate
3029 @item
3030 command line option: @option{-b} or @option{--target}
3032 @item
3033 environment variable @code{GNUTARGET}
3035 @item
3036 deduced from the input file
3037 @end enumerate
3039 @subheading @command{objcopy} and @command{strip} Input Target
3041 Ways to specify:
3043 @enumerate
3044 @item
3045 command line options: @option{-I} or @option{--input-target}, or @option{-F} or @option{--target}
3047 @item
3048 environment variable @code{GNUTARGET}
3050 @item
3051 deduced from the input file
3052 @end enumerate
3054 @subheading @command{objcopy} and @command{strip} Output Target
3056 Ways to specify:
3058 @enumerate
3059 @item
3060 command line options: @option{-O} or @option{--output-target}, or @option{-F} or @option{--target}
3062 @item
3063 the input target (see ``@command{objcopy} and @command{strip} Input Target'' above)
3065 @item
3066 environment variable @code{GNUTARGET}
3068 @item
3069 deduced from the input file
3070 @end enumerate
3072 @subheading @command{nm}, @command{size}, and @command{strings} Target
3074 Ways to specify:
3076 @enumerate
3077 @item
3078 command line option: @option{--target}
3080 @item
3081 environment variable @code{GNUTARGET}
3083 @item
3084 deduced from the input file
3085 @end enumerate
3087 @subheading Linker Input Target
3089 Ways to specify:
3091 @enumerate
3092 @item
3093 command line option: @option{-b} or @option{--format}
3094 (@pxref{Options,,Options,ld.info,Using LD})
3096 @item
3097 script command @code{TARGET}
3098 (@pxref{Option Commands,,Option Commands,ld.info,Using LD})
3100 @item
3101 environment variable @code{GNUTARGET}
3102 (@pxref{Environment,,Environment,ld.info,Using LD})
3104 @item
3105 the default target of the selected linker emulation
3106 (@pxref{Linker Emulation Selection})
3107 @end enumerate
3109 @subheading Linker Output Target
3111 Ways to specify:
3113 @enumerate
3114 @item
3115 command line option: @option{-oformat}
3116 (@pxref{Options,,Options,ld.info,Using LD})
3118 @item
3119 script command @code{OUTPUT_FORMAT}
3120 (@pxref{Option Commands,,Option Commands,ld.info,Using LD})
3122 @item
3123 the linker input target (see ``Linker Input Target'' above)
3124 @end enumerate
3126 @node Architecture Selection
3127 @section Architecture selection
3129 An @dfn{architecture} is a type of @sc{cpu} on which an object file is
3130 to run.  Its name may contain a colon, separating the name of the
3131 processor family from the name of the particular @sc{cpu}.
3133 The command to list valid architecture values is @samp{objdump -i} (the
3134 second column contains the relevant information).
3136 Sample values: @samp{m68k:68020}, @samp{mips:3000}, @samp{sparc}.
3138 @subheading @command{objdump} Architecture
3140 Ways to specify:
3142 @enumerate
3143 @item
3144 command line option: @option{-m} or @option{--architecture}
3146 @item
3147 deduced from the input file
3148 @end enumerate
3150 @subheading @command{objcopy}, @command{nm}, @command{size}, @command{strings} Architecture
3152 Ways to specify:
3154 @enumerate
3155 @item
3156 deduced from the input file
3157 @end enumerate
3159 @subheading Linker Input Architecture
3161 Ways to specify:
3163 @enumerate
3164 @item
3165 deduced from the input file
3166 @end enumerate
3168 @subheading Linker Output Architecture
3170 Ways to specify:
3172 @enumerate
3173 @item
3174 script command @code{OUTPUT_ARCH}
3175 (@pxref{Option Commands,,Option Commands,ld.info,Using LD})
3177 @item
3178 the default architecture from the linker output target
3179 (@pxref{Target Selection})
3180 @end enumerate
3182 @node Linker Emulation Selection
3183 @section Linker emulation selection
3185 A linker @dfn{emulation} is a ``personality'' of the linker, which gives
3186 the linker default values for the other aspects of the target system.
3187 In particular, it consists of
3189 @itemize @bullet
3190 @item
3191 the linker script
3193 @item
3194 the target
3196 @item
3197 several ``hook'' functions that are run at certain stages of the linking
3198 process to do special things that some targets require
3199 @end itemize
3201 The command to list valid linker emulation values is @samp{ld -V}.
3203 Sample values: @samp{hp300bsd}, @samp{mipslit}, @samp{sun4}.
3205 Ways to specify:
3207 @enumerate
3208 @item
3209 command line option: @option{-m}
3210 (@pxref{Options,,Options,ld.info,Using LD})
3212 @item
3213 environment variable @code{LDEMULATION}
3215 @item
3216 compiled-in @code{DEFAULT_EMULATION} from @file{Makefile},
3217 which comes from @code{EMUL} in @file{config/@var{target}.mt}
3218 @end enumerate
3220 @node Reporting Bugs
3221 @chapter Reporting Bugs
3222 @cindex bugs
3223 @cindex reporting bugs
3225 Your bug reports play an essential role in making the binary utilities
3226 reliable.
3228 Reporting a bug may help you by bringing a solution to your problem, or
3229 it may not.  But in any case the principal function of a bug report is
3230 to help the entire community by making the next version of the binary
3231 utilities work better.  Bug reports are your contribution to their
3232 maintenance.
3234 In order for a bug report to serve its purpose, you must include the
3235 information that enables us to fix the bug.
3237 @menu
3238 * Bug Criteria::                Have you found a bug?
3239 * Bug Reporting::               How to report bugs
3240 @end menu
3242 @node Bug Criteria
3243 @section Have you found a bug?
3244 @cindex bug criteria
3246 If you are not sure whether you have found a bug, here are some guidelines:
3248 @itemize @bullet
3249 @cindex fatal signal
3250 @cindex crash
3251 @item
3252 If a binary utility gets a fatal signal, for any input whatever, that is
3253 a bug.  Reliable utilities never crash.
3255 @cindex error on valid input
3256 @item
3257 If a binary utility produces an error message for valid input, that is a
3258 bug.
3260 @item
3261 If you are an experienced user of binary utilities, your suggestions for
3262 improvement are welcome in any case.
3263 @end itemize
3265 @node Bug Reporting
3266 @section How to report bugs
3267 @cindex bug reports
3268 @cindex bugs, reporting
3270 A number of companies and individuals offer support for @sc{gnu}
3271 products.  If you obtained the binary utilities from a support
3272 organization, we recommend you contact that organization first.
3274 You can find contact information for many support companies and
3275 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
3276 distribution.
3278 In any event, we also recommend that you send bug reports for the binary
3279 utilities to @samp{bug-binutils@@gnu.org}.
3281 The fundamental principle of reporting bugs usefully is this:
3282 @strong{report all the facts}.  If you are not sure whether to state a
3283 fact or leave it out, state it!
3285 Often people omit facts because they think they know what causes the
3286 problem and assume that some details do not matter.  Thus, you might
3287 assume that the name of a file you use in an example does not matter.
3288 Well, probably it does not, but one cannot be sure.  Perhaps the bug is
3289 a stray memory reference which happens to fetch from the location where
3290 that pathname is stored in memory; perhaps, if the pathname were
3291 different, the contents of that location would fool the utility into
3292 doing the right thing despite the bug.  Play it safe and give a
3293 specific, complete example.  That is the easiest thing for you to do,
3294 and the most helpful.
3296 Keep in mind that the purpose of a bug report is to enable us to fix the bug if
3297 it is new to us.  Therefore, always write your bug reports on the assumption
3298 that the bug has not been reported previously.
3300 Sometimes people give a few sketchy facts and ask, ``Does this ring a
3301 bell?''  Those bug reports are useless, and we urge everyone to
3302 @emph{refuse to respond to them} except to chide the sender to report
3303 bugs properly.
3305 To enable us to fix the bug, you should include all these things:
3307 @itemize @bullet
3308 @item
3309 The version of the utility.  Each utility announces it if you start it
3310 with the @option{--version} argument.
3312 Without this, we will not know whether there is any point in looking for
3313 the bug in the current version of the binary utilities.
3315 @item
3316 Any patches you may have applied to the source, including any patches
3317 made to the @code{BFD} library.
3319 @item
3320 The type of machine you are using, and the operating system name and
3321 version number.
3323 @item
3324 What compiler (and its version) was used to compile the utilities---e.g.
3325 ``@code{gcc-2.7}''.
3327 @item
3328 The command arguments you gave the utility to observe the bug.  To
3329 guarantee you will not omit something important, list them all.  A copy
3330 of the Makefile (or the output from make) is sufficient.
3332 If we were to try to guess the arguments, we would probably guess wrong
3333 and then we might not encounter the bug.
3335 @item
3336 A complete input file, or set of input files, that will reproduce the
3337 bug.  If the utility is reading an object file or files, then it is
3338 generally most helpful to send the actual object files, uuencoded if
3339 necessary to get them through the mail system.  Note that
3340 @samp{bug-binutils@@gnu.org} is a mailing list, so you should avoid
3341 sending very large files to it.  Making the files available for
3342 anonymous FTP is OK.
3344 If the source files were produced exclusively using @sc{gnu} programs
3345 (e.g., @command{gcc}, @command{gas}, and/or the @sc{gnu} @command{ld}), then it
3346 may be OK to send the source files rather than the object files.  In
3347 this case, be sure to say exactly what version of @command{gcc}, or
3348 whatever, was used to produce the object files.  Also say how
3349 @command{gcc}, or whatever, was configured.
3351 @item
3352 A description of what behavior you observe that you believe is
3353 incorrect.  For example, ``It gets a fatal signal.''
3355 Of course, if the bug is that the utility gets a fatal signal, then we
3356 will certainly notice it.  But if the bug is incorrect output, we might
3357 not notice unless it is glaringly wrong.  You might as well not give us
3358 a chance to make a mistake.
3360 Even if the problem you experience is a fatal signal, you should still
3361 say so explicitly.  Suppose something strange is going on, such as your
3362 copy of the utility is out of synch, or you have encountered a bug in
3363 the C library on your system.  (This has happened!)  Your copy might
3364 crash and ours would not.  If you told us to expect a crash, then when
3365 ours fails to crash, we would know that the bug was not happening for
3366 us.  If you had not told us to expect a crash, then we would not be able
3367 to draw any conclusion from our observations.
3369 @item
3370 If you wish to suggest changes to the source, send us context diffs, as
3371 generated by @command{diff} with the @option{-u}, @option{-c}, or @option{-p}
3372 option.  Always send diffs from the old file to the new file.  If you
3373 wish to discuss something in the @command{ld} source, refer to it by
3374 context, not by line number.
3376 The line numbers in our development sources will not match those in your
3377 sources.  Your line numbers would convey no useful information to us.
3378 @end itemize
3380 Here are some things that are not necessary:
3382 @itemize @bullet
3383 @item
3384 A description of the envelope of the bug.
3386 Often people who encounter a bug spend a lot of time investigating
3387 which changes to the input file will make the bug go away and which
3388 changes will not affect it.
3390 This is often time consuming and not very useful, because the way we
3391 will find the bug is by running a single example under the debugger
3392 with breakpoints, not by pure deduction from a series of examples.
3393 We recommend that you save your time for something else.
3395 Of course, if you can find a simpler example to report @emph{instead}
3396 of the original one, that is a convenience for us.  Errors in the
3397 output will be easier to spot, running under the debugger will take
3398 less time, and so on.
3400 However, simplification is not vital; if you do not want to do this,
3401 report the bug anyway and send us the entire test case you used.
3403 @item
3404 A patch for the bug.
3406 A patch for the bug does help us if it is a good one.  But do not omit
3407 the necessary information, such as the test case, on the assumption that
3408 a patch is all we need.  We might see problems with your patch and decide
3409 to fix the problem another way, or we might not understand it at all.
3411 Sometimes with programs as complicated as the binary utilities it is
3412 very hard to construct an example that will make the program follow a
3413 certain path through the code.  If you do not send us the example, we
3414 will not be able to construct one, so we will not be able to verify that
3415 the bug is fixed.
3417 And if we cannot understand what bug you are trying to fix, or why your
3418 patch should be an improvement, we will not install it.  A test case will
3419 help us to understand.
3421 @item
3422 A guess about what the bug is or what it depends on.
3424 Such guesses are usually wrong.  Even we cannot guess right about such
3425 things without first using the debugger to find the facts.
3426 @end itemize
3428 @node GNU Free Documentation License
3429 @chapter GNU Free Documentation License
3430 @cindex GNU Free Documentation License
3432                 GNU Free Documentation License
3433                 
3434                    Version 1.1, March 2000
3436  Copyright (C) 2000  Free Software Foundation, Inc.
3437   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
3438      
3439  Everyone is permitted to copy and distribute verbatim copies
3440  of this license document, but changing it is not allowed.
3443 0. PREAMBLE
3445 The purpose of this License is to make a manual, textbook, or other
3446 written document "free" in the sense of freedom: to assure everyone
3447 the effective freedom to copy and redistribute it, with or without
3448 modifying it, either commercially or noncommercially.  Secondarily,
3449 this License preserves for the author and publisher a way to get
3450 credit for their work, while not being considered responsible for
3451 modifications made by others.
3453 This License is a kind of "copyleft", which means that derivative
3454 works of the document must themselves be free in the same sense.  It
3455 complements the GNU General Public License, which is a copyleft
3456 license designed for free software.
3458 We have designed this License in order to use it for manuals for free
3459 software, because free software needs free documentation: a free
3460 program should come with manuals providing the same freedoms that the
3461 software does.  But this License is not limited to software manuals;
3462 it can be used for any textual work, regardless of subject matter or
3463 whether it is published as a printed book.  We recommend this License
3464 principally for works whose purpose is instruction or reference.
3467 1. APPLICABILITY AND DEFINITIONS
3469 This License applies to any manual or other work that contains a
3470 notice placed by the copyright holder saying it can be distributed
3471 under the terms of this License.  The "Document", below, refers to any
3472 such manual or work.  Any member of the public is a licensee, and is
3473 addressed as "you".
3475 A "Modified Version" of the Document means any work containing the
3476 Document or a portion of it, either copied verbatim, or with
3477 modifications and/or translated into another language.
3479 A "Secondary Section" is a named appendix or a front-matter section of
3480 the Document that deals exclusively with the relationship of the
3481 publishers or authors of the Document to the Document's overall subject
3482 (or to related matters) and contains nothing that could fall directly
3483 within that overall subject.  (For example, if the Document is in part a
3484 textbook of mathematics, a Secondary Section may not explain any
3485 mathematics.)  The relationship could be a matter of historical
3486 connection with the subject or with related matters, or of legal,
3487 commercial, philosophical, ethical or political position regarding
3488 them.
3490 The "Invariant Sections" are certain Secondary Sections whose titles
3491 are designated, as being those of Invariant Sections, in the notice
3492 that says that the Document is released under this License.
3494 The "Cover Texts" are certain short passages of text that are listed,
3495 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
3496 the Document is released under this License.
3498 A "Transparent" copy of the Document means a machine-readable copy,
3499 represented in a format whose specification is available to the
3500 general public, whose contents can be viewed and edited directly and
3501 straightforwardly with generic text editors or (for images composed of
3502 pixels) generic paint programs or (for drawings) some widely available
3503 drawing editor, and that is suitable for input to text formatters or
3504 for automatic translation to a variety of formats suitable for input
3505 to text formatters.  A copy made in an otherwise Transparent file
3506 format whose markup has been designed to thwart or discourage
3507 subsequent modification by readers is not Transparent.  A copy that is
3508 not "Transparent" is called "Opaque".
3510 Examples of suitable formats for Transparent copies include plain
3511 ASCII without markup, Texinfo input format, LaTeX input format, SGML
3512 or XML using a publicly available DTD, and standard-conforming simple
3513 HTML designed for human modification.  Opaque formats include
3514 PostScript, PDF, proprietary formats that can be read and edited only
3515 by proprietary word processors, SGML or XML for which the DTD and/or
3516 processing tools are not generally available, and the
3517 machine-generated HTML produced by some word processors for output
3518 purposes only.
3520 The "Title Page" means, for a printed book, the title page itself,
3521 plus such following pages as are needed to hold, legibly, the material
3522 this License requires to appear in the title page.  For works in
3523 formats which do not have any title page as such, "Title Page" means
3524 the text near the most prominent appearance of the work's title,
3525 preceding the beginning of the body of the text.
3528 2. VERBATIM COPYING
3530 You may copy and distribute the Document in any medium, either
3531 commercially or noncommercially, provided that this License, the
3532 copyright notices, and the license notice saying this License applies
3533 to the Document are reproduced in all copies, and that you add no other
3534 conditions whatsoever to those of this License.  You may not use
3535 technical measures to obstruct or control the reading or further
3536 copying of the copies you make or distribute.  However, you may accept
3537 compensation in exchange for copies.  If you distribute a large enough
3538 number of copies you must also follow the conditions in section 3.
3540 You may also lend copies, under the same conditions stated above, and
3541 you may publicly display copies.
3544 3. COPYING IN QUANTITY
3546 If you publish printed copies of the Document numbering more than 100,
3547 and the Document's license notice requires Cover Texts, you must enclose
3548 the copies in covers that carry, clearly and legibly, all these Cover
3549 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
3550 the back cover.  Both covers must also clearly and legibly identify
3551 you as the publisher of these copies.  The front cover must present
3552 the full title with all words of the title equally prominent and
3553 visible.  You may add other material on the covers in addition.
3554 Copying with changes limited to the covers, as long as they preserve
3555 the title of the Document and satisfy these conditions, can be treated
3556 as verbatim copying in other respects.
3558 If the required texts for either cover are too voluminous to fit
3559 legibly, you should put the first ones listed (as many as fit
3560 reasonably) on the actual cover, and continue the rest onto adjacent
3561 pages.
3563 If you publish or distribute Opaque copies of the Document numbering
3564 more than 100, you must either include a machine-readable Transparent
3565 copy along with each Opaque copy, or state in or with each Opaque copy
3566 a publicly-accessible computer-network location containing a complete
3567 Transparent copy of the Document, free of added material, which the
3568 general network-using public has access to download anonymously at no
3569 charge using public-standard network protocols.  If you use the latter
3570 option, you must take reasonably prudent steps, when you begin
3571 distribution of Opaque copies in quantity, to ensure that this
3572 Transparent copy will remain thus accessible at the stated location
3573 until at least one year after the last time you distribute an Opaque
3574 copy (directly or through your agents or retailers) of that edition to
3575 the public.
3577 It is requested, but not required, that you contact the authors of the
3578 Document well before redistributing any large number of copies, to give
3579 them a chance to provide you with an updated version of the Document.
3582 4. MODIFICATIONS
3584 You may copy and distribute a Modified Version of the Document under
3585 the conditions of sections 2 and 3 above, provided that you release
3586 the Modified Version under precisely this License, with the Modified
3587 Version filling the role of the Document, thus licensing distribution
3588 and modification of the Modified Version to whoever possesses a copy
3589 of it.  In addition, you must do these things in the Modified Version:
3591 A. Use in the Title Page (and on the covers, if any) a title distinct
3592    from that of the Document, and from those of previous versions
3593    (which should, if there were any, be listed in the History section
3594    of the Document).  You may use the same title as a previous version
3595    if the original publisher of that version gives permission.
3596 B. List on the Title Page, as authors, one or more persons or entities
3597    responsible for authorship of the modifications in the Modified
3598    Version, together with at least five of the principal authors of the
3599    Document (all of its principal authors, if it has less than five).
3600 C. State on the Title page the name of the publisher of the
3601    Modified Version, as the publisher.
3602 D. Preserve all the copyright notices of the Document.
3603 E. Add an appropriate copyright notice for your modifications
3604    adjacent to the other copyright notices.
3605 F. Include, immediately after the copyright notices, a license notice
3606    giving the public permission to use the Modified Version under the
3607    terms of this License, in the form shown in the Addendum below.
3608 G. Preserve in that license notice the full lists of Invariant Sections
3609    and required Cover Texts given in the Document's license notice.
3610 H. Include an unaltered copy of this License.
3611 I. Preserve the section entitled "History", and its title, and add to
3612    it an item stating at least the title, year, new authors, and
3613    publisher of the Modified Version as given on the Title Page.  If
3614    there is no section entitled "History" in the Document, create one
3615    stating the title, year, authors, and publisher of the Document as
3616    given on its Title Page, then add an item describing the Modified
3617    Version as stated in the previous sentence.
3618 J. Preserve the network location, if any, given in the Document for
3619    public access to a Transparent copy of the Document, and likewise
3620    the network locations given in the Document for previous versions
3621    it was based on.  These may be placed in the "History" section.
3622    You may omit a network location for a work that was published at
3623    least four years before the Document itself, or if the original
3624    publisher of the version it refers to gives permission.
3625 K. In any section entitled "Acknowledgements" or "Dedications",
3626    preserve the section's title, and preserve in the section all the
3627    substance and tone of each of the contributor acknowledgements
3628    and/or dedications given therein.
3629 L. Preserve all the Invariant Sections of the Document,
3630    unaltered in their text and in their titles.  Section numbers
3631    or the equivalent are not considered part of the section titles.
3632 M. Delete any section entitled "Endorsements".  Such a section
3633    may not be included in the Modified Version.
3634 N. Do not retitle any existing section as "Endorsements"
3635    or to conflict in title with any Invariant Section.
3637 If the Modified Version includes new front-matter sections or
3638 appendices that qualify as Secondary Sections and contain no material
3639 copied from the Document, you may at your option designate some or all
3640 of these sections as invariant.  To do this, add their titles to the
3641 list of Invariant Sections in the Modified Version's license notice.
3642 These titles must be distinct from any other section titles.
3644 You may add a section entitled "Endorsements", provided it contains
3645 nothing but endorsements of your Modified Version by various
3646 parties--for example, statements of peer review or that the text has
3647 been approved by an organization as the authoritative definition of a
3648 standard.
3650 You may add a passage of up to five words as a Front-Cover Text, and a
3651 passage of up to 25 words as a Back-Cover Text, to the end of the list
3652 of Cover Texts in the Modified Version.  Only one passage of
3653 Front-Cover Text and one of Back-Cover Text may be added by (or
3654 through arrangements made by) any one entity.  If the Document already
3655 includes a cover text for the same cover, previously added by you or
3656 by arrangement made by the same entity you are acting on behalf of,
3657 you may not add another; but you may replace the old one, on explicit
3658 permission from the previous publisher that added the old one.
3660 The author(s) and publisher(s) of the Document do not by this License
3661 give permission to use their names for publicity for or to assert or
3662 imply endorsement of any Modified Version.
3665 5. COMBINING DOCUMENTS
3667 You may combine the Document with other documents released under this
3668 License, under the terms defined in section 4 above for modified
3669 versions, provided that you include in the combination all of the
3670 Invariant Sections of all of the original documents, unmodified, and
3671 list them all as Invariant Sections of your combined work in its
3672 license notice.
3674 The combined work need only contain one copy of this License, and
3675 multiple identical Invariant Sections may be replaced with a single
3676 copy.  If there are multiple Invariant Sections with the same name but
3677 different contents, make the title of each such section unique by
3678 adding at the end of it, in parentheses, the name of the original
3679 author or publisher of that section if known, or else a unique number.
3680 Make the same adjustment to the section titles in the list of
3681 Invariant Sections in the license notice of the combined work.
3683 In the combination, you must combine any sections entitled "History"
3684 in the various original documents, forming one section entitled
3685 "History"; likewise combine any sections entitled "Acknowledgements",
3686 and any sections entitled "Dedications".  You must delete all sections
3687 entitled "Endorsements."
3690 6. COLLECTIONS OF DOCUMENTS
3692 You may make a collection consisting of the Document and other documents
3693 released under this License, and replace the individual copies of this
3694 License in the various documents with a single copy that is included in
3695 the collection, provided that you follow the rules of this License for
3696 verbatim copying of each of the documents in all other respects.
3698 You may extract a single document from such a collection, and distribute
3699 it individually under this License, provided you insert a copy of this
3700 License into the extracted document, and follow this License in all
3701 other respects regarding verbatim copying of that document.
3704 7. AGGREGATION WITH INDEPENDENT WORKS
3706 A compilation of the Document or its derivatives with other separate
3707 and independent documents or works, in or on a volume of a storage or
3708 distribution medium, does not as a whole count as a Modified Version
3709 of the Document, provided no compilation copyright is claimed for the
3710 compilation.  Such a compilation is called an "aggregate", and this
3711 License does not apply to the other self-contained works thus compiled
3712 with the Document, on account of their being thus compiled, if they
3713 are not themselves derivative works of the Document.
3715 If the Cover Text requirement of section 3 is applicable to these
3716 copies of the Document, then if the Document is less than one quarter
3717 of the entire aggregate, the Document's Cover Texts may be placed on
3718 covers that surround only the Document within the aggregate.
3719 Otherwise they must appear on covers around the whole aggregate.
3722 8. TRANSLATION
3724 Translation is considered a kind of modification, so you may
3725 distribute translations of the Document under the terms of section 4.
3726 Replacing Invariant Sections with translations requires special
3727 permission from their copyright holders, but you may include
3728 translations of some or all Invariant Sections in addition to the
3729 original versions of these Invariant Sections.  You may include a
3730 translation of this License provided that you also include the
3731 original English version of this License.  In case of a disagreement
3732 between the translation and the original English version of this
3733 License, the original English version will prevail.
3736 9. TERMINATION
3738 You may not copy, modify, sublicense, or distribute the Document except
3739 as expressly provided for under this License.  Any other attempt to
3740 copy, modify, sublicense or distribute the Document is void, and will
3741 automatically terminate your rights under this License.  However,
3742 parties who have received copies, or rights, from you under this
3743 License will not have their licenses terminated so long as such
3744 parties remain in full compliance.
3747 10. FUTURE REVISIONS OF THIS LICENSE
3749 The Free Software Foundation may publish new, revised versions
3750 of the GNU Free Documentation License from time to time.  Such new
3751 versions will be similar in spirit to the present version, but may
3752 differ in detail to address new problems or concerns.  See
3753 http://www.gnu.org/copyleft/.
3755 Each version of the License is given a distinguishing version number.
3756 If the Document specifies that a particular numbered version of this
3757 License "or any later version" applies to it, you have the option of
3758 following the terms and conditions either of that specified version or
3759 of any later version that has been published (not as a draft) by the
3760 Free Software Foundation.  If the Document does not specify a version
3761 number of this License, you may choose any version ever published (not
3762 as a draft) by the Free Software Foundation.
3765 ADDENDUM: How to use this License for your documents
3767 To use this License in a document you have written, include a copy of
3768 the License in the document and put the following copyright and
3769 license notices just after the title page:
3771 @smallexample
3772     Copyright (c)  YEAR  YOUR NAME.
3773     Permission is granted to copy, distribute and/or modify this document
3774     under the terms of the GNU Free Documentation License, Version 1.1
3775     or any later version published by the Free Software Foundation;
3776     with the Invariant Sections being LIST THEIR TITLES, with the
3777     Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
3778     A copy of the license is included in the section entitled "GNU
3779     Free Documentation License".
3780 @end smallexample
3782 If you have no Invariant Sections, write "with no Invariant Sections"
3783 instead of saying which ones are invariant.  If you have no
3784 Front-Cover Texts, write "no Front-Cover Texts" instead of
3785 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
3787 If your document contains nontrivial examples of program code, we
3788 recommend releasing these examples in parallel under your choice of
3789 free software license, such as the GNU General Public License,
3790 to permit their use in free software.
3792 @node Index
3793 @unnumbered Index
3795 @printindex cp
3797 @contents
3798 @bye