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