* version.c (print_version): Update copyright date.
[deliverable/binutils-gdb.git] / binutils / binutils.texi
CommitLineData
765a273f 1\input texinfo @c -*- Texinfo -*-
c72af735 2@setfilename binutils.info
9bae56c5 3@include config.texi
c72af735 4
9abcc3b8
RP
5@ifinfo
6@format
7START-INFO-DIR-ENTRY
20f774c1
RP
8* Binutils: (binutils). The GNU binary utilities "ar", "objcopy",
9 "objdump", "nm", "nlmconv", "size",
10 "strings", "strip", and "ranlib".
9abcc3b8
RP
11END-INFO-DIR-ENTRY
12@end format
13@end ifinfo
c72af735 14
8b2c2275 15@ifinfo
54f74247 16Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
8b2c2275
RP
17
18Permission is granted to make and distribute verbatim copies of
19this manual provided the copyright notice and this permission notice
20are preserved on all copies.
21
22@ignore
23Permission is granted to process this file through TeX and print the
24results, provided the printed document carries a copying permission
25notice identical to this one except for the removal of this paragraph
26(this paragraph not being relevant to the printed manual).
27
28@end ignore
29
30Permission is granted to copy and distribute modified versions of this
31manual under the conditions for verbatim copying, provided also that
32the entire resulting derived work is distributed under the terms of a
33permission notice identical to this one.
34
35Permission is granted to copy and distribute translations of this manual
36into another language, under the above conditions for modified versions.
37@end ifinfo
38
c72af735
RP
39@synindex ky cp
40@c
df14d957 41@c This file documents the GNU binary utilities "ar", "ld", "objcopy",
ba7c8e29 42@c "objdump", "nm", "size", "strings", "strip", and "ranlib".
c72af735 43@c
54f74247 44@c Copyright (C) 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
c72af735
RP
45@c
46@c This text may be freely distributed under the terms of the GNU
47@c General Public License.
48@c
27e94bd5 49
c72af735 50@setchapternewpage odd
b94ff924 51@settitle @sc{gnu} Binary Utilities
4928b97b
RP
52@titlepage
53@finalout
b94ff924 54@title The @sc{gnu} Binary Utilities
9bae56c5 55@subtitle Version @value{VERSION}
c72af735 56@sp 1
e32341a7 57@subtitle May 1993
c72af735 58@author Roland H. Pesch
4961ce5b 59@author Jeffrey M. Osier
c72af735
RP
60@author Cygnus Support
61@page
62
63@tex
650a49f0 64{\parskip=0pt \hfill Cygnus Support\par \hfill
c72af735
RP
65\TeX{}info \texinfoversion\par }
66@end tex
67
68@vskip 0pt plus 1filll
54f74247 69Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
c72af735
RP
70
71Permission is granted to make and distribute verbatim copies of
72this manual provided the copyright notice and this permission notice
73are preserved on all copies.
74
75Permission is granted to copy and distribute modified versions of this
76manual under the conditions for verbatim copying, provided also that
77the entire resulting derived work is distributed under the terms of a
78permission notice identical to this one.
79
80Permission is granted to copy and distribute translations of this manual
81into another language, under the above conditions for modified versions.
82@end titlepage
83
eae04238 84@node Top
8981cac5 85@top Introduction
c72af735
RP
86
87@cindex version
b94ff924 88This brief manual contains preliminary documentation for the @sc{gnu} binary
9bae56c5 89utilities (collectively version @value{VERSION}):
8b2c2275
RP
90
91@iftex
c72af735
RP
92@table @code
93@item ar
94Create, modify, and extract from archives
95
96@item nm
97List symbols from object files
98
eed5eeab
DM
99@item objcopy
100Copy and translate object files
101
c72af735
RP
102@item objdump
103Display information from object files
104
105@item ranlib
106Generate index to archive contents
107
108@item size
eae04238 109List file section sizes and total size
c72af735 110
ba7c8e29
DM
111@item strings
112List printable strings from files
113
c72af735
RP
114@item strip
115Discard symbols
eae04238
DM
116
117@item c++filt
118Demangle encoded C++ symbols
119
120@item nlmconv
121Convert object code into a Netware Loadable Module
c72af735 122@end table
8b2c2275 123@end iftex
c72af735
RP
124
125@menu
8b2c2275 126* ar:: Create, modify, and extract from archives
8b2c2275 127* nm:: List symbols from object files
eed5eeab 128* objcopy:: Copy and translate object files
8b2c2275
RP
129* objdump:: Display information from object files
130* ranlib:: Generate index to archive contents
131* size:: List section sizes and total size
ba7c8e29 132* strings:: List printable strings from files
8b2c2275 133* strip:: Discard symbols
b6216af2 134* c++filt:: Filter to demangle encoded C++ symbols
94e9ad77 135* nlmconv:: Converts object code into an NLM
eae04238 136* Selecting The Target System:: How these utilities determine the target.
cbcfa129
ILT
137* Reporting Bugs:: Reporting Bugs
138* Index:: Index
c72af735
RP
139@end menu
140
eae04238 141@node ar
c72af735
RP
142@chapter ar
143
144@kindex ar
145@cindex archives
146@cindex collections of files
147@smallexample
650a49f0 148ar [-]@var{p}[@var{mod} [@var{relpos}]] @var{archive} [@var{member}@dots{}]
4d9b5d5a 149ar -M [ <mri-script ]
c72af735
RP
150@end smallexample
151
b94ff924 152The @sc{gnu} @code{ar} program creates, modifies, and extracts from
c72af735
RP
153archives. An @dfn{archive} is a single file holding a collection of
154other files in a structure that makes it possible to retrieve
155the original individual files (called @dfn{members} of the archive).
156
157The original files' contents, mode (permissions), timestamp, owner, and
ec40bbb8 158group are preserved in the archive, and can be restored on
c72af735
RP
159extraction.
160
161@cindex name length
b94ff924 162@sc{gnu} @code{ar} can maintain archives whose members have names of any
c72af735 163length; however, depending on how @code{ar} is configured on your
ec40bbb8
DM
164system, a limit on member-name length may be imposed for compatibility
165with archive formats maintained with other tools. If it exists, the
c72af735
RP
166limit is often 15 characters (typical of formats related to a.out) or 16
167characters (typical of formats related to coff).
168
169@cindex libraries
170@code{ar} is considered a binary utility because archives of this sort
171are most often used as @dfn{libraries} holding commonly needed
172subroutines.
173
174@cindex symbol index
e31e9a8d 175@code{ar} creates an index to the symbols defined in relocatable
c72af735
RP
176object modules in the archive when you specify the modifier @samp{s}.
177Once created, this index is updated in the archive whenever @code{ar}
178makes a change to its contents (save for the @samp{q} update operation).
179An archive with such an index speeds up linking to the library, and
180allows routines in the library to call each other without regard to
181their placement in the archive.
182
918c2f61 183You may use @samp{nm -s} or @samp{nm --print-armap} to list this index
c72af735
RP
184table. If an archive lacks the table, another form of @code{ar} called
185@code{ranlib} can be used to add just the table.
186
765a273f
RP
187@cindex compatibility, @code{ar}
188@cindex @code{ar} compatibility
b94ff924 189@sc{gnu} @code{ar} is designed to be compatible with two different
765a273f
RP
190facilities. You can control its activity using command-line options,
191like the different varieties of @code{ar} on Unix systems; or, if you
192specify the single command-line option @samp{-M}, you can control it
193with a script supplied via standard input, like the MRI ``librarian''
194program.
195
196@menu
eae04238
DM
197* ar cmdline:: Controlling @code{ar} on the command line
198* ar scripts:: Controlling @code{ar} with a script
765a273f
RP
199@end menu
200
201@page
eae04238 202@node ar cmdline
765a273f
RP
203@section Controlling @code{ar} on the command line
204
205@smallexample
650a49f0 206ar [-]@var{p}[@var{mod} [@var{relpos}]] @var{archive} [@var{member}@dots{}]
765a273f
RP
207@end smallexample
208
209@cindex Unix compatibility, @code{ar}
210When you use @code{ar} in the Unix style, @code{ar} insists on at least two
211arguments to execute: one keyletter specifying the @emph{operation}
212(optionally accompanied by other keyletters specifying
213@emph{modifiers}), and the archive name to act on.
c72af735 214
650a49f0 215Most operations can also accept further @var{member} arguments,
c72af735
RP
216specifying particular files to operate on.
217
b94ff924 218@sc{gnu} @code{ar} allows you to mix the operation code @var{p} and modifier
c72af735
RP
219flags @var{mod} in any order, within the first command-line argument.
220
221If you wish, you may begin the first command-line argument with a
222dash.
223
224@cindex operations on archive
225The @var{p} keyletter specifies what operation to execute; it may be
226any of the following, but you must specify only one of them:
227
228@table @code
229@item d
230@cindex deleting from archive
231@emph{Delete} modules from the archive. Specify the names of modules to
650a49f0 232be deleted as @var{member}@dots{}; the archive is untouched if you
c72af735
RP
233specify no files to delete.
234
e31e9a8d 235If you specify the @samp{v} modifier, @code{ar} lists each module
c72af735
RP
236as it is deleted.
237
238@item m
239@cindex moving in archive
240Use this operation to @emph{move} members in an archive.
241
242The ordering of members in an archive can make a difference in how
243programs are linked using the library, if a symbol is defined in more
244than one member.
245
246If no modifiers are used with @code{m}, any members you name in the
650a49f0 247@var{member} arguments are moved to the @emph{end} of the archive;
c72af735
RP
248you can use the @samp{a}, @samp{b}, or @samp{i} modifiers to move them to a
249specified place instead.
250
251@item p
252@cindex printing from archive
253@emph{Print} the specified members of the archive, to the standard
254output file. If the @samp{v} modifier is specified, show the member
255name before copying its contents to standard output.
256
650a49f0 257If you specify no @var{member} arguments, all the files in the archive are
ec40bbb8 258printed.
c72af735
RP
259
260@item q
261@cindex quick append to archive
650a49f0 262@emph{Quick append}; add the files @var{member}@dots{} to the end of
ec40bbb8 263@var{archive}, without checking for replacement.
c72af735
RP
264
265The modifiers @samp{a}, @samp{b}, and @samp{i} do @emph{not} affect this
266operation; new members are always placed at the end of the archive.
267
268The modifier @samp{v} makes @code{ar} list each file as it is appended.
269
270Since the point of this operation is speed, the archive's symbol table
271index is not updated, even if it already existed; you can use @samp{ar s} or
272@code{ranlib} explicitly to update the symbol table index.
273
274@item r
275@cindex replacement in archive
650a49f0 276Insert the files @var{member}@dots{} into @var{archive} (with
ec40bbb8
DM
277@emph{replacement}). This operation differs from @samp{q} in that any
278previously existing members are deleted if their names match those being
279added.
c72af735 280
650a49f0 281If one of the files named in @var{member}@dots{} does not exist, @code{ar}
c72af735
RP
282displays an error message, and leaves undisturbed any existing members
283of the archive matching that name.
284
285By default, new members are added at the end of the file; but you may
286use one of the modifiers @samp{a}, @samp{b}, or @samp{i} to request
287placement relative to some existing member.
288
289The modifier @samp{v} used with this operation elicits a line of
290output for each file inserted, along with one of the letters @samp{a} or
291@samp{r} to indicate whether the file was appended (no old member
292deleted) or replaced.
293
294@item t
295@cindex contents of archive
296Display a @emph{table} listing the contents of @var{archive}, or those
650a49f0 297of the files listed in @var{member}@dots{} that are present in the
c72af735
RP
298archive. Normally only the member name is shown; if you also want to
299see the modes (permissions), timestamp, owner, group, and size, you can
300request that by also specifying the @samp{v} modifier.
301
650a49f0 302If you do not specify a @var{member}, all files in the archive
c72af735
RP
303are listed.
304
305@cindex repeated names in archive
306@cindex name duplication in archive
307If there is more than one file with the same name (say, @samp{fie}) in
e31e9a8d 308an archive (say @samp{b.a}), @samp{ar t b.a fie} lists only the
c72af735
RP
309first instance; to see them all, you must ask for a complete
310listing---in our example, @samp{ar t b.a}.
311@c WRS only; per Gumby, this is implementation-dependent, and in a more
312@c recent case in fact works the other way.
313
314@item x
315@cindex extract from archive
650a49f0 316@emph{Extract} members (named @var{member}) from the archive. You can
c72af735
RP
317use the @samp{v} modifier with this operation, to request that
318@code{ar} list each name as it extracts it.
319
650a49f0 320If you do not specify a @var{member}, all files in the archive
c72af735
RP
321are extracted.
322
323@end table
324
325A number of modifiers (@var{mod}) may immediately follow the @var{p}
326keyletter, to specify variations on an operation's behavior:
327
328@table @code
329@item a
330@cindex relative placement in archive
331Add new files @emph{after} an existing member of the
ec40bbb8 332archive. If you use the modifier @samp{a}, the name of an existing archive
650a49f0 333member must be present as the @var{relpos} argument, before the
c72af735
RP
334@var{archive} specification.
335
336@item b
337Add new files @emph{before} an existing member of the
ec40bbb8 338archive. If you use the modifier @samp{b}, the name of an existing archive
650a49f0 339member must be present as the @var{relpos} argument, before the
c72af735
RP
340@var{archive} specification. (same as @samp{i}).
341
342@item c
343@cindex creating archives
344@emph{Create} the archive. The specified @var{archive} is always
650a49f0 345created if it did not exist, when you request an update. But a warning is
c72af735
RP
346issued unless you specify in advance that you expect to create it, by
347using this modifier.
348
52af6a44 349@item f
b94ff924 350Truncate names in the archive. @sc{gnu} @code{ar} will normally permit file
52af6a44
ILT
351names of any length. This will cause it to create archives which are
352not compatible with the native @code{ar} program on some systems. If
353this is a concern, the @samp{f} modifier may be used to truncate file
354names when putting them in the archive.
355
c72af735
RP
356@item i
357Insert new files @emph{before} an existing member of the
ec40bbb8 358archive. If you use the modifier @samp{i}, the name of an existing archive
650a49f0 359member must be present as the @var{relpos} argument, before the
c72af735
RP
360@var{archive} specification. (same as @samp{b}).
361
362@item l
363This modifier is accepted but not used.
364@c whaffor ar l modifier??? presumably compat; with
b94ff924 365@c what???---doc@@cygnus.com, 25jan91
c72af735
RP
366
367@item o
368@cindex dates in archive
369Preserve the @emph{original} dates of members when extracting them. If
370you do not specify this modifier, files extracted from the archive
e31e9a8d 371are stamped with the time of extraction.
c72af735
RP
372
373@item s
374@cindex writing archive index
375Write an object-file index into the archive, or update an existing one,
376even if no other change is made to the archive. You may use this modifier
377flag either with any operation, or alone. Running @samp{ar s} on an
378archive is equivalent to running @samp{ranlib} on it.
379
380@item u
381@cindex updating an archive
b703c078 382Normally, @samp{ar r}@dots{} inserts all files
c72af735
RP
383listed into the archive. If you would like to insert @emph{only} those
384of the files you list that are newer than existing members of the same
385names, use this modifier. The @samp{u} modifier is allowed only for the
386operation @samp{r} (replace). In particular, the combination @samp{qu} is
387not allowed, since checking the timestamps would lose any speed
388advantage from the operation @samp{q}.
389
390@item v
391This modifier requests the @emph{verbose} version of an operation. Many
392operations display additional information, such as filenames processed,
393when the modifier @samp{v} is appended.
4d9b5d5a
DM
394
395@item V
396This modifier shows the version number of @code{ar}.
765a273f
RP
397@end table
398
eae04238 399@node ar scripts
765a273f
RP
400@section Controlling @code{ar} with a script
401
402@smallexample
403ar -M [ <@var{script} ]
404@end smallexample
405
406@cindex MRI compatibility, @code{ar}
407@cindex scripts, @code{ar}
408If you use the single command-line option @samp{-M} with @code{ar}, you
409can control its operation with a rudimentary command language. This
e31e9a8d 410form of @code{ar} operates interactively if standard input is coming
765a273f
RP
411directly from a terminal. During interactive use, @code{ar} prompts for
412input (the prompt is @samp{AR >}), and continues executing even after
413errors. If you redirect standard input to a script file, no prompts are
e31e9a8d 414issued, and @code{ar} abandons execution (with a nonzero exit code)
765a273f
RP
415on any error.
416
417The @code{ar} command language is @emph{not} designed to be equivalent
418to the command-line options; in fact, it provides somewhat less control
419over archives. The only purpose of the command language is to ease the
b94ff924 420transition to @sc{gnu} @code{ar} for developers who already have scripts
765a273f
RP
421written for the MRI ``librarian'' program.
422
423The syntax for the @code{ar} command language is straightforward:
424@itemize @bullet
425@item
426commands are recognized in upper or lower case; for example, @code{LIST}
427is the same as @code{list}. In the following descriptions, commands are
428shown in upper case for clarity.
429
430@item
431a single command may appear on each line; it is the first word on the
432line.
433
434@item
435empty lines are allowed, and have no effect.
436
437@item
438comments are allowed; text after either of the characters @samp{*}
439or @samp{;} is ignored.
440
441@item
442Whenever you use a list of names as part of the argument to an @code{ar}
443command, you can separate the individual names with either commas or
444blanks. Commas are shown in the explanations below, for clarity.
445
446@item
447@samp{+} is used as a line continuation character; if @samp{+} appears
448at the end of a line, the text on the following line is considered part
449of the current command.
450@end itemize
451
452Here are the commands you can use in @code{ar} scripts, or when using
453@code{ar} interactively. Three of them have special significance:
454
455@code{OPEN} or @code{CREATE} specify a @dfn{current archive}, which is
456a temporary file required for most of the other commands.
457
458@code{SAVE} commits the changes so far specified by the script. Prior
459to @code{SAVE}, commands affect only the temporary copy of the current
460archive.
461
462@table @code
463@item ADDLIB @var{archive}
464@itemx ADDLIB @var{archive} (@var{module}, @var{module}, @dots{} @var{module})
465Add all the contents of @var{archive} (or, if specified, each named
466@var{module} from @var{archive}) to the current archive.
467
468Requires prior use of @code{OPEN} or @code{CREATE}.
469
650a49f0 470@item ADDMOD @var{member}, @var{member}, @dots{} @var{member}
765a273f
RP
471@c FIXME! w/Replacement?? If so, like "ar r @var{archive} @var{names}"
472@c else like "ar q..."
650a49f0 473Add each named @var{member} as a module in the current archive.
765a273f
RP
474
475Requires prior use of @code{OPEN} or @code{CREATE}.
476
477@item CLEAR
478Discard the contents of the current archive, cancelling the effect of
479any operations since the last @code{SAVE}. May be executed (with no
480effect) even if no current archive is specified.
481
482@item CREATE @var{archive}
483Creates an archive, and makes it the current archive (required for many
484other commands). The new archive is created with a temporary name; it
485is not actually saved as @var{archive} until you use @code{SAVE}.
486You can overwrite existing archives; similarly, the contents of any
487existing file named @var{archive} will not be destroyed until @code{SAVE}.
488
489@item DELETE @var{module}, @var{module}, @dots{} @var{module}
490Delete each listed @var{module} from the current archive; equivalent to
491@samp{ar -d @var{archive} @var{module} @dots{} @var{module}}.
492
493Requires prior use of @code{OPEN} or @code{CREATE}.
494
495@item DIRECTORY @var{archive} (@var{module}, @dots{} @var{module})
496@itemx DIRECTORY @var{archive} (@var{module}, @dots{} @var{module}) @var{outputfile}
497List each named @var{module} present in @var{archive}. The separate
498command @code{VERBOSE} specifies the form of the output: when verbose
499output is off, output is like that of @samp{ar -t @var{archive}
b703c078
DM
500@var{module}@dots{}}. When verbose output is on, the listing is like
501@samp{ar -tv @var{archive} @var{module}@dots{}}.
765a273f
RP
502
503Output normally goes to the standard output stream; however, if you
504specify @var{outputfile} as a final argument, @code{ar} directs the
505output to that file.
506
507@item END
508Exit from @code{ar}, with a @code{0} exit code to indicate successful
509completion. This command does not save the output file; if you have
510changed the current archive since the last @code{SAVE} command, those
511changes are lost.
512
513@item EXTRACT @var{module}, @var{module}, @dots{} @var{module}
514Extract each named @var{module} from the current archive, writing them
515into the current directory as separate files. Equivalent to @samp{ar -x
b703c078 516@var{archive} @var{module}@dots{}}.
765a273f
RP
517
518Requires prior use of @code{OPEN} or @code{CREATE}.
519
520@ignore
521@c FIXME Tokens but no commands???
522@item FULLDIR
523
524@item HELP
525@end ignore
526
527@item LIST
528Display full contents of the current archive, in ``verbose'' style
529regardless of the state of @code{VERBOSE}. The effect is like @samp{ar
b94ff924 530tv @var{archive}}). (This single command is a @sc{gnu} @code{ld}
765a273f
RP
531enhancement, rather than present for MRI compatibility.)
532
533Requires prior use of @code{OPEN} or @code{CREATE}.
534
535@item OPEN @var{archive}
536Opens an existing archive for use as the current archive (required for
537many other commands). Any changes as the result of subsequent commands
538will not actually affect @var{archive} until you next use @code{SAVE}.
539
540@item REPLACE @var{module}, @var{module}, @dots{} @var{module}
541In the current archive, replace each existing @var{module} (named in
542the @code{REPLACE} arguments) from files in the current working directory.
543To execute this command without errors, both the file, and the module in
544the current archive, must exist.
545
546Requires prior use of @code{OPEN} or @code{CREATE}.
547
548@item VERBOSE
549Toggle an internal flag governing the output from @code{DIRECTORY}.
550When the flag is on, @code{DIRECTORY} output matches output from
b703c078 551@samp{ar -tv }@dots{}.
765a273f
RP
552
553@item SAVE
554Commit your changes to the current archive, and actually save it as a
555file with the name specified in the last @code{CREATE} or @code{OPEN}
556command.
557
558Requires prior use of @code{OPEN} or @code{CREATE}.
c72af735
RP
559
560@end table
561
8b2c2275
RP
562@iftex
563@node ld
c72af735
RP
564@chapter ld
565@cindex linker
566@kindex ld
b94ff924
VM
567The @sc{gnu} linker @code{ld} is now described in a separate manual.
568@xref{Top,, Overview,, Using LD: the @sc{gnu} linker}.
8b2c2275 569@end iftex
c72af735 570
eae04238 571@node nm
c72af735
RP
572@chapter nm
573@cindex symbols
574@kindex nm
575
576@smallexample
d6a4c375 577nm [ -a | --debug-syms ] [ -g | --extern-only ]
de3b08ac 578 [ -B ] [ -C | --demangle ] [ -D | --dynamic ]
1896790e 579 [ -s | --print-armap ] [ -A | -o | --print-file-name ]
6cfbdb50 580 [ -n | -v | --numeric-sort ] [ -p | --no-sort ]
1896790e 581 [ -r | --reverse-sort ] [ --size-sort ] [ -u | --undefined-only ]
6cfbdb50
DM
582 [ -t @var{radix} | --radix=@var{radix} ] [ -P | --portability ]
583 [ --target=@var{bfdname} ] [ -f @var{format} | --format=@var{format} ]
77dd4469 584 [ --defined-only ] [-l | --line-numbers ]
9eb39bca 585 [ --no-demangle ] [ -V | --version ] [ --help ] [ @var{objfile}@dots{} ]
c72af735
RP
586@end smallexample
587
b94ff924 588@sc{gnu} @code{nm} lists the symbols from object files @var{objfile}@dots{}.
6cfbdb50
DM
589If no object files are listed as arguments, @code{nm} assumes
590@file{a.out}.
591
592For each symbol, @code{nm} shows:
593
594@itemize @bullet
595@item
596The symbol value, in the radix selected by options (see below), or
597hexadecimal by default.
598
599@item
600The symbol type. At least the following types are used; others are, as
601well, depending on the object file format. If lowercase, the symbol is
602local; if uppercase, the symbol is global (external).
603
604@c Some more detail on exactly what these symbol types are used for
605@c would be nice.
606@table @code
607@item A
85d4b870
ILT
608The symbol's value is absolute, and will not be changed by further
609linking.
6cfbdb50
DM
610
611@item B
85d4b870 612The symbol is in the uninitialized data section (known as BSS).
6cfbdb50
DM
613
614@item C
85d4b870
ILT
615The symbol is common. Common symbols are uninitialized data. When
616linking, multiple common symbols may appear with the same name. If the
617symbol is defined anywhere, the common symbols are treated as undefined
618references. For more details on common symbols, see the discussion of
619--warn-common in @ref{Options,,Linker options,ld.info,The GNU linker}.
6cfbdb50
DM
620
621@item D
85d4b870
ILT
622The symbol is in the initialized data section.
623
624@item G
392e2505 625The symbol is in an initialized data section for small objects. Some
85d4b870
ILT
626object file formats permit more efficient access to small data objects,
627such as a global int variable as opposed to a large global array.
6cfbdb50
DM
628
629@item I
85d4b870
ILT
630The symbol is an indirect reference to another symbol. This is a GNU
631extension to the a.out object file format which is rarely used.
632
633@item N
634The symbol is a debugging symbol.
635
636@item R
637The symbol is in a read only data section.
638
639@item S
392e2505 640The symbol is in an uninitialized data section for small objects.
6cfbdb50
DM
641
642@item T
85d4b870 643The symbol is in the text (code) section.
6cfbdb50
DM
644
645@item U
85d4b870
ILT
646The symbol is undefined.
647
648@item W
649The symbol is weak. When a weak defined symbol is linked with a normal
650defined symbol, the normal defined symbol is used with no error. When a
651weak undefined symbol is linked and the symbol is not defined, the value
652of the weak symbol becomes zero with no error.
653
654@item -
655The symbol is a stabs symbol in an a.out object file. In this case, the
656next values printed are the stabs other field, the stabs desc field, and
657the stab type. Stabs symbols are used to hold debugging information;
658for more information, see @ref{Top,Stabs,Stabs Overview,stabs.info, The
659``stabs'' debug format}.
660
661@item ?
662The symbol type is unknown, or object file format specific.
6cfbdb50
DM
663@end table
664
665@item
666The symbol name.
667@end itemize
c72af735
RP
668
669The long and short forms of options, shown here as alternatives, are
670equivalent.
671
672@table @code
6cfbdb50
DM
673@item -A
674@itemx -o
675@itemx --print-file-name
676@cindex input file name
677@cindex file name
678@cindex source file name
679Precede each symbol by the name of the input file (or archive element)
680in which it was found, rather than identifying the input file once only,
681before all of its symbols.
c72af735
RP
682
683@item -a
918c2f61 684@itemx --debug-syms
c72af735 685@cindex debugging symbols
6cfbdb50
DM
686Display all symbols, even debugger-only symbols; normally these are not
687listed.
688
68dd5295
DM
689@item -B
690@cindex @code{nm} format
691@cindex @code{nm} compatibility
d6a4c375
DM
692The same as @samp{--format=bsd} (for compatibility with the MIPS @code{nm}).
693
694@item -C
695@itemx --demangle
9793039f 696@cindex demangling in nm
d6a4c375
DM
697Decode (@dfn{demangle}) low-level symbol names into user-level names.
698Besides removing any initial underscore prepended by the system, this
699makes C++ function names readable. @xref{c++filt}, for more information
700on demangling.
68dd5295 701
9eb39bca
ILT
702@item --no-demangle
703Do not demangle low-level symbol names. This is the default.
704
de3b08ac
ILT
705@item -D
706@itemx --dynamic
707@cindex dynamic symbols
708Display the dynamic symbols rather than the normal symbols. This is
709only meaningful for dynamic objects, such as certain types of shared
710libraries.
711
6cfbdb50
DM
712@item -f @var{format}
713@itemx --format=@var{format}
68dd5295
DM
714@cindex @code{nm} format
715@cindex @code{nm} compatibility
6cfbdb50
DM
716Use the output format @var{format}, which can be @code{bsd},
717@code{sysv}, or @code{posix}. The default is @code{bsd}.
b26ac613 718Only the first character of @var{format} is significant; it can be
6cfbdb50 719either upper or lower case.
c72af735
RP
720
721@item -g
918c2f61 722@itemx --extern-only
c72af735
RP
723@cindex external symbols
724Display only external symbols.
725
77dd4469
ILT
726@item -l
727@itemx --line-numbers
728@cindex symbol line numbers
729For each symbol, use debugging information to try to find a filename and
730line number. For a defined symbol, look for the line number of the
731address of the symbol. For an undefined symbol, look for the line
732number of a relocation entry which refers to the symbol. If line number
733information can be found, print it after the other symbol information.
734
b26ac613
DM
735@item -n
736@itemx -v
737@itemx --numeric-sort
738Sort symbols numerically by their addresses, rather than alphabetically
739by their names.
740
c72af735 741@item -p
918c2f61 742@itemx --no-sort
c72af735 743@cindex sorting symbols
650a49f0 744Do not bother to sort the symbols in any order; print them in the order
6cfbdb50
DM
745encountered.
746
747@item -P
748@itemx --portability
749Use the POSIX.2 standard output format instead of the default format.
750Equivalent to @samp{-f posix}.
c72af735 751
c72af735 752@item -s
918c2f61 753@itemx --print-armap
c72af735
RP
754@cindex symbol index, listing
755When listing symbols from archive members, include the index: a mapping
ec40bbb8
DM
756(stored in the archive by @code{ar} or @code{ranlib}) of which modules
757contain definitions for which names.
c72af735 758
c72af735 759@item -r
918c2f61 760@itemx --reverse-sort
ec40bbb8 761Reverse the order of the sort (whether numeric or alphabetic); let the
c72af735
RP
762last come first.
763
1896790e
ILT
764@item --size-sort
765Sort symbols by size. The size is computed as the difference between
766the value of the symbol and the value of the symbol with the next higher
767value. The size of the symbol is printed, rather than the value.
768
6cfbdb50
DM
769@item -t @var{radix}
770@itemx --radix=@var{radix}
771Use @var{radix} as the radix for printing the symbol values. It must be
772@samp{d} for decimal, @samp{o} for octal, or @samp{x} for hexadecimal.
773
ec40bbb8 774@item --target=@var{bfdname}
c72af735
RP
775@cindex object code format
776Specify an object code format other than your system's default format.
eae04238 777@xref{Target Selection}, for more information.
c72af735
RP
778
779@item -u
918c2f61 780@itemx --undefined-only
c72af735
RP
781@cindex external symbols
782@cindex undefined symbols
783Display only undefined symbols (those external to each object file).
784
dcd6706b
JL
785@item --defined-only
786@cindex external symbols
787@cindex undefined symbols
788Display only defined symbols for each object file.
789
6cfbdb50
DM
790@item -V
791@itemx --version
b26ac613
DM
792Show the version number of @code{nm} and exit.
793
794@item --help
795Show a summary of the options to @code{nm} and exit.
c72af735
RP
796@end table
797
eae04238 798@node objcopy
eed5eeab
DM
799@chapter objcopy
800
801@smallexample
eae04238
DM
802objcopy [ -F @var{bfdname} | --target=@var{bfdname} ]
803 [ -I @var{bfdname} | --input-target=@var{bfdname} ]
804 [ -O @var{bfdname} | --output-target=@var{bfdname} ]
eed5eeab 805 [ -S | --strip-all ] [ -g | --strip-debug ]
dff604a7 806 [ -K @var{symbolname} | --keep-symbol=@var{symbolname} ]
29c0d15c 807 [ -N @var{symbolname} | --strip-symbol=@var{symbolname} ]
eed5eeab 808 [ -x | --discard-all ] [ -X | --discard-locals ]
f7b839f7
DM
809 [ -b @var{byte} | --byte=@var{byte} ]
810 [ -i @var{interleave} | --interleave=@var{interleave} ]
0aca460e 811 [ -R @var{sectionname} | --remove-section=@var{sectionname} ]
f5818d79 812 [ --debugging ]
33e0a06d
ILT
813 [ --gap-fill=@var{val} ] [ --pad-to=@var{address} ]
814 [ --set-start=@var{val} ] [ --adjust-start=@var{incr} ]
815 [ --adjust-vma=@var{incr} ]
6c7ed084
ILT
816 [ --adjust-section-vma=@var{section}@{=,+,-@}@var{val} ]
817 [ --adjust-warnings ] [ --no-adjust-warnings ]
5ab41086 818 [ --set-section-flags=@var{section}=@var{flags} ]
d0130cc8 819 [ --add-section=@var{sectionname}=@var{filename} ]
decf2865 820 [ --change-leading-char ] [ --remove-leading-char ]
9a442fe8 821 [ --weaken ]
f7b839f7 822 [ -v | --verbose ] [ -V | --version ] [ --help ]
eed5eeab
DM
823 @var{infile} [@var{outfile}]
824@end smallexample
825
8981cac5
JO
826The @sc{gnu} @code{objcopy} utility copies the contents of an object
827file to another. @code{objcopy} uses the @sc{gnu} @sc{bfd} Library to
828read and write the object files. It can write the destination object
829file in a format different from that of the source object file. The
830exact behavior of @code{objcopy} is controlled by command-line options.
eed5eeab
DM
831
832@code{objcopy} creates temporary files to do its translations and
8981cac5
JO
833deletes them afterward. @code{objcopy} uses @sc{bfd} to do all its
834translation work; it has access to all the formats described in @sc{bfd}
835and thus is able to recognize most formats without being told
836explicitly. @xref{BFD,,BFD,ld.info,Using LD}.
eed5eeab 837
67f67ed9
ILT
838@code{objcopy} can be used to generate S-records by using an output
839target of @samp{srec} (e.g., use @samp{-O srec}).
840
841@code{objcopy} can be used to generate a raw binary file by using an
842output target of @samp{binary} (e.g., use @samp{-O binary}). When
843@code{objcopy} generates a raw binary file, it will essentially produce
844a memory dump of the contents of the input object file. All symbols and
a6afc090 845relocation information will be discarded. The memory dump will start at
11de29d0 846the load address of the lowest section copied into the output file.
67f67ed9
ILT
847
848When generating an S-record or a raw binary file, it may be helpful to
849use @samp{-S} to remove sections containing debugging information. In
850some cases @samp{-R} will be useful to remove sections which contain
851information which is not needed by the binary file.
852
eed5eeab
DM
853@table @code
854@item @var{infile}
855@itemx @var{outfile}
8981cac5 856The source and output files, respectively.
eed5eeab
DM
857If you do not specify @var{outfile}, @code{objcopy} creates a
858temporary file and destructively renames the result with
8981cac5 859the name of @var{infile}.
eed5eeab 860
eae04238
DM
861@item -I @var{bfdname}
862@itemx --input-target=@var{bfdname}
863Consider the source file's object format to be @var{bfdname}, rather than
864attempting to deduce it. @xref{Target Selection}, for more information.
eed5eeab 865
eae04238
DM
866@item -O @var{bfdname}
867@itemx --output-target=@var{bfdname}
868Write the output file using the object format @var{bfdname}.
869@xref{Target Selection}, for more information.
eed5eeab 870
eae04238
DM
871@item -F @var{bfdname}
872@itemx --target=@var{bfdname}
873Use @var{bfdname} as the object format for both the input and the output
874file; i.e., simply transfer data from source to destination with no
875translation. @xref{Target Selection}, for more information.
eed5eeab 876
0aca460e
ILT
877@item -R @var{sectionname}
878@itemx --remove-section=@var{sectionname}
879Remove any section named @var{sectionname} from the output file. This
880option may be given more than once. Note that using this option
881inappropriately may make the output file unusable.
882
eed5eeab
DM
883@item -S
884@itemx --strip-all
885Do not copy relocation and symbol information from the source file.
886
887@item -g
888@itemx --strip-debug
889Do not copy debugging symbols from the source file.
890
9135e5f8
ILT
891@item --strip-unneeded
892Strip all symbols that are not needed for relocation processing.
893
dff604a7
ILT
894@item -K @var{symbolname}
895@itemx --keep-symbol=@var{symbolname}
896Copy only symbol @var{symbolname} from the source file. This option may
897be given more than once.
898
29c0d15c
ILT
899@item -N @var{symbolname}
900@itemx --strip-symbol=@var{symbolname}
dff604a7
ILT
901Do not copy symbol @var{symbolname} from the source file. This option
902may be given more than once, and may be combined with strip options
903other than @code{-K}.
29c0d15c 904
eed5eeab
DM
905@item -x
906@itemx --discard-all
907Do not copy non-global symbols from the source file.
908@c FIXME any reason to prefer "non-global" to "local" here?
909
910@item -X
911@itemx --discard-locals
912Do not copy compiler-generated local symbols.
913(These usually start with @samp{L} or @samp{.}.)
914
db2e6adb
DM
915@item -b @var{byte}
916@itemx --byte=@var{byte}
917Keep only every @var{byte}th byte of the input file (header data is not
f7b839f7
DM
918affected). @var{byte} can be in the range from 0 to @var{interleave}-1,
919where @var{interleave} is given by the @samp{-i} or @samp{--interleave}
920option, or the default of 4. This option is useful for creating files
8981cac5 921to program @sc{rom}. It is typically used with an @code{srec} output
f7b839f7
DM
922target.
923
924@item -i @var{interleave}
925@itemx --interleave=@var{interleave}
8981cac5
JO
926Only copy one out of every @var{interleave} bytes. Select which byte to
927copy with the @var{-b} or @samp{--byte} option. The default is 4.
928@code{objcopy} ignores this option if you do not specify either @samp{-b} or
929@samp{--byte}.
db2e6adb 930
f5818d79
ILT
931@item --debugging
932Convert debugging information, if possible. This is not the default
933because only certain debugging formats are supported, and the
934conversion process can be time consuming.
935
596d99ba
ILT
936@item --gap-fill @var{val}
937Fill gaps between sections with @var{val}. This is done by increasing
938the size of the section with the lower address, and filling in the extra
939space created with @var{val}.
940
33e0a06d
ILT
941@item --pad-to @var{address}
942Pad the output file up to the virtual address @var{address}. This is
943done by increasing the size of the last section. The extra space is
944filled in with the value specified by @samp{--gap-fill} (default zero).
945
6c7ed084
ILT
946@item --set-start @var{val}
947Set the address of the new file to @var{val}. Not all object file
a6afc090 948formats support setting the start address.
6c7ed084
ILT
949
950@item --adjust-start @var{incr}
951Adjust the start address by adding @var{incr}. Not all object file
952formats support setting the start address.
953
954@item --adjust-vma @var{incr}
955Adjust the address of all sections, as well as the start address, by
956adding @var{incr}. Some object file formats do not permit section
957addresses to be changed arbitrarily. Note that this does not relocate
958the sections; if the program expects sections to be loaded at a certain
959address, and this option is used to change the sections such that they
960are loaded at a different address, the program may fail.
961
962@item --adjust-section-vma @var{section}@{=,+,-@}@var{val}
963Set or adjust the address of the named @var{section}. If @samp{=} is
964used, the section address is set to @var{val}. Otherwise, @var{val} is
965added to or subtracted from the section address. See the comments under
966@samp{--adjust-vma}, above. If @var{section} does not exist in the
967input file, a warning will be issued, unless @samp{--no-adjust-warnings}
968is used.
969
970@item --adjust-warnings
971If @samp{--adjust-section-vma} is used, and the named section does not
972exist, issue a warning. This is the default.
973
974@item --no-adjust-warnings
975Do not issue a warning if @samp{--adjust-section-vma} is used, even if
976the named section does not exist.
977
5ab41086
ILT
978@item --set-section-flags @var{section}=@var{flags}
979Set the flags for the named section. The @var{flags} argument is a
980comma separated string of flag names. The recognized names are
981@samp{alloc}, @samp{load}, @samp{readonly}, @samp{code}, @samp{data},
982and @samp{rom}. Not all flags are meaningful for all object file
983formats.
984
d0130cc8
ILT
985@item --add-section @var{sectionname}=@var{filename}
986Add a new section named @var{sectionname} while copying the file. The
987contents of the new section are taken from the file @var{filename}. The
988size of the section will be the size of the file. This option only
989works on file formats which can support sections with arbitrary names.
990
decf2865
ILT
991@item --change-leading-char
992Some object file formats use special characters at the start of
993symbols. The most common such character is underscore, which compilers
994often add before every symbol. This option tells @code{objcopy} to
995change the leading character of every symbol when it converts between
996object file formats. If the object file formats use the same leading
997character, this option has no effect. Otherwise, it will add a
998character, or remove a character, or change a character, as
999appropriate.
1000
5da470b2
ILT
1001@item --remove-leading-char
1002If the first character of a global symbol is a special symbol leading
1003character used by the object file format, remove the character. The
1004most common symbol leading character is underscore. This option will
1005remove a leading underscore from all global symbols. This can be useful
1006if you want to link together objects of different file formats with
decf2865
ILT
1007different conventions for symbol names. This is different from
1008@code{--change-leading-char} because it always changes the symbol name
1009when appropriate, regardless of the object file format of the output
1010file.
5da470b2 1011
9a442fe8
ILT
1012@item --weaken
1013Change all global symbols in the file to be weak. This can be useful
1014when building an object which will be linked against other objects using
1015the @code{-R} option to the linker. This option is only effective when
1016using an object file format which supports weak symbols.
1017
eed5eeab
DM
1018@item -V
1019@itemx --version
1020Show the version number of @code{objcopy}.
1021
1022@item -v
1023@itemx --verbose
1024Verbose output: list all object files modified. In the case of
1025archives, @samp{objcopy -V} lists all members of the archive.
1026
1027@item --help
1028Show a summary of the options to @code{objcopy}.
1029@end table
1030
eae04238 1031@node objdump
c72af735
RP
1032@chapter objdump
1033
1034@cindex object file information
1035@kindex objdump
1036
1037@smallexample
10f2a7f6 1038objdump [ -a | --archive-headers ]
e1c14599 1039 [ -b @var{bfdname} | --target=@var{bfdname} ] [ --debugging ]
9793039f
ILT
1040 [ -C | --demangle ] [ -d | --disassemble ]
1041 [ -D | --disassemble-all ] [ --disassemble-zeroes ]
67c8c901 1042 [ -EB | -EL | --endian=@{big | little @} ]
d5464baa 1043 [ -f | --file-headers ]
eae04238 1044 [ -h | --section-headers | --headers ] [ -i | --info ]
10f2a7f6 1045 [ -j @var{section} | --section=@var{section} ]
a8e27cc6 1046 [ -l | --line-numbers ] [ -S | --source ]
7e5e9619
JO
1047 [ -m @var{machine} | --architecture=@var{machine} ]
1048 [ -r | --reloc ] [ -R | --dynamic-reloc ]
1049 [ -s | --full-contents ] [ --stabs ]
de3b08ac 1050 [ -t | --syms ] [ -T | --dynamic-syms ] [ -x | --all-headers ]
aa21a2a9 1051 [ -w | --wide ] [ --start-address=@var{address} ]
4cb99ff2 1052 [ --stop-address=@var{address} ]
5c59269f 1053 [ --prefix-addresses] [ --[no-]show-raw-insn ]
ab3a59cf 1054 [ --adjust-vma=@var{offset} ]
458bbd1f 1055 [ --version ] [ --help ]
aa21a2a9 1056 @var{objfile}@dots{}
c72af735
RP
1057@end smallexample
1058
1059@code{objdump} displays information about one or more object files.
1060The options control what particular information to display. This
1061information is mostly useful to programmers who are working on the
1062compilation tools, as opposed to programmers who just want their
1063program to compile and work.
1064
b26ac613
DM
1065@var{objfile}@dots{} are the object files to be examined. When you
1066specify archives, @code{objdump} shows information on each of the member
1067object files.
1068
c72af735 1069The long and short forms of options, shown here as alternatives, are
ed78872a 1070equivalent. At least one option besides @samp{-l} must be given.
c72af735
RP
1071
1072@table @code
c72af735 1073@item -a
eae04238 1074@itemx --archive-header
c72af735 1075@cindex archive headers
ec40bbb8 1076If any of the @var{objfile} files are archives, display the archive
c72af735
RP
1077header information (in a format similar to @samp{ls -l}). Besides the
1078information you could list with @samp{ar tv}, @samp{objdump -a} shows
1079the object file format of each archive member.
1080
ab3a59cf
ILT
1081@item --adjust-vma=@var{offset}
1082@cindex section addresses in objdump
1083@cindex VMA in objdump
1084When dumping information, first add @var{offset} to all the section
1085addresses. This is useful if the section addresses do not correspond to
1086the symbol table, which can happen when putting sections at particular
1087addresses when using a format which can not represent section addresses,
1088such as a.out.
1089
c72af735 1090@item -b @var{bfdname}
eae04238 1091@itemx --target=@var{bfdname}
c72af735 1092@cindex object code format
ec40bbb8
DM
1093Specify that the object-code format for the object files is
1094@var{bfdname}. This option may not be necessary; @var{objdump} can
1095automatically recognize many formats.
1096
1097For example,
c72af735
RP
1098@example
1099objdump -b oasys -m vax -h fu.o
1100@end example
1101@noindent
ec40bbb8
DM
1102displays summary information from the section headers (@samp{-h}) of
1103@file{fu.o}, which is explicitly identified (@samp{-m}) as a VAX object
c72af735
RP
1104file in the format produced by Oasys compilers. You can list the
1105formats available with the @samp{-i} option.
eae04238 1106@xref{Target Selection}, for more information.
c72af735 1107
9793039f
ILT
1108@item -C
1109@itemx --demangle
1110@cindex demangling in objdump
1111Decode (@dfn{demangle}) low-level symbol names into user-level names.
1112Besides removing any initial underscore prepended by the system, this
1113makes C++ function names readable. @xref{c++filt}, for more information
1114on demangling.
1115
e1c14599
ILT
1116@item --debugging
1117Display debugging information. This attempts to parse debugging
1118information stored in the file and print it out using a C like syntax.
1119Only certain types of debugging information have been implemented.
1120
c72af735 1121@item -d
eae04238 1122@itemx --disassemble
c72af735
RP
1123@cindex disassembling object code
1124@cindex machine instructions
d5464baa
ILT
1125Display the assembler mnemonics for the machine instructions from
1126@var{objfile}. This option only disassembles those sections which are
1127expected to contain instructions.
1128
1129@item -D
1130@itemx --disassemble-all
1131Like @samp{-d}, but disassemble the contents of all sections, not just
1132those expected to contain instructions.
c72af735 1133
51b8c416
ILT
1134@item --prefix-addresses
1135When disassembling, print the complete address on each line. This is
1136the older disassembly format.
1137
1138@item --disassemble-zeroes
1139Normally the disassembly output will skip blocks of zeroes. This
1140option directs the disassembler to disassemble those blocks, just like
1141any other data.
1142
67c8c901
ILT
1143@item -EB
1144@itemx -EL
1145@itemx --endian=@{big|little@}
1146@cindex endianness
1147@cindex disassembly endianness
1148Specify the endianness of the object files. This only affects
1149disassembly. This can be useful when disassembling a file format which
1150does not describe endianness information, such as S-records.
1151
c72af735 1152@item -f
eae04238 1153@itemx --file-header
c72af735 1154@cindex object file header
eae04238 1155Display summary information from the overall header of
ec40bbb8 1156each of the @var{objfile} files.
c72af735
RP
1157
1158@item -h
eae04238 1159@itemx --section-header
c5f0c938 1160@itemx --header
c72af735 1161@cindex section headers
eae04238 1162Display summary information from the section headers of the
c72af735
RP
1163object file.
1164
db2e6adb
DM
1165File segments may be relocated to nonstandard addresses, for example by
1166using the @samp{-Ttext}, @samp{-Tdata}, or @samp{-Tbss} options to
1167@code{ld}. However, some object file formats, such as a.out, do not
1168store the starting address of the file segments. In those situations,
1169although @code{ld} relocates the sections correctly, using @samp{objdump
1170-h} to list the file section headers cannot show the correct addresses.
1171Instead, it shows the usual addresses, which are implicit for the
1172target.
1173
b26ac613
DM
1174@item --help
1175Print a summary of the options to @code{objdump} and exit.
1176
c72af735 1177@item -i
eae04238 1178@itemx --info
c72af735
RP
1179@cindex architectures available
1180@cindex object formats available
1181Display a list showing all architectures and object formats available
ec40bbb8 1182for specification with @samp{-b} or @samp{-m}.
c72af735 1183
c72af735 1184@item -j @var{name}
eae04238 1185@itemx --section=@var{name}
c72af735 1186@cindex section information
ec40bbb8 1187Display information only for section @var{name}.
c72af735 1188
c72af735 1189@item -l
eae04238 1190@itemx --line-numbers
c72af735 1191@cindex source filenames for object files
11548211
ILT
1192Label the display (using debugging information) with the filename and
1193source line numbers corresponding to the object code or relocs shown.
1194Only useful with @samp{-d}, @samp{-D}, or @samp{-r}.
c72af735 1195
c72af735 1196@item -m @var{machine}
eae04238 1197@itemx --architecture=@var{machine}
c72af735 1198@cindex architecture
67c8c901
ILT
1199@cindex disassembly architecture
1200Specify the architecture to use when disassembling object files. This
1201can be useful when disasembling object files which do not describe
1202architecture information, such as S-records. You can list the available
1203architectures with the @samp{-i} option.
c72af735
RP
1204
1205@item -r
c5f0c938 1206@itemx --reloc
c72af735 1207@cindex relocation entries, in object file
d5464baa
ILT
1208Print the relocation entries of the file. If used with @samp{-d} or
1209@samp{-D}, the relocations are printed interspersed with the
1210disassembly.
c72af735 1211
de3b08ac
ILT
1212@item -R
1213@itemx --dynamic-reloc
1214@cindex dynamic relocation entries, in object file
1215Print the dynamic relocation entries of the file. This is only
1216meaningful for dynamic objects, such as certain types of shared
1217libraries.
1218
c72af735 1219@item -s
eae04238 1220@itemx --full-contents
c72af735
RP
1221@cindex sections, full contents
1222@cindex object file sections
1223Display the full contents of any sections requested.
1224
a8e27cc6
ILT
1225@item -S
1226@itemx --source
1227@cindex source disassembly
1228@cindex disassembly, with source
1229Display source code intermixed with disassembly, if possible. Implies
1230@samp{-d}.
1231
458bbd1f
DE
1232@item --show-raw-insn
1233When disassembling instructions, print the instruction in hex as well as
4cb99ff2
ILT
1234in symbolic form. This is the default except when
1235@code{--prefix-addresses} is used.
458bbd1f 1236
5c59269f
ILT
1237@item --no-show-raw-insn
1238When disassembling instructions, do not print the instruction bytes.
1239This is the default when @code{--prefix-addresses} is used.
1240
c5f0c938
JG
1241@item --stabs
1242@cindex stab
1243@cindex .stab
1244@cindex debug symbols
1245@cindex ELF object file format
c3c93fda
JG
1246Display the full contents of any sections requested. Display the
1247contents of the .stab and .stab.index and .stab.excl sections from an
1248ELF file. This is only useful on systems (such as Solaris 2.0) in which
1249@code{.stab} debugging symbol-table entries are carried in an ELF
1250section. In most other file formats, debugging symbol-table entries are
c5f0c938 1251interleaved with linkage symbols, and are visible in the @samp{--syms}
85d4b870
ILT
1252output. For more information on stabs symbols, see @ref{Top,Stabs,Stabs
1253Overview,stabs.info, The ``stabs'' debug format}.
c5f0c938 1254
aa21a2a9
ILT
1255@item --start-address=@var{address}
1256@cindex start-address
1257Start displaying data at the specified address. This affects the output
1258of the @code{-d}, @code{-r} and @code{-s} options.
1259
1260@item --stop-address=@var{address}
1261@cindex stop-address
1262Stop displaying data at the specified address. This affects the output
1263of the @code{-d}, @code{-r} and @code{-s} options.
1264
c72af735 1265@item -t
c5f0c938 1266@itemx --syms
c72af735 1267@cindex symbol table entries, printing
eae04238 1268Print the symbol table entries of the file.
c72af735
RP
1269This is similar to the information provided by the @samp{nm} program.
1270
de3b08ac
ILT
1271@item -T
1272@itemx --dynamic-syms
1273@cindex dynamic symbol table entries, printing
1274Print the dynamic symbol table entries of the file. This is only
1275meaningful for dynamic objects, such as certain types of shared
1276libraries. This is similar to the information provided by the @samp{nm}
1277program when given the @samp{-D} (@samp{--dynamic}) option.
1278
b26ac613
DM
1279@item --version
1280Print the version number of @code{objdump} and exit.
1281
c72af735 1282@item -x
eae04238 1283@itemx --all-header
c72af735
RP
1284@cindex all header information, object file
1285@cindex header information, all
1286Display all available header information, including the symbol table and
1287relocation entries. Using @samp{-x} is equivalent to specifying all of
1288@samp{-a -f -h -r -t}.
4b6d0f78
MM
1289
1290@item -w
1291@item --wide
1292@cindex wide output, printing
1293Format some lines for output devices that have more than 80 columns.
c72af735
RP
1294@end table
1295
eae04238 1296@node ranlib
c72af735
RP
1297@chapter ranlib
1298
1299@kindex ranlib
1300@cindex archive contents
1301@cindex symbol index
1302
1303@smallexample
4d9b5d5a 1304ranlib [-vV] @var{archive}
c72af735
RP
1305@end smallexample
1306
ec40bbb8 1307@code{ranlib} generates an index to the contents of an archive and
c72af735
RP
1308stores it in the archive. The index lists each symbol defined by a
1309member of an archive that is a relocatable object file.
1310
918c2f61 1311You may use @samp{nm -s} or @samp{nm --print-armap} to list this index.
c72af735 1312
ec40bbb8 1313An archive with such an index speeds up linking to the library and
c72af735
RP
1314allows routines in the library to call each other without regard to
1315their placement in the archive.
1316
b94ff924 1317The @sc{gnu} @code{ranlib} program is another form of @sc{gnu} @code{ar}; running
c72af735
RP
1318@code{ranlib} is completely equivalent to executing @samp{ar -s}.
1319@xref{ar}.
1320
4d9b5d5a
DM
1321@table @code
1322@item -v
1323@itemx -V
1324Show the version number of @code{ranlib}.
c3f471a4 1325@end table
4d9b5d5a 1326
eae04238 1327@node size
c72af735
RP
1328@chapter size
1329
1330@kindex size
1331@cindex section sizes
1332
1333@smallexample
4d9b5d5a
DM
1334size [ -A | -B | --format=@var{compatibility} ]
1335 [ --help ] [ -d | -o | -x | --radix=@var{number} ]
1336 [ --target=@var{bfdname} ] [ -V | --version ]
1337 @var{objfile}@dots{}
c72af735
RP
1338@end smallexample
1339
b94ff924 1340The @sc{gnu} @code{size} utility lists the section sizes---and the total
ec40bbb8
DM
1341size---for each of the object or archive files @var{objfile} in its
1342argument list. By default, one line of output is generated for each
1343object file or each module in an archive.
c72af735 1344
b26ac613
DM
1345@var{objfile}@dots{} are the object files to be examined.
1346
c72af735 1347The command line options have the following meanings:
c72af735 1348
b26ac613 1349@table @code
c72af735
RP
1350@item -A
1351@itemx -B
ec40bbb8 1352@itemx --format=@var{compatibility}
68dd5295 1353@cindex @code{size} display format
b94ff924 1354Using one of these options, you can choose whether the output from @sc{gnu}
c72af735 1355@code{size} resembles output from System V @code{size} (using @samp{-A},
ec40bbb8
DM
1356or @samp{--format=sysv}), or Berkeley @code{size} (using @samp{-B}, or
1357@samp{--format=berkeley}). The default is the one-line format similar to
c72af735 1358Berkeley's.
918c2f61
PB
1359@c Bonus for doc-source readers: you can also say --format=strange (or
1360@c anything else that starts with 's') for sysv, and --format=boring (or
c72af735
RP
1361@c anything else that starts with 'b') for Berkeley.
1362
1363Here is an example of the Berkeley (default) format of output from
1364@code{size}:
1365@smallexample
eae04238 1366size --format=Berkeley ranlib size
c72af735
RP
1367text data bss dec hex filename
1368294880 81920 11592 388392 5ed28 ranlib
1369294880 81920 11888 388688 5ee50 size
1370@end smallexample
1371
1372@noindent
1373This is the same data, but displayed closer to System V conventions:
1374
1375@smallexample
eae04238 1376size --format=SysV ranlib size
c72af735
RP
1377ranlib :
1378section size addr
1379.text 294880 8192
1380.data 81920 303104
1381.bss 11592 385024
1382Total 388392
1383
1384
1385size :
1386section size addr
1387.text 294880 8192
1388.data 81920 303104
1389.bss 11888 385024
1390Total 388688
1391@end smallexample
1392
918c2f61 1393@item --help
c72af735
RP
1394Show a summary of acceptable arguments and options.
1395
1396@item -d
1397@itemx -o
1398@itemx -x
ec40bbb8 1399@itemx --radix=@var{number}
68dd5295 1400@cindex @code{size} number format
c72af735
RP
1401@cindex radix for section sizes
1402Using one of these options, you can control whether the size of each
ec40bbb8
DM
1403section is given in decimal (@samp{-d}, or @samp{--radix=10}); octal
1404(@samp{-o}, or @samp{--radix=8}); or hexadecimal (@samp{-x}, or
1405@samp{--radix=16}). In @samp{--radix=@var{number}}, only the three
c72af735
RP
1406values (8, 10, 16) are supported. The total size is always given in two
1407radices; decimal and hexadecimal for @samp{-d} or @samp{-x} output, or
1408octal and hexadecimal if you're using @samp{-o}.
1409
ec40bbb8 1410@item --target=@var{bfdname}
c72af735 1411@cindex object code format
ec40bbb8
DM
1412Specify that the object-code format for @var{objfile} is
1413@var{bfdname}. This option may not be necessary; @code{size} can
eae04238
DM
1414automatically recognize many formats.
1415@xref{Target Selection}, for more information.
c72af735
RP
1416
1417@item -V
918c2f61 1418@itemx --version
4d9b5d5a 1419Display the version number of @code{size}.
c72af735
RP
1420@end table
1421
eae04238 1422@node strings
ba7c8e29
DM
1423@chapter strings
1424@kindex strings
1425@cindex listings strings
1426@cindex printing strings
1427@cindex strings, printing
1428
1429@smallexample
b26ac613 1430strings [-afov] [-@var{min-len}] [-n @var{min-len}] [-t @var{radix}] [-]
650a49f0 1431 [--all] [--print-file-name] [--bytes=@var{min-len}]
eae04238
DM
1432 [--radix=@var{radix}] [--target=@var{bfdname}]
1433 [--help] [--version] @var{file}@dots{}
ba7c8e29
DM
1434@end smallexample
1435
b94ff924 1436For each @var{file} given, @sc{gnu} @code{strings} prints the printable
ba7c8e29 1437character sequences that are at least 4 characters long (or the number
67ace729 1438given with the options below) and are followed by an unprintable
ba7c8e29 1439character. By default, it only prints the strings from the initialized
5f057047
ILT
1440and loaded sections of object files; for other types of files, it prints
1441the strings from the whole file.
ba7c8e29
DM
1442
1443@code{strings} is mainly useful for determining the contents of non-text
1444files.
1445
1446@table @code
1447@item -a
1448@itemx --all
1449@itemx -
5f057047
ILT
1450Do not scan only the initialized and loaded sections of object files;
1451scan the whole files.
ba7c8e29
DM
1452
1453@item -f
1454@itemx --print-file-name
1455Print the name of the file before each string.
1456
b26ac613 1457@item --help
ba7c8e29
DM
1458Print a summary of the program usage on the standard output and exit.
1459
ba7c8e29 1460@itemx -@var{min-len}
b26ac613 1461@item -n @var{min-len}
ba7c8e29
DM
1462@itemx --bytes=@var{min-len}
1463Print sequences of characters that are at least @var{min-len} characters
1464long, instead of the default 4.
1465
1466@item -o
b26ac613
DM
1467Like @samp{-t o}. Some other versions of @code{strings} have @samp{-o}
1468act like @samp{-t d} instead. Since we can not be compatible with both
1469ways, we simply chose one.
ba7c8e29
DM
1470
1471@item -t @var{radix}
1472@itemx --radix=@var{radix}
1473Print the offset within the file before each string. The single
1474character argument specifies the radix of the offset---@samp{o} for
1475octal, @samp{x} for hexadecimal, or @samp{d} for decimal.
1476
eae04238
DM
1477@item --target=@var{bfdname}
1478@cindex object code format
1479Specify an object code format other than your system's default format.
1480@xref{Target Selection}, for more information.
1481
ba7c8e29
DM
1482@item -v
1483@itemx --version
1484Print the program version number on the standard output and exit.
1485@end table
1486
eae04238 1487@node strip
c72af735
RP
1488@chapter strip
1489
1490@kindex strip
1491@cindex removing symbols
1492@cindex discarding symbols
1815e42c 1493@cindex symbols, discarding
c72af735
RP
1494
1495@smallexample
eae04238
DM
1496strip [ -F @var{bfdname} | --target=@var{bfdname} | --target=@var{bfdname} ]
1497 [ -I @var{bfdname} | --input-target=@var{bfdname} ]
1498 [ -O @var{bfdname} | --output-target=@var{bfdname} ]
b703c078 1499 [ -s | --strip-all ] [ -S | -g | --strip-debug ]
dff604a7 1500 [ -K @var{symbolname} | --keep-symbol=@var{symbolname} ]
29c0d15c 1501 [ -N @var{symbolname} | --strip-symbol=@var{symbolname} ]
b703c078 1502 [ -x | --discard-all ] [ -X | --discard-locals ]
0aca460e 1503 [ -R @var{sectionname} | --remove-section=@var{sectionname} ]
16c3e32a 1504 [ -o @var{file} ]
b26ac613 1505 [ -v | --verbose ] [ -V | --version ] [ --help ]
b703c078 1506 @var{objfile}@dots{}
c72af735
RP
1507@end smallexample
1508
b94ff924 1509@sc{gnu} @code{strip} discards all symbols from object files
ec40bbb8 1510@var{objfile}. The list of object files may include archives.
b26ac613 1511At least one object file must be given.
c72af735 1512
ec40bbb8 1513@code{strip} modifies the files named in its argument,
c72af735 1514rather than writing modified copies under different names.
c72af735 1515
c72af735 1516@table @code
eae04238
DM
1517@item -F @var{bfdname}
1518@itemx --target=@var{bfdname}
b26ac613 1519Treat the original @var{objfile} as a file with the object
eae04238
DM
1520code format @var{bfdname}, and rewrite it in the same format.
1521@xref{Target Selection}, for more information.
b26ac613
DM
1522
1523@item --help
1524Show a summary of the options to @code{strip} and exit.
1525
eae04238
DM
1526@item -I @var{bfdname}
1527@itemx --input-target=@var{bfdname}
ec40bbb8 1528Treat the original @var{objfile} as a file with the object
eae04238
DM
1529code format @var{bfdname}.
1530@xref{Target Selection}, for more information.
918c2f61 1531
eae04238
DM
1532@item -O @var{bfdname}
1533@itemx --output-target=@var{bfdname}
1534Replace @var{objfile} with a file in the output format @var{bfdname}.
1535@xref{Target Selection}, for more information.
918c2f61 1536
0aca460e
ILT
1537@item -R @var{sectionname}
1538@itemx --remove-section=@var{sectionname}
1539Remove any section named @var{sectionname} from the output file. This
1540option may be given more than once. Note that using this option
1541inappropriately may make the output file unusable.
1542
b703c078
DM
1543@item -s
1544@itemx --strip-all
1545Remove all symbols.
1546
918c2f61
PB
1547@item -g
1548@itemx -S
1549@itemx --strip-debug
1550Remove debugging symbols only.
1551
9135e5f8
ILT
1552@item --strip-unneeded
1553Remove all symbols that are not needed for relocation processing.
1554
dff604a7
ILT
1555@item -K @var{symbolname}
1556@itemx --keep-symbol=@var{symbolname}
1557Keep only symbol @var{symbolname} from the source file. This option may
1558be given more than once.
1559
29c0d15c
ILT
1560@item -N @var{symbolname}
1561@itemx --strip-symbol=@var{symbolname}
dff604a7
ILT
1562Remove symbol @var{symbolname} from the source file. This option may be
1563given more than once, and may be combined with strip options other than
1564@code{-K}.
29c0d15c 1565
16c3e32a
ILT
1566@item -o @var{file}
1567Put the stripped output in @var{file}, rather than replacing the
1568existing file. When this argument is used, only one @var{objfile}
1569argument may be specified.
1570
918c2f61
PB
1571@item -x
1572@itemx --discard-all
1573Remove non-global symbols.
1574
1575@item -X
1576@itemx --discard-locals
1577Remove compiler-generated local symbols.
ec40bbb8 1578(These usually start with @samp{L} or @samp{.}.)
918c2f61
PB
1579
1580@item -V
1581@itemx --version
ec40bbb8 1582Show the version number for @code{strip}.
918c2f61 1583
1815e42c 1584@item -v
918c2f61
PB
1585@itemx --verbose
1586Verbose output: list all object files modified. In the case of
1269d441 1587archives, @samp{strip -v} lists all members of the archive.
c72af735
RP
1588@end table
1589
eae04238 1590@node c++filt
b6216af2
PB
1591@chapter c++filt
1592
1593@kindex c++filt
1594@cindex demangling C++ symbols
1595
b26ac613
DM
1596@smallexample
1597c++filt [ -_ | --strip-underscores ]
6f88f031 1598 [ -n | --no-strip-underscores ]
b26ac613 1599 [ -s @var{format} | --format=@var{format} ]
d6a4c375 1600 [ --help ] [ --version ] [ @var{symbol}@dots{} ]
b26ac613
DM
1601@end smallexample
1602
6c69b6bd
JO
1603The C++ language provides function overloading, which means that you can
1604write many functions with the same name (providing each takes parameters
1605of different types). All C++ function names are encoded into a
b26ac613 1606low-level assembly label (this process is known as
6c69b6bd
JO
1607@dfn{mangling}). The @code{c++filt} program does the inverse mapping: it
1608decodes (@dfn{demangles}) low-level names into user-level names so that
1609the linker can keep these overloaded functions from clashing.
1610
1611Every alphanumeric word (consisting of letters, digits, underscores,
1612dollars, or periods) seen in the input is a potential label. If the
1613label decodes into a C++ name, the C++ name replaces the low-level
1614name in the output.
b6216af2 1615
d6a4c375 1616You can use @code{c++filt} to decipher individual symbols:
6c69b6bd
JO
1617
1618@example
1619c++filt @var{symbol}
1620@end example
1621
d6a4c375
DM
1622If no @var{symbol} arguments are given, @code{c++filt} reads symbol
1623names from the standard input and writes the demangled names to the
1624standard output. All results are printed on the standard output.
b6216af2 1625
b26ac613
DM
1626@table @code
1627@item -_
94e9ad77 1628@itemx --strip-underscores
b26ac613
DM
1629On some systems, both the C and C++ compilers put an underscore in front
1630of every name. For example, the C name @code{foo} gets the low-level
6f88f031
ILT
1631name @code{_foo}. This option removes the initial underscore. Whether
1632@code{c++filt} removes the underscore by default is target dependent.
1633
1634@item -n
1635@itemx --no-strip-underscores
1636Do not remove the initial underscore.
b26ac613
DM
1637
1638@item -s @var{format}
1639@itemx --format=@var{format}
b94ff924 1640@sc{gnu} @code{nm} can decode three different methods of mangling, used by
b26ac613
DM
1641different C++ compilers. The argument to this option selects which
1642method it uses:
1643
1644@table @code
1645@item gnu
b94ff924 1646the one used by the @sc{gnu} compiler (the default method)
b26ac613
DM
1647@item lucid
1648the one used by the Lucid compiler
1649@item arm
1650the one specified by the C++ Annotated Reference Manual
1651@end table
1652
1653@item --help
1654Print a summary of the options to @code{c++filt} and exit.
1655
1656@item --version
1657Print the version number of @code{c++filt} and exit.
1658@end table
b6216af2 1659
5eac46ae
JO
1660@quotation
1661@emph{Warning:} @code{c++filt} is a new utility, and the details of its
1662user interface are subject to change in future releases. In particular,
1663a command-line option may be required in the the future to decode a name
1664passed as an argument on the command line; in other words,
1665
1666@example
b26ac613 1667c++filt @var{symbol}
5eac46ae
JO
1668@end example
1669
1670@noindent
1671may in a future release become
1672
1673@example
b26ac613 1674c++filt @var{option} @var{symbol}
5eac46ae
JO
1675@end example
1676@end quotation
1677
eae04238 1678@node nlmconv
94e9ad77
JO
1679@chapter nlmconv
1680
1681@code{nlmconv} converts a relocatable object file into a NetWare
8981cac5
JO
1682Loadable Module.
1683
1684@ignore
1685@code{nlmconv} currently works with @samp{i386} object
4961ce5b
JO
1686files in @code{coff}, @sc{elf}, or @code{a.out} format, and @sc{SPARC}
1687object files in @sc{elf}, or @code{a.out} format@footnote{
1688@code{nlmconv} should work with any @samp{i386} or @sc{sparc} object
1689format in the Binary File Descriptor library. It has only been tested
1690with the above formats.}.
8981cac5 1691@end ignore
4961ce5b
JO
1692
1693@quotation
1694@emph{Warning:} @code{nlmconv} is not always built as part of the binary
1695utilities, since it is only useful for NLM targets.
1696@end quotation
94e9ad77
JO
1697
1698@smallexample
eae04238
DM
1699nlmconv [ -I @var{bfdname} | --input-target=@var{bfdname} ]
1700 [ -O @var{bfdname} | --output-target=@var{bfdname} ]
94e9ad77 1701 [ -T @var{headerfile} | --header-file=@var{headerfile} ]
20465f8b 1702 [ -d | --debug] [ -l @var{linker} | --linker=@var{linker} ]
94e9ad77
JO
1703 [ -h | --help ] [ -V | --version ]
1704 @var{infile} @var{outfile}
1705@end smallexample
1706
1707@code{nlmconv} converts the relocatable @samp{i386} object file
1708@var{infile} into the NetWare Loadable Module @var{outfile}, optionally
1709reading @var{headerfile} for NLM header information. For instructions
5b0ba16d
JO
1710on writing the NLM command file language used in header files, see the
1711@samp{linkers} section, @samp{NLMLINK} in particular, of the @cite{NLM
1712Development and Tools Overview}, which is part of the NLM Software
1713Developer's Kit (``NLM SDK''), available from Novell, Inc.
1714@code{nlmconv} uses the @sc{gnu} Binary File Descriptor library to read
eae04238 1715@var{infile}; see @ref{BFD,,BFD,ld.info,Using LD}, for
5b0ba16d 1716more information.
94e9ad77 1717
20465f8b
JO
1718@code{nlmconv} can perform a link step. In other words, you can list
1719more than one object file for input if you list them in the definitions
1720file (rather than simply specifying one input file on the command line).
1721In this case, @code{nlmconv} calls the linker for you.
1722
94e9ad77 1723@table @code
eae04238
DM
1724@item -I @var{bfdname}
1725@itemx --input-target=@var{bfdname}
94e9ad77 1726Object format of the input file. @code{nlmconv} can usually determine
eae04238
DM
1727the format of a given file (so no default is necessary).
1728@xref{Target Selection}, for more information.
94e9ad77 1729
eae04238
DM
1730@item -O @var{bfdname}
1731@itemx --output-target=@var{bfdname}
94e9ad77
JO
1732Object format of the output file. @code{nlmconv} infers the output
1733format based on the input format, e.g. for a @samp{i386} input file the
eae04238
DM
1734output format is @samp{nlm32-i386}.
1735@xref{Target Selection}, for more information.
94e9ad77
JO
1736
1737@item -T @var{headerfile}
1738@itemx --header-file=@var{headerfile}
1739Reads @var{headerfile} for NLM header information. For instructions on
5b0ba16d
JO
1740writing the NLM command file language used in header files, see@ see the
1741@samp{linkers} section, of the @cite{NLM Development and Tools
1742Overview}, which is part of the NLM Software Developer's Kit, available
1743from Novell, Inc.
94e9ad77 1744
20465f8b
JO
1745@item -d
1746@itemx --debug
1747Displays (on standard error) the linker command line used by @code{nlmconv}.
1748
1749@item -l @var{linker}
1750@itemx --linker=@var{linker}
1751Use @var{linker} for any linking. @var{linker} can be an abosolute or a
1752relative pathname.
1753
94e9ad77
JO
1754@item -h
1755@itemx --help
1756Prints a usage summary.
1757
1758@item -V
1759@itemx --version
1760Prints the version number for @code{nlmconv}.
1761@end table
1762
eae04238
DM
1763@node Selecting The Target System
1764@chapter Selecting the target system
1765
8981cac5
JO
1766You can specify three aspects of the target system to the @sc{gnu}
1767binary file utilities, each in several ways:
eae04238
DM
1768
1769@itemize @bullet
1770@item
8981cac5 1771the target
eae04238
DM
1772
1773@item
8981cac5 1774the architecture
eae04238
DM
1775
1776@item
8981cac5 1777the linker emulation (which applies to the linker only)
eae04238
DM
1778@end itemize
1779
1780In the following summaries, the lists of ways to specify values are in
8981cac5
JO
1781order of decreasing precedence. The ways listed first override those
1782listed later.
eae04238 1783
8981cac5
JO
1784The commands to list valid values only list the values for which the
1785programs you are running were configured. If they were configured with
8490169d 1786@samp{--enable-targets=all}, the commands list most of the available
eae04238 1787values, but a few are left out; not all targets can be configured in at
8981cac5
JO
1788once because some of them can only be configured @dfn{native} (on hosts
1789with the same type as the target system).
eae04238
DM
1790
1791@menu
1792* Target Selection::
1793* Architecture Selection::
1794* Linker Emulation Selection::
1795@end menu
1796
1797@node Target Selection
8981cac5 1798@section Target Selection
eae04238
DM
1799
1800A @dfn{target} is an object file format. A given target may be
1801supported for multiple architectures (@pxref{Architecture Selection}).
8981cac5
JO
1802A target selection may also have variations for different operating
1803systems or architectures.
eae04238 1804
8981cac5
JO
1805The command to list valid target values is @samp{objdump -i}
1806(the first column of output contains the relevant information).
eae04238 1807
10f2a7f6
JO
1808Some sample values are: @samp{a.out-hp300bsd}, @samp{ecoff-littlemips},
1809@samp{a.out-sunos-big}.
eae04238 1810
55311d1c
ILT
1811You can also specify a target using a configuration triplet. This is
1812the same sort of name that is passed to configure to specify a target.
1813When you use a configuration triplet as an argument, it must be fully
1814canonicalized. You can see the canonical version of a triplet by
1815running the shell script @file{config.sub} which is included with the
1816sources.
1817
1818Some sample configuration triplets are: @samp{m68k-hp-bsd},
1819@samp{mips-dec-ultrix}, @samp{sparc-sun-sunos}.
1820
8981cac5 1821@subheading @code{objdump} Target
eae04238
DM
1822
1823Ways to specify:
1824
1825@enumerate
1826@item
8981cac5 1827command line option: @samp{-b} or @samp{--target}
eae04238
DM
1828
1829@item
1830environment variable @code{GNUTARGET}
1831
1832@item
1833deduced from the input file
1834@end enumerate
1835
8981cac5 1836@subheading @code{objcopy} and @code{strip} Input Target
eae04238
DM
1837
1838Ways to specify:
1839
1840@enumerate
1841@item
8981cac5 1842command line options: @samp{-I} or @samp{--input-target}, or @samp{-F} or @samp{--target}
eae04238
DM
1843
1844@item
1845environment variable @code{GNUTARGET}
1846
1847@item
1848deduced from the input file
1849@end enumerate
1850
8981cac5 1851@subheading @code{objcopy} and @code{strip} Output Target
eae04238
DM
1852
1853Ways to specify:
1854
1855@enumerate
1856@item
8981cac5 1857command line options: @samp{-O} or @samp{--output-target}, or @samp{-F} or @samp{--target}
eae04238
DM
1858
1859@item
8981cac5 1860the input target (see ``@code{objcopy} and @code{strip} Input Target'' above)
eae04238
DM
1861
1862@item
1863environment variable @code{GNUTARGET}
1864
1865@item
1866deduced from the input file
1867@end enumerate
1868
8981cac5 1869@subheading @code{nm}, @code{size}, and @code{strings} Target
eae04238
DM
1870
1871Ways to specify:
1872
1873@enumerate
1874@item
8981cac5 1875command line option: @samp{--target}
eae04238
DM
1876
1877@item
1878environment variable @code{GNUTARGET}
1879
1880@item
1881deduced from the input file
1882@end enumerate
1883
8981cac5 1884@subheading Linker Input Target
eae04238
DM
1885
1886Ways to specify:
1887
1888@enumerate
1889@item
8981cac5 1890command line option: @samp{-b} or @samp{--format}
eae04238
DM
1891(@pxref{Options,,Options,ld.info,Using LD})
1892
1893@item
1894script command @code{TARGET}
1895(@pxref{Option Commands,,Option Commands,ld.info,Using LD})
1896
1897@item
1898environment variable @code{GNUTARGET}
1899(@pxref{Environment,,Environment,ld.info,Using LD})
1900
1901@item
1902the default target of the selected linker emulation
1903(@pxref{Linker Emulation Selection})
1904@end enumerate
1905
8981cac5 1906@subheading Linker Output Target
eae04238
DM
1907
1908Ways to specify:
1909
1910@enumerate
1911@item
8981cac5 1912command line option: @samp{-oformat}
eae04238
DM
1913(@pxref{Options,,Options,ld.info,Using LD})
1914
1915@item
1916script command @code{OUTPUT_FORMAT}
1917(@pxref{Option Commands,,Option Commands,ld.info,Using LD})
1918
1919@item
8981cac5 1920the linker input target (see ``Linker Input Target'' above)
eae04238
DM
1921@end enumerate
1922
1923@node Architecture Selection
1924@section Architecture selection
1925
8981cac5
JO
1926An @dfn{architecture} is a type of @sc{cpu} on which an object file is
1927to run. Its name may contain a colon, separating the name of the
1928processor family from the name of the particular @sc{cpu}.
eae04238 1929
8981cac5
JO
1930The command to list valid architecture values is @samp{objdump -i} (the
1931second column contains the relevant information).
eae04238
DM
1932
1933Sample values: @samp{m68k:68020}, @samp{mips:3000}, @samp{sparc}.
1934
8981cac5 1935@subheading @code{objdump} Architecture
eae04238
DM
1936
1937Ways to specify:
1938
1939@enumerate
1940@item
8981cac5 1941command line option: @samp{-m} or @samp{--architecture}
eae04238
DM
1942
1943@item
1944deduced from the input file
1945@end enumerate
1946
8981cac5 1947@subheading @code{objcopy}, @code{nm}, @code{size}, @code{strings} Architecture
eae04238
DM
1948
1949Ways to specify:
1950
1951@enumerate
1952@item
1953deduced from the input file
1954@end enumerate
1955
8981cac5 1956@subheading Linker Input Architecture
eae04238
DM
1957
1958Ways to specify:
1959
1960@enumerate
1961@item
1962deduced from the input file
1963@end enumerate
1964
8981cac5 1965@subheading Linker Output Architecture
eae04238
DM
1966
1967Ways to specify:
1968
1969@enumerate
1970@item
1971script command @code{OUTPUT_ARCH}
1972(@pxref{Option Commands,,Option Commands,ld.info,Using LD})
1973
1974@item
1975the default architecture from the linker output target
8981cac5 1976(@pxref{Target Selection})
eae04238
DM
1977@end enumerate
1978
1979@node Linker Emulation Selection
1980@section Linker emulation selection
1981
1982A linker @dfn{emulation} is a ``personality'' of the linker, which gives
1983the linker default values for the other aspects of the target system.
1984In particular, it consists of
1985
1986@itemize @bullet
1987@item
8981cac5 1988the linker script
eae04238
DM
1989
1990@item
8981cac5 1991the target
eae04238
DM
1992
1993@item
1994several ``hook'' functions that are run at certain stages of the linking
8981cac5 1995process to do special things that some targets require
eae04238
DM
1996@end itemize
1997
8981cac5 1998The command to list valid linker emulation values is @samp{ld -V}.
eae04238
DM
1999
2000Sample values: @samp{hp300bsd}, @samp{mipslit}, @samp{sun4}.
2001
2002Ways to specify:
2003
2004@enumerate
2005@item
8981cac5 2006command line option: @samp{-m}
eae04238
DM
2007(@pxref{Options,,Options,ld.info,Using LD})
2008
2009@item
2010environment variable @code{LDEMULATION}
2011
2012@item
2013compiled-in @code{DEFAULT_EMULATION} from @file{Makefile},
2014which comes from @code{EMUL} in @file{config/@var{target}.mt}
2015@end enumerate
2016
cbcfa129
ILT
2017@node Reporting Bugs
2018@chapter Reporting Bugs
2019@cindex bugs
2020@cindex reporting bugs
2021
2022Your bug reports play an essential role in making the binary utilities
2023reliable.
2024
2025Reporting a bug may help you by bringing a solution to your problem, or
2026it may not. But in any case the principal function of a bug report is
2027to help the entire community by making the next version of the binary
2028utilities work better. Bug reports are your contribution to their
2029maintenance.
2030
2031In order for a bug report to serve its purpose, you must include the
2032information that enables us to fix the bug.
2033
2034@menu
2035* Bug Criteria:: Have you found a bug?
2036* Bug Reporting:: How to report bugs
2037@end menu
2038
2039@node Bug Criteria
2040@section Have you found a bug?
2041@cindex bug criteria
2042
2043If you are not sure whether you have found a bug, here are some guidelines:
2044
2045@itemize @bullet
2046@cindex fatal signal
2047@cindex crash
2048@item
2049If a binary utility gets a fatal signal, for any input whatever, that is
2050a bug. Reliable utilities never crash.
2051
2052@cindex error on valid input
2053@item
2054If a binary utility produces an error message for valid input, that is a
2055bug.
2056
2057@item
2058If you are an experienced user of binary utilities, your suggestions for
2059improvement are welcome in any case.
2060@end itemize
2061
2062@node Bug Reporting
2063@section How to report bugs
2064@cindex bug reports
2065@cindex bugs, reporting
2066
2067A number of companies and individuals offer support for @sc{gnu}
2068products. If you obtained the binary utilities from a support
2069organization, we recommend you contact that organization first.
2070
2071You can find contact information for many support companies and
2072individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
2073distribution.
2074
2075In any event, we also recommend that you send bug reports for the binary
2076utilities to @samp{bug-gnu-utils@@prep.ai.mit.edu}.
2077
2078The fundamental principle of reporting bugs usefully is this:
2079@strong{report all the facts}. If you are not sure whether to state a
2080fact or leave it out, state it!
2081
2082Often people omit facts because they think they know what causes the
2083problem and assume that some details do not matter. Thus, you might
2084assume that the name of a file you use in an example does not matter.
2085Well, probably it does not, but one cannot be sure. Perhaps the bug is
2086a stray memory reference which happens to fetch from the location where
2087that pathname is stored in memory; perhaps, if the pathname were
2088different, the contents of that location would fool the utility into
2089doing the right thing despite the bug. Play it safe and give a
2090specific, complete example. That is the easiest thing for you to do,
2091and the most helpful.
2092
2093Keep in mind that the purpose of a bug report is to enable us to fix the bug if
2094it is new to us. Therefore, always write your bug reports on the assumption
2095that the bug has not been reported previously.
2096
2097Sometimes people give a few sketchy facts and ask, ``Does this ring a
2098bell?'' Those bug reports are useless, and we urge everyone to
2099@emph{refuse to respond to them} except to chide the sender to report
2100bugs properly.
2101
2102To enable us to fix the bug, you should include all these things:
2103
2104@itemize @bullet
2105@item
2106The version of the utility. Each utility announces it if you start it
2107with the @samp{--version} argument.
2108
2109Without this, we will not know whether there is any point in looking for
2110the bug in the current version of the binary utilities.
2111
2112@item
2113Any patches you may have applied to the source, including any patches
2114made to the @code{BFD} library.
2115
2116@item
2117The type of machine you are using, and the operating system name and
2118version number.
2119
2120@item
2121What compiler (and its version) was used to compile the utilities---e.g.
2122``@code{gcc-2.7}''.
2123
2124@item
2125The command arguments you gave the utility to observe the bug. To
2126guarantee you will not omit something important, list them all. A copy
2127of the Makefile (or the output from make) is sufficient.
2128
2129If we were to try to guess the arguments, we would probably guess wrong
2130and then we might not encounter the bug.
2131
2132@item
2133A complete input file, or set of input files, that will reproduce the
2134bug. If the utility is reading an object file or files, then it is
2135generally most helpful to send the actual object files, uuencoded if
2136necessary to get them through the mail system. Making them available
2137for anonymous FTP is not as good, but may be the only reasonable choice
2138for large object files.
2139
2140If the source files were produced exclusively using @sc{gnu} programs
2141(e.g., @code{gcc}, @code{gas}, and/or the @sc{gnu} @code{ld}), then it
2142may be OK to send the source files rather than the object files. In
2143this case, be sure to say exactly what version of @code{gcc}, or
2144whatever, was used to produce the object files. Also say how
2145@code{gcc}, or whatever, was configured.
2146
2147@item
2148A description of what behavior you observe that you believe is
2149incorrect. For example, ``It gets a fatal signal.''
2150
2151Of course, if the bug is that the utility gets a fatal signal, then we
2152will certainly notice it. But if the bug is incorrect output, we might
2153not notice unless it is glaringly wrong. You might as well not give us
2154a chance to make a mistake.
2155
2156Even if the problem you experience is a fatal signal, you should still
2157say so explicitly. Suppose something strange is going on, such as, your
2158copy of the utility is out of synch, or you have encountered a bug in
2159the C library on your system. (This has happened!) Your copy might
2160crash and ours would not. If you told us to expect a crash, then when
2161ours fails to crash, we would know that the bug was not happening for
2162us. If you had not told us to expect a crash, then we would not be able
2163to draw any conclusion from our observations.
2164
2165@item
2166If you wish to suggest changes to the source, send us context diffs, as
2167generated by @code{diff} with the @samp{-u}, @samp{-c}, or @samp{-p}
2168option. Always send diffs from the old file to the new file. If you
2169even discuss something in the @code{ld} source, refer to it by context,
2170not by line number.
2171
2172The line numbers in our development sources will not match those in your
2173sources. Your line numbers would convey no useful information to us.
2174@end itemize
2175
2176Here are some things that are not necessary:
2177
2178@itemize @bullet
2179@item
2180A description of the envelope of the bug.
2181
2182Often people who encounter a bug spend a lot of time investigating
2183which changes to the input file will make the bug go away and which
2184changes will not affect it.
2185
2186This is often time consuming and not very useful, because the way we
2187will find the bug is by running a single example under the debugger
2188with breakpoints, not by pure deduction from a series of examples.
2189We recommend that you save your time for something else.
2190
2191Of course, if you can find a simpler example to report @emph{instead}
2192of the original one, that is a convenience for us. Errors in the
2193output will be easier to spot, running under the debugger will take
2194less time, and so on.
2195
2196However, simplification is not vital; if you do not want to do this,
2197report the bug anyway and send us the entire test case you used.
2198
2199@item
2200A patch for the bug.
2201
2202A patch for the bug does help us if it is a good one. But do not omit
2203the necessary information, such as the test case, on the assumption that
2204a patch is all we need. We might see problems with your patch and decide
2205to fix the problem another way, or we might not understand it at all.
2206
2207Sometimes with programs as complicated as the binary utilities it is
2208very hard to construct an example that will make the program follow a
2209certain path through the code. If you do not send us the example, we
2210will not be able to construct one, so we will not be able to verify that
2211the bug is fixed.
2212
2213And if we cannot understand what bug you are trying to fix, or why your
2214patch should be an improvement, we will not install it. A test case will
2215help us to understand.
2216
2217@item
2218A guess about what the bug is or what it depends on.
2219
2220Such guesses are usually wrong. Even we cannot guess right about such
2221things without first using the debugger to find the facts.
2222@end itemize
2223
eae04238 2224@node Index
c72af735
RP
2225@unnumbered Index
2226
2227@printindex cp
2228
2229@contents
2230@bye
This page took 0.285654 seconds and 4 git commands to generate.