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