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