Correct the text describing windres's --processor option.
[deliverable/binutils-gdb.git] / binutils / doc / binutils.texi
CommitLineData
252b5132
RH
1\input texinfo @c -*- Texinfo -*-
2@setfilename binutils.info
e016ec1f
NC
3@settitle @sc{gnu} Binary Utilities
4@finalout
5@synindex ky cp
8c2bc687 6
dff70155 7@c man begin INCLUDE
c428fa83 8@include bfdver.texi
dff70155 9@c man end
252b5132 10
0e9517a9 11@copying
0285c67d 12@c man begin COPYRIGHT
250d07de 13Copyright @copyright{} 1991-2021 Free Software Foundation, Inc.
252b5132 14
0285c67d 15Permission is granted to copy, distribute and/or modify this document
793c5807 16under the terms of the GNU Free Documentation License, Version 1.3
0285c67d
NC
17or any later version published by the Free Software Foundation;
18with no Invariant Sections, with no Front-Cover Texts, and with no
19Back-Cover Texts. A copy of the license is included in the
947ed062 20section entitled ``GNU Free Documentation License''.
252b5132 21
0285c67d 22@c man end
0e9517a9 23@end copying
252b5132 24
e016ec1f
NC
25@dircategory Software development
26@direntry
27* Binutils: (binutils). The GNU binary utilities.
28@end direntry
29
30@dircategory Individual utilities
31@direntry
32* addr2line: (binutils)addr2line. Convert addresses to file and line.
33* ar: (binutils)ar. Create, modify, and extract from archives.
34* c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols.
35* cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
36* dlltool: (binutils)dlltool. Create files needed to build and use DLLs.
e016ec1f
NC
37* nm: (binutils)nm. List symbols from object files.
38* objcopy: (binutils)objcopy. Copy and translate object files.
39* objdump: (binutils)objdump. Display information from object files.
40* ranlib: (binutils)ranlib. Generate index to archive contents.
41* readelf: (binutils)readelf. Display the contents of ELF format files.
42* size: (binutils)size. List section sizes and total size.
43* strings: (binutils)strings. List printable strings from files.
44* strip: (binutils)strip. Discard symbols.
8a6b075b 45* elfedit: (binutils)elfedit. Update ELF header and property of ELF files.
e016ec1f
NC
46* windmc: (binutils)windmc. Generator for Windows message resources.
47* windres: (binutils)windres. Manipulate Windows resources.
48@end direntry
49
252b5132 50@titlepage
252b5132 51@title The @sc{gnu} Binary Utilities
e49e529d
JM
52@ifset VERSION_PACKAGE
53@subtitle @value{VERSION_PACKAGE}
54@end ifset
252b5132
RH
55@subtitle Version @value{VERSION}
56@sp 1
36607f99 57@subtitle @value{UPDATED}
252b5132
RH
58@author Roland H. Pesch
59@author Jeffrey M. Osier
60@author Cygnus Support
61@page
62
63@tex
64{\parskip=0pt \hfill Cygnus Support\par \hfill
e016ec1f 65Texinfo \texinfoversion\par }
252b5132
RH
66@end tex
67
68@vskip 0pt plus 1filll
e016ec1f 69@insertcopying
252b5132 70@end titlepage
4ecceb71 71@contents
252b5132
RH
72
73@node Top
74@top Introduction
75
76@cindex version
947ed062 77This brief manual contains documentation for the @sc{gnu} binary
e49e529d
JM
78utilities
79@ifset VERSION_PACKAGE
80@value{VERSION_PACKAGE}
81@end ifset
82version @value{VERSION}:
252b5132
RH
83
84@iftex
85@table @code
86@item ar
87Create, modify, and extract from archives
88
89@item nm
90List symbols from object files
91
92@item objcopy
93Copy and translate object files
94
95@item objdump
96Display information from object files
97
98@item ranlib
99Generate index to archive contents
100
101@item readelf
102Display the contents of ELF format files.
103
104@item size
105List file section sizes and total size
106
107@item strings
108List printable strings from files
109
110@item strip
111Discard symbols
112
30fd33bb 113@item elfedit
8a6b075b 114Update the ELF header and program property of ELF files.
30fd33bb 115
252b5132 116@item c++filt
9d51cc66
ILT
117Demangle encoded C++ symbols (on MS-DOS, this program is named
118@code{cxxfilt})
252b5132
RH
119
120@item addr2line
121Convert addresses into file names and line numbers
122
252b5132
RH
123@item windres
124Manipulate Windows resources
125
692ed3e7 126@item windmc
a8685210 127Generator for Windows message resources
692ed3e7 128
252b5132
RH
129@item dlltool
130Create the files needed to build and use Dynamic Link Libraries
131@end table
132@end iftex
133
cf055d54 134This document is distributed under the terms of the GNU Free
793c5807
NC
135Documentation License version 1.3. A copy of the license is included
136in the section entitled ``GNU Free Documentation License''.
cf055d54 137
252b5132
RH
138@menu
139* ar:: Create, modify, and extract from archives
140* nm:: List symbols from object files
141* objcopy:: Copy and translate object files
142* objdump:: Display information from object files
143* ranlib:: Generate index to archive contents
252b5132
RH
144* size:: List section sizes and total size
145* strings:: List printable strings from files
146* strip:: Discard symbols
147* c++filt:: Filter to demangle encoded C++ symbols
9d51cc66 148* cxxfilt: c++filt. MS-DOS name for c++filt
252b5132 149* addr2line:: Convert addresses to file and line
692ed3e7 150* windmc:: Generator for Windows message resources
7ca01ed9 151* windres:: Manipulate Windows resources
252b5132 152* dlltool:: Create files needed to build and use DLLs
7ca01ed9 153* readelf:: Display the contents of ELF format files
8a6b075b 154* elfedit:: Update ELF header and property of ELF files
07012eee 155* Common Options:: Command-line options for all utilities
fff279a7 156* Selecting the Target System:: How these utilities determine the target
301a9420 157* debuginfod:: Using binutils with debuginfod
252b5132 158* Reporting Bugs:: Reporting Bugs
cf055d54 159* GNU Free Documentation License:: GNU Free Documentation License
fa0d8a3e 160* Binutils Index:: Binutils Index
252b5132
RH
161@end menu
162
163@node ar
164@chapter ar
165
166@kindex ar
167@cindex archives
168@cindex collections of files
0285c67d
NC
169
170@c man title ar create, modify, and extract from archives
171
252b5132 172@smallexample
f3016d6c 173ar [-]@var{p}[@var{mod}] [@option{--plugin} @var{name}] [@option{--target} @var{bfdname}] [@option{--output} @var{dirname}] [@option{--record-libdeps} @var{libdeps}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@dots{}]
252b5132
RH
174ar -M [ <mri-script ]
175@end smallexample
176
0285c67d
NC
177@c man begin DESCRIPTION ar
178
c7c55b78 179The @sc{gnu} @command{ar} program creates, modifies, and extracts from
252b5132
RH
180archives. An @dfn{archive} is a single file holding a collection of
181other files in a structure that makes it possible to retrieve
182the original individual files (called @dfn{members} of the archive).
183
184The original files' contents, mode (permissions), timestamp, owner, and
185group are preserved in the archive, and can be restored on
c1c0eb9e 186extraction.
252b5132
RH
187
188@cindex name length
c7c55b78
NC
189@sc{gnu} @command{ar} can maintain archives whose members have names of any
190length; however, depending on how @command{ar} is configured on your
252b5132
RH
191system, a limit on member-name length may be imposed for compatibility
192with archive formats maintained with other tools. If it exists, the
193limit is often 15 characters (typical of formats related to a.out) or 16
194characters (typical of formats related to coff).
195
196@cindex libraries
c7c55b78 197@command{ar} is considered a binary utility because archives of this sort
252b5132 198are most often used as @dfn{libraries} holding commonly needed
f3016d6c
HC
199subroutines. Since libraries often will depend on other libraries,
200@command{ar} can also record the dependencies of a library when the
201@option{--record-libdeps} option is specified.
252b5132
RH
202
203@cindex symbol index
c7c55b78 204@command{ar} creates an index to the symbols defined in relocatable
252b5132 205object modules in the archive when you specify the modifier @samp{s}.
c7c55b78 206Once created, this index is updated in the archive whenever @command{ar}
252b5132
RH
207makes a change to its contents (save for the @samp{q} update operation).
208An archive with such an index speeds up linking to the library, and
209allows routines in the library to call each other without regard to
210their placement in the archive.
211
212You may use @samp{nm -s} or @samp{nm --print-armap} to list this index
c7c55b78
NC
213table. If an archive lacks the table, another form of @command{ar} called
214@command{ranlib} can be used to add just the table.
252b5132 215
a8da6403
NC
216@cindex thin archives
217@sc{gnu} @command{ar} can optionally create a @emph{thin} archive,
218which contains a symbol index and references to the original copies
a043396b
NC
219of the member files of the archive. This is useful for building
220libraries for use within a local build tree, where the relocatable
221objects are expected to remain available, and copying the contents of
222each object would only waste time and space.
223
224An archive can either be @emph{thin} or it can be normal. It cannot
225be both at the same time. Once an archive is created its format
226cannot be changed without first deleting it and then creating a new
227archive in its place.
228
229Thin archives are also @emph{flattened}, so that adding one thin
230archive to another thin archive does not nest it, as would happen with
231a normal archive. Instead the elements of the first archive are added
232individually to the second archive.
233
a8da6403 234The paths to the elements of the archive are stored relative to the
d8f187c1 235archive itself.
a8da6403 236
c7c55b78
NC
237@cindex compatibility, @command{ar}
238@cindex @command{ar} compatibility
239@sc{gnu} @command{ar} is designed to be compatible with two different
252b5132 240facilities. You can control its activity using command-line options,
c7c55b78
NC
241like the different varieties of @command{ar} on Unix systems; or, if you
242specify the single command-line option @option{-M}, you can control it
252b5132
RH
243with a script supplied via standard input, like the MRI ``librarian''
244program.
245
0285c67d
NC
246@c man end
247
252b5132 248@menu
c7c55b78
NC
249* ar cmdline:: Controlling @command{ar} on the command line
250* ar scripts:: Controlling @command{ar} with a script
252b5132
RH
251@end menu
252
253@page
254@node ar cmdline
947ed062 255@section Controlling @command{ar} on the Command Line
252b5132
RH
256
257@smallexample
0285c67d 258@c man begin SYNOPSIS ar
f3016d6c 259ar [@option{-X32_64}] [@option{-}]@var{p}[@var{mod}] [@option{--plugin} @var{name}] [@option{--target} @var{bfdname}] [@option{--output} @var{dirname}] [@option{--record-libdeps} @var{libdeps}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@dots{}]
0285c67d 260@c man end
252b5132
RH
261@end smallexample
262
c7c55b78
NC
263@cindex Unix compatibility, @command{ar}
264When you use @command{ar} in the Unix style, @command{ar} insists on at least two
252b5132
RH
265arguments to execute: one keyletter specifying the @emph{operation}
266(optionally accompanied by other keyletters specifying
267@emph{modifiers}), and the archive name to act on.
268
269Most operations can also accept further @var{member} arguments,
270specifying particular files to operate on.
271
0285c67d
NC
272@c man begin OPTIONS ar
273
c7c55b78 274@sc{gnu} @command{ar} allows you to mix the operation code @var{p} and modifier
252b5132
RH
275flags @var{mod} in any order, within the first command-line argument.
276
277If you wish, you may begin the first command-line argument with a
278dash.
279
280@cindex operations on archive
281The @var{p} keyletter specifies what operation to execute; it may be
282any of the following, but you must specify only one of them:
283
c7c55b78 284@table @samp
252b5132
RH
285@item d
286@cindex deleting from archive
287@emph{Delete} modules from the archive. Specify the names of modules to
288be deleted as @var{member}@dots{}; the archive is untouched if you
289specify no files to delete.
290
c7c55b78 291If you specify the @samp{v} modifier, @command{ar} lists each module
252b5132
RH
292as it is deleted.
293
294@item m
295@cindex moving in archive
296Use this operation to @emph{move} members in an archive.
297
298The ordering of members in an archive can make a difference in how
299programs are linked using the library, if a symbol is defined in more
c1c0eb9e 300than one member.
252b5132
RH
301
302If no modifiers are used with @code{m}, any members you name in the
303@var{member} arguments are moved to the @emph{end} of the archive;
304you can use the @samp{a}, @samp{b}, or @samp{i} modifiers to move them to a
305specified place instead.
306
307@item p
308@cindex printing from archive
309@emph{Print} the specified members of the archive, to the standard
310output file. If the @samp{v} modifier is specified, show the member
311name before copying its contents to standard output.
312
313If you specify no @var{member} arguments, all the files in the archive are
314printed.
315
316@item q
317@cindex quick append to archive
318@emph{Quick append}; Historically, add the files @var{member}@dots{} to the end of
319@var{archive}, without checking for replacement.
320
321The modifiers @samp{a}, @samp{b}, and @samp{i} do @emph{not} affect this
322operation; new members are always placed at the end of the archive.
323
c7c55b78 324The modifier @samp{v} makes @command{ar} list each file as it is appended.
252b5132 325
ce0570c7
NC
326Since the point of this operation is speed, implementations of
327@command{ar} have the option of not updating the archive's symbol
328table if one exists. Too many different systems however assume that
329symbol tables are always up-to-date, so @sc{gnu} @command{ar} will
330rebuild the table even with a quick append.
331
5e080929 332Note - @sc{gnu} @command{ar} treats the command @samp{qs} as a
ce0570c7
NC
333synonym for @samp{r} - replacing already existing files in the
334archive and appending new ones at the end.
252b5132
RH
335
336@item r
337@cindex replacement in archive
338Insert the files @var{member}@dots{} into @var{archive} (with
339@emph{replacement}). This operation differs from @samp{q} in that any
340previously existing members are deleted if their names match those being
341added.
342
c7c55b78 343If one of the files named in @var{member}@dots{} does not exist, @command{ar}
252b5132
RH
344displays an error message, and leaves undisturbed any existing members
345of the archive matching that name.
346
347By default, new members are added at the end of the file; but you may
348use one of the modifiers @samp{a}, @samp{b}, or @samp{i} to request
349placement relative to some existing member.
350
351The modifier @samp{v} used with this operation elicits a line of
352output for each file inserted, along with one of the letters @samp{a} or
353@samp{r} to indicate whether the file was appended (no old member
354deleted) or replaced.
355
e58bcb8f
NC
356@item s
357@cindex ranlib
358Add an index to the archive, or update it if it already exists. Note
359this command is an exception to the rule that there can only be one
360command letter, as it is possible to use it as either a command or a
361modifier. In either case it does the same thing.
362
252b5132
RH
363@item t
364@cindex contents of archive
365Display a @emph{table} listing the contents of @var{archive}, or those
366of the files listed in @var{member}@dots{} that are present in the
1869e86f
AB
367archive. Normally only the member name is shown, but if the modifier
368@samp{O} is specified, then the corresponding offset of the member is also
369displayed. Finally, in order to see the modes (permissions), timestamp,
370owner, group, and size the @samp{v} modifier should be included.
252b5132
RH
371
372If you do not specify a @var{member}, all files in the archive
373are listed.
374
375@cindex repeated names in archive
376@cindex name duplication in archive
377If there is more than one file with the same name (say, @samp{fie}) in
378an archive (say @samp{b.a}), @samp{ar t b.a fie} lists only the
379first instance; to see them all, you must ask for a complete
380listing---in our example, @samp{ar t b.a}.
381@c WRS only; per Gumby, this is implementation-dependent, and in a more
382@c recent case in fact works the other way.
383
384@item x
385@cindex extract from archive
386@emph{Extract} members (named @var{member}) from the archive. You can
387use the @samp{v} modifier with this operation, to request that
c7c55b78 388@command{ar} list each name as it extracts it.
252b5132
RH
389
390If you do not specify a @var{member}, all files in the archive
391are extracted.
392
95cc7c16
AM
393Files cannot be extracted from a thin archive, and there are
394restrictions on extracting from archives created with @option{P}: The
395paths must not be absolute, may not contain @code{..}, and any
e264b5b7
NC
396subdirectories in the paths must exist. If it is desired to avoid
397these restrictions then used the @option{--output} option to specify
398an output directory.
252b5132
RH
399@end table
400
401A number of modifiers (@var{mod}) may immediately follow the @var{p}
402keyletter, to specify variations on an operation's behavior:
403
c7c55b78 404@table @samp
252b5132
RH
405@item a
406@cindex relative placement in archive
407Add new files @emph{after} an existing member of the
408archive. If you use the modifier @samp{a}, the name of an existing archive
409member must be present as the @var{relpos} argument, before the
410@var{archive} specification.
411
412@item b
413Add new files @emph{before} an existing member of the
414archive. If you use the modifier @samp{b}, the name of an existing archive
415member must be present as the @var{relpos} argument, before the
416@var{archive} specification. (same as @samp{i}).
417
418@item c
419@cindex creating archives
420@emph{Create} the archive. The specified @var{archive} is always
421created if it did not exist, when you request an update. But a warning is
422issued unless you specify in advance that you expect to create it, by
423using this modifier.
424
36e4dce6
CD
425@item D
426@cindex deterministic archives
9cb80f72 427@kindex --enable-deterministic-archives
36e4dce6
CD
428Operate in @emph{deterministic} mode. When adding files and the archive
429index use zero for UIDs, GIDs, timestamps, and use consistent file modes
430for all files. When this option is used, if @command{ar} is used with
431identical options and identical input files, multiple runs will create
432identical output files regardless of the input files' owners, groups,
433file modes, or modification times.
434
9cb80f72
RM
435If @file{binutils} was configured with
436@option{--enable-deterministic-archives}, then this mode is on by default.
437It can be disabled with the @samp{U} modifier, below.
438
252b5132 439@item f
c7c55b78 440Truncate names in the archive. @sc{gnu} @command{ar} will normally permit file
252b5132 441names of any length. This will cause it to create archives which are
c7c55b78 442not compatible with the native @command{ar} program on some systems. If
252b5132
RH
443this is a concern, the @samp{f} modifier may be used to truncate file
444names when putting them in the archive.
445
446@item i
447Insert new files @emph{before} an existing member of the
448archive. If you use the modifier @samp{i}, the name of an existing archive
449member must be present as the @var{relpos} argument, before the
450@var{archive} specification. (same as @samp{b}).
451
452@item l
f3016d6c 453@c This modifier was accepted but not used.
252b5132 454@c whaffor ar l modifier??? presumably compat; with
c1c0eb9e 455@c what???---doc@@cygnus.com, 25jan91
f3016d6c
HC
456Specify dependencies of this library. The dependencies must immediately
457follow this option character, must use the same syntax as the linker
458command line, and must be specified within a single argument. I.e., if
459multiple items are needed, they must be quoted to form a single command
460line argument. For example @samp{L "-L/usr/local/lib -lmydep1 -lmydep2"}
252b5132 461
3de39064
ILT
462@item N
463Uses the @var{count} parameter. This is used if there are multiple
464entries in the archive with the same name. Extract or delete instance
465@var{count} of the given name from the archive.
466
252b5132
RH
467@item o
468@cindex dates in archive
469Preserve the @emph{original} dates of members when extracting them. If
470you do not specify this modifier, files extracted from the archive
471are stamped with the time of extraction.
472
1869e86f
AB
473@item O
474@cindex offsets of files
475Display member offsets inside the archive. Use together with the @samp{t}
476option.
477
3de39064 478@item P
95cc7c16
AM
479Use the full path name when matching or storing names in the archive.
480Archives created with full path names are not POSIX compliant, and
481thus may not work with tools other than up to date @sc{gnu} tools.
482Modifying such archives with @sc{gnu} @command{ar} without using
483@option{P} will remove the full path names unless the archive is a
484thin archive. Note that @option{P} may be useful when adding files to
485a thin archive since @option{r} without @option{P} ignores the path
486when choosing which element to replace. Thus
487@smallexample
488ar rcST archive.a subdir/file1 subdir/file2 file1
489@end smallexample
490will result in the first @code{subdir/file1} being replaced with
491@code{file1} from the current directory. Adding @option{P} will
492prevent this replacement.
3de39064 493
252b5132
RH
494@item s
495@cindex writing archive index
496Write an object-file index into the archive, or update an existing one,
497even if no other change is made to the archive. You may use this modifier
498flag either with any operation, or alone. Running @samp{ar s} on an
499archive is equivalent to running @samp{ranlib} on it.
500
501@item S
502@cindex not writing archive index
503Do not generate an archive symbol table. This can speed up building a
504large library in several steps. The resulting archive can not be used
505with the linker. In order to build a symbol table, you must omit the
506@samp{S} modifier on the last execution of @samp{ar}, or you must run
507@samp{ranlib} on the archive.
508
a8da6403
NC
509@item T
510@cindex creating thin archive
511Make the specified @var{archive} a @emph{thin} archive. If it already
512exists and is a regular archive, the existing members must be present
513in the same directory as @var{archive}.
514
252b5132
RH
515@item u
516@cindex updating an archive
517Normally, @samp{ar r}@dots{} inserts all files
518listed into the archive. If you would like to insert @emph{only} those
519of the files you list that are newer than existing members of the same
520names, use this modifier. The @samp{u} modifier is allowed only for the
521operation @samp{r} (replace). In particular, the combination @samp{qu} is
522not allowed, since checking the timestamps would lose any speed
523advantage from the operation @samp{q}.
524
9cb80f72
RM
525@item U
526@cindex deterministic archives
527@kindex --enable-deterministic-archives
528Do @emph{not} operate in @emph{deterministic} mode. This is the inverse
529of the @samp{D} modifier, above: added files and the archive index will
530get their actual UID, GID, timestamp, and file mode values.
531
532This is the default unless @file{binutils} was configured with
533@option{--enable-deterministic-archives}.
534
252b5132
RH
535@item v
536This modifier requests the @emph{verbose} version of an operation. Many
537operations display additional information, such as filenames processed,
538when the modifier @samp{v} is appended.
539
540@item V
c7c55b78 541This modifier shows the version number of @command{ar}.
252b5132
RH
542@end table
543
a05a5b64 544The @command{ar} program also supports some command-line options which
387dd777
DP
545are neither modifiers nor actions, but which do change its behaviour
546in specific ways:
547
548@table @samp
549@item --help
a05a5b64 550Displays the list of command-line options supported by @command{ar}
387dd777
DP
551and then exits.
552
553@item --version
554Displays the version information of @command{ar} and then exits.
555
556@item -X32_64
95cc7c16 557@command{ar} ignores an initial option spelled @samp{-X32_64}, for
6e800839 558compatibility with AIX. The behaviour produced by this option is the
387dd777
DP
559default for @sc{gnu} @command{ar}. @command{ar} does not support any
560of the other @samp{-X} options; in particular, it does not support
561@option{-X32} which is the default for AIX @command{ar}.
6e800839 562
387dd777
DP
563@item --plugin @var{name}
564@cindex plugins
a05a5b64 565The optional command-line switch @option{--plugin @var{name}} causes
ce3c775b 566@command{ar} to load the plugin called @var{name} which adds support
387dd777
DP
567for more file formats, including object files with link-time
568optimization information.
569
570This option is only available if the toolchain has been built with
571plugin support enabled.
572
573If @option{--plugin} is not provided, but plugin support has been
574enabled then @command{ar} iterates over the files in
575@file{$@{libdir@}/bfd-plugins} in alphabetic order and the first
576plugin that claims the object in question is used.
577
578Please note that this plugin search directory is @emph{not} the one
579used by @command{ld}'s @option{-plugin} option. In order to make
580@command{ar} use the linker plugin it must be copied into the
581@file{$@{libdir@}/bfd-plugins} directory. For GCC based compilations
582the linker plugin is called @file{liblto_plugin.so.0.0.0}. For Clang
583based compilations it is called @file{LLVMgold.so}. The GCC plugin
584is always backwards compatible with earlier versions, so it is
585sufficient to just copy the newest one.
586
587@item --target @var{target}
a05a5b64 588The optional command-line switch @option{--target @var{bfdname}}
8adf5d70
NC
589specifies that the archive members are in an object code format
590different from your system's default format. See
591@xref{Target Selection}, for more information.
197245e3
FS
592
593@item --output @var{dirname}
594The @option{--output} option can be used to specify a path to a
595directory into which archive members should be extracted. If this
596option is not specified then the current directory will be used.
597
598Note - although the presence of this option does imply a @option{x}
599extraction operation that option must still be included on the command
600line.
601
f3016d6c
HC
602@item --record-libdeps @var{libdeps}
603The @option{--record-libdeps} option is identical to the @option{l} modifier,
604just handled in long form.
605
387dd777 606@end table
0285c67d
NC
607@c man end
608
609@ignore
610@c man begin SEEALSO ar
611nm(1), ranlib(1), and the Info entries for @file{binutils}.
612@c man end
613@end ignore
614
252b5132 615@node ar scripts
947ed062 616@section Controlling @command{ar} with a Script
252b5132
RH
617
618@smallexample
619ar -M [ <@var{script} ]
620@end smallexample
621
c7c55b78
NC
622@cindex MRI compatibility, @command{ar}
623@cindex scripts, @command{ar}
624If you use the single command-line option @samp{-M} with @command{ar}, you
252b5132 625can control its operation with a rudimentary command language. This
c7c55b78
NC
626form of @command{ar} operates interactively if standard input is coming
627directly from a terminal. During interactive use, @command{ar} prompts for
252b5132
RH
628input (the prompt is @samp{AR >}), and continues executing even after
629errors. If you redirect standard input to a script file, no prompts are
c7c55b78 630issued, and @command{ar} abandons execution (with a nonzero exit code)
252b5132
RH
631on any error.
632
c7c55b78 633The @command{ar} command language is @emph{not} designed to be equivalent
252b5132
RH
634to the command-line options; in fact, it provides somewhat less control
635over archives. The only purpose of the command language is to ease the
c7c55b78 636transition to @sc{gnu} @command{ar} for developers who already have scripts
252b5132
RH
637written for the MRI ``librarian'' program.
638
c7c55b78 639The syntax for the @command{ar} command language is straightforward:
252b5132
RH
640@itemize @bullet
641@item
642commands are recognized in upper or lower case; for example, @code{LIST}
643is the same as @code{list}. In the following descriptions, commands are
644shown in upper case for clarity.
645
646@item
647a single command may appear on each line; it is the first word on the
648line.
649
650@item
651empty lines are allowed, and have no effect.
652
653@item
654comments are allowed; text after either of the characters @samp{*}
655or @samp{;} is ignored.
656
657@item
c7c55b78 658Whenever you use a list of names as part of the argument to an @command{ar}
252b5132
RH
659command, you can separate the individual names with either commas or
660blanks. Commas are shown in the explanations below, for clarity.
661
662@item
663@samp{+} is used as a line continuation character; if @samp{+} appears
664at the end of a line, the text on the following line is considered part
665of the current command.
666@end itemize
667
c7c55b78
NC
668Here are the commands you can use in @command{ar} scripts, or when using
669@command{ar} interactively. Three of them have special significance:
252b5132
RH
670
671@code{OPEN} or @code{CREATE} specify a @dfn{current archive}, which is
672a temporary file required for most of the other commands.
673
674@code{SAVE} commits the changes so far specified by the script. Prior
675to @code{SAVE}, commands affect only the temporary copy of the current
676archive.
677
678@table @code
c1c0eb9e 679@item ADDLIB @var{archive}
252b5132
RH
680@itemx ADDLIB @var{archive} (@var{module}, @var{module}, @dots{} @var{module})
681Add all the contents of @var{archive} (or, if specified, each named
682@var{module} from @var{archive}) to the current archive.
683
684Requires prior use of @code{OPEN} or @code{CREATE}.
685
686@item ADDMOD @var{member}, @var{member}, @dots{} @var{member}
687@c FIXME! w/Replacement?? If so, like "ar r @var{archive} @var{names}"
688@c else like "ar q..."
689Add each named @var{member} as a module in the current archive.
690
691Requires prior use of @code{OPEN} or @code{CREATE}.
692
693@item CLEAR
694Discard the contents of the current archive, canceling the effect of
695any operations since the last @code{SAVE}. May be executed (with no
696effect) even if no current archive is specified.
697
698@item CREATE @var{archive}
699Creates an archive, and makes it the current archive (required for many
700other commands). The new archive is created with a temporary name; it
701is not actually saved as @var{archive} until you use @code{SAVE}.
702You can overwrite existing archives; similarly, the contents of any
703existing file named @var{archive} will not be destroyed until @code{SAVE}.
704
705@item DELETE @var{module}, @var{module}, @dots{} @var{module}
706Delete each listed @var{module} from the current archive; equivalent to
707@samp{ar -d @var{archive} @var{module} @dots{} @var{module}}.
708
709Requires prior use of @code{OPEN} or @code{CREATE}.
710
711@item DIRECTORY @var{archive} (@var{module}, @dots{} @var{module})
712@itemx DIRECTORY @var{archive} (@var{module}, @dots{} @var{module}) @var{outputfile}
713List each named @var{module} present in @var{archive}. The separate
714command @code{VERBOSE} specifies the form of the output: when verbose
715output is off, output is like that of @samp{ar -t @var{archive}
716@var{module}@dots{}}. When verbose output is on, the listing is like
717@samp{ar -tv @var{archive} @var{module}@dots{}}.
718
719Output normally goes to the standard output stream; however, if you
c7c55b78 720specify @var{outputfile} as a final argument, @command{ar} directs the
252b5132
RH
721output to that file.
722
723@item END
c7c55b78 724Exit from @command{ar}, with a @code{0} exit code to indicate successful
252b5132
RH
725completion. This command does not save the output file; if you have
726changed the current archive since the last @code{SAVE} command, those
727changes are lost.
728
729@item EXTRACT @var{module}, @var{module}, @dots{} @var{module}
730Extract each named @var{module} from the current archive, writing them
731into the current directory as separate files. Equivalent to @samp{ar -x
732@var{archive} @var{module}@dots{}}.
733
734Requires prior use of @code{OPEN} or @code{CREATE}.
735
736@ignore
737@c FIXME Tokens but no commands???
738@item FULLDIR
739
740@item HELP
741@end ignore
742
743@item LIST
744Display full contents of the current archive, in ``verbose'' style
745regardless of the state of @code{VERBOSE}. The effect is like @samp{ar
c7c55b78 746tv @var{archive}}. (This single command is a @sc{gnu} @command{ar}
252b5132
RH
747enhancement, rather than present for MRI compatibility.)
748
749Requires prior use of @code{OPEN} or @code{CREATE}.
750
751@item OPEN @var{archive}
752Opens an existing archive for use as the current archive (required for
753many other commands). Any changes as the result of subsequent commands
754will not actually affect @var{archive} until you next use @code{SAVE}.
755
756@item REPLACE @var{module}, @var{module}, @dots{} @var{module}
757In the current archive, replace each existing @var{module} (named in
758the @code{REPLACE} arguments) from files in the current working directory.
759To execute this command without errors, both the file, and the module in
c1c0eb9e 760the current archive, must exist.
252b5132
RH
761
762Requires prior use of @code{OPEN} or @code{CREATE}.
763
764@item VERBOSE
765Toggle an internal flag governing the output from @code{DIRECTORY}.
766When the flag is on, @code{DIRECTORY} output matches output from
767@samp{ar -tv }@dots{}.
768
769@item SAVE
770Commit your changes to the current archive, and actually save it as a
771file with the name specified in the last @code{CREATE} or @code{OPEN}
c1c0eb9e 772command.
252b5132
RH
773
774Requires prior use of @code{OPEN} or @code{CREATE}.
775
776@end table
777
778@iftex
779@node ld
780@chapter ld
781@cindex linker
782@kindex ld
c7c55b78 783The @sc{gnu} linker @command{ld} is now described in a separate manual.
252b5132
RH
784@xref{Top,, Overview,, Using LD: the @sc{gnu} linker}.
785@end iftex
786
787@node nm
788@chapter nm
789@cindex symbols
790@kindex nm
791
0285c67d
NC
792@c man title nm list symbols from object files
793
252b5132 794@smallexample
0285c67d 795@c man begin SYNOPSIS nm
1996d0f1
NC
796nm [@option{-A}|@option{-o}|@option{--print-file-name}]
797 [@option{-a}|@option{--debug-syms}]
798 [@option{-B}|@option{--format=bsd}]
799 [@option{-C}|@option{--demangle}[=@var{style}]]
800 [@option{-D}|@option{--dynamic}]
801 [@option{-f}@var{format}|@option{--format=}@var{format}]
802 [@option{-g}|@option{--extern-only}]
803 [@option{-h}|@option{--help}]
e6f6aa8d 804 [@option{--ifunc-chars=@var{CHARS}}]
1996d0f1 805 [@option{-j}|@option{--format=just-symbols}]
4a14e306
AK
806 [@option{-l}|@option{--line-numbers}] [@option{--inlines}]
807 [@option{-n}|@option{-v}|@option{--numeric-sort}]
1996d0f1
NC
808 [@option{-P}|@option{--portability}]
809 [@option{-p}|@option{--no-sort}]
810 [@option{-r}|@option{--reverse-sort}]
811 [@option{-S}|@option{--print-size}]
812 [@option{-s}|@option{--print-armap}]
813 [@option{-t} @var{radix}|@option{--radix=}@var{radix}]
814 [@option{-u}|@option{--undefined-only}]
815 [@option{-V}|@option{--version}]
816 [@option{-X 32_64}]
817 [@option{--defined-only}]
818 [@option{--no-demangle}]
af03af8f 819 [@option{--no-recurse-limit}|@option{--recurse-limit}]]
1996d0f1
NC
820 [@option{--plugin} @var{name}]
821 [@option{--size-sort}]
822 [@option{--special-syms}]
823 [@option{--synthetic}]
824 [@option{--target=}@var{bfdname}]
825 [@option{--with-symbol-versions}]
826 [@option{--without-symbol-versions}]
fa8f3997 827 [@var{objfile}@dots{}]
0285c67d 828@c man end
252b5132
RH
829@end smallexample
830
0285c67d 831@c man begin DESCRIPTION nm
c7c55b78
NC
832@sc{gnu} @command{nm} lists the symbols from object files @var{objfile}@dots{}.
833If no object files are listed as arguments, @command{nm} assumes the file
252b5132
RH
834@file{a.out}.
835
c7c55b78 836For each symbol, @command{nm} shows:
252b5132
RH
837
838@itemize @bullet
839@item
840The symbol value, in the radix selected by options (see below), or
841hexadecimal by default.
842
843@item
844The symbol type. At least the following types are used; others are, as
845well, depending on the object file format. If lowercase, the symbol is
0ba0c2b3
NC
846usually local; if uppercase, the symbol is global (external). There
847are however a few lowercase symbols that are shown for special global
848symbols (@code{u}, @code{v} and @code{w}).
252b5132
RH
849
850@c Some more detail on exactly what these symbol types are used for
851@c would be nice.
852@table @code
853@item A
854The symbol's value is absolute, and will not be changed by further
855linking.
856
857@item B
a1039809 858@itemx b
fcabedd5
NC
859The symbol is in the BSS data section. This section typically
860contains zero-initialized or uninitialized data, although the exact
861behavior is system dependent.
252b5132
RH
862
863@item C
a2ab5831 864@itemx c
252b5132
RH
865The symbol is common. Common symbols are uninitialized data. When
866linking, multiple common symbols may appear with the same name. If the
867symbol is defined anywhere, the common symbols are treated as undefined
0285c67d
NC
868references.
869@ifclear man
870For more details on common symbols, see the discussion of
252b5132 871--warn-common in @ref{Options,,Linker options,ld.info,The GNU linker}.
0879a67a 872@end ifclear
a2ab5831
NC
873The lower case @var{c} character is used when the symbol is in a
874special section for small commons.
252b5132
RH
875
876@item D
a1039809 877@itemx d
252b5132
RH
878The symbol is in the initialized data section.
879
880@item G
a1039809 881@itemx g
252b5132
RH
882The symbol is in an initialized data section for small objects. Some
883object file formats permit more efficient access to small data objects,
884such as a global int variable as opposed to a large global array.
885
a1039809 886@item i
3e7a7d11 887For PE format files this indicates that the symbol is in a section
e6f6aa8d
NC
888specific to the implementation of DLLs.
889
890For ELF format files this indicates that the symbol is an indirect
891function. This is a GNU extension to the standard set of ELF symbol
892types. It indicates a symbol which if referenced by a relocation does
893not evaluate to its address, but instead must be invoked at runtime.
894The runtime execution will then return the value to be used in the
895relocation.
896
897Note - the actual symbols display for GNU indirect symbols is
898controlled by the @option{--ifunc-chars} command line option. If this
899option has been provided then the first character in the string will
900be used for global indirect function symbols. If the string contains
901a second character then that will be used for local indirect function
902symbols.
a1039809 903
021f8a30
NC
904@item I
905The symbol is an indirect reference to another symbol.
906
252b5132
RH
907@item N
908The symbol is a debugging symbol.
909
6ae978f1
NC
910@item n
911The symbol is in the read-only data section.
912
a1039809 913@item p
6ae978f1 914The symbol is in a stack unwind section.
a1039809 915
252b5132 916@item R
a1039809 917@itemx r
252b5132
RH
918The symbol is in a read only data section.
919
920@item S
a1039809 921@itemx s
fcabedd5
NC
922The symbol is in an uninitialized or zero-initialized data section
923for small objects.
252b5132
RH
924
925@item T
a1039809 926@itemx t
252b5132
RH
927The symbol is in the text (code) section.
928
929@item U
930The symbol is undefined.
931
3e7a7d11
NC
932@item u
933The symbol is a unique global symbol. This is a GNU extension to the
934standard set of ELF symbol bindings. For such a symbol the dynamic linker
935will make sure that in the entire process there is just one symbol with
936this name and type in use.
937
fad6fcbb 938@item V
a1039809 939@itemx v
fad6fcbb
NC
940The symbol is a weak object. When a weak defined symbol is linked with
941a normal defined symbol, the normal defined symbol is used with no error.
942When a weak undefined symbol is linked and the symbol is not defined,
a1039809
NC
943the value of the weak symbol becomes zero with no error. On some
944systems, uppercase indicates that a default value has been specified.
fad6fcbb 945
252b5132 946@item W
a1039809 947@itemx w
fad6fcbb
NC
948The symbol is a weak symbol that has not been specifically tagged as a
949weak object symbol. When a weak defined symbol is linked with a normal
950defined symbol, the normal defined symbol is used with no error.
951When a weak undefined symbol is linked and the symbol is not defined,
c87db184 952the value of the symbol is determined in a system-specific manner without
c1c0eb9e 953error. On some systems, uppercase indicates that a default value has been
977cdf5a
NC
954specified.
955
252b5132
RH
956@item -
957The symbol is a stabs symbol in an a.out object file. In this case, the
958next values printed are the stabs other field, the stabs desc field, and
c7c55b78 959the stab type. Stabs symbols are used to hold debugging information.
252b5132
RH
960
961@item ?
962The symbol type is unknown, or object file format specific.
963@end table
964
965@item
3f2e9699
L
966The symbol name. If a symbol has version information associated with it,
967then the version information is displayed as well. If the versioned
968symbol is undefined or hidden from linker, the version string is displayed
969as a suffix to the symbol name, preceded by an @@ character. For example
970@samp{foo@@VER_1}. If the version is the default version to be used when
971resolving unversioned references to the symbol, then it is displayed as a
972suffix preceded by two @@ characters. For example @samp{foo@@@@VER_2}.
252b5132
RH
973@end itemize
974
0285c67d
NC
975@c man end
976
977@c man begin OPTIONS nm
252b5132
RH
978The long and short forms of options, shown here as alternatives, are
979equivalent.
980
c7c55b78 981@table @env
252b5132
RH
982@item -A
983@itemx -o
c1c0eb9e 984@itemx --print-file-name
252b5132
RH
985@cindex input file name
986@cindex file name
987@cindex source file name
f20a759a 988Precede each symbol by the name of the input file (or archive member)
252b5132
RH
989in which it was found, rather than identifying the input file once only,
990before all of its symbols.
991
992@item -a
c1c0eb9e 993@itemx --debug-syms
252b5132
RH
994@cindex debugging symbols
995Display all symbols, even debugger-only symbols; normally these are not
996listed.
997
998@item -B
c7c55b78
NC
999@cindex @command{nm} format
1000@cindex @command{nm} compatibility
1001The same as @option{--format=bsd} (for compatibility with the MIPS @command{nm}).
252b5132
RH
1002
1003@item -C
28c309a2 1004@itemx --demangle[=@var{style}]
252b5132
RH
1005@cindex demangling in nm
1006Decode (@dfn{demangle}) low-level symbol names into user-level names.
1007Besides removing any initial underscore prepended by the system, this
28c309a2 1008makes C++ function names readable. Different compilers have different
c1c0eb9e
RM
1009mangling styles. The optional demangling style argument can be used to
1010choose an appropriate demangling style for your compiler. @xref{c++filt},
28c309a2 1011for more information on demangling.
252b5132
RH
1012
1013@item --no-demangle
1014Do not demangle low-level symbol names. This is the default.
1015
af03af8f
NC
1016@item --recurse-limit
1017@itemx --no-recurse-limit
1018@itemx --recursion-limit
1019@itemx --no-recursion-limit
1020Enables or disables a limit on the amount of recursion performed
1021whilst demangling strings. Since the name mangling formats allow for
0cc79db2 1022an infinite level of recursion it is possible to create strings whose
af03af8f
NC
1023decoding will exhaust the amount of stack space available on the host
1024machine, triggering a memory fault. The limit tries to prevent this
69799d67 1025from happening by restricting recursion to 2048 levels of nesting.
af03af8f
NC
1026
1027The default is for this limit to be enabled, but disabling it may be
1028necessary in order to demangle truly complicated names. Note however
1029that if the recursion limit is disabled then stack exhaustion is
1030possible and any bug reports about such an event will be rejected.
1031
252b5132
RH
1032@item -D
1033@itemx --dynamic
1034@cindex dynamic symbols
1035Display the dynamic symbols rather than the normal symbols. This is
1036only meaningful for dynamic objects, such as certain types of shared
1037libraries.
1038
1039@item -f @var{format}
1040@itemx --format=@var{format}
c7c55b78
NC
1041@cindex @command{nm} format
1042@cindex @command{nm} compatibility
252b5132 1043Use the output format @var{format}, which can be @code{bsd},
1996d0f1 1044@code{sysv}, @code{posix} or @code{just-symbols}. The default is @code{bsd}.
252b5132
RH
1045Only the first character of @var{format} is significant; it can be
1046either upper or lower case.
1047
1048@item -g
c1c0eb9e 1049@itemx --extern-only
252b5132
RH
1050@cindex external symbols
1051Display only external symbols.
1052
fa8f3997
NC
1053@item -h
1054@itemx --help
1055Show a summary of the options to @command{nm} and exit.
ce3c775b 1056
e6f6aa8d
NC
1057@item --ifunc-chars=@var{CHARS}
1058When display GNU indirect function symbols @command{nm} will default
1059to using the @code{i} character for both local indirect functions and
1060global indirect functions. The @option{--ifunc-chars} option allows
1061the user to specify a string containing one or two characters. The
1062first character will be used for global indirect function symbols and
1063the second character, if present, will be used for local indirect
1064function symbols.
1065
1996d0f1
NC
1066@item j
1067The same as @option{--format=just-symbols}.
1068
252b5132
RH
1069@item -l
1070@itemx --line-numbers
1071@cindex symbol line numbers
1072For each symbol, use debugging information to try to find a filename and
1073line number. For a defined symbol, look for the line number of the
1074address of the symbol. For an undefined symbol, look for the line
1075number of a relocation entry which refers to the symbol. If line number
1076information can be found, print it after the other symbol information.
1077
4a14e306
AK
1078@item --inlines
1079@cindex objdump inlines
1080When option @option{-l} is active, if the address belongs to a
1081function that was inlined, then this option causes the source
1082information for all enclosing scopes back to the first non-inlined
1083function to be printed as well. For example, if @code{main} inlines
1084@code{callee1} which inlines @code{callee2}, and address is from
1085@code{callee2}, the source information for @code{callee1} and @code{main}
1086will also be printed.
1087
252b5132
RH
1088@item -n
1089@itemx -v
c1c0eb9e 1090@itemx --numeric-sort
252b5132 1091Sort symbols numerically by their addresses, rather than alphabetically
c1c0eb9e 1092by their names.
252b5132
RH
1093
1094@item -p
c1c0eb9e 1095@itemx --no-sort
252b5132
RH
1096@cindex sorting symbols
1097Do not bother to sort the symbols in any order; print them in the order
1098encountered.
1099
1100@item -P
1101@itemx --portability
1102Use the POSIX.2 standard output format instead of the default format.
1103Equivalent to @samp{-f posix}.
1104
fa8f3997
NC
1105@item -r
1106@itemx --reverse-sort
1107Reverse the order of the sort (whether numeric or alphabetic); let the
1108last come first.
1109
72797995
L
1110@item -S
1111@itemx --print-size
1533edfb
AM
1112Print both value and size of defined symbols for the @code{bsd} output style.
1113This option has no effect for object formats that do not record symbol
1114sizes, unless @samp{--size-sort} is also used in which case a
1115calculated size is displayed.
72797995 1116
252b5132
RH
1117@item -s
1118@itemx --print-armap
1119@cindex symbol index, listing
1120When listing symbols from archive members, include the index: a mapping
c7c55b78 1121(stored in the archive by @command{ar} or @command{ranlib}) of which modules
252b5132
RH
1122contain definitions for which names.
1123
fa8f3997
NC
1124@item -t @var{radix}
1125@itemx --radix=@var{radix}
1126Use @var{radix} as the radix for printing the symbol values. It must be
1127@samp{d} for decimal, @samp{o} for octal, or @samp{x} for hexadecimal.
1128
1129@item -u
1130@itemx --undefined-only
1131@cindex external symbols
1132@cindex undefined symbols
1133Display only undefined symbols (those external to each object file).
1134
1135@item -V
1136@itemx --version
1137Show the version number of @command{nm} and exit.
1138
1139@item -X
1140This option is ignored for compatibility with the AIX version of
1141@command{nm}. It takes one parameter which must be the string
1142@option{32_64}. The default mode of AIX @command{nm} corresponds
1143to @option{-X 32}, which is not supported by @sc{gnu} @command{nm}.
1144
1145@item --defined-only
1146@cindex external symbols
1147@cindex undefined symbols
1148Display only defined symbols for each object file.
1149
1150@item --plugin @var{name}
387dd777 1151@cindex plugins
fa8f3997
NC
1152Load the plugin called @var{name} to add support for extra target
1153types. This option is only available if the toolchain has been built
1154with plugin support enabled.
252b5132 1155
387dd777
DP
1156If @option{--plugin} is not provided, but plugin support has been
1157enabled then @command{nm} iterates over the files in
1158@file{$@{libdir@}/bfd-plugins} in alphabetic order and the first
1159plugin that claims the object in question is used.
1160
1161Please note that this plugin search directory is @emph{not} the one
1162used by @command{ld}'s @option{-plugin} option. In order to make
1163@command{nm} use the linker plugin it must be copied into the
1164@file{$@{libdir@}/bfd-plugins} directory. For GCC based compilations
1165the linker plugin is called @file{liblto_plugin.so.0.0.0}. For Clang
1166based compilations it is called @file{LLVMgold.so}. The GCC plugin
1167is always backwards compatible with earlier versions, so it is
1168sufficient to just copy the newest one.
1169
252b5132 1170@item --size-sort
29f4fdc4
AB
1171Sort symbols by size. For ELF objects symbol sizes are read from the
1172ELF, for other object types the symbol sizes are computed as the
1173difference between the value of the symbol and the value of the symbol
1174with the next higher value. If the @code{bsd} output format is used
1175the size of the symbol is printed, rather than the value, and
1176@samp{-S} must be used in order both size and value to be printed.
252b5132 1177
3c9458e9
NC
1178@item --special-syms
1179Display symbols which have a target-specific special meaning. These
1180symbols are usually used by the target for some special processing and
a575c958
NC
1181are not normally helpful when included in the normal symbol lists.
1182For example for ARM targets this option would skip the mapping symbols
1183used to mark transitions between ARM code, THUMB code and data.
3c9458e9 1184
fa8f3997
NC
1185@item --synthetic
1186Include synthetic symbols in the output. These are special symbols
1187created by the linker for various purposes. They are not shown by
1188default since they are not part of the binary's original source code.
252b5132 1189
6a1224ec
AM
1190@item --with-symbol-versions
1191@item --without-symbol-versions
1192Enables or disables the display of symbol version information. The
1193version string is displayed as a suffix to the symbol name, preceded
1194by an @@ character. For example @samp{foo@@VER_1}. If the version is
1195the default version to be used when resolving unversioned references
1196to the symbol then it is displayed as a suffix preceded by two @@
1197characters. For example @samp{foo@@@@VER_2}. By default, symbol
1198version information is displayed.
1199
252b5132
RH
1200@item --target=@var{bfdname}
1201@cindex object code format
1202Specify an object code format other than your system's default format.
1203@xref{Target Selection}, for more information.
1204
252b5132
RH
1205@end table
1206
0285c67d
NC
1207@c man end
1208
1209@ignore
1210@c man begin SEEALSO nm
1211ar(1), objdump(1), ranlib(1), and the Info entries for @file{binutils}.
1212@c man end
1213@end ignore
1214
252b5132
RH
1215@node objcopy
1216@chapter objcopy
1217
0285c67d
NC
1218@c man title objcopy copy and translate object files
1219
252b5132 1220@smallexample
0285c67d 1221@c man begin SYNOPSIS objcopy
c7c55b78
NC
1222objcopy [@option{-F} @var{bfdname}|@option{--target=}@var{bfdname}]
1223 [@option{-I} @var{bfdname}|@option{--input-target=}@var{bfdname}]
1224 [@option{-O} @var{bfdname}|@option{--output-target=}@var{bfdname}]
1225 [@option{-B} @var{bfdarch}|@option{--binary-architecture=}@var{bfdarch}]
2593f09a
NC
1226 [@option{-S}|@option{--strip-all}]
1227 [@option{-g}|@option{--strip-debug}]
0fbdde94 1228 [@option{--strip-unneeded}]
c7c55b78 1229 [@option{-K} @var{symbolname}|@option{--keep-symbol=}@var{symbolname}]
ca0e11aa
NC
1230 [@option{--keep-file-symbols}]
1231 [@option{--keep-section-symbols}]
c7c55b78 1232 [@option{-N} @var{symbolname}|@option{--strip-symbol=}@var{symbolname}]
bcf32829 1233 [@option{--strip-unneeded-symbol=}@var{symbolname}]
c7c55b78 1234 [@option{-G} @var{symbolname}|@option{--keep-global-symbol=}@var{symbolname}]
d58c2e3a 1235 [@option{--localize-hidden}]
c7c55b78 1236 [@option{-L} @var{symbolname}|@option{--localize-symbol=}@var{symbolname}]
7b4a0685 1237 [@option{--globalize-symbol=}@var{symbolname}]
de564eb5 1238 [@option{--globalize-symbols=}@var{filename}]
c7c55b78 1239 [@option{-W} @var{symbolname}|@option{--weaken-symbol=}@var{symbolname}]
5fe11841 1240 [@option{-w}|@option{--wildcard}]
2593f09a
NC
1241 [@option{-x}|@option{--discard-all}]
1242 [@option{-X}|@option{--discard-locals}]
c7c55b78 1243 [@option{-b} @var{byte}|@option{--byte=}@var{byte}]
b7dd81f7
NC
1244 [@option{-i} [@var{breadth}]|@option{--interleave}[=@var{breadth}]]
1245 [@option{--interleave-width=}@var{width}]
2e62b721
NC
1246 [@option{-j} @var{sectionpattern}|@option{--only-section=}@var{sectionpattern}]
1247 [@option{-R} @var{sectionpattern}|@option{--remove-section=}@var{sectionpattern}]
64f52b3e 1248 [@option{--keep-section=}@var{sectionpattern}]
d3e5f6c8 1249 [@option{--remove-relocations=}@var{sectionpattern}]
c7c55b78 1250 [@option{-p}|@option{--preserve-dates}]
2e30cb57 1251 [@option{-D}|@option{--enable-deterministic-archives}]
955d0b3b 1252 [@option{-U}|@option{--disable-deterministic-archives}]
c7c55b78 1253 [@option{--debugging}]
2593f09a
NC
1254 [@option{--gap-fill=}@var{val}]
1255 [@option{--pad-to=}@var{address}]
1256 [@option{--set-start=}@var{val}]
1257 [@option{--adjust-start=}@var{incr}]
c7c55b78 1258 [@option{--change-addresses=}@var{incr}]
2e62b721
NC
1259 [@option{--change-section-address} @var{sectionpattern}@{=,+,-@}@var{val}]
1260 [@option{--change-section-lma} @var{sectionpattern}@{=,+,-@}@var{val}]
1261 [@option{--change-section-vma} @var{sectionpattern}@{=,+,-@}@var{val}]
c7c55b78 1262 [@option{--change-warnings}] [@option{--no-change-warnings}]
2e62b721 1263 [@option{--set-section-flags} @var{sectionpattern}=@var{flags}]
fa463e9f 1264 [@option{--set-section-alignment} @var{sectionpattern}=@var{align}]
c7c55b78 1265 [@option{--add-section} @var{sectionname}=@var{filename}]
bbad633b 1266 [@option{--dump-section} @var{sectionname}=@var{filename}]
acf1419f 1267 [@option{--update-section} @var{sectionname}=@var{filename}]
c7c55b78 1268 [@option{--rename-section} @var{oldname}=@var{newname}[,@var{flags}]]
0408dee6 1269 [@option{--long-section-names} @{enable,disable,keep@}]
2593f09a 1270 [@option{--change-leading-char}] [@option{--remove-leading-char}]
9e48b4c6 1271 [@option{--reverse-bytes=}@var{num}]
2593f09a
NC
1272 [@option{--srec-len=}@var{ival}] [@option{--srec-forceS3}]
1273 [@option{--redefine-sym} @var{old}=@var{new}]
1274 [@option{--redefine-syms=}@var{filename}]
c7c55b78
NC
1275 [@option{--weaken}]
1276 [@option{--keep-symbols=}@var{filename}]
1277 [@option{--strip-symbols=}@var{filename}]
bcf32829 1278 [@option{--strip-unneeded-symbols=}@var{filename}]
c7c55b78
NC
1279 [@option{--keep-global-symbols=}@var{filename}]
1280 [@option{--localize-symbols=}@var{filename}]
1281 [@option{--weaken-symbols=}@var{filename}]
b0ab9c45 1282 [@option{--add-symbol} @var{name}=[@var{section}:]@var{value}[,@var{flags}]]
c51238bc
DA
1283 [@option{--alt-machine-code=}@var{index}]
1284 [@option{--prefix-symbols=}@var{string}]
1285 [@option{--prefix-sections=}@var{string}]
1286 [@option{--prefix-alloc-sections=}@var{string}]
ed1653a7
NC
1287 [@option{--add-gnu-debuglink=}@var{path-to-file}]
1288 [@option{--only-keep-debug}]
96109726
CC
1289 [@option{--strip-dwo}]
1290 [@option{--extract-dwo}]
d3e52d40 1291 [@option{--extract-symbol}]
4087920c
MR
1292 [@option{--writable-text}]
1293 [@option{--readonly-text}]
1294 [@option{--pure}]
1295 [@option{--impure}]
92dd4511
L
1296 [@option{--file-alignment=}@var{num}]
1297 [@option{--heap=}@var{size}]
1298 [@option{--image-base=}@var{address}]
1299 [@option{--section-alignment=}@var{num}]
1300 [@option{--stack=}@var{size}]
1301 [@option{--subsystem=}@var{which}:@var{major}.@var{minor}]
4a114e3e
L
1302 [@option{--compress-debug-sections}]
1303 [@option{--decompress-debug-sections}]
b8871f35 1304 [@option{--elf-stt-common=@var{val}}]
9ef920e9 1305 [@option{--merge-notes}]
1d15e434 1306 [@option{--no-merge-notes}]
37d0d091 1307 [@option{--verilog-data-width=@var{val}}]
c7c55b78 1308 [@option{-v}|@option{--verbose}]
c1c0eb9e 1309 [@option{-V}|@option{--version}]
7c29036b 1310 [@option{--help}] [@option{--info}]
252b5132 1311 @var{infile} [@var{outfile}]
0285c67d 1312@c man end
252b5132
RH
1313@end smallexample
1314
0285c67d 1315@c man begin DESCRIPTION objcopy
c7c55b78
NC
1316The @sc{gnu} @command{objcopy} utility copies the contents of an object
1317file to another. @command{objcopy} uses the @sc{gnu} @sc{bfd} Library to
252b5132
RH
1318read and write the object files. It can write the destination object
1319file in a format different from that of the source object file. The
c7c55b78
NC
1320exact behavior of @command{objcopy} is controlled by command-line options.
1321Note that @command{objcopy} should be able to copy a fully linked file
ccd13d18
L
1322between any two formats. However, copying a relocatable object file
1323between any two formats may not work as expected.
252b5132 1324
c7c55b78
NC
1325@command{objcopy} creates temporary files to do its translations and
1326deletes them afterward. @command{objcopy} uses @sc{bfd} to do all its
252b5132
RH
1327translation work; it has access to all the formats described in @sc{bfd}
1328and thus is able to recognize most formats without being told
1329explicitly. @xref{BFD,,BFD,ld.info,Using LD}.
1330
c7c55b78 1331@command{objcopy} can be used to generate S-records by using an output
252b5132
RH
1332target of @samp{srec} (e.g., use @samp{-O srec}).
1333
c7c55b78
NC
1334@command{objcopy} can be used to generate a raw binary file by using an
1335output target of @samp{binary} (e.g., use @option{-O binary}). When
1336@command{objcopy} generates a raw binary file, it will essentially produce
252b5132
RH
1337a memory dump of the contents of the input object file. All symbols and
1338relocation information will be discarded. The memory dump will start at
1339the load address of the lowest section copied into the output file.
1340
1341When generating an S-record or a raw binary file, it may be helpful to
c7c55b78
NC
1342use @option{-S} to remove sections containing debugging information. In
1343some cases @option{-R} will be useful to remove sections which contain
f20a759a 1344information that is not needed by the binary file.
252b5132 1345
947ed062
NC
1346Note---@command{objcopy} is not able to change the endianness of its input
1347files. If the input format has an endianness (some formats do not),
c7c55b78 1348@command{objcopy} can only copy the inputs into file formats that have the
947ed062 1349same endianness or which have no endianness (e.g., @samp{srec}).
9e48b4c6 1350(However, see the @option{--reverse-bytes} option.)
18356cf2 1351
0285c67d
NC
1352@c man end
1353
1354@c man begin OPTIONS objcopy
1355
c7c55b78 1356@table @env
252b5132
RH
1357@item @var{infile}
1358@itemx @var{outfile}
f20a759a 1359The input and output files, respectively.
c7c55b78 1360If you do not specify @var{outfile}, @command{objcopy} creates a
252b5132
RH
1361temporary file and destructively renames the result with
1362the name of @var{infile}.
1363
c7c55b78 1364@item -I @var{bfdname}
252b5132
RH
1365@itemx --input-target=@var{bfdname}
1366Consider the source file's object format to be @var{bfdname}, rather than
1367attempting to deduce it. @xref{Target Selection}, for more information.
1368
1369@item -O @var{bfdname}
1370@itemx --output-target=@var{bfdname}
1371Write the output file using the object format @var{bfdname}.
1372@xref{Target Selection}, for more information.
1373
1374@item -F @var{bfdname}
1375@itemx --target=@var{bfdname}
1376Use @var{bfdname} as the object format for both the input and the output
1377file; i.e., simply transfer data from source to destination with no
1378translation. @xref{Target Selection}, for more information.
1379
43a0748c
NC
1380@item -B @var{bfdarch}
1381@itemx --binary-architecture=@var{bfdarch}
8b31b6c4
NC
1382Useful when transforming a architecture-less input file into an object file.
1383In this case the output architecture can be set to @var{bfdarch}. This
1384option will be ignored if the input file has a known @var{bfdarch}. You
43a0748c
NC
1385can access this binary data inside a program by referencing the special
1386symbols that are created by the conversion process. These symbols are
1387called _binary_@var{objfile}_start, _binary_@var{objfile}_end and
1388_binary_@var{objfile}_size. e.g. you can transform a picture file into
c1c0eb9e 1389an object file and then access it in your code using these symbols.
43a0748c 1390
2e62b721
NC
1391@item -j @var{sectionpattern}
1392@itemx --only-section=@var{sectionpattern}
1393Copy only the indicated sections from the input file to the output file.
f91ea849 1394This option may be given more than once. Note that using this option
2e62b721
NC
1395inappropriately may make the output file unusable. Wildcard
1396characters are accepted in @var{sectionpattern}.
f91ea849 1397
e511c9b1
AB
1398If the first character of @var{sectionpattern} is the exclamation
1399point (!) then matching sections will not be copied, even if earlier
1400use of @option{--only-section} on the same command line would
1401otherwise copy it. For example:
1402
1403@smallexample
1404 --only-section=.text.* --only-section=!.text.foo
1405@end smallexample
1406
0cc79db2 1407will copy all sectinos matching '.text.*' but not the section
e511c9b1
AB
1408'.text.foo'.
1409
2e62b721
NC
1410@item -R @var{sectionpattern}
1411@itemx --remove-section=@var{sectionpattern}
1412Remove any section matching @var{sectionpattern} from the output file.
1413This option may be given more than once. Note that using this option
1414inappropriately may make the output file unusable. Wildcard
1415characters are accepted in @var{sectionpattern}. Using both the
1416@option{-j} and @option{-R} options together results in undefined
1417behaviour.
252b5132 1418
e511c9b1
AB
1419If the first character of @var{sectionpattern} is the exclamation
1420point (!) then matching sections will not be removed even if an
1421earlier use of @option{--remove-section} on the same command line
1422would otherwise remove it. For example:
1423
1424@smallexample
1425 --remove-section=.text.* --remove-section=!.text.foo
1426@end smallexample
1427
1428will remove all sections matching the pattern '.text.*', but will not
1429remove the section '.text.foo'.
1430
64f52b3e
FS
1431@item --keep-section=@var{sectionpattern}
1432When removing sections from the output file, keep sections that match
1433@var{sectionpattern}.
1434
d3e5f6c8 1435@item --remove-relocations=@var{sectionpattern}
f9853190
AM
1436Remove non-dynamic relocations from the output file for any section
1437matching @var{sectionpattern}. This option may be given more than
1438once. Note that using this option inappropriately may make the output
1439file unusable, and attempting to remove a dynamic relocation section
1440such as @samp{.rela.plt} from an executable or shared library with
1441@option{--remove-relocations=.plt} will not work. Wildcard characters
1442are accepted in @var{sectionpattern}.
d3e5f6c8
AB
1443For example:
1444
1445@smallexample
1446 --remove-relocations=.text.*
1447@end smallexample
1448
f9853190 1449will remove the relocations for all sections matching the pattern
d3e5f6c8
AB
1450'.text.*'.
1451
1452If the first character of @var{sectionpattern} is the exclamation
1453point (!) then matching sections will not have their relocation
1454removed even if an earlier use of @option{--remove-relocations} on the
1455same command line would otherwise cause the relocations to be removed.
1456For example:
1457
1458@smallexample
1459 --remove-relocations=.text.* --remove-relocations=!.text.foo
1460@end smallexample
1461
1462will remove all relocations for sections matching the pattern
1463'.text.*', but will not remove relocations for the section
1464'.text.foo'.
1465
252b5132
RH
1466@item -S
1467@itemx --strip-all
1468Do not copy relocation and symbol information from the source file.
427234c7 1469Also deletes debug sections.
252b5132
RH
1470
1471@item -g
1472@itemx --strip-debug
2593f09a 1473Do not copy debugging symbols or sections from the source file.
252b5132
RH
1474
1475@item --strip-unneeded
427234c7
LC
1476Remove all symbols that are not needed for relocation processing in
1477addition to debugging symbols and sections stripped by
1478@option{--strip-debug}.
252b5132
RH
1479
1480@item -K @var{symbolname}
1481@itemx --keep-symbol=@var{symbolname}
e7f918ad
NC
1482When stripping symbols, keep symbol @var{symbolname} even if it would
1483normally be stripped. This option may be given more than once.
252b5132
RH
1484
1485@item -N @var{symbolname}
1486@itemx --strip-symbol=@var{symbolname}
1487Do not copy symbol @var{symbolname} from the source file. This option
1488may be given more than once.
1489
bcf32829
JB
1490@item --strip-unneeded-symbol=@var{symbolname}
1491Do not copy symbol @var{symbolname} from the source file unless it is needed
1492by a relocation. This option may be given more than once.
1493
16b2b71c
NC
1494@item -G @var{symbolname}
1495@itemx --keep-global-symbol=@var{symbolname}
1496Keep only symbol @var{symbolname} global. Make all other symbols local
1497to the file, so that they are not visible externally. This option may
de564eb5
NC
1498be given more than once. Note: this option cannot be used in
1499conjunction with the @option{--globalize-symbol} or
1500@option{--globalize-symbols} options.
16b2b71c 1501
d58c2e3a
RS
1502@item --localize-hidden
1503In an ELF object, mark all symbols that have hidden or internal visibility
1504as local. This option applies on top of symbol-specific localization options
1505such as @option{-L}.
1506
252b5132
RH
1507@item -L @var{symbolname}
1508@itemx --localize-symbol=@var{symbolname}
f2629855
NC
1509Convert a global or weak symbol called @var{symbolname} into a local
1510symbol, so that it is not visible externally. This option may be
1511given more than once. Note - unique symbols are not converted.
252b5132
RH
1512
1513@item -W @var{symbolname}
1514@itemx --weaken-symbol=@var{symbolname}
1515Make symbol @var{symbolname} weak. This option may be given more than once.
1516
7b4a0685
NC
1517@item --globalize-symbol=@var{symbolname}
1518Give symbol @var{symbolname} global scoping so that it is visible
1519outside of the file in which it is defined. This option may be given
de564eb5
NC
1520more than once. Note: this option cannot be used in conjunction with
1521the @option{-G} or @option{--keep-global-symbol} options.
7b4a0685 1522
5fe11841
NC
1523@item -w
1524@itemx --wildcard
1525Permit regular expressions in @var{symbolname}s used in other command
1526line options. The question mark (?), asterisk (*), backslash (\) and
1527square brackets ([]) operators can be used anywhere in the symbol
1528name. If the first character of the symbol name is the exclamation
1529point (!) then the sense of the switch is reversed for that symbol.
1530For example:
1531
1532@smallexample
1533 -w -W !foo -W fo*
1534@end smallexample
1535
1536would cause objcopy to weaken all symbols that start with ``fo''
1537except for the symbol ``foo''.
1538
252b5132
RH
1539@item -x
1540@itemx --discard-all
1541Do not copy non-global symbols from the source file.
1542@c FIXME any reason to prefer "non-global" to "local" here?
1543
1544@item -X
1545@itemx --discard-locals
1546Do not copy compiler-generated local symbols.
1547(These usually start with @samp{L} or @samp{.}.)
1548
1549@item -b @var{byte}
1550@itemx --byte=@var{byte}
b7dd81f7
NC
1551If interleaving has been enabled via the @option{--interleave} option
1552then start the range of bytes to keep at the @var{byte}th byte.
1553@var{byte} can be in the range from 0 to @var{breadth}-1, where
1554@var{breadth} is the value given by the @option{--interleave} option.
1555
1556@item -i [@var{breadth}]
1557@itemx --interleave[=@var{breadth}]
1558Only copy a range out of every @var{breadth} bytes. (Header data is
1559not affected). Select which byte in the range begins the copy with
1560the @option{--byte} option. Select the width of the range with the
1561@option{--interleave-width} option.
1562
1563This option is useful for creating files to program @sc{rom}. It is
1564typically used with an @code{srec} output target. Note that
1565@command{objcopy} will complain if you do not specify the
1566@option{--byte} option as well.
1567
1568The default interleave breadth is 4, so with @option{--byte} set to 0,
1569@command{objcopy} would copy the first byte out of every four bytes
1570from the input to the output.
1571
1572@item --interleave-width=@var{width}
1573When used with the @option{--interleave} option, copy @var{width}
1574bytes at a time. The start of the range of bytes to be copied is set
1575by the @option{--byte} option, and the extent of the range is set with
1576the @option{--interleave} option.
1577
1578The default value for this option is 1. The value of @var{width} plus
1579the @var{byte} value set by the @option{--byte} option must not exceed
1580the interleave breadth set by the @option{--interleave} option.
1581
1582This option can be used to create images for two 16-bit flashes interleaved
1583in a 32-bit bus by passing @option{-b 0 -i 4 --interleave-width=2}
1584and @option{-b 2 -i 4 --interleave-width=2} to two @command{objcopy}
1585commands. If the input was '12345678' then the outputs would be
1586'1256' and '3478' respectively.
252b5132
RH
1587
1588@item -p
1589@itemx --preserve-dates
1590Set the access and modification dates of the output file to be the same
1591as those of the input file.
1592
2e30cb57
CC
1593@item -D
1594@itemx --enable-deterministic-archives
955d0b3b
RM
1595@cindex deterministic archives
1596@kindex --enable-deterministic-archives
2e30cb57
CC
1597Operate in @emph{deterministic} mode. When copying archive members
1598and writing the archive index, use zero for UIDs, GIDs, timestamps,
1599and use consistent file modes for all files.
1600
955d0b3b
RM
1601If @file{binutils} was configured with
1602@option{--enable-deterministic-archives}, then this mode is on by default.
1603It can be disabled with the @samp{-U} option, below.
1604
1605@item -U
1606@itemx --disable-deterministic-archives
1607@cindex deterministic archives
1608@kindex --enable-deterministic-archives
1609Do @emph{not} operate in @emph{deterministic} mode. This is the
1610inverse of the @option{-D} option, above: when copying archive members
1611and writing the archive index, use their actual UID, GID, timestamp,
1612and file mode values.
1613
1614This is the default unless @file{binutils} was configured with
1615@option{--enable-deterministic-archives}.
1616
252b5132
RH
1617@item --debugging
1618Convert debugging information, if possible. This is not the default
1619because only certain debugging formats are supported, and the
1620conversion process can be time consuming.
1621
1622@item --gap-fill @var{val}
1623Fill gaps between sections with @var{val}. This operation applies to
1624the @emph{load address} (LMA) of the sections. It is done by increasing
1625the size of the section with the lower address, and filling in the extra
1626space created with @var{val}.
1627
1628@item --pad-to @var{address}
1629Pad the output file up to the load address @var{address}. This is
1630done by increasing the size of the last section. The extra space is
c7c55b78 1631filled in with the value specified by @option{--gap-fill} (default zero).
252b5132
RH
1632
1633@item --set-start @var{val}
d11a9fab
AB
1634Set the start address (also known as the entry address) of the new
1635file to @var{val}. Not all object file formats support setting the
1636start address.
252b5132
RH
1637
1638@item --change-start @var{incr}
1639@itemx --adjust-start @var{incr}
1640@cindex changing start address
d11a9fab
AB
1641Change the start address (also known as the entry address) by adding
1642@var{incr}. Not all object file formats support setting the start
1643address.
252b5132
RH
1644
1645@item --change-addresses @var{incr}
1646@itemx --adjust-vma @var{incr}
1647@cindex changing object addresses
1648Change the VMA and LMA addresses of all sections, as well as the start
1649address, by adding @var{incr}. Some object file formats do not permit
1650section addresses to be changed arbitrarily. Note that this does not
1651relocate the sections; if the program expects sections to be loaded at a
1652certain address, and this option is used to change the sections such
c1c0eb9e 1653that they are loaded at a different address, the program may fail.
252b5132 1654
2e62b721
NC
1655@item --change-section-address @var{sectionpattern}@{=,+,-@}@var{val}
1656@itemx --adjust-section-vma @var{sectionpattern}@{=,+,-@}@var{val}
252b5132 1657@cindex changing section address
2e62b721
NC
1658Set or change both the VMA address and the LMA address of any section
1659matching @var{sectionpattern}. If @samp{=} is used, the section
1660address is set to @var{val}. Otherwise, @var{val} is added to or
1661subtracted from the section address. See the comments under
1662@option{--change-addresses}, above. If @var{sectionpattern} does not
1663match any sections in the input file, a warning will be issued, unless
1664@option{--no-change-warnings} is used.
252b5132 1665
2e62b721 1666@item --change-section-lma @var{sectionpattern}@{=,+,-@}@var{val}
252b5132 1667@cindex changing section LMA
2e62b721
NC
1668Set or change the LMA address of any sections matching
1669@var{sectionpattern}. The LMA address is the address where the
1670section will be loaded into memory at program load time. Normally
1671this is the same as the VMA address, which is the address of the
1672section at program run time, but on some systems, especially those
1673where a program is held in ROM, the two can be different. If @samp{=}
1674is used, the section address is set to @var{val}. Otherwise,
1675@var{val} is added to or subtracted from the section address. See the
1676comments under @option{--change-addresses}, above. If
1677@var{sectionpattern} does not match any sections in the input file, a
1678warning will be issued, unless @option{--no-change-warnings} is used.
1679
1680@item --change-section-vma @var{sectionpattern}@{=,+,-@}@var{val}
1681@cindex changing section VMA
1682Set or change the VMA address of any section matching
1683@var{sectionpattern}. The VMA address is the address where the
1684section will be located once the program has started executing.
1685Normally this is the same as the LMA address, which is the address
1686where the section will be loaded into memory, but on some systems,
252b5132
RH
1687especially those where a program is held in ROM, the two can be
1688different. If @samp{=} is used, the section address is set to
1689@var{val}. Otherwise, @var{val} is added to or subtracted from the
c7c55b78 1690section address. See the comments under @option{--change-addresses},
2e62b721
NC
1691above. If @var{sectionpattern} does not match any sections in the
1692input file, a warning will be issued, unless
c1c0eb9e 1693@option{--no-change-warnings} is used.
252b5132
RH
1694
1695@item --change-warnings
1696@itemx --adjust-warnings
c7c55b78 1697If @option{--change-section-address} or @option{--change-section-lma} or
2e62b721
NC
1698@option{--change-section-vma} is used, and the section pattern does not
1699match any sections, issue a warning. This is the default.
252b5132
RH
1700
1701@item --no-change-warnings
1702@itemx --no-adjust-warnings
c7c55b78
NC
1703Do not issue a warning if @option{--change-section-address} or
1704@option{--adjust-section-lma} or @option{--adjust-section-vma} is used, even
2e62b721
NC
1705if the section pattern does not match any sections.
1706
1707@item --set-section-flags @var{sectionpattern}=@var{flags}
1708Set the flags for any sections matching @var{sectionpattern}. The
1709@var{flags} argument is a comma separated string of flag names. The
1710recognized names are @samp{alloc}, @samp{contents}, @samp{load},
1711@samp{noload}, @samp{readonly}, @samp{code}, @samp{data}, @samp{rom},
3a5d12fb
FS
1712@samp{exclude}, @samp{share}, and @samp{debug}. You can set the
1713@samp{contents} flag for a section which does not have contents, but it
1714is not meaningful to clear the @samp{contents} flag of a section which
1715does have contents--just remove the section instead. Not all flags are
a0dcf297
NC
1716meaningful for all object file formats. In particular the
1717@samp{share} flag is only meaningful for COFF format files and not for
1718ELF format files.
252b5132 1719
fa463e9f 1720@item --set-section-alignment @var{sectionpattern}=@var{align}
de4859ea
NC
1721Set the alignment for any sections matching @var{sectionpattern}.
1722@var{align} specifies the alignment in bytes and must be a power of
1723two, i.e. 1, 2, 4, 8@dots{}.
fa463e9f 1724
252b5132
RH
1725@item --add-section @var{sectionname}=@var{filename}
1726Add a new section named @var{sectionname} while copying the file. The
1727contents of the new section are taken from the file @var{filename}. The
1728size of the section will be the size of the file. This option only
1729works on file formats which can support sections with arbitrary names.
bbad633b
NC
1730Note - it may be necessary to use the @option{--set-section-flags}
1731option to set the attributes of the newly created section.
1732
1733@item --dump-section @var{sectionname}=@var{filename}
1734Place the contents of section named @var{sectionname} into the file
1735@var{filename}, overwriting any contents that may have been there
1736previously. This option is the inverse of @option{--add-section}.
1737This option is similar to the @option{--only-section} option except
1738that it does not create a formatted file, it just dumps the contents
1739as raw binary data, without applying any relocations. The option can
1740be specified more than once.
252b5132 1741
acf1419f
AB
1742@item --update-section @var{sectionname}=@var{filename}
1743Replace the existing contents of a section named @var{sectionname}
1744with the contents of file @var{filename}. The size of the section
1745will be adjusted to the size of the file. The section flags for
1746@var{sectionname} will be unchanged. For ELF format files the section
1747to segment mapping will also remain unchanged, something which is not
1748possible using @option{--remove-section} followed by
1749@option{--add-section}. The option can be specified more than once.
1750
1751Note - it is possible to use @option{--rename-section} and
1752@option{--update-section} to both update and rename a section from one
1753command line. In this case, pass the original section name to
1754@option{--update-section}, and the original and new section names to
1755@option{--rename-section}.
1756
2b35fb28
RH
1757@item --add-symbol @var{name}=[@var{section}:]@var{value}[,@var{flags}]
1758Add a new symbol named @var{name} while copying the file. This option may be
1759specified multiple times. If the @var{section} is given, the symbol will be
1760associated with and relative to that section, otherwise it will be an ABS
1761symbol. Specifying an undefined section will result in a fatal error. There
1762is no check for the value, it will be taken as specified. Symbol flags can
1763be specified and not all flags will be meaningful for all object file
1764formats. By default, the symbol will be global. The special flag
1765'before=@var{othersym}' will insert the new symbol in front of the specified
1766@var{othersym}, otherwise the symbol(s) will be added at the end of the
1767symbol table in the order they appear.
1768
594ef5db
NC
1769@item --rename-section @var{oldname}=@var{newname}[,@var{flags}]
1770Rename a section from @var{oldname} to @var{newname}, optionally
1771changing the section's flags to @var{flags} in the process. This has
1ea332d6 1772the advantage over using a linker script to perform the rename in that
594ef5db 1773the output stays as an object file and does not become a linked
a0dcf297
NC
1774executable. This option accepts the same set of flags as the
1775@option{--sect-section-flags} option.
594ef5db
NC
1776
1777This option is particularly helpful when the input format is binary,
1778since this will always create a section called .data. If for example,
1779you wanted instead to create a section called .rodata containing binary
1780data you could use the following command line to achieve it:
1781
1782@smallexample
1783 objcopy -I binary -O <output_format> -B <architecture> \
1784 --rename-section .data=.rodata,alloc,load,readonly,data,contents \
1785 <input_binary_file> <output_object_file>
1786@end smallexample
1787
0408dee6
DK
1788@item --long-section-names @{enable,disable,keep@}
1789Controls the handling of long section names when processing @code{COFF}
1790and @code{PE-COFF} object formats. The default behaviour, @samp{keep},
1791is to preserve long section names if any are present in the input file.
1792The @samp{enable} and @samp{disable} options forcibly enable or disable
1793the use of long section names in the output object; when @samp{disable}
1794is in effect, any long section names in the input object will be truncated.
1795The @samp{enable} option will only emit long section names if any are
1796present in the inputs; this is mostly the same as @samp{keep}, but it
b3364cb9 1797is left undefined whether the @samp{enable} option might force the
0408dee6
DK
1798creation of an empty string table in the output file.
1799
252b5132
RH
1800@item --change-leading-char
1801Some object file formats use special characters at the start of
1802symbols. The most common such character is underscore, which compilers
c7c55b78 1803often add before every symbol. This option tells @command{objcopy} to
252b5132
RH
1804change the leading character of every symbol when it converts between
1805object file formats. If the object file formats use the same leading
1806character, this option has no effect. Otherwise, it will add a
1807character, or remove a character, or change a character, as
1808appropriate.
1809
1810@item --remove-leading-char
1811If the first character of a global symbol is a special symbol leading
1812character used by the object file format, remove the character. The
1813most common symbol leading character is underscore. This option will
1814remove a leading underscore from all global symbols. This can be useful
1815if you want to link together objects of different file formats with
1816different conventions for symbol names. This is different from
c7c55b78 1817@option{--change-leading-char} because it always changes the symbol name
252b5132
RH
1818when appropriate, regardless of the object file format of the output
1819file.
1820
9e48b4c6
NC
1821@item --reverse-bytes=@var{num}
1822Reverse the bytes in a section with output contents. A section length must
1823be evenly divisible by the value given in order for the swap to be able to
1824take place. Reversing takes place before the interleaving is performed.
1825
1826This option is used typically in generating ROM images for problematic
1827target systems. For example, on some target boards, the 32-bit words
1828fetched from 8-bit ROMs are re-assembled in little-endian byte order
1829regardless of the CPU byte order. Depending on the programming model, the
1830endianness of the ROM may need to be modified.
1831
1832Consider a simple file with a section containing the following eight
1833bytes: @code{12345678}.
1834
1835Using @samp{--reverse-bytes=2} for the above example, the bytes in the
1836output file would be ordered @code{21436587}.
1837
1838Using @samp{--reverse-bytes=4} for the above example, the bytes in the
1839output file would be ordered @code{43218765}.
1840
1841By using @samp{--reverse-bytes=2} for the above example, followed by
1842@samp{--reverse-bytes=4} on the output file, the bytes in the second
1843output file would be ordered @code{34127856}.
1844
420496c1
NC
1845@item --srec-len=@var{ival}
1846Meaningful only for srec output. Set the maximum length of the Srecords
1847being produced to @var{ival}. This length covers both address, data and
1848crc fields.
1849
1850@item --srec-forceS3
c1c0eb9e 1851Meaningful only for srec output. Avoid generation of S1/S2 records,
420496c1
NC
1852creating S3-only record format.
1853
57938635
AM
1854@item --redefine-sym @var{old}=@var{new}
1855Change the name of a symbol @var{old}, to @var{new}. This can be useful
1856when one is trying link two things together for which you have no
1857source, and there are name collisions.
1858
92991082
JT
1859@item --redefine-syms=@var{filename}
1860Apply @option{--redefine-sym} to each symbol pair "@var{old} @var{new}"
1861listed in the file @var{filename}. @var{filename} is simply a flat file,
1862with one symbol pair per line. Line comments may be introduced by the hash
1863character. This option may be given more than once.
1864
252b5132
RH
1865@item --weaken
1866Change all global symbols in the file to be weak. This can be useful
1867when building an object which will be linked against other objects using
c7c55b78 1868the @option{-R} option to the linker. This option is only effective when
252b5132
RH
1869using an object file format which supports weak symbols.
1870
16b2b71c 1871@item --keep-symbols=@var{filename}
c7c55b78 1872Apply @option{--keep-symbol} option to each symbol listed in the file
16b2b71c
NC
1873@var{filename}. @var{filename} is simply a flat file, with one symbol
1874name per line. Line comments may be introduced by the hash character.
1875This option may be given more than once.
1876
1877@item --strip-symbols=@var{filename}
c7c55b78 1878Apply @option{--strip-symbol} option to each symbol listed in the file
16b2b71c
NC
1879@var{filename}. @var{filename} is simply a flat file, with one symbol
1880name per line. Line comments may be introduced by the hash character.
1881This option may be given more than once.
1882
bcf32829
JB
1883@item --strip-unneeded-symbols=@var{filename}
1884Apply @option{--strip-unneeded-symbol} option to each symbol listed in
1885the file @var{filename}. @var{filename} is simply a flat file, with one
1886symbol name per line. Line comments may be introduced by the hash
1887character. This option may be given more than once.
1888
16b2b71c 1889@item --keep-global-symbols=@var{filename}
c7c55b78 1890Apply @option{--keep-global-symbol} option to each symbol listed in the
16b2b71c
NC
1891file @var{filename}. @var{filename} is simply a flat file, with one
1892symbol name per line. Line comments may be introduced by the hash
1893character. This option may be given more than once.
1894
1895@item --localize-symbols=@var{filename}
c7c55b78 1896Apply @option{--localize-symbol} option to each symbol listed in the file
16b2b71c
NC
1897@var{filename}. @var{filename} is simply a flat file, with one symbol
1898name per line. Line comments may be introduced by the hash character.
1899This option may be given more than once.
1900
7b4a0685
NC
1901@item --globalize-symbols=@var{filename}
1902Apply @option{--globalize-symbol} option to each symbol listed in the file
1903@var{filename}. @var{filename} is simply a flat file, with one symbol
1904name per line. Line comments may be introduced by the hash character.
de564eb5
NC
1905This option may be given more than once. Note: this option cannot be
1906used in conjunction with the @option{-G} or @option{--keep-global-symbol}
1907options.
7b4a0685 1908
16b2b71c 1909@item --weaken-symbols=@var{filename}
c7c55b78 1910Apply @option{--weaken-symbol} option to each symbol listed in the file
16b2b71c
NC
1911@var{filename}. @var{filename} is simply a flat file, with one symbol
1912name per line. Line comments may be introduced by the hash character.
1913This option may be given more than once.
1914
1ae8b3d2
AO
1915@item --alt-machine-code=@var{index}
1916If the output architecture has alternate machine codes, use the
1917@var{index}th code instead of the default one. This is useful in case
c1c0eb9e 1918a machine is assigned an official code and the tool-chain adopts the
1ae8b3d2 1919new code, but other applications still depend on the original code
f9d4ad2a
NC
1920being used. For ELF based architectures if the @var{index}
1921alternative does not exist then the value is treated as an absolute
1922number to be stored in the e_machine field of the ELF header.
1ae8b3d2 1923
4087920c
MR
1924@item --writable-text
1925Mark the output text as writable. This option isn't meaningful for all
1926object file formats.
1927
1928@item --readonly-text
1929Make the output text write protected. This option isn't meaningful for all
1930object file formats.
1931
1932@item --pure
1933Mark the output file as demand paged. This option isn't meaningful for all
1934object file formats.
1935
1936@item --impure
1937Mark the output file as impure. This option isn't meaningful for all
1938object file formats.
1939
d7fb0dd2
NC
1940@item --prefix-symbols=@var{string}
1941Prefix all symbols in the output file with @var{string}.
1942
1943@item --prefix-sections=@var{string}
1944Prefix all section names in the output file with @var{string}.
1945
1946@item --prefix-alloc-sections=@var{string}
1947Prefix all the names of all allocated sections in the output file with
1948@var{string}.
1949
ed1653a7 1950@item --add-gnu-debuglink=@var{path-to-file}
4fd77a3d
NC
1951Creates a .gnu_debuglink section which contains a reference to
1952@var{path-to-file} and adds it to the output file. Note: the file at
1953@var{path-to-file} must exist. Part of the process of adding the
1954.gnu_debuglink section involves embedding a checksum of the contents
1955of the debug info file into the section.
1956
1957If the debug info file is built in one location but it is going to be
1958installed at a later time into a different location then do not use
1959the path to the installed location. The @option{--add-gnu-debuglink}
1960option will fail because the installed file does not exist yet.
1961Instead put the debug info file in the current directory and use the
1962@option{--add-gnu-debuglink} option without any directory components,
1963like this:
1964
1965@smallexample
1966 objcopy --add-gnu-debuglink=foo.debug
1967@end smallexample
37d0d091 1968
4fd77a3d
NC
1969At debug time the debugger will attempt to look for the separate debug
1970info file in a set of known locations. The exact set of these
1971locations varies depending upon the distribution being used, but it
1972typically includes:
1973
1974@table @code
1975
1976@item * The same directory as the executable.
1977
1978@item * A sub-directory of the directory containing the executable
1979called .debug
1980
1981@item * A global debug directory such as /usr/lib/debug.
1982@end table
1983
1984As long as the debug info file has been installed into one of these
1985locations before the debugger is run everything should work
1986correctly.
ed1653a7 1987
ca0e11aa
NC
1988@item --keep-section-symbils
1989When stripping a file, perhaps with @option{--strip-debug} or
1990@option{--strip-unneeded}, retain any symbols specifying section names,
1991which would otherwise get stripped.
1992
1637cd90
JB
1993@item --keep-file-symbols
1994When stripping a file, perhaps with @option{--strip-debug} or
1995@option{--strip-unneeded}, retain any symbols specifying source file names,
1996which would otherwise get stripped.
1997
ed1653a7 1998@item --only-keep-debug
36d3b955
MR
1999Strip a file, removing contents of any sections that would not be
2000stripped by @option{--strip-debug} and leaving the debugging sections
c1c0eb9e 2001intact. In ELF files, this preserves all note sections in the output.
ed1653a7 2002
63b9bbb7
NC
2003Note - the section headers of the stripped sections are preserved,
2004including their sizes, but the contents of the section are discarded.
2005The section headers are preserved so that other tools can match up the
2006debuginfo file with the real executable, even if that executable has
2007been relocated to a different address space.
2008
ed1653a7
NC
2009The intention is that this option will be used in conjunction with
2010@option{--add-gnu-debuglink} to create a two part executable. One a
2011stripped binary which will occupy less space in RAM and in a
2012distribution and the second a debugging information file which is only
2013needed if debugging abilities are required. The suggested procedure
2014to create these files is as follows:
2015
b96fec5e 2016@enumerate
eca4b721 2017@item Link the executable as normal. Assuming that it is called
b96fec5e
DK
2018@code{foo} then...
2019@item Run @code{objcopy --only-keep-debug foo foo.dbg} to
2020create a file containing the debugging info.
2021@item Run @code{objcopy --strip-debug foo} to create a
2022stripped executable.
2023@item Run @code{objcopy --add-gnu-debuglink=foo.dbg foo}
2024to add a link to the debugging info into the stripped executable.
2025@end enumerate
2026
2027Note---the choice of @code{.dbg} as an extension for the debug info
2028file is arbitrary. Also the @code{--only-keep-debug} step is
2029optional. You could instead do this:
2030
2031@enumerate
2032@item Link the executable as normal.
2033@item Copy @code{foo} to @code{foo.full}
2034@item Run @code{objcopy --strip-debug foo}
2035@item Run @code{objcopy --add-gnu-debuglink=foo.full foo}
2036@end enumerate
2037
2038i.e., the file pointed to by the @option{--add-gnu-debuglink} can be the
2039full executable. It does not have to be a file created by the
2040@option{--only-keep-debug} switch.
2041
2042Note---this switch is only intended for use on fully linked files. It
2043does not make sense to use it on object files where the debugging
2044information may be incomplete. Besides the gnu_debuglink feature
2045currently only supports the presence of one filename containing
2046debugging information, not multiple filenames on a one-per-object-file
2047basis.
2048
96109726
CC
2049@item --strip-dwo
2050Remove the contents of all DWARF .dwo sections, leaving the
2051remaining debugging sections and all symbols intact.
2052This option is intended for use by the compiler as part of
2053the @option{-gsplit-dwarf} option, which splits debug information
2054between the .o file and a separate .dwo file. The compiler
2055generates all debug information in the same file, then uses
2056the @option{--extract-dwo} option to copy the .dwo sections to
2057the .dwo file, then the @option{--strip-dwo} option to remove
2058those sections from the original .o file.
2059
2060@item --extract-dwo
2061Extract the contents of all DWARF .dwo sections. See the
2062@option{--strip-dwo} option for more information.
2063
92dd4511
L
2064@item --file-alignment @var{num}
2065Specify the file alignment. Sections in the file will always begin at
2066file offsets which are multiples of this number. This defaults to
2067512.
2068[This option is specific to PE targets.]
2069
2070@item --heap @var{reserve}
2071@itemx --heap @var{reserve},@var{commit}
2072Specify the number of bytes of memory to reserve (and optionally commit)
2073to be used as heap for this program.
2074[This option is specific to PE targets.]
2075
2076@item --image-base @var{value}
2077Use @var{value} as the base address of your program or dll. This is
2078the lowest memory location that will be used when your program or dll
2079is loaded. To reduce the need to relocate and improve performance of
2080your dlls, each should have a unique base address and not overlap any
2081other dlls. The default is 0x400000 for executables, and 0x10000000
2082for dlls.
2083[This option is specific to PE targets.]
2084
2085@item --section-alignment @var{num}
fa463e9f
N
2086Sets the section alignment field in the PE header. Sections in memory
2087will always begin at addresses which are a multiple of this number.
2088Defaults to 0x1000.
92dd4511
L
2089[This option is specific to PE targets.]
2090
2091@item --stack @var{reserve}
2092@itemx --stack @var{reserve},@var{commit}
2093Specify the number of bytes of memory to reserve (and optionally commit)
2094to be used as stack for this program.
2095[This option is specific to PE targets.]
2096
2097@item --subsystem @var{which}
2098@itemx --subsystem @var{which}:@var{major}
2099@itemx --subsystem @var{which}:@var{major}.@var{minor}
2100Specifies the subsystem under which your program will execute. The
2101legal values for @var{which} are @code{native}, @code{windows},
2102@code{console}, @code{posix}, @code{efi-app}, @code{efi-bsd},
d9118602 2103@code{efi-rtd}, @code{sal-rtd}, and @code{xbox}. You may optionally set
92dd4511
L
2104the subsystem version also. Numeric values are also accepted for
2105@var{which}.
2106[This option is specific to PE targets.]
2107
d3e52d40
RS
2108@item --extract-symbol
2109Keep the file's section flags and symbols but remove all section data.
2110Specifically, the option:
2111
2112@itemize
d3e52d40
RS
2113@item removes the contents of all sections;
2114@item sets the size of every section to zero; and
2115@item sets the file's start address to zero.
2116@end itemize
c1c0eb9e 2117
d3e52d40
RS
2118This option is used to build a @file{.sym} file for a VxWorks kernel.
2119It can also be a useful way of reducing the size of a @option{--just-symbols}
2120linker input file.
2121
4a114e3e 2122@item --compress-debug-sections
19a7fe52
L
2123Compress DWARF debug sections using zlib with SHF_COMPRESSED from the
2124ELF ABI. Note - if compression would actually make a section
2125@emph{larger}, then it is not compressed.
4a114e3e 2126
151411f8
L
2127@item --compress-debug-sections=none
2128@itemx --compress-debug-sections=zlib
2129@itemx --compress-debug-sections=zlib-gnu
2130@itemx --compress-debug-sections=zlib-gabi
2131For ELF files, these options control how DWARF debug sections are
2132compressed. @option{--compress-debug-sections=none} is equivalent
96d491cf 2133to @option{--decompress-debug-sections}.
151411f8 2134@option{--compress-debug-sections=zlib} and
19a7fe52 2135@option{--compress-debug-sections=zlib-gabi} are equivalent to
151411f8 2136@option{--compress-debug-sections}.
19a7fe52
L
2137@option{--compress-debug-sections=zlib-gnu} compresses DWARF debug
2138sections using zlib. The debug sections are renamed to begin with
2139@samp{.zdebug} instead of @samp{.debug}. Note - if compression would
2140actually make a section @emph{larger}, then it is not compressed nor
2141renamed.
151411f8 2142
4a114e3e 2143@item --decompress-debug-sections
273a4985
JT
2144Decompress DWARF debug sections using zlib. The original section
2145names of the compressed sections are restored.
4a114e3e 2146
b8871f35
L
2147@item --elf-stt-common=yes
2148@itemx --elf-stt-common=no
2149For ELF files, these options control whether common symbols should be
2150converted to the @code{STT_COMMON} or @code{STT_OBJECT} type.
2151@option{--elf-stt-common=yes} converts common symbol type to
2152@code{STT_COMMON}. @option{--elf-stt-common=no} converts common symbol
2153type to @code{STT_OBJECT}.
2154
9ef920e9 2155@item --merge-notes
1d15e434
NC
2156@itemx --no-merge-notes
2157For ELF files, attempt (or do not attempt) to reduce the size of any
2158SHT_NOTE type sections by removing duplicate notes.
9ef920e9 2159
252b5132
RH
2160@item -V
2161@itemx --version
c7c55b78 2162Show the version number of @command{objcopy}.
252b5132 2163
37d0d091
JH
2164@item --verilog-data-width=@var{bytes}
2165For Verilog output, this options controls the number of bytes
2166converted for each output data element. The input target controls the
2167endianness of the conversion.
2168
252b5132
RH
2169@item -v
2170@itemx --verbose
2171Verbose output: list all object files modified. In the case of
2172archives, @samp{objcopy -V} lists all members of the archive.
2173
2174@item --help
c7c55b78 2175Show a summary of the options to @command{objcopy}.
7c29036b
NC
2176
2177@item --info
2178Display a list showing all architectures and object formats available.
252b5132
RH
2179@end table
2180
0285c67d
NC
2181@c man end
2182
2183@ignore
2184@c man begin SEEALSO objcopy
2185ld(1), objdump(1), and the Info entries for @file{binutils}.
2186@c man end
2187@end ignore
2188
252b5132
RH
2189@node objdump
2190@chapter objdump
2191
2192@cindex object file information
2193@kindex objdump
2194
f927cc8f 2195@c man title objdump display information from object files
0285c67d 2196
252b5132 2197@smallexample
0285c67d 2198@c man begin SYNOPSIS objdump
c7c55b78
NC
2199objdump [@option{-a}|@option{--archive-headers}]
2200 [@option{-b} @var{bfdname}|@option{--target=@var{bfdname}}]
2201 [@option{-C}|@option{--demangle}[=@var{style}] ]
d3def5d7 2202 [@option{-d}|@option{--disassemble}[=@var{symbol}]]
c7c55b78
NC
2203 [@option{-D}|@option{--disassemble-all}]
2204 [@option{-z}|@option{--disassemble-zeroes}]
2205 [@option{-EB}|@option{-EL}|@option{--endian=}@{big | little @}]
2206 [@option{-f}|@option{--file-headers}]
98ec6e72 2207 [@option{-F}|@option{--file-offsets}]
c7c55b78
NC
2208 [@option{--file-start-context}]
2209 [@option{-g}|@option{--debugging}]
51cdc6e0 2210 [@option{-e}|@option{--debugging-tags}]
c7c55b78
NC
2211 [@option{-h}|@option{--section-headers}|@option{--headers}]
2212 [@option{-i}|@option{--info}]
2213 [@option{-j} @var{section}|@option{--section=}@var{section}]
2214 [@option{-l}|@option{--line-numbers}]
2215 [@option{-S}|@option{--source}]
a1c110a3 2216 [@option{--source-comment}[=@var{text}]]
c7c55b78
NC
2217 [@option{-m} @var{machine}|@option{--architecture=}@var{machine}]
2218 [@option{-M} @var{options}|@option{--disassembler-options=}@var{options}]
2219 [@option{-p}|@option{--private-headers}]
6abcee90 2220 [@option{-P} @var{options}|@option{--private=}@var{options}]
c7c55b78
NC
2221 [@option{-r}|@option{--reloc}]
2222 [@option{-R}|@option{--dynamic-reloc}]
2223 [@option{-s}|@option{--full-contents}]
c46b7066
NC
2224 [@option{-W[lLiaprmfFsoORtUuTgAck]}|
2225 @option{--dwarf}[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links]]
2226 [@option{-WK}|@option{--dwarf=follow-links}]
2227 [@option{-WN}|@option{--dwarf=no-follow-links}]
ca0e11aa 2228 [@option{-L}|@option{--process-links}]
7d9813f1 2229 [@option{--ctf=}@var{section}]
c7c55b78
NC
2230 [@option{-G}|@option{--stabs}]
2231 [@option{-t}|@option{--syms}]
2232 [@option{-T}|@option{--dynamic-syms}]
2233 [@option{-x}|@option{--all-headers}]
2234 [@option{-w}|@option{--wide}]
2235 [@option{--start-address=}@var{address}]
2236 [@option{--stop-address=}@var{address}]
b1bc1394 2237 [@option{--no-addresses}]
c7c55b78
NC
2238 [@option{--prefix-addresses}]
2239 [@option{--[no-]show-raw-insn}]
2240 [@option{--adjust-vma=}@var{offset}]
b2a40aa5
TG
2241 [@option{--dwarf-depth=@var{n}}]
2242 [@option{--dwarf-start=@var{n}}]
7d9813f1 2243 [@option{--ctf-parent=}@var{section}]
af03af8f 2244 [@option{--no-recurse-limit}|@option{--recurse-limit}]
3c9458e9 2245 [@option{--special-syms}]
0dafdf3f
L
2246 [@option{--prefix=}@var{prefix}]
2247 [@option{--prefix-strip=}@var{level}]
3dcb3fcb 2248 [@option{--insn-width=}@var{width}]
1d67fe3b 2249 [@option{--visualize-jumps[=color|=extended-color|=off]}
c7c55b78
NC
2250 [@option{-V}|@option{--version}]
2251 [@option{-H}|@option{--help}]
252b5132 2252 @var{objfile}@dots{}
0285c67d 2253@c man end
252b5132
RH
2254@end smallexample
2255
0285c67d
NC
2256@c man begin DESCRIPTION objdump
2257
c7c55b78 2258@command{objdump} displays information about one or more object files.
252b5132
RH
2259The options control what particular information to display. This
2260information is mostly useful to programmers who are working on the
2261compilation tools, as opposed to programmers who just want their
2262program to compile and work.
2263
2264@var{objfile}@dots{} are the object files to be examined. When you
c7c55b78 2265specify archives, @command{objdump} shows information on each of the member
252b5132
RH
2266object files.
2267
0285c67d
NC
2268@c man end
2269
2270@c man begin OPTIONS objdump
2271
252b5132 2272The long and short forms of options, shown here as alternatives, are
1dada9c5 2273equivalent. At least one option from the list
6abcee90 2274@option{-a,-d,-D,-e,-f,-g,-G,-h,-H,-p,-P,-r,-R,-s,-S,-t,-T,-V,-x} must be given.
252b5132 2275
c7c55b78 2276@table @env
252b5132
RH
2277@item -a
2278@itemx --archive-header
2279@cindex archive headers
2280If any of the @var{objfile} files are archives, display the archive
2281header information (in a format similar to @samp{ls -l}). Besides the
2282information you could list with @samp{ar tv}, @samp{objdump -a} shows
2283the object file format of each archive member.
2284
2285@item --adjust-vma=@var{offset}
2286@cindex section addresses in objdump
2287@cindex VMA in objdump
2288When dumping information, first add @var{offset} to all the section
2289addresses. This is useful if the section addresses do not correspond to
2290the symbol table, which can happen when putting sections at particular
2291addresses when using a format which can not represent section addresses,
2292such as a.out.
2293
2294@item -b @var{bfdname}
2295@itemx --target=@var{bfdname}
2296@cindex object code format
2297Specify that the object-code format for the object files is
2298@var{bfdname}. This option may not be necessary; @var{objdump} can
2299automatically recognize many formats.
2300
2301For example,
2302@example
2303objdump -b oasys -m vax -h fu.o
2304@end example
2305@noindent
c7c55b78
NC
2306displays summary information from the section headers (@option{-h}) of
2307@file{fu.o}, which is explicitly identified (@option{-m}) as a VAX object
252b5132 2308file in the format produced by Oasys compilers. You can list the
c7c55b78 2309formats available with the @option{-i} option.
252b5132
RH
2310@xref{Target Selection}, for more information.
2311
2312@item -C
28c309a2 2313@itemx --demangle[=@var{style}]
252b5132
RH
2314@cindex demangling in objdump
2315Decode (@dfn{demangle}) low-level symbol names into user-level names.
2316Besides removing any initial underscore prepended by the system, this
28c309a2 2317makes C++ function names readable. Different compilers have different
c1c0eb9e
RM
2318mangling styles. The optional demangling style argument can be used to
2319choose an appropriate demangling style for your compiler. @xref{c++filt},
28c309a2 2320for more information on demangling.
252b5132 2321
af03af8f
NC
2322@item --recurse-limit
2323@itemx --no-recurse-limit
2324@itemx --recursion-limit
2325@itemx --no-recursion-limit
2326Enables or disables a limit on the amount of recursion performed
2327whilst demangling strings. Since the name mangling formats allow for
0cc79db2 2328an infinite level of recursion it is possible to create strings whose
af03af8f
NC
2329decoding will exhaust the amount of stack space available on the host
2330machine, triggering a memory fault. The limit tries to prevent this
69799d67 2331from happening by restricting recursion to 2048 levels of nesting.
af03af8f
NC
2332
2333The default is for this limit to be enabled, but disabling it may be
2334necessary in order to demangle truly complicated names. Note however
2335that if the recursion limit is disabled then stack exhaustion is
2336possible and any bug reports about such an event will be rejected.
2337
947ed062
NC
2338@item -g
2339@itemx --debugging
fdef3943 2340Display debugging information. This attempts to parse STABS
b922d590 2341debugging format information stored in the file and print it out using
83d4d556 2342a C like syntax. If no STABS debugging was found this option
b922d590
NC
2343falls back on the @option{-W} option to print any DWARF information in
2344the file.
252b5132 2345
51cdc6e0
NC
2346@item -e
2347@itemx --debugging-tags
2348Like @option{-g}, but the information is generated in a format compatible
2349with ctags tool.
2350
252b5132
RH
2351@item -d
2352@itemx --disassemble
d3def5d7 2353@itemx --disassemble=@var{symbol}
252b5132
RH
2354@cindex disassembling object code
2355@cindex machine instructions
d3def5d7
MY
2356Display the assembler mnemonics for the machine instructions from the
2357input file. This option only disassembles those sections which are
2358expected to contain instructions. If the optional @var{symbol}
baae986a
NC
2359argument is given, then display the assembler mnemonics starting at
2360@var{symbol}. If @var{symbol} is a function name then disassembly
2361will stop at the end of the function, otherwise it will stop when the
2362next symbol is encountered. If there are no matches for @var{symbol}
2363then nothing will be displayed.
252b5132 2364
c46b7066 2365Note if the @option{--dwarf=follow-links} option is enabled
39f0547e
NC
2366then any symbol tables in linked debug info files will be read in and
2367used when disassembling.
2368
252b5132
RH
2369@item -D
2370@itemx --disassemble-all
c7c55b78 2371Like @option{-d}, but disassemble the contents of all sections, not just
252b5132
RH
2372those expected to contain instructions.
2373
bdc4de1b
NC
2374This option also has a subtle effect on the disassembly of
2375instructions in code sections. When option @option{-d} is in effect
2376objdump will assume that any symbols present in a code section occur
2377on the boundary between instructions and it will refuse to disassemble
2378across such a boundary. When option @option{-D} is in effect however
2379this assumption is supressed. This means that it is possible for the
2380output of @option{-d} and @option{-D} to differ if, for example, data
2381is stored in code sections.
2382
0313a2b8
NC
2383If the target is an ARM architecture this switch also has the effect
2384of forcing the disassembler to decode pieces of data found in code
2385sections as if they were instructions.
2386
c46b7066 2387Note if the @option{--dwarf=follow-links} option is enabled
39f0547e
NC
2388then any symbol tables in linked debug info files will be read in and
2389used when disassembling.
2390
b1bc1394
AM
2391@item --no-addresses
2392When disassembling, don't print addresses on each line or for symbols
937f6614
AM
2393and relocation offsets. In combination with @option{--no-show-raw-insn}
2394this may be useful for comparing compiler output.
b1bc1394 2395
252b5132
RH
2396@item --prefix-addresses
2397When disassembling, print the complete address on each line. This is
2398the older disassembly format.
2399
252b5132
RH
2400@item -EB
2401@itemx -EL
2402@itemx --endian=@{big|little@}
2403@cindex endianness
2404@cindex disassembly endianness
2405Specify the endianness of the object files. This only affects
2406disassembly. This can be useful when disassembling a file format which
2407does not describe endianness information, such as S-records.
2408
2409@item -f
947ed062 2410@itemx --file-headers
252b5132
RH
2411@cindex object file header
2412Display summary information from the overall header of
2413each of the @var{objfile} files.
2414
98ec6e72
NC
2415@item -F
2416@itemx --file-offsets
2417@cindex object file offsets
2418When disassembling sections, whenever a symbol is displayed, also
2419display the file offset of the region of data that is about to be
2420dumped. If zeroes are being skipped, then when disassembly resumes,
2421tell the user how many zeroes were skipped and the file offset of the
32760852
NC
2422location from where the disassembly resumes. When dumping sections,
2423display the file offset of the location from where the dump starts.
98ec6e72 2424
f1563258
TW
2425@item --file-start-context
2426@cindex source code context
2427Specify that when displaying interlisted source code/disassembly
c7c55b78 2428(assumes @option{-S}) from a file that has not yet been displayed, extend the
f1563258
TW
2429context to the start of the file.
2430
252b5132 2431@item -h
947ed062
NC
2432@itemx --section-headers
2433@itemx --headers
252b5132
RH
2434@cindex section headers
2435Display summary information from the section headers of the
2436object file.
2437
2438File segments may be relocated to nonstandard addresses, for example by
c7c55b78
NC
2439using the @option{-Ttext}, @option{-Tdata}, or @option{-Tbss} options to
2440@command{ld}. However, some object file formats, such as a.out, do not
252b5132 2441store the starting address of the file segments. In those situations,
c7c55b78 2442although @command{ld} relocates the sections correctly, using @samp{objdump
252b5132
RH
2443-h} to list the file section headers cannot show the correct addresses.
2444Instead, it shows the usual addresses, which are implicit for the
2445target.
2446
91f68a68
MG
2447Note, in some cases it is possible for a section to have both the
2448READONLY and the NOREAD attributes set. In such cases the NOREAD
2449attribute takes precedence, but @command{objdump} will report both
2450since the exact setting of the flag bits might be important.
2451
947ed062
NC
2452@item -H
2453@itemx --help
c7c55b78 2454Print a summary of the options to @command{objdump} and exit.
252b5132
RH
2455
2456@item -i
2457@itemx --info
2458@cindex architectures available
2459@cindex object formats available
2460Display a list showing all architectures and object formats available
c7c55b78 2461for specification with @option{-b} or @option{-m}.
252b5132
RH
2462
2463@item -j @var{name}
2464@itemx --section=@var{name}
2465@cindex section information
2466Display information only for section @var{name}.
2467
ca0e11aa
NC
2468@item -L
2469@itemx --process-links
2470Display the contents of non-debug sections found in separate debuginfo
2471files that are linked to the main file. This option automatically
2472implies the @option{-WK} option, and only sections requested by other
2473command line options will be displayed.
2474
252b5132
RH
2475@item -l
2476@itemx --line-numbers
2477@cindex source filenames for object files
2478Label the display (using debugging information) with the filename and
2479source line numbers corresponding to the object code or relocs shown.
c7c55b78 2480Only useful with @option{-d}, @option{-D}, or @option{-r}.
252b5132
RH
2481
2482@item -m @var{machine}
2483@itemx --architecture=@var{machine}
2484@cindex architecture
2485@cindex disassembly architecture
2486Specify the architecture to use when disassembling object files. This
2487can be useful when disassembling object files which do not describe
2488architecture information, such as S-records. You can list the available
c7c55b78 2489architectures with the @option{-i} option.
252b5132 2490
0313a2b8
NC
2491If the target is an ARM architecture then this switch has an
2492additional effect. It restricts the disassembly to only those
2493instructions supported by the architecture specified by @var{machine}.
2494If it is necessary to use this switch because the input file does not
2495contain any architecture information, but it is also desired to
2496disassemble all the instructions use @option{-marm}.
2497
dd92f639
NC
2498@item -M @var{options}
2499@itemx --disassembler-options=@var{options}
2500Pass target specific information to the disassembler. Only supported on
31e0f3cd
NC
2501some targets. If it is necessary to specify more than one
2502disassembler option then multiple @option{-M} options can be used or
2503can be placed together into a comma separated list.
dd92f639 2504
7982a1dd
NC
2505For ARC, @option{dsp} controls the printing of DSP instructions,
2506@option{spfp} selects the printing of FPX single precision FP
2507instructions, @option{dpfp} selects the printing of FPX double
2508precision FP instructions, @option{quarkse_em} selects the printing of
2509special QuarkSE-EM instructions, @option{fpuda} selects the printing
2510of double precision assist instructions, @option{fpus} selects the
2511printing of FPU single precision FP instructions, while @option{fpud}
eca4b721 2512selects the printing of FPU double precision FP instructions.
fdddd290 2513Additionally, one can choose to have all the immediates printed in
2514hexadecimal using @option{hex}. By default, the short immediates are
2515printed using the decimal representation, while the long immediate
2516values are printed as hexadecimal.
37fd5ef3 2517
f9a6a8f0 2518@option{cpu=...} allows one to enforce a particular ISA when disassembling
10045478
AK
2519instructions, overriding the @option{-m} value or whatever is in the ELF file.
2520This might be useful to select ARC EM or HS ISA, because architecture is same
2521for those and disassembler relies on private ELF header data to decide if code
2522is for EM or HS. This option might be specified multiple times - only the
2523latest value will be used. Valid values are same as for the assembler
2524@option{-mcpu=...} option.
2525
dd92f639
NC
2526If the target is an ARM architecture then this switch can be used to
2527select which register name set is used during disassembler. Specifying
9c092ace 2528@option{-M reg-names-std} (the default) will select the register names as
58efb6c0
NC
2529used in ARM's instruction set documentation, but with register 13 called
2530'sp', register 14 called 'lr' and register 15 called 'pc'. Specifying
c7c55b78
NC
2531@option{-M reg-names-apcs} will select the name set used by the ARM
2532Procedure Call Standard, whilst specifying @option{-M reg-names-raw} will
58efb6c0
NC
2533just use @samp{r} followed by the register number.
2534
2535There are also two variants on the APCS register naming scheme enabled
c7c55b78
NC
2536by @option{-M reg-names-atpcs} and @option{-M reg-names-special-atpcs} which
2537use the ARM/Thumb Procedure Call Standard naming conventions. (Either
947ed062 2538with the normal register names or the special register names).
dd92f639 2539
8f915f68 2540This option can also be used for ARM architectures to force the
c36774d6 2541disassembler to interpret all instructions as Thumb instructions by
c7c55b78 2542using the switch @option{--disassembler-options=force-thumb}. This can be
8f915f68
NC
2543useful when attempting to disassemble thumb code produced by other
2544compilers.
2545
7d02540a
TC
2546For AArch64 targets this switch can be used to set whether instructions are
2547disassembled as the most general instruction using the @option{-M no-aliases}
2548option or whether instruction notes should be generated as comments in the
2549disasssembly using @option{-M notes}.
2550
e396998b 2551For the x86, some of the options duplicate functions of the @option{-m}
2a1bb84c 2552switch, but allow finer grained control.
c4416f30
NC
2553@table @code
2554@item x86-64
2555@itemx i386
2556@itemx i8086
2557Select disassembly for the given architecture.
2558
2559@item intel
2560@itemx att
2561Select between intel syntax mode and AT&T syntax mode.
2562
5db04b09
L
2563@item amd64
2564@itemx intel64
2565Select between AMD64 ISA and Intel64 ISA.
2566
c4416f30
NC
2567@item intel-mnemonic
2568@itemx att-mnemonic
2569Select between intel mnemonic mode and AT&T mnemonic mode.
2570Note: @code{intel-mnemonic} implies @code{intel} and
2571@code{att-mnemonic} implies @code{att}.
2572
2573@item addr64
2574@itemx addr32
2575@itemx addr16
2576@itemx data32
2577@itemx data16
9177214a 2578Specify the default address size and operand size. These five options
c4416f30
NC
2579will be overridden if @code{x86-64}, @code{i386} or @code{i8086}
2580appear later in the option string.
2581
2582@item suffix
2a1bb84c
JB
2583When in AT&T mode and also for a limited set of instructions when in Intel
2584mode, instructs the disassembler to print a mnemonic suffix even when the
2585suffix could be inferred by the operands or, for certain instructions, the
2586execution mode's defaults.
c4416f30 2587@end table
e396998b 2588
52be03fd
AM
2589For PowerPC, the @option{-M} argument @option{raw} selects
2590disasssembly of hardware insns rather than aliases. For example, you
2591will see @code{rlwinm} rather than @code{clrlwi}, and @code{addi}
2592rather than @code{li}. All of the @option{-m} arguments for
2593@command{gas} that select a CPU are supported. These are:
2594@option{403}, @option{405}, @option{440}, @option{464}, @option{476},
2595@option{601}, @option{603}, @option{604}, @option{620}, @option{7400},
2596@option{7410}, @option{7450}, @option{7455}, @option{750cl},
2597@option{821}, @option{850}, @option{860}, @option{a2}, @option{booke},
2598@option{booke32}, @option{cell}, @option{com}, @option{e200z4},
2599@option{e300}, @option{e500}, @option{e500mc}, @option{e500mc64},
2600@option{e500x2}, @option{e5500}, @option{e6500}, @option{efs},
2601@option{power4}, @option{power5}, @option{power6}, @option{power7},
1424c35d
AM
2602@option{power8}, @option{power9}, @option{power10}, @option{ppc},
2603@option{ppc32}, @option{ppc64}, @option{ppc64bridge}, @option{ppcps},
2604@option{pwr}, @option{pwr2}, @option{pwr4}, @option{pwr5}, @option{pwr5x},
2605@option{pwr6}, @option{pwr7}, @option{pwr8}, @option{pwr9}, @option{pwr10},
52be03fd
AM
2606@option{pwrx}, @option{titan}, and @option{vle}.
2607@option{32} and @option{64} modify the default or a prior CPU
2608selection, disabling and enabling 64-bit insns respectively. In
2609addition, @option{altivec}, @option{any}, @option{htm}, @option{vsx},
2610and @option{spe} add capabilities to a previous @emph{or later} CPU
2611selection. @option{any} will disassemble any opcode known to
2612binutils, but in cases where an opcode has two different meanings or
2613different arguments, you may not see the disassembly you expect.
2614If you disassemble without giving a CPU selection, a default will be
2615chosen from information gleaned by BFD from the object files headers,
2616but the result again may not be as you expect.
802a735e 2617
b45619c0 2618For MIPS, this option controls the printing of instruction mnemonic
e39893d7
FF
2619names and register names in disassembled instructions. Multiple
2620selections from the following may be specified as a comma separated
2621string, and invalid options are ignored:
640c0ccd
CD
2622
2623@table @code
e39893d7 2624@item no-aliases
b45619c0
NC
2625Print the 'raw' instruction mnemonic instead of some pseudo
2626instruction mnemonic. I.e., print 'daddu' or 'or' instead of 'move',
e39893d7
FF
2627'sll' instead of 'nop', etc.
2628
a9f58168
CF
2629@item msa
2630Disassemble MSA instructions.
2631
b015e599
AP
2632@item virt
2633Disassemble the virtualization ASE instructions.
2634
7d64c587
AB
2635@item xpa
2636Disassemble the eXtended Physical Address (XPA) ASE instructions.
2637
640c0ccd
CD
2638@item gpr-names=@var{ABI}
2639Print GPR (general-purpose register) names as appropriate
2640for the specified ABI. By default, GPR names are selected according to
2641the ABI of the binary being disassembled.
2642
2643@item fpr-names=@var{ABI}
2644Print FPR (floating-point register) names as
2645appropriate for the specified ABI. By default, FPR numbers are printed
2646rather than names.
2647
2648@item cp0-names=@var{ARCH}
2649Print CP0 (system control coprocessor; coprocessor 0) register names
2650as appropriate for the CPU or architecture specified by
2651@var{ARCH}. By default, CP0 register names are selected according to
2652the architecture and CPU of the binary being disassembled.
2653
af7ee8bf
CD
2654@item hwr-names=@var{ARCH}
2655Print HWR (hardware register, used by the @code{rdhwr} instruction) names
2656as appropriate for the CPU or architecture specified by
2657@var{ARCH}. By default, HWR names are selected according to
2658the architecture and CPU of the binary being disassembled.
2659
640c0ccd
CD
2660@item reg-names=@var{ABI}
2661Print GPR and FPR names as appropriate for the selected ABI.
2662
2663@item reg-names=@var{ARCH}
af7ee8bf
CD
2664Print CPU-specific register names (CP0 register and HWR names)
2665as appropriate for the selected CPU or architecture.
640c0ccd
CD
2666@end table
2667
2668For any of the options listed above, @var{ABI} or
2669@var{ARCH} may be specified as @samp{numeric} to have numbers printed
2670rather than names, for the selected types of registers.
2671You can list the available values of @var{ABI} and @var{ARCH} using
2672the @option{--help} option.
2673
ec72cfe5
NC
2674For VAX, you can specify function entry addresses with @option{-M
2675entry:0xf00ba}. You can use this multiple times to properly
2676disassemble VAX binary files that don't contain symbol tables (like
2677ROM dumps). In these cases, the function entry mask would otherwise
b45619c0 2678be decoded as VAX instructions, which would probably lead the rest
ec72cfe5
NC
2679of the function being wrongly disassembled.
2680
252b5132
RH
2681@item -p
2682@itemx --private-headers
2683Print information that is specific to the object file format. The exact
2684information printed depends upon the object file format. For some
2685object file formats, no additional information is printed.
2686
6abcee90
TG
2687@item -P @var{options}
2688@itemx --private=@var{options}
2689Print information that is specific to the object file format. The
2690argument @var{options} is a comma separated list that depends on the
2691format (the lists of options is displayed with the help).
2692
c4416f30
NC
2693For XCOFF, the available options are:
2694@table @code
2695@item header
2696@item aout
2697@item sections
2698@item syms
2699@item relocs
2700@item lineno,
2701@item loader
2702@item except
2703@item typchk
2704@item traceback
2705@item toc
2706@item ldinfo
2707@end table
2708
2709Not all object formats support this option. In particular the ELF
2710format does not use it.
6abcee90 2711
252b5132
RH
2712@item -r
2713@itemx --reloc
2714@cindex relocation entries, in object file
c7c55b78
NC
2715Print the relocation entries of the file. If used with @option{-d} or
2716@option{-D}, the relocations are printed interspersed with the
252b5132
RH
2717disassembly.
2718
2719@item -R
2720@itemx --dynamic-reloc
2721@cindex dynamic relocation entries, in object file
2722Print the dynamic relocation entries of the file. This is only
2723meaningful for dynamic objects, such as certain types of shared
840b96a7
AM
2724libraries. As for @option{-r}, if used with @option{-d} or
2725@option{-D}, the relocations are printed interspersed with the
2726disassembly.
252b5132
RH
2727
2728@item -s
2729@itemx --full-contents
2730@cindex sections, full contents
2731@cindex object file sections
155e0d23
NC
2732Display the full contents of any sections requested. By default all
2733non-empty sections are displayed.
252b5132
RH
2734
2735@item -S
2736@itemx --source
2737@cindex source disassembly
2738@cindex disassembly, with source
2739Display source code intermixed with disassembly, if possible. Implies
c7c55b78 2740@option{-d}.
252b5132 2741
a1c110a3
NC
2742@item --source-comment[=@var{txt}]
2743@cindex source disassembly
2744@cindex disassembly, with source
2745Like the @option{-S} option, but all source code lines are displayed
2746with a prefix of @var{txt}. Typically @var{txt} will be a comment
2747string which can be used to distinguish the assembler code from the
2748source code. If @var{txt} is not provided then a default string of
2749@var{``# ``} (hash followed by a space), will be used.
2750
0dafdf3f
L
2751@item --prefix=@var{prefix}
2752@cindex Add prefix to absolute paths
2753Specify @var{prefix} to add to the absolute paths when used with
b3364cb9 2754@option{-S}.
0dafdf3f
L
2755
2756@item --prefix-strip=@var{level}
2757@cindex Strip absolute paths
2758Indicate how many initial directory names to strip off the hardwired
2759absolute paths. It has no effect without @option{--prefix=}@var{prefix}.
2760
252b5132
RH
2761@item --show-raw-insn
2762When disassembling instructions, print the instruction in hex as well as
2763in symbolic form. This is the default except when
c7c55b78 2764@option{--prefix-addresses} is used.
252b5132
RH
2765
2766@item --no-show-raw-insn
2767When disassembling instructions, do not print the instruction bytes.
c7c55b78 2768This is the default when @option{--prefix-addresses} is used.
252b5132 2769
3dcb3fcb 2770@item --insn-width=@var{width}
b3364cb9 2771@cindex Instruction width
3dcb3fcb
L
2772Display @var{width} bytes on a single line when disassembling
2773instructions.
2774
1d67fe3b
TT
2775@item --visualize-jumps[=color|=extended-color|=off]
2776Visualize jumps that stay inside a function by drawing ASCII art between
2777the start and target addresses. The optional @option{=color} argument
2778adds color to the output using simple terminal colors. Alternatively
2779the @option{=extended-color} argument will add color using 8bit
2780colors, but these might not work on all terminals.
2781
2782If it is necessary to disable the @option{visualize-jumps} option
2783after it has previously been enabled then use
2784@option{visualize-jumps=off}.
2785
e4b7104b
NC
2786@item -W[lLiaprmfFsoORtUuTgAckK]
2787@itemx --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links,=follow-links]
dda8d76d 2788@include debug.options.texi
fd2f0033 2789
4723351a
CC
2790@item --dwarf-check
2791Enable additional checks for consistency of Dwarf information.
2792
7d9813f1
NA
2793@include ctf.options.texi
2794
1dada9c5 2795@item -G
947ed062 2796@itemx --stabs
252b5132
RH
2797@cindex stab
2798@cindex .stab
2799@cindex debug symbols
2800@cindex ELF object file format
2801Display the full contents of any sections requested. Display the
2802contents of the .stab and .stab.index and .stab.excl sections from an
2803ELF file. This is only useful on systems (such as Solaris 2.0) in which
2804@code{.stab} debugging symbol-table entries are carried in an ELF
2805section. In most other file formats, debugging symbol-table entries are
c7c55b78 2806interleaved with linkage symbols, and are visible in the @option{--syms}
0285c67d 2807output.
252b5132
RH
2808
2809@item --start-address=@var{address}
2810@cindex start-address
2811Start displaying data at the specified address. This affects the output
c7c55b78 2812of the @option{-d}, @option{-r} and @option{-s} options.
252b5132
RH
2813
2814@item --stop-address=@var{address}
2815@cindex stop-address
2816Stop displaying data at the specified address. This affects the output
c7c55b78 2817of the @option{-d}, @option{-r} and @option{-s} options.
252b5132
RH
2818
2819@item -t
2820@itemx --syms
2821@cindex symbol table entries, printing
2822Print the symbol table entries of the file.
a1039809
NC
2823This is similar to the information provided by the @samp{nm} program,
2824although the display format is different. The format of the output
2825depends upon the format of the file being dumped, but there are two main
2826types. One looks like this:
2827
2828@smallexample
2829[ 4](sec 3)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .bss
2830[ 6](sec 1)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x00000000 fred
2831@end smallexample
2832
2833where the number inside the square brackets is the number of the entry
2834in the symbol table, the @var{sec} number is the section number, the
2835@var{fl} value are the symbol's flag bits, the @var{ty} number is the
2836symbol's type, the @var{scl} number is the symbol's storage class and
0cc79db2 2837the @var{nx} value is the number of auxiliary entries associated with
a1039809
NC
2838the symbol. The last two fields are the symbol's value and its name.
2839
2840The other common output format, usually seen with ELF based files,
2841looks like this:
2842
2843@smallexample
284400000000 l d .bss 00000000 .bss
284500000000 g .text 00000000 fred
2846@end smallexample
2847
0cc79db2 2848Here the first number is the symbol's value (sometimes referred to as
a1039809
NC
2849its address). The next field is actually a set of characters and
2850spaces indicating the flag bits that are set on the symbol. These
af3e16d9
NC
2851characters are described below. Next is the section with which the
2852symbol is associated or @emph{*ABS*} if the section is absolute (ie
2853not connected with any section), or @emph{*UND*} if the section is
2854referenced in the file being dumped, but not defined there.
2855
2856After the section name comes another field, a number, which for common
2857symbols is the alignment and for other symbol is the size. Finally
2858the symbol's name is displayed.
a1039809
NC
2859
2860The flag characters are divided into 7 groups as follows:
2861@table @code
2862@item l
2863@itemx g
3e7a7d11 2864@itemx u
a1039809 2865@itemx !
3e7a7d11
NC
2866The symbol is a local (l), global (g), unique global (u), neither
2867global nor local (a space) or both global and local (!). A
928a4139 2868symbol can be neither local or global for a variety of reasons, e.g.,
a1039809 2869because it is used for debugging, but it is probably an indication of
3e7a7d11
NC
2870a bug if it is ever both local and global. Unique global symbols are
2871a GNU extension to the standard set of ELF symbol bindings. For such
2872a symbol the dynamic linker will make sure that in the entire process
2873there is just one symbol with this name and type in use.
a1039809
NC
2874
2875@item w
2876The symbol is weak (w) or strong (a space).
2877
2878@item C
2879The symbol denotes a constructor (C) or an ordinary symbol (a space).
2880
2881@item W
2882The symbol is a warning (W) or a normal symbol (a space). A warning
2883symbol's name is a message to be displayed if the symbol following the
2884warning symbol is ever referenced.
2885
2886@item I
171191ba
NC
2887@item i
2888The symbol is an indirect reference to another symbol (I), a function
2889to be evaluated during reloc processing (i) or a normal symbol (a
2890space).
a1039809
NC
2891
2892@item d
2893@itemx D
2894The symbol is a debugging symbol (d) or a dynamic symbol (D) or a
2895normal symbol (a space).
2896
2897@item F
2898@item f
2899@item O
af3e16d9 2900The symbol is the name of a function (F) or a file (f) or an object
a1039809
NC
2901(O) or just a normal symbol (a space).
2902@end table
252b5132
RH
2903
2904@item -T
2905@itemx --dynamic-syms
2906@cindex dynamic symbol table entries, printing
2907Print the dynamic symbol table entries of the file. This is only
2908meaningful for dynamic objects, such as certain types of shared
2909libraries. This is similar to the information provided by the @samp{nm}
c7c55b78 2910program when given the @option{-D} (@option{--dynamic}) option.
252b5132 2911
df2c87b5
NC
2912The output format is similar to that produced by the @option{--syms}
2913option, except that an extra field is inserted before the symbol's
2914name, giving the version information associated with the symbol.
2f7d9953
NC
2915If the version is the default version to be used when resolving
2916unversioned references to the symbol then it's displayed as is,
2917otherwise it's put into parentheses.
df2c87b5 2918
3c9458e9
NC
2919@item --special-syms
2920When displaying symbols include those which the target considers to be
2921special in some way and which would not normally be of interest to the
2922user.
2923
947ed062
NC
2924@item -V
2925@itemx --version
c7c55b78 2926Print the version number of @command{objdump} and exit.
252b5132
RH
2927
2928@item -x
947ed062 2929@itemx --all-headers
252b5132
RH
2930@cindex all header information, object file
2931@cindex header information, all
2932Display all available header information, including the symbol table and
c7c55b78 2933relocation entries. Using @option{-x} is equivalent to specifying all of
04c34128 2934@option{-a -f -h -p -r -t}.
252b5132
RH
2935
2936@item -w
2937@itemx --wide
2938@cindex wide output, printing
2939Format some lines for output devices that have more than 80 columns.
31104126 2940Also do not truncate symbol names when they are displayed.
aefbdd67
BE
2941
2942@item -z
2c0c15f9 2943@itemx --disassemble-zeroes
aefbdd67
BE
2944Normally the disassembly output will skip blocks of zeroes. This
2945option directs the disassembler to disassemble those blocks, just like
2946any other data.
252b5132
RH
2947@end table
2948
0285c67d
NC
2949@c man end
2950
2951@ignore
2952@c man begin SEEALSO objdump
2953nm(1), readelf(1), and the Info entries for @file{binutils}.
2954@c man end
2955@end ignore
2956
252b5132
RH
2957@node ranlib
2958@chapter ranlib
2959
2960@kindex ranlib
2961@cindex archive contents
2962@cindex symbol index
2963
f927cc8f 2964@c man title ranlib generate an index to an archive
0285c67d 2965
252b5132 2966@smallexample
0285c67d 2967@c man begin SYNOPSIS ranlib
36e32b27 2968ranlib [@option{--plugin} @var{name}] [@option{-DhHvVt}] @var{archive}
0285c67d 2969@c man end
252b5132
RH
2970@end smallexample
2971
0285c67d
NC
2972@c man begin DESCRIPTION ranlib
2973
c7c55b78 2974@command{ranlib} generates an index to the contents of an archive and
252b5132 2975stores it in the archive. The index lists each symbol defined by a
c1c0eb9e 2976member of an archive that is a relocatable object file.
252b5132
RH
2977
2978You may use @samp{nm -s} or @samp{nm --print-armap} to list this index.
2979
2980An archive with such an index speeds up linking to the library and
2981allows routines in the library to call each other without regard to
2982their placement in the archive.
2983
c7c55b78
NC
2984The @sc{gnu} @command{ranlib} program is another form of @sc{gnu} @command{ar}; running
2985@command{ranlib} is completely equivalent to executing @samp{ar -s}.
252b5132
RH
2986@xref{ar}.
2987
0285c67d
NC
2988@c man end
2989
2990@c man begin OPTIONS ranlib
2991
c7c55b78 2992@table @env
b3364cb9
RM
2993@item -h
2994@itemx -H
2995@itemx --help
2996Show usage information for @command{ranlib}.
2997
252b5132
RH
2998@item -v
2999@itemx -V
f20a759a 3000@itemx --version
c7c55b78 3001Show the version number of @command{ranlib}.
b14f9da0 3002
b3364cb9
RM
3003@item -D
3004@cindex deterministic archives
9cb80f72 3005@kindex --enable-deterministic-archives
b3364cb9
RM
3006Operate in @emph{deterministic} mode. The symbol map archive member's
3007header will show zero for the UID, GID, and timestamp. When this
3008option is used, multiple runs will produce identical output files.
3009
e956b7d3
NC
3010If @file{binutils} was configured with
3011@option{--enable-deterministic-archives}, then this mode is on by
3012default. It can be disabled with the @samp{-U} option, described
3013below.
9cb80f72 3014
b14f9da0
NC
3015@item -t
3016Update the timestamp of the symbol map of an archive.
9cb80f72
RM
3017
3018@item -U
3019@cindex deterministic archives
3020@kindex --enable-deterministic-archives
3021Do @emph{not} operate in @emph{deterministic} mode. This is the
3022inverse of the @samp{-D} option, above: the archive index will get
3023actual UID, GID, timestamp, and file mode values.
3024
e956b7d3
NC
3025If @file{binutils} was configured @emph{without}
3026@option{--enable-deterministic-archives}, then this mode is on by
3027default.
3028
252b5132
RH
3029@end table
3030
0285c67d
NC
3031@c man end
3032
3033@ignore
3034@c man begin SEEALSO ranlib
3035ar(1), nm(1), and the Info entries for @file{binutils}.
3036@c man end
3037@end ignore
3038
252b5132
RH
3039@node size
3040@chapter size
3041
3042@kindex size
3043@cindex section sizes
3044
f927cc8f 3045@c man title size list section sizes and total size of binary files
0285c67d 3046
252b5132 3047@smallexample
0285c67d 3048@c man begin SYNOPSIS size
46cbf38d 3049size [@option{-A}|@option{-B}|@option{-G}|@option{--format=}@var{compatibility}]
15c82623
NC
3050 [@option{--help}]
3051 [@option{-d}|@option{-o}|@option{-x}|@option{--radix=}@var{number}]
29422971 3052 [@option{--common}]
15c82623 3053 [@option{-t}|@option{--totals}]
c1c0eb9e 3054 [@option{--target=}@var{bfdname}] [@option{-V}|@option{--version}]
c7c55b78 3055 [@var{objfile}@dots{}]
0285c67d 3056@c man end
252b5132
RH
3057@end smallexample
3058
0285c67d
NC
3059@c man begin DESCRIPTION size
3060
f927cc8f
NC
3061The @sc{gnu} @command{size} utility lists the section sizes and the total
3062size for each of the binary files @var{objfile} on its argument list.
3063By default, one line of output is generated for each file or each
3064module if the file is an archive.
252b5132 3065
f927cc8f
NC
3066@var{objfile}@dots{} are the files to be examined. If none are
3067specified, the file @code{a.out} will be used instead.
252b5132 3068
0285c67d
NC
3069@c man end
3070
3071@c man begin OPTIONS size
3072
a05a5b64 3073The command-line options have the following meanings:
252b5132 3074
c7c55b78 3075@table @env
252b5132
RH
3076@item -A
3077@itemx -B
46cbf38d 3078@itemx -G
252b5132 3079@itemx --format=@var{compatibility}
c7c55b78 3080@cindex @command{size} display format
252b5132 3081Using one of these options, you can choose whether the output from @sc{gnu}
c7c55b78
NC
3082@command{size} resembles output from System V @command{size} (using @option{-A},
3083or @option{--format=sysv}), or Berkeley @command{size} (using @option{-B}, or
3084@option{--format=berkeley}). The default is the one-line format similar to
46cbf38d
AB
3085Berkeley's. Alternatively, you can choose the GNU format output
3086(using @option{-G}, or @option{--format=gnu}), this is similar to
3087Berkeley's output format, but sizes are counted differently.
252b5132
RH
3088@c Bonus for doc-source readers: you can also say --format=strange (or
3089@c anything else that starts with 's') for sysv, and --format=boring (or
3090@c anything else that starts with 'b') for Berkeley.
3091
3092Here is an example of the Berkeley (default) format of output from
c1c0eb9e 3093@command{size}:
252b5132 3094@smallexample
f20a759a 3095$ size --format=Berkeley ranlib size
96fd92af
AB
3096 text data bss dec hex filename
3097 294880 81920 11592 388392 5ed28 ranlib
3098 294880 81920 11888 388688 5ee50 size
252b5132
RH
3099@end smallexample
3100
46cbf38d
AB
3101The Berkeley style output counts read only data in the @code{text}
3102column, not in the @code{data} column, the @code{dec} and @code{hex}
3103columns both display the sum of the @code{text}, @code{data}, and
3104@code{bss} columns in decimal and hexadecimal respectively.
3105
3106The GNU format counts read only data in the @code{data} column, not
3107the @code{text} column, and only displays the sum of the @code{text},
3108@code{data}, and @code{bss} columns once, in the @code{total} column.
3109The @option{--radix} option can be used to change the number base for
3110all columns. Here is the same data displayed with GNU conventions:
3111
3112@smallexample
3113$ size --format=GNU ranlib size
3114 text data bss total filename
3115 279880 96920 11592 388392 ranlib
3116 279880 96920 11888 388688 size
3117@end smallexample
3118
252b5132
RH
3119@noindent
3120This is the same data, but displayed closer to System V conventions:
3121
3122@smallexample
f20a759a 3123$ size --format=SysV ranlib size
252b5132
RH
3124ranlib :
3125section size addr
c1c0eb9e
RM
3126.text 294880 8192
3127.data 81920 303104
3128.bss 11592 385024
3129Total 388392
252b5132
RH
3130
3131
3132size :
3133section size addr
c1c0eb9e
RM
3134.text 294880 8192
3135.data 81920 303104
3136.bss 11888 385024
3137Total 388688
252b5132
RH
3138@end smallexample
3139
3140@item --help
3141Show a summary of acceptable arguments and options.
3142
3143@item -d
3144@itemx -o
3145@itemx -x
3146@itemx --radix=@var{number}
c7c55b78 3147@cindex @command{size} number format
252b5132
RH
3148@cindex radix for section sizes
3149Using one of these options, you can control whether the size of each
c7c55b78
NC
3150section is given in decimal (@option{-d}, or @option{--radix=10}); octal
3151(@option{-o}, or @option{--radix=8}); or hexadecimal (@option{-x}, or
3152@option{--radix=16}). In @option{--radix=@var{number}}, only the three
252b5132 3153values (8, 10, 16) are supported. The total size is always given in two
c7c55b78
NC
3154radices; decimal and hexadecimal for @option{-d} or @option{-x} output, or
3155octal and hexadecimal if you're using @option{-o}.
252b5132 3156
29422971
AM
3157@item --common
3158Print total size of common symbols in each file. When using Berkeley
46cbf38d 3159or GNU format these are included in the bss size.
29422971 3160
15c82623
NC
3161@item -t
3162@itemx --totals
46cbf38d 3163Show totals of all objects listed (Berkeley or GNU format mode only).
15c82623 3164
252b5132
RH
3165@item --target=@var{bfdname}
3166@cindex object code format
3167Specify that the object-code format for @var{objfile} is
c7c55b78 3168@var{bfdname}. This option may not be necessary; @command{size} can
252b5132
RH
3169automatically recognize many formats.
3170@xref{Target Selection}, for more information.
3171
3172@item -V
3173@itemx --version
c7c55b78 3174Display the version number of @command{size}.
252b5132
RH
3175@end table
3176
0285c67d
NC
3177@c man end
3178
3179@ignore
3180@c man begin SEEALSO size
3181ar(1), objdump(1), readelf(1), and the Info entries for @file{binutils}.
3182@c man end
3183@end ignore
3184
252b5132
RH
3185@node strings
3186@chapter strings
3187@kindex strings
3188@cindex listings strings
3189@cindex printing strings
3190@cindex strings, printing
3191
f927cc8f 3192@c man title strings print the sequences of printable characters in files
0285c67d 3193
252b5132 3194@smallexample
0285c67d 3195@c man begin SYNOPSIS strings
ffbe5983 3196strings [@option{-afovV}] [@option{-}@var{min-len}]
d132876a
NC
3197 [@option{-n} @var{min-len}] [@option{--bytes=}@var{min-len}]
3198 [@option{-t} @var{radix}] [@option{--radix=}@var{radix}]
3199 [@option{-e} @var{encoding}] [@option{--encoding=}@var{encoding}]
3200 [@option{-}] [@option{--all}] [@option{--print-file-name}]
3bf31ec9 3201 [@option{-T} @var{bfdname}] [@option{--target=}@var{bfdname}]
334ac421 3202 [@option{-w}] [@option{--include-all-whitespace}]
55edd97b 3203 [@option{-s}] [@option{--output-separator}@var{sep_string}]
c7c55b78 3204 [@option{--help}] [@option{--version}] @var{file}@dots{}
0285c67d 3205@c man end
252b5132
RH
3206@end smallexample
3207
0285c67d
NC
3208@c man begin DESCRIPTION strings
3209
7fac9594
NC
3210For each @var{file} given, @sc{gnu} @command{strings} prints the
3211printable character sequences that are at least 4 characters long (or
3212the number given with the options below) and are followed by an
3213unprintable character.
252b5132 3214
7fac9594
NC
3215Depending upon how the strings program was configured it will default
3216to either displaying all the printable sequences that it can find in
3217each file, or only those sequences that are in loadable, initialized
b37a7714 3218data sections. If the file type is unrecognizable, or if strings is
7fac9594
NC
3219reading from stdin then it will always display all of the printable
3220sequences that it can find.
3221
a05a5b64 3222For backwards compatibility any file that occurs after a command-line
7fac9594 3223option of just @option{-} will also be scanned in full, regardless of
37d0d091 3224the presence of any @option{-d} option.
7fac9594
NC
3225
3226@command{strings} is mainly useful for determining the contents of
3227non-text files.
252b5132 3228
0285c67d
NC
3229@c man end
3230
3231@c man begin OPTIONS strings
3232
c7c55b78 3233@table @env
252b5132
RH
3234@item -a
3235@itemx --all
3236@itemx -
7fac9594
NC
3237Scan the whole file, regardless of what sections it contains or
3238whether those sections are loaded or initialized. Normally this is
3239the default behaviour, but strings can be configured so that the
3240@option{-d} is the default instead.
3241
3242The @option{-} option is position dependent and forces strings to
3243perform full scans of any file that is mentioned after the @option{-}
3244on the command line, even if the @option{-d} option has been
3245specified.
3246
3247@item -d
3248@itemx --data
3249Only print strings from initialized, loaded data sections in the
3250file. This may reduce the amount of garbage in the output, but it
3251also exposes the strings program to any security flaws that may be
3252present in the BFD library used to scan and load sections. Strings
3253can be configured so that this option is the default behaviour. In
3254such cases the @option{-a} option can be used to avoid using the BFD
3255library and instead just print all of the strings found in the file.
252b5132
RH
3256
3257@item -f
3258@itemx --print-file-name
3259Print the name of the file before each string.
3260
3261@item --help
3262Print a summary of the program usage on the standard output and exit.
3263
3264@item -@var{min-len}
3265@itemx -n @var{min-len}
3266@itemx --bytes=@var{min-len}
3267Print sequences of characters that are at least @var{min-len} characters
3268long, instead of the default 4.
3269
3270@item -o
c7c55b78 3271Like @samp{-t o}. Some other versions of @command{strings} have @option{-o}
252b5132
RH
3272act like @samp{-t d} instead. Since we can not be compatible with both
3273ways, we simply chose one.
3274
3275@item -t @var{radix}
3276@itemx --radix=@var{radix}
3277Print the offset within the file before each string. The single
3278character argument specifies the radix of the offset---@samp{o} for
3279octal, @samp{x} for hexadecimal, or @samp{d} for decimal.
3280
d132876a
NC
3281@item -e @var{encoding}
3282@itemx --encoding=@var{encoding}
3283Select the character encoding of the strings that are to be found.
8745eafa
NC
3284Possible values for @var{encoding} are: @samp{s} = single-7-bit-byte
3285characters (ASCII, ISO 8859, etc., default), @samp{S} =
3286single-8-bit-byte characters, @samp{b} = 16-bit bigendian, @samp{l} =
328716-bit littleendian, @samp{B} = 32-bit bigendian, @samp{L} = 32-bit
830bf75c
NC
3288littleendian. Useful for finding wide character strings. (@samp{l}
3289and @samp{b} apply to, for example, Unicode UTF-16/UCS-2 encodings).
d132876a 3290
3bf31ec9
NC
3291@item -T @var{bfdname}
3292@itemx --target=@var{bfdname}
252b5132
RH
3293@cindex object code format
3294Specify an object code format other than your system's default format.
3295@xref{Target Selection}, for more information.
3296
3297@item -v
ffbe5983 3298@itemx -V
252b5132
RH
3299@itemx --version
3300Print the program version number on the standard output and exit.
334ac421
EA
3301
3302@item -w
3303@itemx --include-all-whitespace
3304By default tab and space characters are included in the strings that
3305are displayed, but other whitespace characters, such a newlines and
3306carriage returns, are not. The @option{-w} option changes this so
3307that all whitespace characters are considered to be part of a string.
55edd97b
EA
3308
3309@item -s
3310@itemx --output-separator
3311By default, output strings are delimited by a new-line. This option
3312allows you to supply any string to be used as the output record
3313separator. Useful with --include-all-whitespace where strings
3314may contain new-lines internally.
252b5132
RH
3315@end table
3316
0285c67d
NC
3317@c man end
3318
3319@ignore
3320@c man begin SEEALSO strings
3321ar(1), nm(1), objdump(1), ranlib(1), readelf(1)
3322and the Info entries for @file{binutils}.
3323@c man end
3324@end ignore
3325
252b5132
RH
3326@node strip
3327@chapter strip
3328
3329@kindex strip
3330@cindex removing symbols
3331@cindex discarding symbols
3332@cindex symbols, discarding
3333
f927cc8f 3334@c man title strip discard symbols and other data from object files
0285c67d 3335
252b5132 3336@smallexample
0285c67d 3337@c man begin SYNOPSIS strip
2593f09a
NC
3338strip [@option{-F} @var{bfdname} |@option{--target=}@var{bfdname}]
3339 [@option{-I} @var{bfdname} |@option{--input-target=}@var{bfdname}]
3340 [@option{-O} @var{bfdname} |@option{--output-target=}@var{bfdname}]
3341 [@option{-s}|@option{--strip-all}]
3342 [@option{-S}|@option{-g}|@option{-d}|@option{--strip-debug}]
96109726 3343 [@option{--strip-dwo}]
1d15e434
NC
3344 [@option{-K} @var{symbolname}|@option{--keep-symbol=}@var{symbolname}]
3345 [@option{-M}|@option{--merge-notes}][@option{--no-merge-notes}]
2593f09a 3346 [@option{-N} @var{symbolname} |@option{--strip-symbol=}@var{symbolname}]
5fe11841 3347 [@option{-w}|@option{--wildcard}]
2593f09a
NC
3348 [@option{-x}|@option{--discard-all}] [@option{-X} |@option{--discard-locals}]
3349 [@option{-R} @var{sectionname} |@option{--remove-section=}@var{sectionname}]
64f52b3e 3350 [@option{--keep-section=}@var{sectionpattern}]
d3e5f6c8 3351 [@option{--remove-relocations=}@var{sectionpattern}]
2593f09a 3352 [@option{-o} @var{file}] [@option{-p}|@option{--preserve-dates}]
2e30cb57 3353 [@option{-D}|@option{--enable-deterministic-archives}]
955d0b3b 3354 [@option{-U}|@option{--disable-deterministic-archives}]
ca0e11aa 3355 [@option{--keep-section-symbols}]
1637cd90 3356 [@option{--keep-file-symbols}]
ed1653a7 3357 [@option{--only-keep-debug}]
7c29036b
NC
3358 [@option{-v} |@option{--verbose}] [@option{-V}|@option{--version}]
3359 [@option{--help}] [@option{--info}]
252b5132 3360 @var{objfile}@dots{}
0285c67d 3361@c man end
252b5132
RH
3362@end smallexample
3363
0285c67d
NC
3364@c man begin DESCRIPTION strip
3365
c7c55b78 3366@sc{gnu} @command{strip} discards all symbols from object files
252b5132
RH
3367@var{objfile}. The list of object files may include archives.
3368At least one object file must be given.
3369
c7c55b78 3370@command{strip} modifies the files named in its argument,
252b5132
RH
3371rather than writing modified copies under different names.
3372
0285c67d
NC
3373@c man end
3374
3375@c man begin OPTIONS strip
3376
c7c55b78 3377@table @env
252b5132
RH
3378@item -F @var{bfdname}
3379@itemx --target=@var{bfdname}
3380Treat the original @var{objfile} as a file with the object
3381code format @var{bfdname}, and rewrite it in the same format.
3382@xref{Target Selection}, for more information.
3383
3384@item --help
c7c55b78 3385Show a summary of the options to @command{strip} and exit.
252b5132 3386
7c29036b
NC
3387@item --info
3388Display a list showing all architectures and object formats available.
3389
947ed062 3390@item -I @var{bfdname}
252b5132
RH
3391@itemx --input-target=@var{bfdname}
3392Treat the original @var{objfile} as a file with the object
3393code format @var{bfdname}.
3394@xref{Target Selection}, for more information.
3395
3396@item -O @var{bfdname}
3397@itemx --output-target=@var{bfdname}
3398Replace @var{objfile} with a file in the output format @var{bfdname}.
3399@xref{Target Selection}, for more information.
3400
3401@item -R @var{sectionname}
3402@itemx --remove-section=@var{sectionname}
805b1c8b
AS
3403Remove any section named @var{sectionname} from the output file, in
3404addition to whatever sections would otherwise be removed. This
252b5132 3405option may be given more than once. Note that using this option
2e62b721
NC
3406inappropriately may make the output file unusable. The wildcard
3407character @samp{*} may be given at the end of @var{sectionname}. If
3408so, then any section starting with @var{sectionname} will be removed.
252b5132 3409
e511c9b1
AB
3410If the first character of @var{sectionpattern} is the exclamation
3411point (!) then matching sections will not be removed even if an
3412earlier use of @option{--remove-section} on the same command line
3413would otherwise remove it. For example:
3414
3415@smallexample
3416 --remove-section=.text.* --remove-section=!.text.foo
3417@end smallexample
3418
3419will remove all sections matching the pattern '.text.*', but will not
3420remove the section '.text.foo'.
3421
64f52b3e
FS
3422@item --keep-section=@var{sectionpattern}
3423When removing sections from the output file, keep sections that match
3424@var{sectionpattern}.
3425
d3e5f6c8
AB
3426@item --remove-relocations=@var{sectionpattern}
3427Remove relocations from the output file for any section matching
3428@var{sectionpattern}. This option may be given more than once. Note
3429that using this option inappropriately may make the output file
3430unusable. Wildcard characters are accepted in @var{sectionpattern}.
3431For example:
3432
3433@smallexample
3434 --remove-relocations=.text.*
3435@end smallexample
3436
3437will remove the relocations for all sections matching the patter
3438'.text.*'.
3439
3440If the first character of @var{sectionpattern} is the exclamation
3441point (!) then matching sections will not have their relocation
3442removed even if an earlier use of @option{--remove-relocations} on the
3443same command line would otherwise cause the relocations to be removed.
3444For example:
3445
3446@smallexample
3447 --remove-relocations=.text.* --remove-relocations=!.text.foo
3448@end smallexample
3449
3450will remove all relocations for sections matching the pattern
3451'.text.*', but will not remove relocations for the section
3452'.text.foo'.
3453
252b5132
RH
3454@item -s
3455@itemx --strip-all
3456Remove all symbols.
3457
3458@item -g
3459@itemx -S
15c82623 3460@itemx -d
252b5132
RH
3461@itemx --strip-debug
3462Remove debugging symbols only.
96109726
CC
3463
3464@item --strip-dwo
3465Remove the contents of all DWARF .dwo sections, leaving the
3466remaining debugging sections and all symbols intact.
3467See the description of this option in the @command{objcopy} section
3468for more information.
252b5132
RH
3469
3470@item --strip-unneeded
427234c7
LC
3471Remove all symbols that are not needed for relocation processing in
3472addition to debugging symbols and sections stripped by
3473@option{--strip-debug}.
252b5132
RH
3474
3475@item -K @var{symbolname}
3476@itemx --keep-symbol=@var{symbolname}
e7f918ad
NC
3477When stripping symbols, keep symbol @var{symbolname} even if it would
3478normally be stripped. This option may be given more than once.
252b5132 3479
1d15e434
NC
3480@item -M
3481@itemx --merge-notes
3482@itemx --no-merge-notes
3483For ELF files, attempt (or do not attempt) to reduce the size of any
3484SHT_NOTE type sections by removing duplicate notes. The default is to
1b8dd643 3485attempt this reduction unless stripping debug or DWO information.
1d15e434 3486
252b5132
RH
3487@item -N @var{symbolname}
3488@itemx --strip-symbol=@var{symbolname}
3489Remove symbol @var{symbolname} from the source file. This option may be
3490given more than once, and may be combined with strip options other than
c7c55b78 3491@option{-K}.
252b5132
RH
3492
3493@item -o @var{file}
3494Put the stripped output in @var{file}, rather than replacing the
3495existing file. When this argument is used, only one @var{objfile}
3496argument may be specified.
3497
3498@item -p
3499@itemx --preserve-dates
3500Preserve the access and modification dates of the file.
3501
2e30cb57
CC
3502@item -D
3503@itemx --enable-deterministic-archives
955d0b3b
RM
3504@cindex deterministic archives
3505@kindex --enable-deterministic-archives
2e30cb57
CC
3506Operate in @emph{deterministic} mode. When copying archive members
3507and writing the archive index, use zero for UIDs, GIDs, timestamps,
3508and use consistent file modes for all files.
3509
955d0b3b
RM
3510If @file{binutils} was configured with
3511@option{--enable-deterministic-archives}, then this mode is on by default.
3512It can be disabled with the @samp{-U} option, below.
3513
3514@item -U
3515@itemx --disable-deterministic-archives
3516@cindex deterministic archives
3517@kindex --enable-deterministic-archives
3518Do @emph{not} operate in @emph{deterministic} mode. This is the
3519inverse of the @option{-D} option, above: when copying archive members
3520and writing the archive index, use their actual UID, GID, timestamp,
3521and file mode values.
3522
3523This is the default unless @file{binutils} was configured with
3524@option{--enable-deterministic-archives}.
3525
5fe11841
NC
3526@item -w
3527@itemx --wildcard
3528Permit regular expressions in @var{symbolname}s used in other command
3529line options. The question mark (?), asterisk (*), backslash (\) and
3530square brackets ([]) operators can be used anywhere in the symbol
3531name. If the first character of the symbol name is the exclamation
3532point (!) then the sense of the switch is reversed for that symbol.
3533For example:
3534
3535@smallexample
3536 -w -K !foo -K fo*
3537@end smallexample
3538
3539would cause strip to only keep symbols that start with the letters
3540``fo'', but to discard the symbol ``foo''.
3541
252b5132
RH
3542@item -x
3543@itemx --discard-all
3544Remove non-global symbols.
3545
3546@item -X
3547@itemx --discard-locals
3548Remove compiler-generated local symbols.
3549(These usually start with @samp{L} or @samp{.}.)
3550
ca0e11aa
NC
3551@item --keep-section-symbols
3552When stripping a file, perhaps with @option{--strip-debug} or
3553@option{--strip-unneeded}, retain any symbols specifying section names,
3554which would otherwise get stripped.
3555
1637cd90
JB
3556@item --keep-file-symbols
3557When stripping a file, perhaps with @option{--strip-debug} or
3558@option{--strip-unneeded}, retain any symbols specifying source file names,
3559which would otherwise get stripped.
3560
ed1653a7 3561@item --only-keep-debug
63b9bbb7 3562Strip a file, emptying the contents of any sections that would not be
c1c0eb9e 3563stripped by @option{--strip-debug} and leaving the debugging sections
63b9bbb7
NC
3564intact. In ELF files, this preserves all the note sections in the
3565output as well.
3566
3567Note - the section headers of the stripped sections are preserved,
3568including their sizes, but the contents of the section are discarded.
3569The section headers are preserved so that other tools can match up the
3570debuginfo file with the real executable, even if that executable has
3571been relocated to a different address space.
ed1653a7
NC
3572
3573The intention is that this option will be used in conjunction with
3574@option{--add-gnu-debuglink} to create a two part executable. One a
3575stripped binary which will occupy less space in RAM and in a
3576distribution and the second a debugging information file which is only
3577needed if debugging abilities are required. The suggested procedure
3578to create these files is as follows:
3579
3580@enumerate
eca4b721 3581@item Link the executable as normal. Assuming that it is called
ed1653a7
NC
3582@code{foo} then...
3583@item Run @code{objcopy --only-keep-debug foo foo.dbg} to
3584create a file containing the debugging info.
3585@item Run @code{objcopy --strip-debug foo} to create a
3586stripped executable.
3587@item Run @code{objcopy --add-gnu-debuglink=foo.dbg foo}
3588to add a link to the debugging info into the stripped executable.
3589@end enumerate
3590
928a4139 3591Note---the choice of @code{.dbg} as an extension for the debug info
ed1653a7
NC
3592file is arbitrary. Also the @code{--only-keep-debug} step is
3593optional. You could instead do this:
3594
3595@enumerate
3596@item Link the executable as normal.
928a4139 3597@item Copy @code{foo} to @code{foo.full}
ed1653a7
NC
3598@item Run @code{strip --strip-debug foo}
3599@item Run @code{objcopy --add-gnu-debuglink=foo.full foo}
3600@end enumerate
3601
928a4139 3602i.e., the file pointed to by the @option{--add-gnu-debuglink} can be the
ed1653a7
NC
3603full executable. It does not have to be a file created by the
3604@option{--only-keep-debug} switch.
3605
928a4139 3606Note---this switch is only intended for use on fully linked files. It
91bb255c
NC
3607does not make sense to use it on object files where the debugging
3608information may be incomplete. Besides the gnu_debuglink feature
3609currently only supports the presence of one filename containing
3610debugging information, not multiple filenames on a one-per-object-file
3611basis.
3612
252b5132
RH
3613@item -V
3614@itemx --version
c7c55b78 3615Show the version number for @command{strip}.
252b5132
RH
3616
3617@item -v
3618@itemx --verbose
3619Verbose output: list all object files modified. In the case of
3620archives, @samp{strip -v} lists all members of the archive.
3621@end table
3622
0285c67d
NC
3623@c man end
3624
3625@ignore
3626@c man begin SEEALSO strip
3627the Info entries for @file{binutils}.
3628@c man end
3629@end ignore
3630
7ca01ed9 3631@node c++filt, addr2line, strip, Top
252b5132
RH
3632@chapter c++filt
3633
3634@kindex c++filt
3635@cindex demangling C++ symbols
3636
f927cc8f 3637@c man title cxxfilt demangle C++ and Java symbols
0285c67d 3638
252b5132 3639@smallexample
0285c67d 3640@c man begin SYNOPSIS cxxfilt
ae9ab7c0
NC
3641c++filt [@option{-_}|@option{--strip-underscore}]
3642 [@option{-n}|@option{--no-strip-underscore}]
4e48c9dd 3643 [@option{-p}|@option{--no-params}]
ec948987 3644 [@option{-t}|@option{--types}]
cbf1f5df 3645 [@option{-i}|@option{--no-verbose}]
af03af8f
NC
3646 [@option{-r}|@option{--no-recurse-limit}]
3647 [@option{-R}|@option{--recurse-limit}]
c7c55b78
NC
3648 [@option{-s} @var{format}|@option{--format=}@var{format}]
3649 [@option{--help}] [@option{--version}] [@var{symbol}@dots{}]
0285c67d 3650@c man end
252b5132
RH
3651@end smallexample
3652
0285c67d
NC
3653@c man begin DESCRIPTION cxxfilt
3654
9d51cc66 3655@kindex cxxfilt
ec948987
NC
3656The C++ and Java languages provide function overloading, which means
3657that you can write many functions with the same name, providing that
3658each function takes parameters of different types. In order to be
3659able to distinguish these similarly named functions C++ and Java
3660encode them into a low-level assembler name which uniquely identifies
3661each different version. This process is known as @dfn{mangling}. The
3662@command{c++filt}
c1c0eb9e 3663@footnote{MS-DOS does not allow @kbd{+} characters in file names, so on
195a97ce 3664MS-DOS this program is named @command{CXXFILT}.}
9d51cc66 3665program does the inverse mapping: it decodes (@dfn{demangles}) low-level
ec948987 3666names into user-level names so that they can be read.
252b5132
RH
3667
3668Every alphanumeric word (consisting of letters, digits, underscores,
cbf1f5df
NC
3669dollars, or periods) seen in the input is a potential mangled name.
3670If the name decodes into a C++ name, the C++ name replaces the
ec948987
NC
3671low-level name in the output, otherwise the original word is output.
3672In this way you can pass an entire assembler source file, containing
3673mangled names, through @command{c++filt} and see the same source file
3674containing demangled names.
252b5132 3675
ec948987
NC
3676You can also use @command{c++filt} to decipher individual symbols by
3677passing them on the command line:
252b5132
RH
3678
3679@example
3680c++filt @var{symbol}
3681@end example
3682
c7c55b78 3683If no @var{symbol} arguments are given, @command{c++filt} reads symbol
ec948987
NC
3684names from the standard input instead. All the results are printed on
3685the standard output. The difference between reading names from the
3686command line versus reading names from the standard input is that
a05a5b64 3687command-line arguments are expected to be just mangled names and no
b45619c0 3688checking is performed to separate them from surrounding text. Thus
ec948987
NC
3689for example:
3690
3691@smallexample
3692c++filt -n _Z1fv
3693@end smallexample
3694
3695will work and demangle the name to ``f()'' whereas:
3696
3697@smallexample
3698c++filt -n _Z1fv,
3699@end smallexample
3700
3701will not work. (Note the extra comma at the end of the mangled
3702name which makes it invalid). This command however will work:
3703
3704@smallexample
3705echo _Z1fv, | c++filt -n
3706@end smallexample
3707
928a4139 3708and will display ``f(),'', i.e., the demangled name followed by a
ec948987
NC
3709trailing comma. This behaviour is because when the names are read
3710from the standard input it is expected that they might be part of an
3711assembler source file where there might be extra, extraneous
928a4139 3712characters trailing after a mangled name. For example:
ec948987
NC
3713
3714@smallexample
3715 .type _Z1fv, @@function
3716@end smallexample
252b5132 3717
0285c67d
NC
3718@c man end
3719
3720@c man begin OPTIONS cxxfilt
3721
c7c55b78 3722@table @env
252b5132 3723@item -_
ae9ab7c0 3724@itemx --strip-underscore
252b5132
RH
3725On some systems, both the C and C++ compilers put an underscore in front
3726of every name. For example, the C name @code{foo} gets the low-level
3727name @code{_foo}. This option removes the initial underscore. Whether
c7c55b78 3728@command{c++filt} removes the underscore by default is target dependent.
252b5132 3729
252b5132 3730@item -n
ae9ab7c0 3731@itemx --no-strip-underscore
252b5132
RH
3732Do not remove the initial underscore.
3733
4e48c9dd
ILT
3734@item -p
3735@itemx --no-params
3736When demangling the name of a function, do not display the types of
3737the function's parameters.
3738
cbf1f5df 3739@item -t
ec948987
NC
3740@itemx --types
3741Attempt to demangle types as well as function names. This is disabled
3742by default since mangled types are normally only used internally in
928a4139 3743the compiler, and they can be confused with non-mangled names. For example,
ec948987
NC
3744a function called ``a'' treated as a mangled type name would be
3745demangled to ``signed char''.
cbf1f5df
NC
3746
3747@item -i
3748@itemx --no-verbose
3749Do not include implementation details (if any) in the demangled
3750output.
3751
af03af8f
NC
3752@item -r
3753@itemx -R
3754@itemx --recurse-limit
3755@itemx --no-recurse-limit
3756@itemx --recursion-limit
3757@itemx --no-recursion-limit
3758Enables or disables a limit on the amount of recursion performed
3759whilst demangling strings. Since the name mangling formats allow for
0cc79db2 3760an infinite level of recursion it is possible to create strings whose
af03af8f
NC
3761decoding will exhaust the amount of stack space available on the host
3762machine, triggering a memory fault. The limit tries to prevent this
69799d67 3763from happening by restricting recursion to 2048 levels of nesting.
af03af8f
NC
3764
3765The default is for this limit to be enabled, but disabling it may be
3766necessary in order to demangle truly complicated names. Note however
3767that if the recursion limit is disabled then stack exhaustion is
3768possible and any bug reports about such an event will be rejected.
3769
3770The @option{-r} option is a synonym for the
3771@option{--no-recurse-limit} option. The @option{-R} option is a
3772synonym for the @option{--recurse-limit} option.
3773
252b5132
RH
3774@item -s @var{format}
3775@itemx --format=@var{format}
947ed062
NC
3776@command{c++filt} can decode various methods of mangling, used by
3777different compilers. The argument to this option selects which
252b5132
RH
3778method it uses:
3779
3780@table @code
947ed062
NC
3781@item auto
3782Automatic selection based on executable (the default method)
252b5132 3783@item gnu
947ed062 3784the one used by the @sc{gnu} C++ compiler (g++)
252b5132 3785@item lucid
947ed062 3786the one used by the Lucid compiler (lcc)
252b5132
RH
3787@item arm
3788the one specified by the C++ Annotated Reference Manual
3789@item hp
947ed062 3790the one used by the HP compiler (aCC)
252b5132
RH
3791@item edg
3792the one used by the EDG compiler
b5e2a4f3 3793@item gnu-v3
947ed062
NC
3794the one used by the @sc{gnu} C++ compiler (g++) with the V3 ABI.
3795@item java
3796the one used by the @sc{gnu} Java compiler (gcj)
3797@item gnat
3798the one used by the @sc{gnu} Ada compiler (GNAT).
252b5132
RH
3799@end table
3800
3801@item --help
c7c55b78 3802Print a summary of the options to @command{c++filt} and exit.
252b5132
RH
3803
3804@item --version
c7c55b78 3805Print the version number of @command{c++filt} and exit.
252b5132
RH
3806@end table
3807
0285c67d
NC
3808@c man end
3809
3810@ignore
3811@c man begin SEEALSO cxxfilt
3812the Info entries for @file{binutils}.
3813@c man end
3814@end ignore
3815
252b5132 3816@quotation
c7c55b78 3817@emph{Warning:} @command{c++filt} is a new utility, and the details of its
252b5132 3818user interface are subject to change in future releases. In particular,
b45619c0 3819a command-line option may be required in the future to decode a name
c1c0eb9e 3820passed as an argument on the command line; in other words,
252b5132
RH
3821
3822@example
3823c++filt @var{symbol}
3824@end example
3825
3826@noindent
3827may in a future release become
3828
3829@example
3830c++filt @var{option} @var{symbol}
3831@end example
3832@end quotation
3833
3834@node addr2line
3835@chapter addr2line
3836
3837@kindex addr2line
3838@cindex address to file name and line number
3839
f927cc8f 3840@c man title addr2line convert addresses into file names and line numbers
0285c67d 3841
252b5132 3842@smallexample
0285c67d 3843@c man begin SYNOPSIS addr2line
be6f6493
TG
3844addr2line [@option{-a}|@option{--addresses}]
3845 [@option{-b} @var{bfdname}|@option{--target=}@var{bfdname}]
bf44dd74 3846 [@option{-C}|@option{--demangle}[=@var{style}]]
af03af8f
NC
3847 [@option{-r}|@option{--no-recurse-limit}]
3848 [@option{-R}|@option{--recurse-limit}]
c7c55b78
NC
3849 [@option{-e} @var{filename}|@option{--exe=}@var{filename}]
3850 [@option{-f}|@option{--functions}] [@option{-s}|@option{--basename}]
0c552dc1 3851 [@option{-i}|@option{--inlines}]
68cdf72f 3852 [@option{-p}|@option{--pretty-print}]
c5f8c388 3853 [@option{-j}|@option{--section=}@var{name}]
c7c55b78
NC
3854 [@option{-H}|@option{--help}] [@option{-V}|@option{--version}]
3855 [addr addr @dots{}]
0285c67d 3856@c man end
252b5132
RH
3857@end smallexample
3858
0285c67d
NC
3859@c man begin DESCRIPTION addr2line
3860
c5f8c388
EB
3861@command{addr2line} translates addresses into file names and line numbers.
3862Given an address in an executable or an offset in a section of a relocatable
3863object, it uses the debugging information to figure out which file name and
3864line number are associated with it.
252b5132 3865
c5f8c388
EB
3866The executable or relocatable object to use is specified with the @option{-e}
3867option. The default is the file @file{a.out}. The section in the relocatable
3868object to use is specified with the @option{-j} option.
252b5132 3869
c7c55b78 3870@command{addr2line} has two modes of operation.
252b5132
RH
3871
3872In the first, hexadecimal addresses are specified on the command line,
c7c55b78 3873and @command{addr2line} displays the file name and line number for each
252b5132
RH
3874address.
3875
c7c55b78 3876In the second, @command{addr2line} reads hexadecimal addresses from
252b5132 3877standard input, and prints the file name and line number for each
c7c55b78 3878address on standard output. In this mode, @command{addr2line} may be used
252b5132
RH
3879in a pipe to convert dynamically chosen addresses.
3880
8d112f9e
TG
3881The format of the output is @samp{FILENAME:LINENO}. By default
3882each input address generates one line of output.
9cf03b7e 3883
8d112f9e
TG
3884Two options can generate additional lines before each
3885@samp{FILENAME:LINENO} line (in that order).
3886
3887If the @option{-a} option is used then a line with the input address
3888is displayed.
3889
3890If the @option{-f} option is used, then a line with the
3891@samp{FUNCTIONNAME} is displayed. This is the name of the function
3892containing the address.
3893
3894One option can generate additional lines after the
3895@samp{FILENAME:LINENO} line.
9cf03b7e
NC
3896
3897If the @option{-i} option is used and the code at the given address is
8d112f9e
TG
3898present there because of inlining by the compiler then additional
3899lines are displayed afterwards. One or two extra lines (if the
3900@option{-f} option is used) are displayed for each inlined function.
3901
3902Alternatively if the @option{-p} option is used then each input
3903address generates a single, long, output line containing the address,
3904the function name, the file name and the line number. If the
3905@option{-i} option has also been used then any inlined functions will
3906be displayed in the same manner, but on separate lines, and prefixed
3907by the text @samp{(inlined by)}.
252b5132
RH
3908
3909If the file name or function name can not be determined,
c7c55b78
NC
3910@command{addr2line} will print two question marks in their place. If the
3911line number can not be determined, @command{addr2line} will print 0.
252b5132 3912
0285c67d
NC
3913@c man end
3914
3915@c man begin OPTIONS addr2line
3916
252b5132
RH
3917The long and short forms of options, shown here as alternatives, are
3918equivalent.
3919
c7c55b78 3920@table @env
be6f6493
TG
3921@item -a
3922@itemx --addresses
9cf03b7e 3923Display the address before the function name, file and line number
be6f6493
TG
3924information. The address is printed with a @samp{0x} prefix to easily
3925identify it.
3926
252b5132
RH
3927@item -b @var{bfdname}
3928@itemx --target=@var{bfdname}
3929@cindex object code format
3930Specify that the object-code format for the object files is
3931@var{bfdname}.
3932
3933@item -C
28c309a2 3934@itemx --demangle[=@var{style}]
252b5132
RH
3935@cindex demangling in objdump
3936Decode (@dfn{demangle}) low-level symbol names into user-level names.
3937Besides removing any initial underscore prepended by the system, this
28c309a2 3938makes C++ function names readable. Different compilers have different
c1c0eb9e
RM
3939mangling styles. The optional demangling style argument can be used to
3940choose an appropriate demangling style for your compiler. @xref{c++filt},
28c309a2 3941for more information on demangling.
252b5132
RH
3942
3943@item -e @var{filename}
3944@itemx --exe=@var{filename}
3945Specify the name of the executable for which addresses should be
3946translated. The default file is @file{a.out}.
3947
3948@item -f
3949@itemx --functions
3950Display function names as well as file and line number information.
3951
3952@item -s
3953@itemx --basenames
3954Display only the base of each file name.
0c552dc1
FF
3955
3956@item -i
3957@itemx --inlines
3958If the address belongs to a function that was inlined, the source
3959information for all enclosing scopes back to the first non-inlined
3960function will also be printed. For example, if @code{main} inlines
3961@code{callee1} which inlines @code{callee2}, and address is from
3962@code{callee2}, the source information for @code{callee1} and @code{main}
3963will also be printed.
c5f8c388
EB
3964
3965@item -j
3966@itemx --section
3967Read offsets relative to the specified section instead of absolute addresses.
68cdf72f
TG
3968
3969@item -p
3970@itemx --pretty-print
3971Make the output more human friendly: each location are printed on one line.
3972If option @option{-i} is specified, lines for all enclosing scopes are
3973prefixed with @samp{(inlined by)}.
af03af8f
NC
3974
3975@item -r
3976@itemx -R
3977@itemx --recurse-limit
3978@itemx --no-recurse-limit
3979@itemx --recursion-limit
3980@itemx --no-recursion-limit
3981Enables or disables a limit on the amount of recursion performed
3982whilst demangling strings. Since the name mangling formats allow for
0cc79db2 3983an infinite level of recursion it is possible to create strings whose
af03af8f
NC
3984decoding will exhaust the amount of stack space available on the host
3985machine, triggering a memory fault. The limit tries to prevent this
69799d67 3986from happening by restricting recursion to 2048 levels of nesting.
af03af8f
NC
3987
3988The default is for this limit to be enabled, but disabling it may be
3989necessary in order to demangle truly complicated names. Note however
3990that if the recursion limit is disabled then stack exhaustion is
3991possible and any bug reports about such an event will be rejected.
3992
3993The @option{-r} option is a synonym for the
3994@option{--no-recurse-limit} option. The @option{-R} option is a
3995synonym for the @option{--recurse-limit} option.
3996
3997Note this option is only effective if the @option{-C} or
3998@option{--demangle} option has been enabled.
3999
e107c42f 4000@end table
252b5132 4001
0285c67d
NC
4002@c man end
4003
4004@ignore
4005@c man begin SEEALSO addr2line
4006Info entries for @file{binutils}.
4007@c man end
4008@end ignore
4009
692ed3e7
NC
4010@node windmc
4011@chapter windmc
4012
4013@command{windmc} may be used to generator Windows message resources.
4014
4015@quotation
4016@emph{Warning:} @command{windmc} is not always built as part of the binary
4017utilities, since it is only useful for Windows targets.
4018@end quotation
4019
f927cc8f 4020@c man title windmc generates Windows message resources
692ed3e7
NC
4021
4022@smallexample
826fec2f 4023@c man begin SYNOPSIS windmc
692ed3e7
NC
4024windmc [options] input-file
4025@c man end
4026@end smallexample
4027
4028@c man begin DESCRIPTION windmc
4029
4030@command{windmc} reads message definitions from an input file (.mc) and
4031translate them into a set of output files. The output files may be of
4032four kinds:
4033
4034@table @code
4035@item h
4036A C header file containing the message definitions.
4037
4038@item rc
4039A resource file compilable by the @command{windres} tool.
4040
4041@item bin
4042One or more binary files containing the resource data for a specific
4043message language.
4044
4045@item dbg
4046A C include file that maps message id's to their symbolic name.
4047@end table
4048
4049The exact description of these different formats is available in
4050documentation from Microsoft.
4051
4052When @command{windmc} converts from the @code{mc} format to the @code{bin}
4053format, @code{rc}, @code{h}, and optional @code{dbg} it is acting like the
4054Windows Message Compiler.
4055
4056@c man end
4057
4058@c man begin OPTIONS windmc
4059
4060@table @env
4061@item -a
4062@itemx --ascii_in
826fec2f 4063Specifies that the input file specified is ASCII. This is the default
692ed3e7
NC
4064behaviour.
4065
4066@item -A
4067@itemx --ascii_out
826fec2f 4068Specifies that messages in the output @code{bin} files should be in ASCII
692ed3e7
NC
4069format.
4070
4071@item -b
4072@itemx --binprefix
4073Specifies that @code{bin} filenames should have to be prefixed by the
4074basename of the source file.
4075
4076@item -c
4077@itemx --customflag
4078Sets the customer bit in all message id's.
4079
4080@item -C @var{codepage}
4081@itemx --codepage_in @var{codepage}
4082Sets the default codepage to be used to convert input file to UTF16. The
4083default is ocdepage 1252.
4084
4085@item -d
4086@itemx --decimal_values
4087Outputs the constants in the header file in decimal. Default is using
4088hexadecimal output.
4089
4090@item -e @var{ext}
4091@itemx --extension @var{ext}
4092The extension for the header file. The default is .h extension.
4093
4094@item -F @var{target}
4095@itemx --target @var{target}
4096Specify the BFD format to use for a bin file as output. This
4097is a BFD target name; you can use the @option{--help} option to see a list
4098of supported targets. Normally @command{windmc} will use the default
4099format, which is the first one listed by the @option{--help} option.
4100@ifclear man
4101@ref{Target Selection}.
4102@end ifclear
4103
4104@item -h @var{path}
4105@itemx --headerdir @var{path}
4106The target directory of the generated header file. The default is the
4107current directory.
4108
4109@item -H
4110@itemx --help
a05a5b64 4111Displays a list of command-line options and then exits.
692ed3e7
NC
4112
4113@item -m @var{characters}
4114@itemx --maxlength @var{characters}
4115Instructs @command{windmc} to generate a warning if the length
4116of any message exceeds the number specified.
4117
4118@item -n
4119@itemx --nullterminate
4120Terminate message text in @code{bin} files by zero. By default they are
4121terminated by CR/LF.
4122
4123@item -o
4124@itemx --hresult_use
4125Not yet implemented. Instructs @code{windmc} to generate an OLE2 header
4126file, using HRESULT definitions. Status codes are used if the flag is not
4127specified.
4128
4129@item -O @var{codepage}
4130@itemx --codepage_out @var{codepage}
4131Sets the default codepage to be used to output text files. The default
4132is ocdepage 1252.
4133
4134@item -r @var{path}
4135@itemx --rcdir @var{path}
4136The target directory for the generated @code{rc} script and the generated
4137@code{bin} files that the resource compiler script includes. The default
4138is the current directory.
4139
4140@item -u
4141@itemx --unicode_in
4142Specifies that the input file is UTF16.
4143
4144@item -U
4145@itemx --unicode_out
4146Specifies that messages in the output @code{bin} file should be in UTF16
4147format. This is the default behaviour.
4148
4149@item -v
4150@item --verbose
bd37ed49 4151Enable verbose mode.
692ed3e7
NC
4152
4153@item -V
4154@item --version
bd37ed49 4155Prints the version number for @command{windmc}.
692ed3e7
NC
4156
4157@item -x @var{path}
4158@itemx --xdgb @var{path}
4159The path of the @code{dbg} C include file that maps message id's to the
4160symbolic name. No such file is generated without specifying the switch.
4161@end table
4162
4163@c man end
4164
4165@ignore
4166@c man begin SEEALSO windmc
4167the Info entries for @file{binutils}.
0285c67d
NC
4168@c man end
4169@end ignore
4170
252b5132
RH
4171@node windres
4172@chapter windres
4173
c7c55b78 4174@command{windres} may be used to manipulate Windows resources.
252b5132
RH
4175
4176@quotation
c7c55b78 4177@emph{Warning:} @command{windres} is not always built as part of the binary
252b5132
RH
4178utilities, since it is only useful for Windows targets.
4179@end quotation
4180
f927cc8f 4181@c man title windres manipulate Windows resources
0285c67d 4182
252b5132 4183@smallexample
0285c67d 4184@c man begin SYNOPSIS windres
252b5132 4185windres [options] [input-file] [output-file]
0285c67d 4186@c man end
252b5132
RH
4187@end smallexample
4188
0285c67d
NC
4189@c man begin DESCRIPTION windres
4190
c7c55b78 4191@command{windres} reads resources from an input file and copies them into
252b5132
RH
4192an output file. Either file may be in one of three formats:
4193
4194@table @code
4195@item rc
4196A text format read by the Resource Compiler.
4197
4198@item res
4199A binary format generated by the Resource Compiler.
4200
4201@item coff
4202A COFF object or executable.
4203@end table
4204
4205The exact description of these different formats is available in
4206documentation from Microsoft.
4207
c7c55b78 4208When @command{windres} converts from the @code{rc} format to the @code{res}
252b5132 4209format, it is acting like the Windows Resource Compiler. When
c7c55b78 4210@command{windres} converts from the @code{res} format to the @code{coff}
252b5132
RH
4211format, it is acting like the Windows @code{CVTRES} program.
4212
c7c55b78 4213When @command{windres} generates an @code{rc} file, the output is similar
252b5132
RH
4214but not identical to the format expected for the input. When an input
4215@code{rc} file refers to an external filename, an output @code{rc} file
4216will instead include the file contents.
4217
c7c55b78 4218If the input or output format is not specified, @command{windres} will
252b5132
RH
4219guess based on the file name, or, for the input file, the file contents.
4220A file with an extension of @file{.rc} will be treated as an @code{rc}
4221file, a file with an extension of @file{.res} will be treated as a
4222@code{res} file, and a file with an extension of @file{.o} or
4223@file{.exe} will be treated as a @code{coff} file.
4224
c7c55b78 4225If no output file is specified, @command{windres} will print the resources
252b5132
RH
4226in @code{rc} format to standard output.
4227
c7c55b78 4228The normal use is for you to write an @code{rc} file, use @command{windres}
252b5132
RH
4229to convert it to a COFF object file, and then link the COFF file into
4230your application. This will make the resources described in the
4231@code{rc} file available to Windows.
4232
0285c67d
NC
4233@c man end
4234
4235@c man begin OPTIONS windres
4236
c7c55b78 4237@table @env
252b5132
RH
4238@item -i @var{filename}
4239@itemx --input @var{filename}
4240The name of the input file. If this option is not used, then
c7c55b78
NC
4241@command{windres} will use the first non-option argument as the input file
4242name. If there are no non-option arguments, then @command{windres} will
4243read from standard input. @command{windres} can not read a COFF file from
edbedb71 4244standard input.
252b5132
RH
4245
4246@item -o @var{filename}
4247@itemx --output @var{filename}
4248The name of the output file. If this option is not used, then
c7c55b78 4249@command{windres} will use the first non-option argument, after any used
252b5132 4250for the input file name, as the output file name. If there is no
c7c55b78 4251non-option argument, then @command{windres} will write to standard output.
edbedb71 4252@command{windres} can not write a COFF file to standard output. Note,
b45619c0 4253for compatibility with @command{rc} the option @option{-fo} is also
edbedb71 4254accepted, but its use is not recommended.
252b5132 4255
85eb5110 4256@item -J @var{format}
252b5132
RH
4257@itemx --input-format @var{format}
4258The input format to read. @var{format} may be @samp{res}, @samp{rc}, or
c7c55b78 4259@samp{coff}. If no input format is specified, @command{windres} will
252b5132
RH
4260guess, as described above.
4261
4262@item -O @var{format}
4263@itemx --output-format @var{format}
4264The output format to generate. @var{format} may be @samp{res},
4265@samp{rc}, or @samp{coff}. If no output format is specified,
c7c55b78 4266@command{windres} will guess, as described above.
252b5132
RH
4267
4268@item -F @var{target}
4269@itemx --target @var{target}
4270Specify the BFD format to use for a COFF file as input or output. This
c7c55b78
NC
4271is a BFD target name; you can use the @option{--help} option to see a list
4272of supported targets. Normally @command{windres} will use the default
4273format, which is the first one listed by the @option{--help} option.
4274@ifclear man
252b5132 4275@ref{Target Selection}.
c7c55b78 4276@end ifclear
252b5132
RH
4277
4278@item --preprocessor @var{program}
c7c55b78 4279When @command{windres} reads an @code{rc} file, it runs it through the C
252b5132
RH
4280preprocessor first. This option may be used to specify the preprocessor
4281to use, including any leading arguments. The default preprocessor
5edb8e3f 4282argument is @code{gcc}.
252b5132 4283
ec25acb3
NC
4284@item --preprocessor-arg @var{option}
4285When @command{windres} reads an @code{rc} file, it runs it through
4286the C preprocessor first. This option may be used to specify additional
4287text to be passed to preprocessor on its command line.
4288This option can be used multiple times to add multiple options to the
4289preprocessor command line.
5edb8e3f
NC
4290If the @option{--preprocessor} option has not been specified then a
4291default set of preprocessor arguments will be used, with any
4292@option{--preprocessor-arg} options being placed after them on the
4293command line. These default arguments are @code{-E -xc-header
4294-DRC_INVOKED}.
ec25acb3 4295
85eb5110
NC
4296@item -I @var{directory}
4297@itemx --include-dir @var{directory}
252b5132 4298Specify an include directory to use when reading an @code{rc} file.
c7c55b78
NC
4299@command{windres} will pass this to the preprocessor as an @option{-I}
4300option. @command{windres} will also search this directory when looking for
85eb5110 4301files named in the @code{rc} file. If the argument passed to this command
c1c0eb9e 4302matches any of the supported @var{formats} (as described in the @option{-J}
85eb5110
NC
4303option), it will issue a deprecation warning, and behave just like the
4304@option{-J} option. New programs should not use this behaviour. If a
4305directory happens to match a @var{format}, simple prefix it with @samp{./}
4306to disable the backward compatibility.
252b5132 4307
751d21b5 4308@item -D @var{target}
ad0481cd 4309@itemx --define @var{sym}[=@var{val}]
c7c55b78 4310Specify a @option{-D} option to pass to the preprocessor when reading an
252b5132
RH
4311@code{rc} file.
4312
29b058f1
NC
4313@item -U @var{target}
4314@itemx --undefine @var{sym}
4315Specify a @option{-U} option to pass to the preprocessor when reading an
4316@code{rc} file.
4317
3126d709
CF
4318@item -r
4319Ignored for compatibility with rc.
4320
751d21b5
DD
4321@item -v
4322Enable verbose mode. This tells you what the preprocessor is if you
4323didn't specify one.
4324
30ff741f
NC
4325@item -c @var{val}
4326@item --codepage @var{val}
4327Specify the default codepage to use when reading an @code{rc} file.
4328@var{val} should be a hexadecimal prefixed by @samp{0x} or decimal
4329codepage code. The valid range is from zero up to 0xffff, but the
4330validity of the codepage is host and configuration dependent.
4331
3077f5d8 4332@item -l @var{val}
252b5132
RH
4333@item --language @var{val}
4334Specify the default language to use when reading an @code{rc} file.
4335@var{val} should be a hexadecimal language code. The low eight bits are
4336the language, and the high eight bits are the sublanguage.
4337
5a298d2d
NC
4338@item --use-temp-file
4339Use a temporary file to instead of using popen to read the output of
c1c0eb9e
RM
4340the preprocessor. Use this option if the popen implementation is buggy
4341on the host (eg., certain non-English language versions of Windows 95 and
5a298d2d
NC
4342Windows 98 are known to have buggy popen where the output will instead
4343go the console).
4344
4345@item --no-use-temp-file
4346Use popen, not a temporary file, to read the output of the preprocessor.
4347This is the default behaviour.
4348
3077f5d8 4349@item -h
252b5132
RH
4350@item --help
4351Prints a usage summary.
4352
3077f5d8 4353@item -V
252b5132 4354@item --version
c7c55b78 4355Prints the version number for @command{windres}.
252b5132
RH
4356
4357@item --yydebug
c7c55b78 4358If @command{windres} is compiled with @code{YYDEBUG} defined as @code{1},
252b5132
RH
4359this will turn on parser debugging.
4360@end table
4361
0285c67d
NC
4362@c man end
4363
4364@ignore
4365@c man begin SEEALSO windres
4366the Info entries for @file{binutils}.
4367@c man end
4368@end ignore
252b5132
RH
4369
4370@node dlltool
2aa9814e 4371@chapter dlltool
252b5132
RH
4372@cindex DLL
4373@kindex dlltool
4374
2aa9814e
BE
4375@command{dlltool} is used to create the files needed to create dynamic
4376link libraries (DLLs) on systems which understand PE format image
4377files such as Windows. A DLL contains an export table which contains
4378information that the runtime loader needs to resolve references from a
4379referencing program.
4380
4381The export table is generated by this program by reading in a
4382@file{.def} file or scanning the @file{.a} and @file{.o} files which
4383will be in the DLL. A @file{.o} file can contain information in
4384special @samp{.drectve} sections with export information.
252b5132
RH
4385
4386@quotation
2aa9814e
BE
4387@emph{Note:} @command{dlltool} is not always built as part of the
4388binary utilities, since it is only useful for those targets which
4389support DLLs.
252b5132
RH
4390@end quotation
4391
f927cc8f 4392@c man title dlltool create files needed to build and use DLLs
0285c67d 4393
252b5132 4394@smallexample
0285c67d 4395@c man begin SYNOPSIS dlltool
c7c55b78
NC
4396dlltool [@option{-d}|@option{--input-def} @var{def-file-name}]
4397 [@option{-b}|@option{--base-file} @var{base-file-name}]
4398 [@option{-e}|@option{--output-exp} @var{exports-file-name}]
4399 [@option{-z}|@option{--output-def} @var{def-file-name}]
c1c0eb9e 4400 [@option{-l}|@option{--output-lib} @var{library-file-name}]
10e636d2 4401 [@option{-y}|@option{--output-delaylib} @var{library-file-name}]
c7c55b78
NC
4402 [@option{--export-all-symbols}] [@option{--no-export-all-symbols}]
4403 [@option{--exclude-symbols} @var{list}]
4404 [@option{--no-default-excludes}]
4405 [@option{-S}|@option{--as} @var{path-to-assembler}] [@option{-f}|@option{--as-flags} @var{options}]
4406 [@option{-D}|@option{--dllname} @var{name}] [@option{-m}|@option{--machine} @var{machine}]
14288fdc
DS
4407 [@option{-a}|@option{--add-indirect}]
4408 [@option{-U}|@option{--add-underscore}] [@option{--add-stdcall-underscore}]
4409 [@option{-k}|@option{--kill-at}] [@option{-A}|@option{--add-stdcall-alias}]
607dea97 4410 [@option{-p}|@option{--ext-prefix-alias} @var{prefix}]
d4732f7c 4411 [@option{-x}|@option{--no-idata4}] [@option{-c}|@option{--no-idata5}]
e77b97d4 4412 [@option{--use-nul-prefixed-import-tables}]
71c57c16
NC
4413 [@option{-I}|@option{--identify} @var{library-file-name}] [@option{--identify-strict}]
4414 [@option{-i}|@option{--interwork}]
f9346411 4415 [@option{-n}|@option{--nodelete}] [@option{-t}|@option{--temp-prefix} @var{prefix}]
c1c0eb9e 4416 [@option{-v}|@option{--verbose}]
c7c55b78 4417 [@option{-h}|@option{--help}] [@option{-V}|@option{--version}]
36d21de5 4418 [@option{--no-leading-underscore}] [@option{--leading-underscore}]
252b5132 4419 [object-file @dots{}]
0285c67d 4420@c man end
252b5132
RH
4421@end smallexample
4422
0285c67d
NC
4423@c man begin DESCRIPTION dlltool
4424
c7c55b78
NC
4425@command{dlltool} reads its inputs, which can come from the @option{-d} and
4426@option{-b} options as well as object files specified on the command
4427line. It then processes these inputs and if the @option{-e} option has
4428been specified it creates a exports file. If the @option{-l} option
4429has been specified it creates a library file and if the @option{-z} option
c1c0eb9e
RM
4430has been specified it creates a def file. Any or all of the @option{-e},
4431@option{-l} and @option{-z} options can be present in one invocation of
c7c55b78 4432dlltool.
252b5132
RH
4433
4434When creating a DLL, along with the source for the DLL, it is necessary
c7c55b78 4435to have three other files. @command{dlltool} can help with the creation of
252b5132
RH
4436these files.
4437
2aa9814e 4438The first file is a @file{.def} file which specifies which functions are
252b5132 4439exported from the DLL, which functions the DLL imports, and so on. This
c7c55b78
NC
4440is a text file and can be created by hand, or @command{dlltool} can be used
4441to create it using the @option{-z} option. In this case @command{dlltool}
252b5132
RH
4442will scan the object files specified on its command line looking for
4443those functions which have been specially marked as being exported and
2aa9814e 4444put entries for them in the @file{.def} file it creates.
252b5132
RH
4445
4446In order to mark a function as being exported from a DLL, it needs to
c7c55b78 4447have an @option{-export:<name_of_function>} entry in the @samp{.drectve}
252b5132
RH
4448section of the object file. This can be done in C by using the
4449asm() operator:
4450
4451@smallexample
c1c0eb9e 4452 asm (".section .drectve");
252b5132
RH
4453 asm (".ascii \"-export:my_func\"");
4454
4455 int my_func (void) @{ @dots{} @}
4456@end smallexample
4457
4458The second file needed for DLL creation is an exports file. This file
4459is linked with the object files that make up the body of the DLL and it
4460handles the interface between the DLL and the outside world. This is a
c7c55b78 4461binary file and it can be created by giving the @option{-e} option to
c1c0eb9e 4462@command{dlltool} when it is creating or reading in a @file{.def} file.
252b5132
RH
4463
4464The third file needed for DLL creation is the library file that programs
d4732f7c
CW
4465will link with in order to access the functions in the DLL (an `import
4466library'). This file can be created by giving the @option{-l} option to
4467dlltool when it is creating or reading in a @file{.def} file.
252b5132 4468
10e636d2
DK
4469If the @option{-y} option is specified, dlltool generates a delay-import
4470library that can be used instead of the normal import library to allow
4471a program to link to the dll only as soon as an imported function is
4472called for the first time. The resulting executable will need to be
4473linked to the static delayimp library containing __delayLoadHelper2(),
4474which in turn will import LoadLibraryA and GetProcAddress from kernel32.
4475
c7c55b78 4476@command{dlltool} builds the library file by hand, but it builds the
252b5132 4477exports file by creating temporary files containing assembler statements
a05a5b64 4478and then assembling these. The @option{-S} command-line option can be
252b5132 4479used to specify the path to the assembler that dlltool will use,
c7c55b78
NC
4480and the @option{-f} option can be used to pass specific flags to that
4481assembler. The @option{-n} can be used to prevent dlltool from deleting
4482these temporary assembler files when it is done, and if @option{-n} is
252b5132
RH
4483specified twice then this will prevent dlltool from deleting the
4484temporary object files it used to build the library.
4485
4486Here is an example of creating a DLL from a source file @samp{dll.c} and
4487also creating a program (from an object file called @samp{program.o})
4488that uses that DLL:
4489
4490@smallexample
4491 gcc -c dll.c
4492 dlltool -e exports.o -l dll.lib dll.o
4493 gcc dll.o exports.o -o dll.dll
4494 gcc program.o dll.lib -o program
4495@end smallexample
4496
d4732f7c
CW
4497
4498@command{dlltool} may also be used to query an existing import library
b3364cb9 4499to determine the name of the DLL to which it is associated. See the
d4732f7c 4500description of the @option{-I} or @option{--identify} option.
b3364cb9 4501
0285c67d
NC
4502@c man end
4503
4504@c man begin OPTIONS dlltool
4505
a05a5b64 4506The command-line options have the following meanings:
252b5132 4507
c7c55b78 4508@table @env
252b5132
RH
4509
4510@item -d @var{filename}
4511@itemx --input-def @var{filename}
4512@cindex input .def file
2aa9814e 4513Specifies the name of a @file{.def} file to be read in and processed.
252b5132
RH
4514
4515@item -b @var{filename}
4516@itemx --base-file @var{filename}
4517@cindex base files
4518Specifies the name of a base file to be read in and processed. The
4519contents of this file will be added to the relocation section in the
4520exports file generated by dlltool.
4521
4522@item -e @var{filename}
4523@itemx --output-exp @var{filename}
4524Specifies the name of the export file to be created by dlltool.
4525
4526@item -z @var{filename}
4527@itemx --output-def @var{filename}
2aa9814e 4528Specifies the name of the @file{.def} file to be created by dlltool.
252b5132
RH
4529
4530@item -l @var{filename}
4531@itemx --output-lib @var{filename}
4532Specifies the name of the library file to be created by dlltool.
4533
10e636d2
DK
4534@item -y @var{filename}
4535@itemx --output-delaylib @var{filename}
4536Specifies the name of the delay-import library file to be created by dlltool.
4537
252b5132
RH
4538@item --export-all-symbols
4539Treat all global and weak defined symbols found in the input object
4540files as symbols to be exported. There is a small list of symbols which
c7c55b78 4541are not exported by default; see the @option{--no-default-excludes}
252b5132 4542option. You may add to the list of symbols to not export by using the
c7c55b78 4543@option{--exclude-symbols} option.
252b5132
RH
4544
4545@item --no-export-all-symbols
2aa9814e 4546Only export symbols explicitly listed in an input @file{.def} file or in
252b5132
RH
4547@samp{.drectve} sections in the input object files. This is the default
4548behaviour. The @samp{.drectve} sections are created by @samp{dllexport}
4549attributes in the source code.
4550
4551@item --exclude-symbols @var{list}
4552Do not export the symbols in @var{list}. This is a list of symbol names
4553separated by comma or colon characters. The symbol names should not
4554contain a leading underscore. This is only meaningful when
c7c55b78 4555@option{--export-all-symbols} is used.
252b5132
RH
4556
4557@item --no-default-excludes
c7c55b78 4558When @option{--export-all-symbols} is used, it will by default avoid
252b5132
RH
4559exporting certain special symbols. The current list of symbols to avoid
4560exporting is @samp{DllMain@@12}, @samp{DllEntryPoint@@0},
c7c55b78 4561@samp{impure_ptr}. You may use the @option{--no-default-excludes} option
252b5132 4562to go ahead and export these special symbols. This is only meaningful
c7c55b78 4563when @option{--export-all-symbols} is used.
252b5132
RH
4564
4565@item -S @var{path}
4566@itemx --as @var{path}
4567Specifies the path, including the filename, of the assembler to be used
4568to create the exports file.
4569
6364e0b4
NC
4570@item -f @var{options}
4571@itemx --as-flags @var{options}
a05a5b64 4572Specifies any specific command-line options to be passed to the
252b5132 4573assembler when building the exports file. This option will work even if
c7c55b78 4574the @option{-S} option is not used. This option only takes one argument,
252b5132
RH
4575and if it occurs more than once on the command line, then later
4576occurrences will override earlier occurrences. So if it is necessary to
6364e0b4 4577pass multiple options to the assembler they should be enclosed in
252b5132
RH
4578double quotes.
4579
4580@item -D @var{name}
4581@itemx --dll-name @var{name}
2aa9814e
BE
4582Specifies the name to be stored in the @file{.def} file as the name of
4583the DLL when the @option{-e} option is used. If this option is not
4584present, then the filename given to the @option{-e} option will be
4585used as the name of the DLL.
252b5132
RH
4586
4587@item -m @var{machine}
4588@itemx -machine @var{machine}
4589Specifies the type of machine for which the library file should be
c7c55b78 4590built. @command{dlltool} has a built in default type, depending upon how
252b5132
RH
4591it was created, but this option can be used to override that. This is
4592normally only useful when creating DLLs for an ARM processor, when the
c36774d6 4593contents of the DLL are actually encode using Thumb instructions.
252b5132
RH
4594
4595@item -a
4596@itemx --add-indirect
c7c55b78 4597Specifies that when @command{dlltool} is creating the exports file it
252b5132
RH
4598should add a section which allows the exported functions to be
4599referenced without using the import library. Whatever the hell that
c1c0eb9e 4600means!
252b5132
RH
4601
4602@item -U
4603@itemx --add-underscore
c7c55b78 4604Specifies that when @command{dlltool} is creating the exports file it
c1c0eb9e 4605should prepend an underscore to the names of @emph{all} exported symbols.
14288fdc 4606
36d21de5
KT
4607@item --no-leading-underscore
4608@item --leading-underscore
4609Specifies whether standard symbol should be forced to be prefixed, or
4610not.
4611
14288fdc
DS
4612@item --add-stdcall-underscore
4613Specifies that when @command{dlltool} is creating the exports file it
4614should prepend an underscore to the names of exported @emph{stdcall}
4615functions. Variable names and non-stdcall function names are not modified.
4616This option is useful when creating GNU-compatible import libs for third
4617party DLLs that were built with MS-Windows tools.
252b5132
RH
4618
4619@item -k
4620@itemx --kill-at
c1724c7f
DK
4621Specifies that @samp{@@<number>} suffixes should be omitted from the names
4622of stdcall functions that will be imported from the DLL. This is
4623useful when creating an import library for a DLL which exports stdcall
4624functions but without the usual @samp{@@<number>} symbol name suffix.
4625
4626This does not change the naming of symbols provided by the import library
4627to programs linked against it, but only the entries in the import table
4628(ie the .idata section).
252b5132
RH
4629
4630@item -A
4631@itemx --add-stdcall-alias
c7c55b78 4632Specifies that when @command{dlltool} is creating the exports file it
252b5132
RH
4633should add aliases for stdcall symbols without @samp{@@ <number>}
4634in addition to the symbols with @samp{@@ <number>}.
4635
607dea97
NC
4636@item -p
4637@itemx --ext-prefix-alias @var{prefix}
4638Causes @command{dlltool} to create external aliases for all DLL
4639imports with the specified prefix. The aliases are created for both
4640external and import symbols with no leading underscore.
4641
252b5132
RH
4642@item -x
4643@itemx --no-idata4
c7c55b78
NC
4644Specifies that when @command{dlltool} is creating the exports and library
4645files it should omit the @code{.idata4} section. This is for compatibility
252b5132
RH
4646with certain operating systems.
4647
e77b97d4
KT
4648@item --use-nul-prefixed-import-tables
4649Specifies that when @command{dlltool} is creating the exports and library
4650files it should prefix the @code{.idata4} and @code{.idata5} by zero an
4651element. This emulates old gnu import library generation of
4652@code{dlltool}. By default this option is turned off.
4653
252b5132
RH
4654@item -c
4655@itemx --no-idata5
c7c55b78
NC
4656Specifies that when @command{dlltool} is creating the exports and library
4657files it should omit the @code{.idata5} section. This is for compatibility
252b5132
RH
4658with certain operating systems.
4659
d4732f7c
CW
4660@item -I @var{filename}
4661@itemx --identify @var{filename}
4662Specifies that @command{dlltool} should inspect the import library
71c57c16
NC
4663indicated by @var{filename} and report, on @code{stdout}, the name(s)
4664of the associated DLL(s). This can be performed in addition to any
4665other operations indicated by the other options and arguments.
4666@command{dlltool} fails if the import library does not exist or is not
4667actually an import library. See also @option{--identify-strict}.
4668
4669@item --identify-strict
4670Modifies the behavior of the @option{--identify} option, such
4671that an error is reported if @var{filename} is associated with
4672more than one DLL.
d4732f7c 4673
252b5132
RH
4674@item -i
4675@itemx --interwork
c7c55b78 4676Specifies that @command{dlltool} should mark the objects in the library
252b5132 4677file and exports file that it produces as supporting interworking
c36774d6 4678between ARM and Thumb code.
252b5132
RH
4679
4680@item -n
4681@itemx --nodelete
c7c55b78 4682Makes @command{dlltool} preserve the temporary assembler files it used to
252b5132
RH
4683create the exports file. If this option is repeated then dlltool will
4684also preserve the temporary object files it uses to create the library
f9346411
DS
4685file.
4686
4687@item -t @var{prefix}
4688@itemx --temp-prefix @var{prefix}
4689Makes @command{dlltool} use @var{prefix} when constructing the names of
4690temporary assembler and object files. By default, the temp file prefix
c1c0eb9e 4691is generated from the pid.
252b5132
RH
4692
4693@item -v
4694@itemx --verbose
4695Make dlltool describe what it is doing.
4696
4697@item -h
4698@itemx --help
a05a5b64 4699Displays a list of command-line options and then exits.
252b5132
RH
4700
4701@item -V
4702@itemx --version
4703Displays dlltool's version number and then exits.
4704
4705@end table
4706
0285c67d
NC
4707@c man end
4708
2aa9814e
BE
4709@menu
4710* def file format:: The format of the dlltool @file{.def} file
4711@end menu
4712
4713@node def file format
4714@section The format of the @command{dlltool} @file{.def} file
4715
4716A @file{.def} file contains any number of the following commands:
4717
4718@table @asis
4719
4720@item @code{NAME} @var{name} @code{[ ,} @var{base} @code{]}
4721The result is going to be named @var{name}@code{.exe}.
4722
4723@item @code{LIBRARY} @var{name} @code{[ ,} @var{base} @code{]}
4724The result is going to be named @var{name}@code{.dll}.
5b3d386e
KT
4725Note: If you want to use LIBRARY as name then you need to quote. Otherwise
4726this will fail due a necessary hack for libtool (see PR binutils/13710 for more
4727details).
2aa9814e 4728
bf201fdd 4729@item @code{EXPORTS ( ( (} @var{name1} @code{[ = } @var{name2} @code{] ) | ( } @var{name1} @code{=} @var{module-name} @code{.} @var{external-name} @code{) ) [ == } @var{its_name} @code{]}
2aa9814e
BE
4730@item @code{[} @var{integer} @code{] [ NONAME ] [ CONSTANT ] [ DATA ] [ PRIVATE ] ) *}
4731Declares @var{name1} as an exported symbol from the DLL, with optional
4732ordinal number @var{integer}, or declares @var{name1} as an alias
bf201fdd
KT
4733(forward) of the function @var{external-name} in the DLL.
4734If @var{its_name} is specified, this name is used as string in export table.
2aa9814e 4735@var{module-name}.
5b3d386e
KT
4736Note: The @code{EXPORTS} has to be the last command in .def file, as keywords
4737are treated - beside @code{LIBRARY} - as simple name-identifiers.
4738If you want to use LIBRARY as name then you need to quote it.
2aa9814e 4739
bf201fdd 4740@item @code{IMPORTS ( (} @var{internal-name} @code{=} @var{module-name} @code{.} @var{integer} @code{) | [} @var{internal-name} @code{= ]} @var{module-name} @code{.} @var{external-name} @code{) [ == ) @var{its_name} @code{]} *}
2aa9814e
BE
4741Declares that @var{external-name} or the exported function whose
4742ordinal number is @var{integer} is to be imported from the file
4743@var{module-name}. If @var{internal-name} is specified then this is
4744the name that the imported function will be referred to in the body of
4745the DLL.
bf201fdd 4746If @var{its_name} is specified, this name is used as string in import table.
5b3d386e
KT
4747Note: The @code{IMPORTS} has to be the last command in .def file, as keywords
4748are treated - beside @code{LIBRARY} - as simple name-identifiers.
4749If you want to use LIBRARY as name then you need to quote it.
2aa9814e
BE
4750
4751@item @code{DESCRIPTION} @var{string}
4752Puts @var{string} into the output @file{.exp} file in the
4753@code{.rdata} section.
4754
4755@item @code{STACKSIZE} @var{number-reserve} @code{[, } @var{number-commit} @code{]}
4756@item @code{HEAPSIZE} @var{number-reserve} @code{[, } @var{number-commit} @code{]}
4757Generates @code{--stack} or @code{--heap}
4758@var{number-reserve},@var{number-commit} in the output @code{.drectve}
4759section. The linker will see this and act upon it.
4760
4761@item @code{CODE} @var{attr} @code{+}
4762@item @code{DATA} @var{attr} @code{+}
4763@item @code{SECTIONS (} @var{section-name} @var{attr}@code{ + ) *}
4764Generates @code{--attr} @var{section-name} @var{attr} in the output
4765@code{.drectve} section, where @var{attr} is one of @code{READ},
4766@code{WRITE}, @code{EXECUTE} or @code{SHARED}. The linker will see
4767this and act upon it.
4768
4769@end table
4770
0285c67d
NC
4771@ignore
4772@c man begin SEEALSO dlltool
2aa9814e 4773The Info pages for @file{binutils}.
0285c67d
NC
4774@c man end
4775@end ignore
4776
252b5132
RH
4777@node readelf
4778@chapter readelf
4779
4780@cindex ELF file information
4781@kindex readelf
4782
f927cc8f 4783@c man title readelf display information about ELF files
0285c67d 4784
252b5132 4785@smallexample
0285c67d 4786@c man begin SYNOPSIS readelf
c1c0eb9e 4787readelf [@option{-a}|@option{--all}]
c7c55b78
NC
4788 [@option{-h}|@option{--file-header}]
4789 [@option{-l}|@option{--program-headers}|@option{--segments}]
4790 [@option{-S}|@option{--section-headers}|@option{--sections}]
81fc812e 4791 [@option{-g}|@option{--section-groups}]
5477e8a0 4792 [@option{-t}|@option{--section-details}]
c7c55b78
NC
4793 [@option{-e}|@option{--headers}]
4794 [@option{-s}|@option{--syms}|@option{--symbols}]
0f03783c 4795 [@option{--dyn-syms}|@option{--lto-syms}]
047c3dbf 4796 [@option{--sym-base=[0|8|10|16]}]
79bc120c 4797 [@option{--demangle@var{=style}}|@option{--no-demangle}]
7fe1b138 4798 [@option{--quiet}]
79bc120c 4799 [@option{--recurse-limit}|@option{--no-recurse-limit}]
c7c55b78
NC
4800 [@option{-n}|@option{--notes}]
4801 [@option{-r}|@option{--relocs}]
4802 [@option{-u}|@option{--unwind}]
4803 [@option{-d}|@option{--dynamic}]
4804 [@option{-V}|@option{--version-info}]
947ed062 4805 [@option{-A}|@option{--arch-specific}]
c7c55b78 4806 [@option{-D}|@option{--use-dynamic}]
1b513401 4807 [@option{-L}|@option{--lint}|@option{--enable-checks}]
aef1f6d0 4808 [@option{-x} <number or name>|@option{--hex-dump=}<number or name>]
09c11c86 4809 [@option{-p} <number or name>|@option{--string-dump=}<number or name>]
cf13d699 4810 [@option{-R} <number or name>|@option{--relocated-dump=}<number or name>]
0e602686 4811 [@option{-z}|@option{--decompress}]
4145f1d5 4812 [@option{-c}|@option{--archive-index}]
c46b7066
NC
4813 [@option{-w[lLiaprmfFsoORtUuTgAck]}|
4814 @option{--debug-dump}[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links]]
4815 [@option{-wK}|@option{--debug-dump=follow-links}]
4816 [@option{-wN}|@option{--debug-dump=no-follow-links}]
ca0e11aa 4817 [@option{-P}|@option{--process-links}]
fd2f0033
TT
4818 [@option{--dwarf-depth=@var{n}}]
4819 [@option{--dwarf-start=@var{n}}]
7d9813f1
NA
4820 [@option{--ctf=}@var{section}]
4821 [@option{--ctf-parent=}@var{section}]
4822 [@option{--ctf-symbols=}@var{section}]
4823 [@option{--ctf-strings=}@var{section}]
ed22650e 4824 [@option{-I}|@option{--histogram}]
c7c55b78 4825 [@option{-v}|@option{--version}]
d974e256 4826 [@option{-W}|@option{--wide}]
0942c7ab 4827 [@option{-T}|@option{--silent-truncation}]
c7c55b78 4828 [@option{-H}|@option{--help}]
252b5132 4829 @var{elffile}@dots{}
0285c67d 4830@c man end
252b5132
RH
4831@end smallexample
4832
0285c67d
NC
4833@c man begin DESCRIPTION readelf
4834
c7c55b78 4835@command{readelf} displays information about one or more ELF format object
252b5132
RH
4836files. The options control what particular information to display.
4837
fb52b2f4
NC
4838@var{elffile}@dots{} are the object files to be examined. 32-bit and
483964-bit ELF files are supported, as are archives containing ELF files.
252b5132 4840
9eb20dd8
NC
4841This program performs a similar function to @command{objdump} but it
4842goes into more detail and it exists independently of the @sc{bfd}
4843library, so if there is a bug in @sc{bfd} then readelf will not be
4844affected.
4845
0285c67d
NC
4846@c man end
4847
4848@c man begin OPTIONS readelf
4849
252b5132
RH
4850The long and short forms of options, shown here as alternatives, are
4851equivalent. At least one option besides @samp{-v} or @samp{-H} must be
c1c0eb9e 4852given.
252b5132 4853
c7c55b78 4854@table @env
252b5132
RH
4855@item -a
4856@itemx --all
d95ef3ab 4857Equivalent to specifying @option{--file-header},
c7c55b78 4858@option{--program-headers}, @option{--sections}, @option{--symbols},
ee357486
NC
4859@option{--relocs}, @option{--dynamic}, @option{--notes},
4860@option{--version-info}, @option{--arch-specific}, @option{--unwind},
4861@option{--section-groups} and @option{--histogram}.
4862
4863Note - this option does not enable @option{--use-dynamic} itself, so
4864if that option is not present on the command line then dynamic symbols
4865and dynamic relocs will not be displayed.
252b5132
RH
4866
4867@item -h
4868@itemx --file-header
4869@cindex ELF file header information
4870Displays the information contained in the ELF header at the start of the
4871file.
4872
4873@item -l
4874@itemx --program-headers
4875@itemx --segments
4876@cindex ELF program header information
4877@cindex ELF segment information
4878Displays the information contained in the file's segment headers, if it
4879has any.
4880
7fe1b138
FS
4881@item --quiet
4882@cindex quiet
4883Suppress "no symbols" diagnostic.
4884
252b5132
RH
4885@item -S
4886@itemx --sections
4887@itemx --section-headers
4888@cindex ELF section information
4889Displays the information contained in the file's section headers, if it
4890has any.
4891
81fc812e
L
4892@item -g
4893@itemx --section-groups
4894@cindex ELF section group information
4895Displays the information contained in the file's section groups, if it
4896has any.
4897
5477e8a0
L
4898@item -t
4899@itemx --section-details
4900@cindex ELF section information
4901Displays the detailed section information. Implies @option{-S}.
81fc812e 4902
252b5132
RH
4903@item -s
4904@itemx --symbols
4905@itemx --syms
4906@cindex ELF symbol table information
4907Displays the entries in symbol table section of the file, if it has one.
df2c87b5
NC
4908If a symbol has version information associated with it then this is
4909displayed as well. The version string is displayed as a suffix to the
608d61c2 4910symbol name, preceded by an @@ character. For example
df2c87b5
NC
4911@samp{foo@@VER_1}. If the version is the default version to be used
4912when resolving unversioned references to the symbol then it is
608d61c2 4913displayed as a suffix preceded by two @@ characters. For example
df2c87b5 4914@samp{foo@@@@VER_2}.
252b5132 4915
2c610e4b
L
4916@item --dyn-syms
4917@cindex ELF dynamic symbol table information
4918Displays the entries in dynamic symbol table section of the file, if it
df2c87b5
NC
4919has one. The output format is the same as the format used by the
4920@option{--syms} option.
2c610e4b 4921
0f03783c
NC
4922@item --lto-syms
4923@cindex LTO symbol table
4924Displays the contents of any LTO symbol tables in the file.
4925
047c3dbf
NL
4926@item --sym-base=[0|8|10|16]
4927@cindex symbol table size base
4928Forces the size field of the symbol table to use the given base. Any
4929unrecognized options will be treated as @samp{0}. @option{--sym-base=0}
4930represents the default and legacy behaviour. This will output sizes as decimal
4931for numbers less than 100000. For sizes 100000 and greater hexadecimal notation
4932will be used with a 0x prefix.
4933@option{--sym-base=8} will give the symbol sizes in octal.
4934@option{--sym-base=10} will always give the symbol sizes in decimal.
4935@option{--sym-base=16} will always give the symbol sizes in hexadecimal with a
49360x prefix.
4937
79bc120c
NC
4938@item -C
4939@itemx --demangle[=@var{style}]
4940@cindex demangling in nm
4941Decode (@dfn{demangle}) low-level symbol names into user-level names.
4942This makes C++ function names readable. Different compilers have
4943different mangling styles. The optional demangling style argument can
4944be used to choose an appropriate demangling style for your
4945compiler. @xref{c++filt}, for more information on demangling.
4946
4947@item --no-demangle
4948Do not demangle low-level symbol names. This is the default.
4949
4950@item --recurse-limit
4951@itemx --no-recurse-limit
4952@itemx --recursion-limit
4953@itemx --no-recursion-limit
4954Enables or disables a limit on the amount of recursion performed
4955whilst demangling strings. Since the name mangling formats allow for
0cc79db2 4956an infinite level of recursion it is possible to create strings whose
79bc120c
NC
4957decoding will exhaust the amount of stack space available on the host
4958machine, triggering a memory fault. The limit tries to prevent this
4959from happening by restricting recursion to 2048 levels of nesting.
4960
4961The default is for this limit to be enabled, but disabling it may be
4962necessary in order to demangle truly complicated names. Note however
4963that if the recursion limit is disabled then stack exhaustion is
4964possible and any bug reports about such an event will be rejected.
4965
252b5132
RH
4966@item -e
4967@itemx --headers
c7c55b78 4968Display all the headers in the file. Equivalent to @option{-h -l -S}.
252b5132 4969
779fe533
NC
4970@item -n
4971@itemx --notes
1ec5cd37
NC
4972@cindex ELF notes
4973Displays the contents of the NOTE segments and/or sections, if any.
779fe533 4974
252b5132
RH
4975@item -r
4976@itemx --relocs
4977@cindex ELF reloc information
f5e21966
NC
4978Displays the contents of the file's relocation section, if it has one.
4979
4980@item -u
4981@itemx --unwind
4982@cindex unwind information
4983Displays the contents of the file's unwind section, if it has one. Only
ba7f2642 4984the unwind sections for IA64 ELF files, as well as ARM unwind tables
f63085d1
NC
4985(@code{.ARM.exidx} / @code{.ARM.extab}) are currently supported. If
4986support is not yet implemented for your architecture you could try
4987dumping the contents of the @var{.eh_frames} section using the
4988@option{--debug-dump=frames} or @option{--debug-dump=frames-interp}
4989options.
252b5132
RH
4990
4991@item -d
4992@itemx --dynamic
4993@cindex ELF dynamic section information
4994Displays the contents of the file's dynamic section, if it has one.
4995
4996@item -V
4997@itemx --version-info
a8685210 4998@cindex ELF version sections information
252b5132
RH
4999Displays the contents of the version sections in the file, it they
5000exist.
5001
947ed062
NC
5002@item -A
5003@itemx --arch-specific
5004Displays architecture-specific information in the file, if there
5005is any.
5006
252b5132
RH
5007@item -D
5008@itemx --use-dynamic
c7c55b78 5009When displaying symbols, this option makes @command{readelf} use the
2c610e4b
L
5010symbol hash tables in the file's dynamic section, rather than the
5011symbol table sections.
252b5132 5012
ee357486
NC
5013When displaying relocations, this option makes @command{readelf}
5014display the dynamic relocations rather than the static relocations.
5015
1b513401
NC
5016@item -L
5017@itemx --lint
5018@itemx --enable-checks
5019Displays warning messages about possible problems with the file(s)
5020being examined. If used on its own then all of the contents of the
5021file(s) will be examined. If used with one of the dumping options
5022then the warning messages will only be produced for the things being
5023displayed.
5024
aef1f6d0
DJ
5025@item -x <number or name>
5026@itemx --hex-dump=<number or name>
cf13d699 5027Displays the contents of the indicated section as a hexadecimal bytes.
aef1f6d0
DJ
5028A number identifies a particular section by index in the section table;
5029any other string identifies all sections with that name in the object file.
252b5132 5030
cf13d699
NC
5031@item -R <number or name>
5032@itemx --relocated-dump=<number or name>
5033Displays the contents of the indicated section as a hexadecimal
5034bytes. A number identifies a particular section by index in the
5035section table; any other string identifies all sections with that name
5036in the object file. The contents of the section will be relocated
5037before they are displayed.
5038
09c11c86
NC
5039@item -p <number or name>
5040@itemx --string-dump=<number or name>
5041Displays the contents of the indicated section as printable strings.
5042A number identifies a particular section by index in the section table;
5043any other string identifies all sections with that name in the object file.
5044
0e602686
NC
5045@item -z
5046@itemx --decompress
5047Requests that the section(s) being dumped by @option{x}, @option{R} or
5048@option{p} options are decompressed before being displayed. If the
5049section(s) are not compressed then they are displayed as is.
5050
4145f1d5
NC
5051@item -c
5052@itemx --archive-index
5053@cindex Archive file symbol index information
a8685210 5054Displays the file symbol index information contained in the header part
4145f1d5
NC
5055of binary archives. Performs the same function as the @option{t}
5056command to @command{ar}, but without using the BFD library. @xref{ar}.
5057
e4b7104b
NC
5058@item -w[lLiaprmfFsOoRtUuTgAckK]
5059@itemx --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links,=follow-links]
dda8d76d 5060@include debug.options.texi
fd2f0033 5061
ca0e11aa
NC
5062@item -P
5063@itemx --process-links
5064Display the contents of non-debug sections found in separate debuginfo
5065files that are linked to the main file. This option automatically
5066implies the @option{-wK} option, and only sections requested by other
5067command line options will be displayed.
5068
7d9813f1
NA
5069@include ctf.options.texi
5070@item --ctf-symbols=@var{section}
5071@item --ctf-strings=@var{section}
5072Specify the name of another section from which the CTF file can inherit
616febde
NA
5073strings and symbols. By default, the @code{.symtab} and its linked
5074string table are used.
7d9813f1
NA
5075
5076If either of @option{--ctf-symbols} or @option{--ctf-strings} is specified, the
5077other must be specified as well.
5078
947ed062
NC
5079@item -I
5080@itemx --histogram
252b5132
RH
5081Display a histogram of bucket list lengths when displaying the contents
5082of the symbol tables.
5083
5084@item -v
5085@itemx --version
5086Display the version number of readelf.
5087
d974e256
JJ
5088@item -W
5089@itemx --wide
5090Don't break output lines to fit into 80 columns. By default
5091@command{readelf} breaks section header and segment listing lines for
509264-bit ELF files, so that they fit into 80 columns. This option causes
5093@command{readelf} to print each section header resp. each segment one a
5094single line, which is far more readable on terminals wider than 80 columns.
5095
0942c7ab
NC
5096@item -T
5097@itemx --silent-truncation
5098Normally when readelf is displaying a symbol name, and it has to
5099truncate the name to fit into an 80 column display, it will add a
5100suffix of @code{[...]} to the name. This command line option
5101disables this behaviour, allowing 5 more characters of the name to be
5102displayed and restoring the old behaviour of readelf (prior to release
51032.35).
5104
252b5132
RH
5105@item -H
5106@itemx --help
a05a5b64 5107Display the command-line options understood by @command{readelf}.
252b5132
RH
5108
5109@end table
5110
0285c67d
NC
5111@c man end
5112
5113@ignore
5114@c man begin SEEALSO readelf
5115objdump(1), and the Info entries for @file{binutils}.
5116@c man end
5117@end ignore
252b5132 5118
30fd33bb
L
5119@node elfedit
5120@chapter elfedit
5121
5122@cindex Update ELF header
5123@kindex elfedit
5124
f927cc8f 5125@c man title elfedit update ELF header and program property of ELF files
30fd33bb
L
5126
5127@smallexample
5128@c man begin SYNOPSIS elfedit
5129elfedit [@option{--input-mach=}@var{machine}]
dd35de74 5130 [@option{--input-type=}@var{type}]
08ebfb8c 5131 [@option{--input-osabi=}@var{osabi}]
c7a795f8 5132 @option{--output-mach=}@var{machine}
dd35de74 5133 @option{--output-type=}@var{type}
08ebfb8c 5134 @option{--output-osabi=}@var{osabi}
8a6b075b
L
5135 @option{--enable-x86-feature=}@var{feature}
5136 @option{--disable-x86-feature=}@var{feature}
30fd33bb
L
5137 [@option{-v}|@option{--version}]
5138 [@option{-h}|@option{--help}]
5139 @var{elffile}@dots{}
5140@c man end
5141@end smallexample
5142
5143@c man begin DESCRIPTION elfedit
5144
8a6b075b
L
5145@command{elfedit} updates the ELF header and program property of ELF
5146files which have the matching ELF machine and file types. The options
5147control how and which fields in the ELF header and program property
5148should be updated.
30fd33bb
L
5149
5150@var{elffile}@dots{} are the ELF files to be updated. 32-bit and
515164-bit ELF files are supported, as are archives containing ELF files.
5152@c man end
5153
5154@c man begin OPTIONS elfedit
5155
5156The long and short forms of options, shown here as alternatives, are
d0514c49 5157equivalent. At least one of the @option{--output-mach},
8a6b075b
L
5158@option{--output-type}, @option{--output-osabi},
5159@option{--enable-x86-feature} and @option{--disable-x86-feature}
5160options must be given.
30fd33bb
L
5161
5162@table @env
5163
574b25e8 5164@item --input-mach=@var{machine}
dd35de74
L
5165Set the matching input ELF machine type to @var{machine}. If
5166@option{--input-mach} isn't specified, it will match any ELF
5167machine types.
30fd33bb 5168
6c14750f
L
5169The supported ELF machine types are, @var{i386}, @var{IAMCU}, @var{L1OM},
5170@var{K1OM} and @var{x86-64}.
30fd33bb 5171
574b25e8 5172@item --output-mach=@var{machine}
30fd33bb
L
5173Change the ELF machine type in the ELF header to @var{machine}. The
5174supported ELF machine types are the same as @option{--input-mach}.
5175
574b25e8 5176@item --input-type=@var{type}
dd35de74
L
5177Set the matching input ELF file type to @var{type}. If
5178@option{--input-type} isn't specified, it will match any ELF file types.
5179
5180The supported ELF file types are, @var{rel}, @var{exec} and @var{dyn}.
5181
574b25e8 5182@item --output-type=@var{type}
dd35de74
L
5183Change the ELF file type in the ELF header to @var{type}. The
5184supported ELF types are the same as @option{--input-type}.
5185
574b25e8 5186@item --input-osabi=@var{osabi}
08ebfb8c 5187Set the matching input ELF file OSABI to @var{osabi}. If
d0514c49
L
5188@option{--input-osabi} isn't specified, it will match any ELF OSABIs.
5189
5190The supported ELF OSABIs are, @var{none}, @var{HPUX}, @var{NetBSD},
9c55345c
TS
5191@var{GNU}, @var{Linux} (alias for @var{GNU}),
5192@var{Solaris}, @var{AIX}, @var{Irix},
d0514c49
L
5193@var{FreeBSD}, @var{TRU64}, @var{Modesto}, @var{OpenBSD}, @var{OpenVMS},
5194@var{NSK}, @var{AROS} and @var{FenixOS}.
5195
574b25e8 5196@item --output-osabi=@var{osabi}
08ebfb8c 5197Change the ELF OSABI in the ELF header to @var{osabi}. The
d0514c49
L
5198supported ELF OSABI are the same as @option{--input-osabi}.
5199
8a6b075b
L
5200@item --enable-x86-feature=@var{feature}
5201Set the @var{feature} bit in program property in @var{exec} or @var{dyn}
5202ELF files with machine types of @var{i386} or @var{x86-64}. The
279d901e
L
5203supported features are, @var{ibt}, @var{shstk}, @var{lam_u48} and
5204@var{lam_u57}.
8a6b075b
L
5205
5206@item --disable-x86-feature=@var{feature}
5207Clear the @var{feature} bit in program property in @var{exec} or
5208@var{dyn} ELF files with machine types of @var{i386} or @var{x86-64}.
5209The supported features are the same as @option{--enable-x86-feature}.
5210
5211Note: @option{--enable-x86-feature} and @option{--disable-x86-feature}
5212are available only on hosts with @samp{mmap} support.
5213
30fd33bb
L
5214@item -v
5215@itemx --version
5216Display the version number of @command{elfedit}.
5217
5218@item -h
5219@itemx --help
a05a5b64 5220Display the command-line options understood by @command{elfedit}.
30fd33bb
L
5221
5222@end table
5223
5224@c man end
5225
5226@ignore
5227@c man begin SEEALSO elfedit
5228readelf(1), and the Info entries for @file{binutils}.
5229@c man end
5230@end ignore
5231
07012eee
MM
5232@node Common Options
5233@chapter Common Options
5234
5235The following command-line options are supported by all of the
5236programs described in this manual.
5237
dff70155 5238@c man begin OPTIONS
07012eee 5239@table @env
38fc1cb1 5240@include at-file.texi
dff70155 5241@c man end
07012eee
MM
5242
5243@item --help
5244Display the command-line options supported by the program.
5245
5246@item --version
5247Display the version number of the program.
5248
dff70155 5249@c man begin OPTIONS
07012eee 5250@end table
dff70155 5251@c man end
07012eee 5252
fff279a7 5253@node Selecting the Target System
947ed062 5254@chapter Selecting the Target System
252b5132 5255
947ed062 5256You can specify two aspects of the target system to the @sc{gnu}
252b5132
RH
5257binary file utilities, each in several ways:
5258
5259@itemize @bullet
5260@item
5261the target
5262
5263@item
5264the architecture
252b5132
RH
5265@end itemize
5266
5267In the following summaries, the lists of ways to specify values are in
5268order of decreasing precedence. The ways listed first override those
5269listed later.
5270
5271The commands to list valid values only list the values for which the
5272programs you are running were configured. If they were configured with
c7c55b78 5273@option{--enable-targets=all}, the commands list most of the available
252b5132
RH
5274values, but a few are left out; not all targets can be configured in at
5275once because some of them can only be configured @dfn{native} (on hosts
5276with the same type as the target system).
5277
5278@menu
c1c0eb9e
RM
5279* Target Selection::
5280* Architecture Selection::
252b5132
RH
5281@end menu
5282
5283@node Target Selection
5284@section Target Selection
5285
5286A @dfn{target} is an object file format. A given target may be
5287supported for multiple architectures (@pxref{Architecture Selection}).
5288A target selection may also have variations for different operating
5289systems or architectures.
5290
5291The command to list valid target values is @samp{objdump -i}
5292(the first column of output contains the relevant information).
5293
5294Some sample values are: @samp{a.out-hp300bsd}, @samp{ecoff-littlemips},
5295@samp{a.out-sunos-big}.
5296
5297You can also specify a target using a configuration triplet. This is
f20a759a
ILT
5298the same sort of name that is passed to @file{configure} to specify a
5299target. When you use a configuration triplet as an argument, it must be
5300fully canonicalized. You can see the canonical version of a triplet by
252b5132
RH
5301running the shell script @file{config.sub} which is included with the
5302sources.
5303
5304Some sample configuration triplets are: @samp{m68k-hp-bsd},
5305@samp{mips-dec-ultrix}, @samp{sparc-sun-sunos}.
5306
c7c55b78 5307@subheading @command{objdump} Target
252b5132
RH
5308
5309Ways to specify:
5310
5311@enumerate
5312@item
a05a5b64 5313command-line option: @option{-b} or @option{--target}
252b5132
RH
5314
5315@item
5316environment variable @code{GNUTARGET}
5317
5318@item
5319deduced from the input file
5320@end enumerate
5321
c7c55b78 5322@subheading @command{objcopy} and @command{strip} Input Target
252b5132
RH
5323
5324Ways to specify:
5325
5326@enumerate
5327@item
a05a5b64 5328command-line options: @option{-I} or @option{--input-target}, or @option{-F} or @option{--target}
252b5132
RH
5329
5330@item
5331environment variable @code{GNUTARGET}
5332
5333@item
5334deduced from the input file
5335@end enumerate
5336
c7c55b78 5337@subheading @command{objcopy} and @command{strip} Output Target
252b5132
RH
5338
5339Ways to specify:
5340
5341@enumerate
5342@item
a05a5b64 5343command-line options: @option{-O} or @option{--output-target}, or @option{-F} or @option{--target}
252b5132
RH
5344
5345@item
c7c55b78 5346the input target (see ``@command{objcopy} and @command{strip} Input Target'' above)
252b5132
RH
5347
5348@item
5349environment variable @code{GNUTARGET}
5350
5351@item
5352deduced from the input file
5353@end enumerate
5354
c7c55b78 5355@subheading @command{nm}, @command{size}, and @command{strings} Target
252b5132
RH
5356
5357Ways to specify:
5358
5359@enumerate
5360@item
a05a5b64 5361command-line option: @option{--target}
252b5132
RH
5362
5363@item
5364environment variable @code{GNUTARGET}
5365
5366@item
5367deduced from the input file
5368@end enumerate
5369
252b5132 5370@node Architecture Selection
947ed062 5371@section Architecture Selection
252b5132
RH
5372
5373An @dfn{architecture} is a type of @sc{cpu} on which an object file is
5374to run. Its name may contain a colon, separating the name of the
5375processor family from the name of the particular @sc{cpu}.
5376
5377The command to list valid architecture values is @samp{objdump -i} (the
5378second column contains the relevant information).
5379
5380Sample values: @samp{m68k:68020}, @samp{mips:3000}, @samp{sparc}.
5381
c7c55b78 5382@subheading @command{objdump} Architecture
252b5132
RH
5383
5384Ways to specify:
5385
5386@enumerate
5387@item
a05a5b64 5388command-line option: @option{-m} or @option{--architecture}
252b5132
RH
5389
5390@item
5391deduced from the input file
5392@end enumerate
5393
c7c55b78 5394@subheading @command{objcopy}, @command{nm}, @command{size}, @command{strings} Architecture
252b5132
RH
5395
5396Ways to specify:
5397
5398@enumerate
5399@item
5400deduced from the input file
5401@end enumerate
5402
301a9420
AM
5403@node debuginfod
5404@chapter debuginfod
5405@cindex separate debug files
5406
5407debuginfod is a web service that indexes ELF/DWARF debugging resources
5408by build-id and serves them over HTTP.
5409
5410Binutils can be built with the debuginfod client library
5411@code{libdebuginfod} using the @option{--with-debuginfod} configure option.
5412This option is enabled by default if @code{libdebuginfod} is installed
5413and found at configure time. This allows @command{objdump} and
5414@command{readelf} to automatically query debuginfod servers for
5415separate debug files when the files are otherwise not found.
5416
5417debuginfod is packaged with elfutils, starting with version 0.178.
5418You can get the latest version from `https://sourceware.org/elfutils/'.
5419
252b5132
RH
5420@node Reporting Bugs
5421@chapter Reporting Bugs
5422@cindex bugs
5423@cindex reporting bugs
5424
5425Your bug reports play an essential role in making the binary utilities
5426reliable.
5427
5428Reporting a bug may help you by bringing a solution to your problem, or
5429it may not. But in any case the principal function of a bug report is
5430to help the entire community by making the next version of the binary
5431utilities work better. Bug reports are your contribution to their
5432maintenance.
5433
5434In order for a bug report to serve its purpose, you must include the
5435information that enables us to fix the bug.
5436
5437@menu
5438* Bug Criteria:: Have you found a bug?
5439* Bug Reporting:: How to report bugs
5440@end menu
5441
5442@node Bug Criteria
947ed062 5443@section Have You Found a Bug?
252b5132
RH
5444@cindex bug criteria
5445
5446If you are not sure whether you have found a bug, here are some guidelines:
5447
5448@itemize @bullet
5449@cindex fatal signal
5450@cindex crash
5451@item
5452If a binary utility gets a fatal signal, for any input whatever, that is
5453a bug. Reliable utilities never crash.
5454
5455@cindex error on valid input
5456@item
5457If a binary utility produces an error message for valid input, that is a
5458bug.
5459
5460@item
5461If you are an experienced user of binary utilities, your suggestions for
5462improvement are welcome in any case.
5463@end itemize
5464
5465@node Bug Reporting
947ed062 5466@section How to Report Bugs
252b5132
RH
5467@cindex bug reports
5468@cindex bugs, reporting
5469
5470A number of companies and individuals offer support for @sc{gnu}
5471products. If you obtained the binary utilities from a support
5472organization, we recommend you contact that organization first.
5473
5474You can find contact information for many support companies and
5475individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
5476distribution.
5477
ad22bfe8 5478@ifset BUGURL
252b5132 5479In any event, we also recommend that you send bug reports for the binary
ad22bfe8
JM
5480utilities to @value{BUGURL}.
5481@end ifset
252b5132
RH
5482
5483The fundamental principle of reporting bugs usefully is this:
5484@strong{report all the facts}. If you are not sure whether to state a
5485fact or leave it out, state it!
5486
5487Often people omit facts because they think they know what causes the
5488problem and assume that some details do not matter. Thus, you might
5489assume that the name of a file you use in an example does not matter.
5490Well, probably it does not, but one cannot be sure. Perhaps the bug is
5491a stray memory reference which happens to fetch from the location where
5492that pathname is stored in memory; perhaps, if the pathname were
5493different, the contents of that location would fool the utility into
5494doing the right thing despite the bug. Play it safe and give a
5495specific, complete example. That is the easiest thing for you to do,
5496and the most helpful.
5497
5498Keep in mind that the purpose of a bug report is to enable us to fix the bug if
5499it is new to us. Therefore, always write your bug reports on the assumption
5500that the bug has not been reported previously.
5501
5502Sometimes people give a few sketchy facts and ask, ``Does this ring a
947ed062
NC
5503bell?'' This cannot help us fix a bug, so it is basically useless. We
5504respond by asking for enough details to enable us to investigate.
5505You might as well expedite matters by sending them to begin with.
252b5132
RH
5506
5507To enable us to fix the bug, you should include all these things:
5508
5509@itemize @bullet
5510@item
5511The version of the utility. Each utility announces it if you start it
c7c55b78 5512with the @option{--version} argument.
252b5132
RH
5513
5514Without this, we will not know whether there is any point in looking for
5515the bug in the current version of the binary utilities.
5516
5517@item
5518Any patches you may have applied to the source, including any patches
5519made to the @code{BFD} library.
5520
5521@item
5522The type of machine you are using, and the operating system name and
5523version number.
5524
5525@item
5526What compiler (and its version) was used to compile the utilities---e.g.
5527``@code{gcc-2.7}''.
5528
5529@item
5530The command arguments you gave the utility to observe the bug. To
5531guarantee you will not omit something important, list them all. A copy
5532of the Makefile (or the output from make) is sufficient.
5533
5534If we were to try to guess the arguments, we would probably guess wrong
5535and then we might not encounter the bug.
5536
5537@item
5538A complete input file, or set of input files, that will reproduce the
5539bug. If the utility is reading an object file or files, then it is
ad22bfe8 5540generally most helpful to send the actual object files.
252b5132
RH
5541
5542If the source files were produced exclusively using @sc{gnu} programs
c7c55b78 5543(e.g., @command{gcc}, @command{gas}, and/or the @sc{gnu} @command{ld}), then it
252b5132 5544may be OK to send the source files rather than the object files. In
c7c55b78 5545this case, be sure to say exactly what version of @command{gcc}, or
252b5132 5546whatever, was used to produce the object files. Also say how
c7c55b78 5547@command{gcc}, or whatever, was configured.
252b5132
RH
5548
5549@item
5550A description of what behavior you observe that you believe is
5551incorrect. For example, ``It gets a fatal signal.''
5552
5553Of course, if the bug is that the utility gets a fatal signal, then we
5554will certainly notice it. But if the bug is incorrect output, we might
5555not notice unless it is glaringly wrong. You might as well not give us
5556a chance to make a mistake.
5557
5558Even if the problem you experience is a fatal signal, you should still
f20a759a 5559say so explicitly. Suppose something strange is going on, such as your
b45619c0 5560copy of the utility is out of sync, or you have encountered a bug in
252b5132
RH
5561the C library on your system. (This has happened!) Your copy might
5562crash and ours would not. If you told us to expect a crash, then when
5563ours fails to crash, we would know that the bug was not happening for
5564us. If you had not told us to expect a crash, then we would not be able
5565to draw any conclusion from our observations.
5566
5567@item
5568If you wish to suggest changes to the source, send us context diffs, as
c7c55b78 5569generated by @command{diff} with the @option{-u}, @option{-c}, or @option{-p}
252b5132 5570option. Always send diffs from the old file to the new file. If you
c7c55b78 5571wish to discuss something in the @command{ld} source, refer to it by
f20a759a 5572context, not by line number.
252b5132
RH
5573
5574The line numbers in our development sources will not match those in your
5575sources. Your line numbers would convey no useful information to us.
5576@end itemize
5577
5578Here are some things that are not necessary:
5579
5580@itemize @bullet
5581@item
5582A description of the envelope of the bug.
5583
5584Often people who encounter a bug spend a lot of time investigating
5585which changes to the input file will make the bug go away and which
5586changes will not affect it.
5587
5588This is often time consuming and not very useful, because the way we
5589will find the bug is by running a single example under the debugger
5590with breakpoints, not by pure deduction from a series of examples.
5591We recommend that you save your time for something else.
5592
5593Of course, if you can find a simpler example to report @emph{instead}
5594of the original one, that is a convenience for us. Errors in the
5595output will be easier to spot, running under the debugger will take
5596less time, and so on.
5597
5598However, simplification is not vital; if you do not want to do this,
5599report the bug anyway and send us the entire test case you used.
5600
5601@item
5602A patch for the bug.
5603
5604A patch for the bug does help us if it is a good one. But do not omit
5605the necessary information, such as the test case, on the assumption that
5606a patch is all we need. We might see problems with your patch and decide
5607to fix the problem another way, or we might not understand it at all.
5608
5609Sometimes with programs as complicated as the binary utilities it is
5610very hard to construct an example that will make the program follow a
5611certain path through the code. If you do not send us the example, we
5612will not be able to construct one, so we will not be able to verify that
5613the bug is fixed.
5614
5615And if we cannot understand what bug you are trying to fix, or why your
5616patch should be an improvement, we will not install it. A test case will
5617help us to understand.
5618
5619@item
5620A guess about what the bug is or what it depends on.
5621
5622Such guesses are usually wrong. Even we cannot guess right about such
5623things without first using the debugger to find the facts.
5624@end itemize
5625
fff279a7
NC
5626@node GNU Free Documentation License
5627@appendix GNU Free Documentation License
b3364cb9 5628
947ed062 5629@include fdl.texi
cf055d54 5630
fa0d8a3e
NC
5631@node Binutils Index
5632@unnumbered Binutils Index
252b5132
RH
5633
5634@printindex cp
5635
252b5132 5636@bye
This page took 1.321359 seconds and 4 git commands to generate.