* objcopy.c: Include budbg.h.
[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
f5818d79 16Copyright @copyright{} 1991, 92, 93, 94, 95, 1996 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
f5818d79 44@c Copyright (C) 1991, 92, 93, 94, 95, 1996 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
f5818d79 69Copyright @copyright{} 1991, 92, 93, 94, 95, 1996 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.
8b2c2275 137* Index::
c72af735
RP
138@end menu
139
eae04238 140@node ar
c72af735
RP
141@chapter ar
142
143@kindex ar
144@cindex archives
145@cindex collections of files
146@smallexample
650a49f0 147ar [-]@var{p}[@var{mod} [@var{relpos}]] @var{archive} [@var{member}@dots{}]
4d9b5d5a 148ar -M [ <mri-script ]
c72af735
RP
149@end smallexample
150
b94ff924 151The @sc{gnu} @code{ar} program creates, modifies, and extracts from
c72af735
RP
152archives. An @dfn{archive} is a single file holding a collection of
153other files in a structure that makes it possible to retrieve
154the original individual files (called @dfn{members} of the archive).
155
156The original files' contents, mode (permissions), timestamp, owner, and
ec40bbb8 157group are preserved in the archive, and can be restored on
c72af735
RP
158extraction.
159
160@cindex name length
b94ff924 161@sc{gnu} @code{ar} can maintain archives whose members have names of any
c72af735 162length; however, depending on how @code{ar} is configured on your
ec40bbb8
DM
163system, a limit on member-name length may be imposed for compatibility
164with archive formats maintained with other tools. If it exists, the
c72af735
RP
165limit is often 15 characters (typical of formats related to a.out) or 16
166characters (typical of formats related to coff).
167
168@cindex libraries
169@code{ar} is considered a binary utility because archives of this sort
170are most often used as @dfn{libraries} holding commonly needed
171subroutines.
172
173@cindex symbol index
e31e9a8d 174@code{ar} creates an index to the symbols defined in relocatable
c72af735
RP
175object modules in the archive when you specify the modifier @samp{s}.
176Once created, this index is updated in the archive whenever @code{ar}
177makes a change to its contents (save for the @samp{q} update operation).
178An archive with such an index speeds up linking to the library, and
179allows routines in the library to call each other without regard to
180their placement in the archive.
181
918c2f61 182You may use @samp{nm -s} or @samp{nm --print-armap} to list this index
c72af735
RP
183table. If an archive lacks the table, another form of @code{ar} called
184@code{ranlib} can be used to add just the table.
185
765a273f
RP
186@cindex compatibility, @code{ar}
187@cindex @code{ar} compatibility
b94ff924 188@sc{gnu} @code{ar} is designed to be compatible with two different
765a273f
RP
189facilities. You can control its activity using command-line options,
190like the different varieties of @code{ar} on Unix systems; or, if you
191specify the single command-line option @samp{-M}, you can control it
192with a script supplied via standard input, like the MRI ``librarian''
193program.
194
195@menu
eae04238
DM
196* ar cmdline:: Controlling @code{ar} on the command line
197* ar scripts:: Controlling @code{ar} with a script
765a273f
RP
198@end menu
199
200@page
eae04238 201@node ar cmdline
765a273f
RP
202@section Controlling @code{ar} on the command line
203
204@smallexample
650a49f0 205ar [-]@var{p}[@var{mod} [@var{relpos}]] @var{archive} [@var{member}@dots{}]
765a273f
RP
206@end smallexample
207
208@cindex Unix compatibility, @code{ar}
209When you use @code{ar} in the Unix style, @code{ar} insists on at least two
210arguments to execute: one keyletter specifying the @emph{operation}
211(optionally accompanied by other keyletters specifying
212@emph{modifiers}), and the archive name to act on.
c72af735 213
650a49f0 214Most operations can also accept further @var{member} arguments,
c72af735
RP
215specifying particular files to operate on.
216
b94ff924 217@sc{gnu} @code{ar} allows you to mix the operation code @var{p} and modifier
c72af735
RP
218flags @var{mod} in any order, within the first command-line argument.
219
220If you wish, you may begin the first command-line argument with a
221dash.
222
223@cindex operations on archive
224The @var{p} keyletter specifies what operation to execute; it may be
225any of the following, but you must specify only one of them:
226
227@table @code
228@item d
229@cindex deleting from archive
230@emph{Delete} modules from the archive. Specify the names of modules to
650a49f0 231be deleted as @var{member}@dots{}; the archive is untouched if you
c72af735
RP
232specify no files to delete.
233
e31e9a8d 234If you specify the @samp{v} modifier, @code{ar} lists each module
c72af735
RP
235as it is deleted.
236
237@item m
238@cindex moving in archive
239Use this operation to @emph{move} members in an archive.
240
241The ordering of members in an archive can make a difference in how
242programs are linked using the library, if a symbol is defined in more
243than one member.
244
245If no modifiers are used with @code{m}, any members you name in the
650a49f0 246@var{member} arguments are moved to the @emph{end} of the archive;
c72af735
RP
247you can use the @samp{a}, @samp{b}, or @samp{i} modifiers to move them to a
248specified place instead.
249
250@item p
251@cindex printing from archive
252@emph{Print} the specified members of the archive, to the standard
253output file. If the @samp{v} modifier is specified, show the member
254name before copying its contents to standard output.
255
650a49f0 256If you specify no @var{member} arguments, all the files in the archive are
ec40bbb8 257printed.
c72af735
RP
258
259@item q
260@cindex quick append to archive
650a49f0 261@emph{Quick append}; add the files @var{member}@dots{} to the end of
ec40bbb8 262@var{archive}, without checking for replacement.
c72af735
RP
263
264The modifiers @samp{a}, @samp{b}, and @samp{i} do @emph{not} affect this
265operation; new members are always placed at the end of the archive.
266
267The modifier @samp{v} makes @code{ar} list each file as it is appended.
268
269Since the point of this operation is speed, the archive's symbol table
270index is not updated, even if it already existed; you can use @samp{ar s} or
271@code{ranlib} explicitly to update the symbol table index.
272
273@item r
274@cindex replacement in archive
650a49f0 275Insert the files @var{member}@dots{} into @var{archive} (with
ec40bbb8
DM
276@emph{replacement}). This operation differs from @samp{q} in that any
277previously existing members are deleted if their names match those being
278added.
c72af735 279
650a49f0 280If one of the files named in @var{member}@dots{} does not exist, @code{ar}
c72af735
RP
281displays an error message, and leaves undisturbed any existing members
282of the archive matching that name.
283
284By default, new members are added at the end of the file; but you may
285use one of the modifiers @samp{a}, @samp{b}, or @samp{i} to request
286placement relative to some existing member.
287
288The modifier @samp{v} used with this operation elicits a line of
289output for each file inserted, along with one of the letters @samp{a} or
290@samp{r} to indicate whether the file was appended (no old member
291deleted) or replaced.
292
293@item t
294@cindex contents of archive
295Display a @emph{table} listing the contents of @var{archive}, or those
650a49f0 296of the files listed in @var{member}@dots{} that are present in the
c72af735
RP
297archive. Normally only the member name is shown; if you also want to
298see the modes (permissions), timestamp, owner, group, and size, you can
299request that by also specifying the @samp{v} modifier.
300
650a49f0 301If you do not specify a @var{member}, all files in the archive
c72af735
RP
302are listed.
303
304@cindex repeated names in archive
305@cindex name duplication in archive
306If there is more than one file with the same name (say, @samp{fie}) in
e31e9a8d 307an archive (say @samp{b.a}), @samp{ar t b.a fie} lists only the
c72af735
RP
308first instance; to see them all, you must ask for a complete
309listing---in our example, @samp{ar t b.a}.
310@c WRS only; per Gumby, this is implementation-dependent, and in a more
311@c recent case in fact works the other way.
312
313@item x
314@cindex extract from archive
650a49f0 315@emph{Extract} members (named @var{member}) from the archive. You can
c72af735
RP
316use the @samp{v} modifier with this operation, to request that
317@code{ar} list each name as it extracts it.
318
650a49f0 319If you do not specify a @var{member}, all files in the archive
c72af735
RP
320are extracted.
321
322@end table
323
324A number of modifiers (@var{mod}) may immediately follow the @var{p}
325keyletter, to specify variations on an operation's behavior:
326
327@table @code
328@item a
329@cindex relative placement in archive
330Add new files @emph{after} an existing member of the
ec40bbb8 331archive. If you use the modifier @samp{a}, the name of an existing archive
650a49f0 332member must be present as the @var{relpos} argument, before the
c72af735
RP
333@var{archive} specification.
334
335@item b
336Add new files @emph{before} an existing member of the
ec40bbb8 337archive. If you use the modifier @samp{b}, the name of an existing archive
650a49f0 338member must be present as the @var{relpos} argument, before the
c72af735
RP
339@var{archive} specification. (same as @samp{i}).
340
341@item c
342@cindex creating archives
343@emph{Create} the archive. The specified @var{archive} is always
650a49f0 344created if it did not exist, when you request an update. But a warning is
c72af735
RP
345issued unless you specify in advance that you expect to create it, by
346using this modifier.
347
52af6a44 348@item f
b94ff924 349Truncate names in the archive. @sc{gnu} @code{ar} will normally permit file
52af6a44
ILT
350names of any length. This will cause it to create archives which are
351not compatible with the native @code{ar} program on some systems. If
352this is a concern, the @samp{f} modifier may be used to truncate file
353names when putting them in the archive.
354
c72af735
RP
355@item i
356Insert new files @emph{before} an existing member of the
ec40bbb8 357archive. If you use the modifier @samp{i}, the name of an existing archive
650a49f0 358member must be present as the @var{relpos} argument, before the
c72af735
RP
359@var{archive} specification. (same as @samp{b}).
360
361@item l
362This modifier is accepted but not used.
363@c whaffor ar l modifier??? presumably compat; with
b94ff924 364@c what???---doc@@cygnus.com, 25jan91
c72af735
RP
365
366@item o
367@cindex dates in archive
368Preserve the @emph{original} dates of members when extracting them. If
369you do not specify this modifier, files extracted from the archive
e31e9a8d 370are stamped with the time of extraction.
c72af735
RP
371
372@item s
373@cindex writing archive index
374Write an object-file index into the archive, or update an existing one,
375even if no other change is made to the archive. You may use this modifier
376flag either with any operation, or alone. Running @samp{ar s} on an
377archive is equivalent to running @samp{ranlib} on it.
378
379@item u
380@cindex updating an archive
b703c078 381Normally, @samp{ar r}@dots{} inserts all files
c72af735
RP
382listed into the archive. If you would like to insert @emph{only} those
383of the files you list that are newer than existing members of the same
384names, use this modifier. The @samp{u} modifier is allowed only for the
385operation @samp{r} (replace). In particular, the combination @samp{qu} is
386not allowed, since checking the timestamps would lose any speed
387advantage from the operation @samp{q}.
388
389@item v
390This modifier requests the @emph{verbose} version of an operation. Many
391operations display additional information, such as filenames processed,
392when the modifier @samp{v} is appended.
4d9b5d5a
DM
393
394@item V
395This modifier shows the version number of @code{ar}.
765a273f
RP
396@end table
397
eae04238 398@node ar scripts
765a273f
RP
399@section Controlling @code{ar} with a script
400
401@smallexample
402ar -M [ <@var{script} ]
403@end smallexample
404
405@cindex MRI compatibility, @code{ar}
406@cindex scripts, @code{ar}
407If you use the single command-line option @samp{-M} with @code{ar}, you
408can control its operation with a rudimentary command language. This
e31e9a8d 409form of @code{ar} operates interactively if standard input is coming
765a273f
RP
410directly from a terminal. During interactive use, @code{ar} prompts for
411input (the prompt is @samp{AR >}), and continues executing even after
412errors. If you redirect standard input to a script file, no prompts are
e31e9a8d 413issued, and @code{ar} abandons execution (with a nonzero exit code)
765a273f
RP
414on any error.
415
416The @code{ar} command language is @emph{not} designed to be equivalent
417to the command-line options; in fact, it provides somewhat less control
418over archives. The only purpose of the command language is to ease the
b94ff924 419transition to @sc{gnu} @code{ar} for developers who already have scripts
765a273f
RP
420written for the MRI ``librarian'' program.
421
422The syntax for the @code{ar} command language is straightforward:
423@itemize @bullet
424@item
425commands are recognized in upper or lower case; for example, @code{LIST}
426is the same as @code{list}. In the following descriptions, commands are
427shown in upper case for clarity.
428
429@item
430a single command may appear on each line; it is the first word on the
431line.
432
433@item
434empty lines are allowed, and have no effect.
435
436@item
437comments are allowed; text after either of the characters @samp{*}
438or @samp{;} is ignored.
439
440@item
441Whenever you use a list of names as part of the argument to an @code{ar}
442command, you can separate the individual names with either commas or
443blanks. Commas are shown in the explanations below, for clarity.
444
445@item
446@samp{+} is used as a line continuation character; if @samp{+} appears
447at the end of a line, the text on the following line is considered part
448of the current command.
449@end itemize
450
451Here are the commands you can use in @code{ar} scripts, or when using
452@code{ar} interactively. Three of them have special significance:
453
454@code{OPEN} or @code{CREATE} specify a @dfn{current archive}, which is
455a temporary file required for most of the other commands.
456
457@code{SAVE} commits the changes so far specified by the script. Prior
458to @code{SAVE}, commands affect only the temporary copy of the current
459archive.
460
461@table @code
462@item ADDLIB @var{archive}
463@itemx ADDLIB @var{archive} (@var{module}, @var{module}, @dots{} @var{module})
464Add all the contents of @var{archive} (or, if specified, each named
465@var{module} from @var{archive}) to the current archive.
466
467Requires prior use of @code{OPEN} or @code{CREATE}.
468
650a49f0 469@item ADDMOD @var{member}, @var{member}, @dots{} @var{member}
765a273f
RP
470@c FIXME! w/Replacement?? If so, like "ar r @var{archive} @var{names}"
471@c else like "ar q..."
650a49f0 472Add each named @var{member} as a module in the current archive.
765a273f
RP
473
474Requires prior use of @code{OPEN} or @code{CREATE}.
475
476@item CLEAR
477Discard the contents of the current archive, cancelling the effect of
478any operations since the last @code{SAVE}. May be executed (with no
479effect) even if no current archive is specified.
480
481@item CREATE @var{archive}
482Creates an archive, and makes it the current archive (required for many
483other commands). The new archive is created with a temporary name; it
484is not actually saved as @var{archive} until you use @code{SAVE}.
485You can overwrite existing archives; similarly, the contents of any
486existing file named @var{archive} will not be destroyed until @code{SAVE}.
487
488@item DELETE @var{module}, @var{module}, @dots{} @var{module}
489Delete each listed @var{module} from the current archive; equivalent to
490@samp{ar -d @var{archive} @var{module} @dots{} @var{module}}.
491
492Requires prior use of @code{OPEN} or @code{CREATE}.
493
494@item DIRECTORY @var{archive} (@var{module}, @dots{} @var{module})
495@itemx DIRECTORY @var{archive} (@var{module}, @dots{} @var{module}) @var{outputfile}
496List each named @var{module} present in @var{archive}. The separate
497command @code{VERBOSE} specifies the form of the output: when verbose
498output is off, output is like that of @samp{ar -t @var{archive}
b703c078
DM
499@var{module}@dots{}}. When verbose output is on, the listing is like
500@samp{ar -tv @var{archive} @var{module}@dots{}}.
765a273f
RP
501
502Output normally goes to the standard output stream; however, if you
503specify @var{outputfile} as a final argument, @code{ar} directs the
504output to that file.
505
506@item END
507Exit from @code{ar}, with a @code{0} exit code to indicate successful
508completion. This command does not save the output file; if you have
509changed the current archive since the last @code{SAVE} command, those
510changes are lost.
511
512@item EXTRACT @var{module}, @var{module}, @dots{} @var{module}
513Extract each named @var{module} from the current archive, writing them
514into the current directory as separate files. Equivalent to @samp{ar -x
b703c078 515@var{archive} @var{module}@dots{}}.
765a273f
RP
516
517Requires prior use of @code{OPEN} or @code{CREATE}.
518
519@ignore
520@c FIXME Tokens but no commands???
521@item FULLDIR
522
523@item HELP
524@end ignore
525
526@item LIST
527Display full contents of the current archive, in ``verbose'' style
528regardless of the state of @code{VERBOSE}. The effect is like @samp{ar
b94ff924 529tv @var{archive}}). (This single command is a @sc{gnu} @code{ld}
765a273f
RP
530enhancement, rather than present for MRI compatibility.)
531
532Requires prior use of @code{OPEN} or @code{CREATE}.
533
534@item OPEN @var{archive}
535Opens an existing archive for use as the current archive (required for
536many other commands). Any changes as the result of subsequent commands
537will not actually affect @var{archive} until you next use @code{SAVE}.
538
539@item REPLACE @var{module}, @var{module}, @dots{} @var{module}
540In the current archive, replace each existing @var{module} (named in
541the @code{REPLACE} arguments) from files in the current working directory.
542To execute this command without errors, both the file, and the module in
543the current archive, must exist.
544
545Requires prior use of @code{OPEN} or @code{CREATE}.
546
547@item VERBOSE
548Toggle an internal flag governing the output from @code{DIRECTORY}.
549When the flag is on, @code{DIRECTORY} output matches output from
b703c078 550@samp{ar -tv }@dots{}.
765a273f
RP
551
552@item SAVE
553Commit your changes to the current archive, and actually save it as a
554file with the name specified in the last @code{CREATE} or @code{OPEN}
555command.
556
557Requires prior use of @code{OPEN} or @code{CREATE}.
c72af735
RP
558
559@end table
560
8b2c2275
RP
561@iftex
562@node ld
c72af735
RP
563@chapter ld
564@cindex linker
565@kindex ld
b94ff924
VM
566The @sc{gnu} linker @code{ld} is now described in a separate manual.
567@xref{Top,, Overview,, Using LD: the @sc{gnu} linker}.
8b2c2275 568@end iftex
c72af735 569
eae04238 570@node nm
c72af735
RP
571@chapter nm
572@cindex symbols
573@kindex nm
574
575@smallexample
d6a4c375 576nm [ -a | --debug-syms ] [ -g | --extern-only ]
de3b08ac 577 [ -B ] [ -C | --demangle ] [ -D | --dynamic ]
1896790e 578 [ -s | --print-armap ] [ -A | -o | --print-file-name ]
6cfbdb50 579 [ -n | -v | --numeric-sort ] [ -p | --no-sort ]
1896790e 580 [ -r | --reverse-sort ] [ --size-sort ] [ -u | --undefined-only ]
6cfbdb50
DM
581 [ -t @var{radix} | --radix=@var{radix} ] [ -P | --portability ]
582 [ --target=@var{bfdname} ] [ -f @var{format} | --format=@var{format} ]
dcd6706b 583 [ --defined-only ]
9eb39bca 584 [ --no-demangle ] [ -V | --version ] [ --help ] [ @var{objfile}@dots{} ]
c72af735
RP
585@end smallexample
586
b94ff924 587@sc{gnu} @code{nm} lists the symbols from object files @var{objfile}@dots{}.
6cfbdb50
DM
588If no object files are listed as arguments, @code{nm} assumes
589@file{a.out}.
590
591For each symbol, @code{nm} shows:
592
593@itemize @bullet
594@item
595The symbol value, in the radix selected by options (see below), or
596hexadecimal by default.
597
598@item
599The symbol type. At least the following types are used; others are, as
600well, depending on the object file format. If lowercase, the symbol is
601local; if uppercase, the symbol is global (external).
602
603@c Some more detail on exactly what these symbol types are used for
604@c would be nice.
605@table @code
606@item A
607Absolute.
608
609@item B
610BSS (uninitialized data).
611
612@item C
613Common.
614
615@item D
616Initialized data.
617
618@item I
619Indirect reference.
620
621@item T
622Text (program code).
623
624@item U
625Undefined.
626@end table
627
628@item
629The symbol name.
630@end itemize
c72af735
RP
631
632The long and short forms of options, shown here as alternatives, are
633equivalent.
634
635@table @code
6cfbdb50
DM
636@item -A
637@itemx -o
638@itemx --print-file-name
639@cindex input file name
640@cindex file name
641@cindex source file name
642Precede each symbol by the name of the input file (or archive element)
643in which it was found, rather than identifying the input file once only,
644before all of its symbols.
c72af735
RP
645
646@item -a
918c2f61 647@itemx --debug-syms
c72af735 648@cindex debugging symbols
6cfbdb50
DM
649Display all symbols, even debugger-only symbols; normally these are not
650listed.
651
68dd5295
DM
652@item -B
653@cindex @code{nm} format
654@cindex @code{nm} compatibility
d6a4c375
DM
655The same as @samp{--format=bsd} (for compatibility with the MIPS @code{nm}).
656
657@item -C
658@itemx --demangle
659@cindex demangling C++ symbols
660Decode (@dfn{demangle}) low-level symbol names into user-level names.
661Besides removing any initial underscore prepended by the system, this
662makes C++ function names readable. @xref{c++filt}, for more information
663on demangling.
68dd5295 664
9eb39bca
ILT
665@item --no-demangle
666Do not demangle low-level symbol names. This is the default.
667
de3b08ac
ILT
668@item -D
669@itemx --dynamic
670@cindex dynamic symbols
671Display the dynamic symbols rather than the normal symbols. This is
672only meaningful for dynamic objects, such as certain types of shared
673libraries.
674
6cfbdb50
DM
675@item -f @var{format}
676@itemx --format=@var{format}
68dd5295
DM
677@cindex @code{nm} format
678@cindex @code{nm} compatibility
6cfbdb50
DM
679Use the output format @var{format}, which can be @code{bsd},
680@code{sysv}, or @code{posix}. The default is @code{bsd}.
b26ac613 681Only the first character of @var{format} is significant; it can be
6cfbdb50 682either upper or lower case.
c72af735
RP
683
684@item -g
918c2f61 685@itemx --extern-only
c72af735
RP
686@cindex external symbols
687Display only external symbols.
688
b26ac613
DM
689@item -n
690@itemx -v
691@itemx --numeric-sort
692Sort symbols numerically by their addresses, rather than alphabetically
693by their names.
694
c72af735 695@item -p
918c2f61 696@itemx --no-sort
c72af735 697@cindex sorting symbols
650a49f0 698Do not bother to sort the symbols in any order; print them in the order
6cfbdb50
DM
699encountered.
700
701@item -P
702@itemx --portability
703Use the POSIX.2 standard output format instead of the default format.
704Equivalent to @samp{-f posix}.
c72af735 705
c72af735 706@item -s
918c2f61 707@itemx --print-armap
c72af735
RP
708@cindex symbol index, listing
709When listing symbols from archive members, include the index: a mapping
ec40bbb8
DM
710(stored in the archive by @code{ar} or @code{ranlib}) of which modules
711contain definitions for which names.
c72af735 712
c72af735 713@item -r
918c2f61 714@itemx --reverse-sort
ec40bbb8 715Reverse the order of the sort (whether numeric or alphabetic); let the
c72af735
RP
716last come first.
717
1896790e
ILT
718@item --size-sort
719Sort symbols by size. The size is computed as the difference between
720the value of the symbol and the value of the symbol with the next higher
721value. The size of the symbol is printed, rather than the value.
722
6cfbdb50
DM
723@item -t @var{radix}
724@itemx --radix=@var{radix}
725Use @var{radix} as the radix for printing the symbol values. It must be
726@samp{d} for decimal, @samp{o} for octal, or @samp{x} for hexadecimal.
727
ec40bbb8 728@item --target=@var{bfdname}
c72af735
RP
729@cindex object code format
730Specify an object code format other than your system's default format.
eae04238 731@xref{Target Selection}, for more information.
c72af735
RP
732
733@item -u
918c2f61 734@itemx --undefined-only
c72af735
RP
735@cindex external symbols
736@cindex undefined symbols
737Display only undefined symbols (those external to each object file).
738
dcd6706b
JL
739@item --defined-only
740@cindex external symbols
741@cindex undefined symbols
742Display only defined symbols for each object file.
743
6cfbdb50
DM
744@item -V
745@itemx --version
b26ac613
DM
746Show the version number of @code{nm} and exit.
747
748@item --help
749Show a summary of the options to @code{nm} and exit.
c72af735
RP
750@end table
751
eae04238 752@node objcopy
eed5eeab
DM
753@chapter objcopy
754
755@smallexample
eae04238
DM
756objcopy [ -F @var{bfdname} | --target=@var{bfdname} ]
757 [ -I @var{bfdname} | --input-target=@var{bfdname} ]
758 [ -O @var{bfdname} | --output-target=@var{bfdname} ]
eed5eeab 759 [ -S | --strip-all ] [ -g | --strip-debug ]
dff604a7 760 [ -K @var{symbolname} | --keep-symbol=@var{symbolname} ]
29c0d15c 761 [ -N @var{symbolname} | --strip-symbol=@var{symbolname} ]
eed5eeab 762 [ -x | --discard-all ] [ -X | --discard-locals ]
f7b839f7
DM
763 [ -b @var{byte} | --byte=@var{byte} ]
764 [ -i @var{interleave} | --interleave=@var{interleave} ]
0aca460e 765 [ -R @var{sectionname} | --remove-section=@var{sectionname} ]
f5818d79 766 [ --debugging ]
33e0a06d
ILT
767 [ --gap-fill=@var{val} ] [ --pad-to=@var{address} ]
768 [ --set-start=@var{val} ] [ --adjust-start=@var{incr} ]
769 [ --adjust-vma=@var{incr} ]
6c7ed084
ILT
770 [ --adjust-section-vma=@var{section}@{=,+,-@}@var{val} ]
771 [ --adjust-warnings ] [ --no-adjust-warnings ]
5ab41086 772 [ --set-section-flags=@var{section}=@var{flags} ]
d0130cc8 773 [ --add-section=@var{sectionname}=@var{filename} ]
f7b839f7 774 [ -v | --verbose ] [ -V | --version ] [ --help ]
eed5eeab
DM
775 @var{infile} [@var{outfile}]
776@end smallexample
777
8981cac5
JO
778The @sc{gnu} @code{objcopy} utility copies the contents of an object
779file to another. @code{objcopy} uses the @sc{gnu} @sc{bfd} Library to
780read and write the object files. It can write the destination object
781file in a format different from that of the source object file. The
782exact behavior of @code{objcopy} is controlled by command-line options.
eed5eeab
DM
783
784@code{objcopy} creates temporary files to do its translations and
8981cac5
JO
785deletes them afterward. @code{objcopy} uses @sc{bfd} to do all its
786translation work; it has access to all the formats described in @sc{bfd}
787and thus is able to recognize most formats without being told
788explicitly. @xref{BFD,,BFD,ld.info,Using LD}.
eed5eeab 789
67f67ed9
ILT
790@code{objcopy} can be used to generate S-records by using an output
791target of @samp{srec} (e.g., use @samp{-O srec}).
792
793@code{objcopy} can be used to generate a raw binary file by using an
794output target of @samp{binary} (e.g., use @samp{-O binary}). When
795@code{objcopy} generates a raw binary file, it will essentially produce
796a memory dump of the contents of the input object file. All symbols and
a6afc090
ILT
797relocation information will be discarded. The memory dump will start at
798the virtual address of the lowest section copied into the output file.
67f67ed9
ILT
799
800When generating an S-record or a raw binary file, it may be helpful to
801use @samp{-S} to remove sections containing debugging information. In
802some cases @samp{-R} will be useful to remove sections which contain
803information which is not needed by the binary file.
804
eed5eeab
DM
805@table @code
806@item @var{infile}
807@itemx @var{outfile}
8981cac5 808The source and output files, respectively.
eed5eeab
DM
809If you do not specify @var{outfile}, @code{objcopy} creates a
810temporary file and destructively renames the result with
8981cac5 811the name of @var{infile}.
eed5eeab 812
eae04238
DM
813@item -I @var{bfdname}
814@itemx --input-target=@var{bfdname}
815Consider the source file's object format to be @var{bfdname}, rather than
816attempting to deduce it. @xref{Target Selection}, for more information.
eed5eeab 817
eae04238
DM
818@item -O @var{bfdname}
819@itemx --output-target=@var{bfdname}
820Write the output file using the object format @var{bfdname}.
821@xref{Target Selection}, for more information.
eed5eeab 822
eae04238
DM
823@item -F @var{bfdname}
824@itemx --target=@var{bfdname}
825Use @var{bfdname} as the object format for both the input and the output
826file; i.e., simply transfer data from source to destination with no
827translation. @xref{Target Selection}, for more information.
eed5eeab 828
0aca460e
ILT
829@item -R @var{sectionname}
830@itemx --remove-section=@var{sectionname}
831Remove any section named @var{sectionname} from the output file. This
832option may be given more than once. Note that using this option
833inappropriately may make the output file unusable.
834
eed5eeab
DM
835@item -S
836@itemx --strip-all
837Do not copy relocation and symbol information from the source file.
838
839@item -g
840@itemx --strip-debug
841Do not copy debugging symbols from the source file.
842
9135e5f8
ILT
843@item --strip-unneeded
844Strip all symbols that are not needed for relocation processing.
845
dff604a7
ILT
846@item -K @var{symbolname}
847@itemx --keep-symbol=@var{symbolname}
848Copy only symbol @var{symbolname} from the source file. This option may
849be given more than once.
850
29c0d15c
ILT
851@item -N @var{symbolname}
852@itemx --strip-symbol=@var{symbolname}
dff604a7
ILT
853Do not copy symbol @var{symbolname} from the source file. This option
854may be given more than once, and may be combined with strip options
855other than @code{-K}.
29c0d15c 856
eed5eeab
DM
857@item -x
858@itemx --discard-all
859Do not copy non-global symbols from the source file.
860@c FIXME any reason to prefer "non-global" to "local" here?
861
862@item -X
863@itemx --discard-locals
864Do not copy compiler-generated local symbols.
865(These usually start with @samp{L} or @samp{.}.)
866
db2e6adb
DM
867@item -b @var{byte}
868@itemx --byte=@var{byte}
869Keep only every @var{byte}th byte of the input file (header data is not
f7b839f7
DM
870affected). @var{byte} can be in the range from 0 to @var{interleave}-1,
871where @var{interleave} is given by the @samp{-i} or @samp{--interleave}
872option, or the default of 4. This option is useful for creating files
8981cac5 873to program @sc{rom}. It is typically used with an @code{srec} output
f7b839f7
DM
874target.
875
876@item -i @var{interleave}
877@itemx --interleave=@var{interleave}
8981cac5
JO
878Only copy one out of every @var{interleave} bytes. Select which byte to
879copy with the @var{-b} or @samp{--byte} option. The default is 4.
880@code{objcopy} ignores this option if you do not specify either @samp{-b} or
881@samp{--byte}.
db2e6adb 882
f5818d79
ILT
883@item --debugging
884Convert debugging information, if possible. This is not the default
885because only certain debugging formats are supported, and the
886conversion process can be time consuming.
887
596d99ba
ILT
888@item --gap-fill @var{val}
889Fill gaps between sections with @var{val}. This is done by increasing
890the size of the section with the lower address, and filling in the extra
891space created with @var{val}.
892
33e0a06d
ILT
893@item --pad-to @var{address}
894Pad the output file up to the virtual address @var{address}. This is
895done by increasing the size of the last section. The extra space is
896filled in with the value specified by @samp{--gap-fill} (default zero).
897
6c7ed084
ILT
898@item --set-start @var{val}
899Set the address of the new file to @var{val}. Not all object file
a6afc090 900formats support setting the start address.
6c7ed084
ILT
901
902@item --adjust-start @var{incr}
903Adjust the start address by adding @var{incr}. Not all object file
904formats support setting the start address.
905
906@item --adjust-vma @var{incr}
907Adjust the address of all sections, as well as the start address, by
908adding @var{incr}. Some object file formats do not permit section
909addresses to be changed arbitrarily. Note that this does not relocate
910the sections; if the program expects sections to be loaded at a certain
911address, and this option is used to change the sections such that they
912are loaded at a different address, the program may fail.
913
914@item --adjust-section-vma @var{section}@{=,+,-@}@var{val}
915Set or adjust the address of the named @var{section}. If @samp{=} is
916used, the section address is set to @var{val}. Otherwise, @var{val} is
917added to or subtracted from the section address. See the comments under
918@samp{--adjust-vma}, above. If @var{section} does not exist in the
919input file, a warning will be issued, unless @samp{--no-adjust-warnings}
920is used.
921
922@item --adjust-warnings
923If @samp{--adjust-section-vma} is used, and the named section does not
924exist, issue a warning. This is the default.
925
926@item --no-adjust-warnings
927Do not issue a warning if @samp{--adjust-section-vma} is used, even if
928the named section does not exist.
929
5ab41086
ILT
930@item --set-section-flags @var{section}=@var{flags}
931Set the flags for the named section. The @var{flags} argument is a
932comma separated string of flag names. The recognized names are
933@samp{alloc}, @samp{load}, @samp{readonly}, @samp{code}, @samp{data},
934and @samp{rom}. Not all flags are meaningful for all object file
935formats.
936
d0130cc8
ILT
937@item --add-section @var{sectionname}=@var{filename}
938Add a new section named @var{sectionname} while copying the file. The
939contents of the new section are taken from the file @var{filename}. The
940size of the section will be the size of the file. This option only
941works on file formats which can support sections with arbitrary names.
942
eed5eeab
DM
943@item -V
944@itemx --version
945Show the version number of @code{objcopy}.
946
947@item -v
948@itemx --verbose
949Verbose output: list all object files modified. In the case of
950archives, @samp{objcopy -V} lists all members of the archive.
951
952@item --help
953Show a summary of the options to @code{objcopy}.
954@end table
955
eae04238 956@node objdump
c72af735
RP
957@chapter objdump
958
959@cindex object file information
960@kindex objdump
961
962@smallexample
10f2a7f6 963objdump [ -a | --archive-headers ]
e1c14599 964 [ -b @var{bfdname} | --target=@var{bfdname} ] [ --debugging ]
d5464baa
ILT
965 [ -d | --disassemble ] [ -D | --disassemble-all ]
966 [ -f | --file-headers ]
eae04238 967 [ -h | --section-headers | --headers ] [ -i | --info ]
10f2a7f6 968 [ -j @var{section} | --section=@var{section} ]
a8e27cc6 969 [ -l | --line-numbers ] [ -S | --source ]
7e5e9619
JO
970 [ -m @var{machine} | --architecture=@var{machine} ]
971 [ -r | --reloc ] [ -R | --dynamic-reloc ]
972 [ -s | --full-contents ] [ --stabs ]
de3b08ac 973 [ -t | --syms ] [ -T | --dynamic-syms ] [ -x | --all-headers ]
aa21a2a9
ILT
974 [ -w | --wide ] [ --start-address=@var{address} ]
975 [ --stop-address=@var{address} ] [ --version ] [ --help ]
976 @var{objfile}@dots{}
c72af735
RP
977@end smallexample
978
979@code{objdump} displays information about one or more object files.
980The options control what particular information to display. This
981information is mostly useful to programmers who are working on the
982compilation tools, as opposed to programmers who just want their
983program to compile and work.
984
b26ac613
DM
985@var{objfile}@dots{} are the object files to be examined. When you
986specify archives, @code{objdump} shows information on each of the member
987object files.
988
c72af735 989The long and short forms of options, shown here as alternatives, are
ed78872a 990equivalent. At least one option besides @samp{-l} must be given.
c72af735
RP
991
992@table @code
c72af735 993@item -a
eae04238 994@itemx --archive-header
c72af735 995@cindex archive headers
ec40bbb8 996If any of the @var{objfile} files are archives, display the archive
c72af735
RP
997header information (in a format similar to @samp{ls -l}). Besides the
998information you could list with @samp{ar tv}, @samp{objdump -a} shows
999the object file format of each archive member.
1000
c72af735 1001@item -b @var{bfdname}
eae04238 1002@itemx --target=@var{bfdname}
c72af735 1003@cindex object code format
ec40bbb8
DM
1004Specify that the object-code format for the object files is
1005@var{bfdname}. This option may not be necessary; @var{objdump} can
1006automatically recognize many formats.
1007
1008For example,
c72af735
RP
1009@example
1010objdump -b oasys -m vax -h fu.o
1011@end example
1012@noindent
ec40bbb8
DM
1013displays summary information from the section headers (@samp{-h}) of
1014@file{fu.o}, which is explicitly identified (@samp{-m}) as a VAX object
c72af735
RP
1015file in the format produced by Oasys compilers. You can list the
1016formats available with the @samp{-i} option.
eae04238 1017@xref{Target Selection}, for more information.
c72af735 1018
e1c14599
ILT
1019@item --debugging
1020Display debugging information. This attempts to parse debugging
1021information stored in the file and print it out using a C like syntax.
1022Only certain types of debugging information have been implemented.
1023
c72af735 1024@item -d
eae04238 1025@itemx --disassemble
c72af735
RP
1026@cindex disassembling object code
1027@cindex machine instructions
d5464baa
ILT
1028Display the assembler mnemonics for the machine instructions from
1029@var{objfile}. This option only disassembles those sections which are
1030expected to contain instructions.
1031
1032@item -D
1033@itemx --disassemble-all
1034Like @samp{-d}, but disassemble the contents of all sections, not just
1035those expected to contain instructions.
c72af735
RP
1036
1037@item -f
eae04238 1038@itemx --file-header
c72af735 1039@cindex object file header
eae04238 1040Display summary information from the overall header of
ec40bbb8 1041each of the @var{objfile} files.
c72af735
RP
1042
1043@item -h
eae04238 1044@itemx --section-header
c5f0c938 1045@itemx --header
c72af735 1046@cindex section headers
eae04238 1047Display summary information from the section headers of the
c72af735
RP
1048object file.
1049
db2e6adb
DM
1050File segments may be relocated to nonstandard addresses, for example by
1051using the @samp{-Ttext}, @samp{-Tdata}, or @samp{-Tbss} options to
1052@code{ld}. However, some object file formats, such as a.out, do not
1053store the starting address of the file segments. In those situations,
1054although @code{ld} relocates the sections correctly, using @samp{objdump
1055-h} to list the file section headers cannot show the correct addresses.
1056Instead, it shows the usual addresses, which are implicit for the
1057target.
1058
b26ac613
DM
1059@item --help
1060Print a summary of the options to @code{objdump} and exit.
1061
c72af735 1062@item -i
eae04238 1063@itemx --info
c72af735
RP
1064@cindex architectures available
1065@cindex object formats available
1066Display a list showing all architectures and object formats available
ec40bbb8 1067for specification with @samp{-b} or @samp{-m}.
c72af735 1068
c72af735 1069@item -j @var{name}
eae04238 1070@itemx --section=@var{name}
c72af735 1071@cindex section information
ec40bbb8 1072Display information only for section @var{name}.
c72af735 1073
c72af735 1074@item -l
eae04238 1075@itemx --line-numbers
c72af735 1076@cindex source filenames for object files
eae04238
DM
1077Label the display (using debugging information) with the filename
1078and source line numbers corresponding to the object code shown.
d5464baa 1079Only useful with @samp{-d} or @samp{-D}.
c72af735 1080
c72af735 1081@item -m @var{machine}
eae04238 1082@itemx --architecture=@var{machine}
c72af735 1083@cindex architecture
ec40bbb8 1084Specify that the object files @var{objfile} are for architecture
c72af735
RP
1085@var{machine}. You can list available architectures using the @samp{-i}
1086option.
1087
1088@item -r
c5f0c938 1089@itemx --reloc
c72af735 1090@cindex relocation entries, in object file
d5464baa
ILT
1091Print the relocation entries of the file. If used with @samp{-d} or
1092@samp{-D}, the relocations are printed interspersed with the
1093disassembly.
c72af735 1094
de3b08ac
ILT
1095@item -R
1096@itemx --dynamic-reloc
1097@cindex dynamic relocation entries, in object file
1098Print the dynamic relocation entries of the file. This is only
1099meaningful for dynamic objects, such as certain types of shared
1100libraries.
1101
c72af735 1102@item -s
eae04238 1103@itemx --full-contents
c72af735
RP
1104@cindex sections, full contents
1105@cindex object file sections
1106Display the full contents of any sections requested.
1107
a8e27cc6
ILT
1108@item -S
1109@itemx --source
1110@cindex source disassembly
1111@cindex disassembly, with source
1112Display source code intermixed with disassembly, if possible. Implies
1113@samp{-d}.
1114
c5f0c938
JG
1115@item --stabs
1116@cindex stab
1117@cindex .stab
1118@cindex debug symbols
1119@cindex ELF object file format
c3c93fda
JG
1120Display the full contents of any sections requested. Display the
1121contents of the .stab and .stab.index and .stab.excl sections from an
1122ELF file. This is only useful on systems (such as Solaris 2.0) in which
1123@code{.stab} debugging symbol-table entries are carried in an ELF
1124section. In most other file formats, debugging symbol-table entries are
c5f0c938
JG
1125interleaved with linkage symbols, and are visible in the @samp{--syms}
1126output.
1127
aa21a2a9
ILT
1128@item --start-address=@var{address}
1129@cindex start-address
1130Start displaying data at the specified address. This affects the output
1131of the @code{-d}, @code{-r} and @code{-s} options.
1132
1133@item --stop-address=@var{address}
1134@cindex stop-address
1135Stop displaying data at the specified address. This affects the output
1136of the @code{-d}, @code{-r} and @code{-s} options.
1137
c72af735 1138@item -t
c5f0c938 1139@itemx --syms
c72af735 1140@cindex symbol table entries, printing
eae04238 1141Print the symbol table entries of the file.
c72af735
RP
1142This is similar to the information provided by the @samp{nm} program.
1143
de3b08ac
ILT
1144@item -T
1145@itemx --dynamic-syms
1146@cindex dynamic symbol table entries, printing
1147Print the dynamic symbol table entries of the file. This is only
1148meaningful for dynamic objects, such as certain types of shared
1149libraries. This is similar to the information provided by the @samp{nm}
1150program when given the @samp{-D} (@samp{--dynamic}) option.
1151
b26ac613
DM
1152@item --version
1153Print the version number of @code{objdump} and exit.
1154
c72af735 1155@item -x
eae04238 1156@itemx --all-header
c72af735
RP
1157@cindex all header information, object file
1158@cindex header information, all
1159Display all available header information, including the symbol table and
1160relocation entries. Using @samp{-x} is equivalent to specifying all of
1161@samp{-a -f -h -r -t}.
4b6d0f78
MM
1162
1163@item -w
1164@item --wide
1165@cindex wide output, printing
1166Format some lines for output devices that have more than 80 columns.
c72af735
RP
1167@end table
1168
eae04238 1169@node ranlib
c72af735
RP
1170@chapter ranlib
1171
1172@kindex ranlib
1173@cindex archive contents
1174@cindex symbol index
1175
1176@smallexample
4d9b5d5a 1177ranlib [-vV] @var{archive}
c72af735
RP
1178@end smallexample
1179
ec40bbb8 1180@code{ranlib} generates an index to the contents of an archive and
c72af735
RP
1181stores it in the archive. The index lists each symbol defined by a
1182member of an archive that is a relocatable object file.
1183
918c2f61 1184You may use @samp{nm -s} or @samp{nm --print-armap} to list this index.
c72af735 1185
ec40bbb8 1186An archive with such an index speeds up linking to the library and
c72af735
RP
1187allows routines in the library to call each other without regard to
1188their placement in the archive.
1189
b94ff924 1190The @sc{gnu} @code{ranlib} program is another form of @sc{gnu} @code{ar}; running
c72af735
RP
1191@code{ranlib} is completely equivalent to executing @samp{ar -s}.
1192@xref{ar}.
1193
4d9b5d5a
DM
1194@table @code
1195@item -v
1196@itemx -V
1197Show the version number of @code{ranlib}.
c3f471a4 1198@end table
4d9b5d5a 1199
eae04238 1200@node size
c72af735
RP
1201@chapter size
1202
1203@kindex size
1204@cindex section sizes
1205
1206@smallexample
4d9b5d5a
DM
1207size [ -A | -B | --format=@var{compatibility} ]
1208 [ --help ] [ -d | -o | -x | --radix=@var{number} ]
1209 [ --target=@var{bfdname} ] [ -V | --version ]
1210 @var{objfile}@dots{}
c72af735
RP
1211@end smallexample
1212
b94ff924 1213The @sc{gnu} @code{size} utility lists the section sizes---and the total
ec40bbb8
DM
1214size---for each of the object or archive files @var{objfile} in its
1215argument list. By default, one line of output is generated for each
1216object file or each module in an archive.
c72af735 1217
b26ac613
DM
1218@var{objfile}@dots{} are the object files to be examined.
1219
c72af735 1220The command line options have the following meanings:
c72af735 1221
b26ac613 1222@table @code
c72af735
RP
1223@item -A
1224@itemx -B
ec40bbb8 1225@itemx --format=@var{compatibility}
68dd5295 1226@cindex @code{size} display format
b94ff924 1227Using one of these options, you can choose whether the output from @sc{gnu}
c72af735 1228@code{size} resembles output from System V @code{size} (using @samp{-A},
ec40bbb8
DM
1229or @samp{--format=sysv}), or Berkeley @code{size} (using @samp{-B}, or
1230@samp{--format=berkeley}). The default is the one-line format similar to
c72af735 1231Berkeley's.
918c2f61
PB
1232@c Bonus for doc-source readers: you can also say --format=strange (or
1233@c anything else that starts with 's') for sysv, and --format=boring (or
c72af735
RP
1234@c anything else that starts with 'b') for Berkeley.
1235
1236Here is an example of the Berkeley (default) format of output from
1237@code{size}:
1238@smallexample
eae04238 1239size --format=Berkeley ranlib size
c72af735
RP
1240text data bss dec hex filename
1241294880 81920 11592 388392 5ed28 ranlib
1242294880 81920 11888 388688 5ee50 size
1243@end smallexample
1244
1245@noindent
1246This is the same data, but displayed closer to System V conventions:
1247
1248@smallexample
eae04238 1249size --format=SysV ranlib size
c72af735
RP
1250ranlib :
1251section size addr
1252.text 294880 8192
1253.data 81920 303104
1254.bss 11592 385024
1255Total 388392
1256
1257
1258size :
1259section size addr
1260.text 294880 8192
1261.data 81920 303104
1262.bss 11888 385024
1263Total 388688
1264@end smallexample
1265
918c2f61 1266@item --help
c72af735
RP
1267Show a summary of acceptable arguments and options.
1268
1269@item -d
1270@itemx -o
1271@itemx -x
ec40bbb8 1272@itemx --radix=@var{number}
68dd5295 1273@cindex @code{size} number format
c72af735
RP
1274@cindex radix for section sizes
1275Using one of these options, you can control whether the size of each
ec40bbb8
DM
1276section is given in decimal (@samp{-d}, or @samp{--radix=10}); octal
1277(@samp{-o}, or @samp{--radix=8}); or hexadecimal (@samp{-x}, or
1278@samp{--radix=16}). In @samp{--radix=@var{number}}, only the three
c72af735
RP
1279values (8, 10, 16) are supported. The total size is always given in two
1280radices; decimal and hexadecimal for @samp{-d} or @samp{-x} output, or
1281octal and hexadecimal if you're using @samp{-o}.
1282
ec40bbb8 1283@item --target=@var{bfdname}
c72af735 1284@cindex object code format
ec40bbb8
DM
1285Specify that the object-code format for @var{objfile} is
1286@var{bfdname}. This option may not be necessary; @code{size} can
eae04238
DM
1287automatically recognize many formats.
1288@xref{Target Selection}, for more information.
c72af735
RP
1289
1290@item -V
918c2f61 1291@itemx --version
4d9b5d5a 1292Display the version number of @code{size}.
c72af735
RP
1293@end table
1294
eae04238 1295@node strings
ba7c8e29
DM
1296@chapter strings
1297@kindex strings
1298@cindex listings strings
1299@cindex printing strings
1300@cindex strings, printing
1301
1302@smallexample
b26ac613 1303strings [-afov] [-@var{min-len}] [-n @var{min-len}] [-t @var{radix}] [-]
650a49f0 1304 [--all] [--print-file-name] [--bytes=@var{min-len}]
eae04238
DM
1305 [--radix=@var{radix}] [--target=@var{bfdname}]
1306 [--help] [--version] @var{file}@dots{}
ba7c8e29
DM
1307@end smallexample
1308
b94ff924 1309For each @var{file} given, @sc{gnu} @code{strings} prints the printable
ba7c8e29 1310character sequences that are at least 4 characters long (or the number
67ace729 1311given with the options below) and are followed by an unprintable
ba7c8e29 1312character. By default, it only prints the strings from the initialized
5f057047
ILT
1313and loaded sections of object files; for other types of files, it prints
1314the strings from the whole file.
ba7c8e29
DM
1315
1316@code{strings} is mainly useful for determining the contents of non-text
1317files.
1318
1319@table @code
1320@item -a
1321@itemx --all
1322@itemx -
5f057047
ILT
1323Do not scan only the initialized and loaded sections of object files;
1324scan the whole files.
ba7c8e29
DM
1325
1326@item -f
1327@itemx --print-file-name
1328Print the name of the file before each string.
1329
b26ac613 1330@item --help
ba7c8e29
DM
1331Print a summary of the program usage on the standard output and exit.
1332
ba7c8e29 1333@itemx -@var{min-len}
b26ac613 1334@item -n @var{min-len}
ba7c8e29
DM
1335@itemx --bytes=@var{min-len}
1336Print sequences of characters that are at least @var{min-len} characters
1337long, instead of the default 4.
1338
1339@item -o
b26ac613
DM
1340Like @samp{-t o}. Some other versions of @code{strings} have @samp{-o}
1341act like @samp{-t d} instead. Since we can not be compatible with both
1342ways, we simply chose one.
ba7c8e29
DM
1343
1344@item -t @var{radix}
1345@itemx --radix=@var{radix}
1346Print the offset within the file before each string. The single
1347character argument specifies the radix of the offset---@samp{o} for
1348octal, @samp{x} for hexadecimal, or @samp{d} for decimal.
1349
eae04238
DM
1350@item --target=@var{bfdname}
1351@cindex object code format
1352Specify an object code format other than your system's default format.
1353@xref{Target Selection}, for more information.
1354
ba7c8e29
DM
1355@item -v
1356@itemx --version
1357Print the program version number on the standard output and exit.
1358@end table
1359
eae04238 1360@node strip
c72af735
RP
1361@chapter strip
1362
1363@kindex strip
1364@cindex removing symbols
1365@cindex discarding symbols
1815e42c 1366@cindex symbols, discarding
c72af735
RP
1367
1368@smallexample
eae04238
DM
1369strip [ -F @var{bfdname} | --target=@var{bfdname} | --target=@var{bfdname} ]
1370 [ -I @var{bfdname} | --input-target=@var{bfdname} ]
1371 [ -O @var{bfdname} | --output-target=@var{bfdname} ]
b703c078 1372 [ -s | --strip-all ] [ -S | -g | --strip-debug ]
dff604a7 1373 [ -K @var{symbolname} | --keep-symbol=@var{symbolname} ]
29c0d15c 1374 [ -N @var{symbolname} | --strip-symbol=@var{symbolname} ]
b703c078 1375 [ -x | --discard-all ] [ -X | --discard-locals ]
0aca460e 1376 [ -R @var{sectionname} | --remove-section=@var{sectionname} ]
b26ac613 1377 [ -v | --verbose ] [ -V | --version ] [ --help ]
b703c078 1378 @var{objfile}@dots{}
c72af735
RP
1379@end smallexample
1380
b94ff924 1381@sc{gnu} @code{strip} discards all symbols from object files
ec40bbb8 1382@var{objfile}. The list of object files may include archives.
b26ac613 1383At least one object file must be given.
c72af735 1384
ec40bbb8 1385@code{strip} modifies the files named in its argument,
c72af735 1386rather than writing modified copies under different names.
c72af735 1387
c72af735 1388@table @code
eae04238
DM
1389@item -F @var{bfdname}
1390@itemx --target=@var{bfdname}
b26ac613 1391Treat the original @var{objfile} as a file with the object
eae04238
DM
1392code format @var{bfdname}, and rewrite it in the same format.
1393@xref{Target Selection}, for more information.
b26ac613
DM
1394
1395@item --help
1396Show a summary of the options to @code{strip} and exit.
1397
eae04238
DM
1398@item -I @var{bfdname}
1399@itemx --input-target=@var{bfdname}
ec40bbb8 1400Treat the original @var{objfile} as a file with the object
eae04238
DM
1401code format @var{bfdname}.
1402@xref{Target Selection}, for more information.
918c2f61 1403
eae04238
DM
1404@item -O @var{bfdname}
1405@itemx --output-target=@var{bfdname}
1406Replace @var{objfile} with a file in the output format @var{bfdname}.
1407@xref{Target Selection}, for more information.
918c2f61 1408
0aca460e
ILT
1409@item -R @var{sectionname}
1410@itemx --remove-section=@var{sectionname}
1411Remove any section named @var{sectionname} from the output file. This
1412option may be given more than once. Note that using this option
1413inappropriately may make the output file unusable.
1414
b703c078
DM
1415@item -s
1416@itemx --strip-all
1417Remove all symbols.
1418
918c2f61
PB
1419@item -g
1420@itemx -S
1421@itemx --strip-debug
1422Remove debugging symbols only.
1423
9135e5f8
ILT
1424@item --strip-unneeded
1425Remove all symbols that are not needed for relocation processing.
1426
dff604a7
ILT
1427@item -K @var{symbolname}
1428@itemx --keep-symbol=@var{symbolname}
1429Keep only symbol @var{symbolname} from the source file. This option may
1430be given more than once.
1431
29c0d15c
ILT
1432@item -N @var{symbolname}
1433@itemx --strip-symbol=@var{symbolname}
dff604a7
ILT
1434Remove symbol @var{symbolname} from the source file. This option may be
1435given more than once, and may be combined with strip options other than
1436@code{-K}.
29c0d15c 1437
918c2f61
PB
1438@item -x
1439@itemx --discard-all
1440Remove non-global symbols.
1441
1442@item -X
1443@itemx --discard-locals
1444Remove compiler-generated local symbols.
ec40bbb8 1445(These usually start with @samp{L} or @samp{.}.)
918c2f61
PB
1446
1447@item -V
1448@itemx --version
ec40bbb8 1449Show the version number for @code{strip}.
918c2f61 1450
1815e42c 1451@item -v
918c2f61
PB
1452@itemx --verbose
1453Verbose output: list all object files modified. In the case of
1269d441 1454archives, @samp{strip -v} lists all members of the archive.
c72af735
RP
1455@end table
1456
eae04238 1457@node c++filt
b6216af2
PB
1458@chapter c++filt
1459
1460@kindex c++filt
1461@cindex demangling C++ symbols
1462
b26ac613
DM
1463@smallexample
1464c++filt [ -_ | --strip-underscores ]
6f88f031 1465 [ -n | --no-strip-underscores ]
b26ac613 1466 [ -s @var{format} | --format=@var{format} ]
d6a4c375 1467 [ --help ] [ --version ] [ @var{symbol}@dots{} ]
b26ac613
DM
1468@end smallexample
1469
6c69b6bd
JO
1470The C++ language provides function overloading, which means that you can
1471write many functions with the same name (providing each takes parameters
1472of different types). All C++ function names are encoded into a
b26ac613 1473low-level assembly label (this process is known as
6c69b6bd
JO
1474@dfn{mangling}). The @code{c++filt} program does the inverse mapping: it
1475decodes (@dfn{demangles}) low-level names into user-level names so that
1476the linker can keep these overloaded functions from clashing.
1477
1478Every alphanumeric word (consisting of letters, digits, underscores,
1479dollars, or periods) seen in the input is a potential label. If the
1480label decodes into a C++ name, the C++ name replaces the low-level
1481name in the output.
b6216af2 1482
d6a4c375 1483You can use @code{c++filt} to decipher individual symbols:
6c69b6bd
JO
1484
1485@example
1486c++filt @var{symbol}
1487@end example
1488
d6a4c375
DM
1489If no @var{symbol} arguments are given, @code{c++filt} reads symbol
1490names from the standard input and writes the demangled names to the
1491standard output. All results are printed on the standard output.
b6216af2 1492
b26ac613
DM
1493@table @code
1494@item -_
94e9ad77 1495@itemx --strip-underscores
b26ac613
DM
1496On some systems, both the C and C++ compilers put an underscore in front
1497of every name. For example, the C name @code{foo} gets the low-level
6f88f031
ILT
1498name @code{_foo}. This option removes the initial underscore. Whether
1499@code{c++filt} removes the underscore by default is target dependent.
1500
1501@item -n
1502@itemx --no-strip-underscores
1503Do not remove the initial underscore.
b26ac613
DM
1504
1505@item -s @var{format}
1506@itemx --format=@var{format}
b94ff924 1507@sc{gnu} @code{nm} can decode three different methods of mangling, used by
b26ac613
DM
1508different C++ compilers. The argument to this option selects which
1509method it uses:
1510
1511@table @code
1512@item gnu
b94ff924 1513the one used by the @sc{gnu} compiler (the default method)
b26ac613
DM
1514@item lucid
1515the one used by the Lucid compiler
1516@item arm
1517the one specified by the C++ Annotated Reference Manual
1518@end table
1519
1520@item --help
1521Print a summary of the options to @code{c++filt} and exit.
1522
1523@item --version
1524Print the version number of @code{c++filt} and exit.
1525@end table
b6216af2 1526
5eac46ae
JO
1527@quotation
1528@emph{Warning:} @code{c++filt} is a new utility, and the details of its
1529user interface are subject to change in future releases. In particular,
1530a command-line option may be required in the the future to decode a name
1531passed as an argument on the command line; in other words,
1532
1533@example
b26ac613 1534c++filt @var{symbol}
5eac46ae
JO
1535@end example
1536
1537@noindent
1538may in a future release become
1539
1540@example
b26ac613 1541c++filt @var{option} @var{symbol}
5eac46ae
JO
1542@end example
1543@end quotation
1544
eae04238 1545@node nlmconv
94e9ad77
JO
1546@chapter nlmconv
1547
1548@code{nlmconv} converts a relocatable object file into a NetWare
8981cac5
JO
1549Loadable Module.
1550
1551@ignore
1552@code{nlmconv} currently works with @samp{i386} object
4961ce5b
JO
1553files in @code{coff}, @sc{elf}, or @code{a.out} format, and @sc{SPARC}
1554object files in @sc{elf}, or @code{a.out} format@footnote{
1555@code{nlmconv} should work with any @samp{i386} or @sc{sparc} object
1556format in the Binary File Descriptor library. It has only been tested
1557with the above formats.}.
8981cac5 1558@end ignore
4961ce5b
JO
1559
1560@quotation
1561@emph{Warning:} @code{nlmconv} is not always built as part of the binary
1562utilities, since it is only useful for NLM targets.
1563@end quotation
94e9ad77
JO
1564
1565@smallexample
eae04238
DM
1566nlmconv [ -I @var{bfdname} | --input-target=@var{bfdname} ]
1567 [ -O @var{bfdname} | --output-target=@var{bfdname} ]
94e9ad77 1568 [ -T @var{headerfile} | --header-file=@var{headerfile} ]
20465f8b 1569 [ -d | --debug] [ -l @var{linker} | --linker=@var{linker} ]
94e9ad77
JO
1570 [ -h | --help ] [ -V | --version ]
1571 @var{infile} @var{outfile}
1572@end smallexample
1573
1574@code{nlmconv} converts the relocatable @samp{i386} object file
1575@var{infile} into the NetWare Loadable Module @var{outfile}, optionally
1576reading @var{headerfile} for NLM header information. For instructions
5b0ba16d
JO
1577on writing the NLM command file language used in header files, see the
1578@samp{linkers} section, @samp{NLMLINK} in particular, of the @cite{NLM
1579Development and Tools Overview}, which is part of the NLM Software
1580Developer's Kit (``NLM SDK''), available from Novell, Inc.
1581@code{nlmconv} uses the @sc{gnu} Binary File Descriptor library to read
eae04238 1582@var{infile}; see @ref{BFD,,BFD,ld.info,Using LD}, for
5b0ba16d 1583more information.
94e9ad77 1584
20465f8b
JO
1585@code{nlmconv} can perform a link step. In other words, you can list
1586more than one object file for input if you list them in the definitions
1587file (rather than simply specifying one input file on the command line).
1588In this case, @code{nlmconv} calls the linker for you.
1589
94e9ad77 1590@table @code
eae04238
DM
1591@item -I @var{bfdname}
1592@itemx --input-target=@var{bfdname}
94e9ad77 1593Object format of the input file. @code{nlmconv} can usually determine
eae04238
DM
1594the format of a given file (so no default is necessary).
1595@xref{Target Selection}, for more information.
94e9ad77 1596
eae04238
DM
1597@item -O @var{bfdname}
1598@itemx --output-target=@var{bfdname}
94e9ad77
JO
1599Object format of the output file. @code{nlmconv} infers the output
1600format based on the input format, e.g. for a @samp{i386} input file the
eae04238
DM
1601output format is @samp{nlm32-i386}.
1602@xref{Target Selection}, for more information.
94e9ad77
JO
1603
1604@item -T @var{headerfile}
1605@itemx --header-file=@var{headerfile}
1606Reads @var{headerfile} for NLM header information. For instructions on
5b0ba16d
JO
1607writing the NLM command file language used in header files, see@ see the
1608@samp{linkers} section, of the @cite{NLM Development and Tools
1609Overview}, which is part of the NLM Software Developer's Kit, available
1610from Novell, Inc.
94e9ad77 1611
20465f8b
JO
1612@item -d
1613@itemx --debug
1614Displays (on standard error) the linker command line used by @code{nlmconv}.
1615
1616@item -l @var{linker}
1617@itemx --linker=@var{linker}
1618Use @var{linker} for any linking. @var{linker} can be an abosolute or a
1619relative pathname.
1620
94e9ad77
JO
1621@item -h
1622@itemx --help
1623Prints a usage summary.
1624
1625@item -V
1626@itemx --version
1627Prints the version number for @code{nlmconv}.
1628@end table
1629
eae04238
DM
1630@node Selecting The Target System
1631@chapter Selecting the target system
1632
8981cac5
JO
1633You can specify three aspects of the target system to the @sc{gnu}
1634binary file utilities, each in several ways:
eae04238
DM
1635
1636@itemize @bullet
1637@item
8981cac5 1638the target
eae04238
DM
1639
1640@item
8981cac5 1641the architecture
eae04238
DM
1642
1643@item
8981cac5 1644the linker emulation (which applies to the linker only)
eae04238
DM
1645@end itemize
1646
1647In the following summaries, the lists of ways to specify values are in
8981cac5
JO
1648order of decreasing precedence. The ways listed first override those
1649listed later.
eae04238 1650
8981cac5
JO
1651The commands to list valid values only list the values for which the
1652programs you are running were configured. If they were configured with
8490169d 1653@samp{--enable-targets=all}, the commands list most of the available
eae04238 1654values, but a few are left out; not all targets can be configured in at
8981cac5
JO
1655once because some of them can only be configured @dfn{native} (on hosts
1656with the same type as the target system).
eae04238
DM
1657
1658@menu
1659* Target Selection::
1660* Architecture Selection::
1661* Linker Emulation Selection::
1662@end menu
1663
1664@node Target Selection
8981cac5 1665@section Target Selection
eae04238
DM
1666
1667A @dfn{target} is an object file format. A given target may be
1668supported for multiple architectures (@pxref{Architecture Selection}).
8981cac5
JO
1669A target selection may also have variations for different operating
1670systems or architectures.
eae04238 1671
8981cac5
JO
1672The command to list valid target values is @samp{objdump -i}
1673(the first column of output contains the relevant information).
eae04238 1674
10f2a7f6
JO
1675Some sample values are: @samp{a.out-hp300bsd}, @samp{ecoff-littlemips},
1676@samp{a.out-sunos-big}.
eae04238 1677
8981cac5 1678@subheading @code{objdump} Target
eae04238
DM
1679
1680Ways to specify:
1681
1682@enumerate
1683@item
8981cac5 1684command line option: @samp{-b} or @samp{--target}
eae04238
DM
1685
1686@item
1687environment variable @code{GNUTARGET}
1688
1689@item
1690deduced from the input file
1691@end enumerate
1692
8981cac5 1693@subheading @code{objcopy} and @code{strip} Input Target
eae04238
DM
1694
1695Ways to specify:
1696
1697@enumerate
1698@item
8981cac5 1699command line options: @samp{-I} or @samp{--input-target}, or @samp{-F} or @samp{--target}
eae04238
DM
1700
1701@item
1702environment variable @code{GNUTARGET}
1703
1704@item
1705deduced from the input file
1706@end enumerate
1707
8981cac5 1708@subheading @code{objcopy} and @code{strip} Output Target
eae04238
DM
1709
1710Ways to specify:
1711
1712@enumerate
1713@item
8981cac5 1714command line options: @samp{-O} or @samp{--output-target}, or @samp{-F} or @samp{--target}
eae04238
DM
1715
1716@item
8981cac5 1717the input target (see ``@code{objcopy} and @code{strip} Input Target'' above)
eae04238
DM
1718
1719@item
1720environment variable @code{GNUTARGET}
1721
1722@item
1723deduced from the input file
1724@end enumerate
1725
8981cac5 1726@subheading @code{nm}, @code{size}, and @code{strings} Target
eae04238
DM
1727
1728Ways to specify:
1729
1730@enumerate
1731@item
8981cac5 1732command line option: @samp{--target}
eae04238
DM
1733
1734@item
1735environment variable @code{GNUTARGET}
1736
1737@item
1738deduced from the input file
1739@end enumerate
1740
8981cac5 1741@subheading Linker Input Target
eae04238
DM
1742
1743Ways to specify:
1744
1745@enumerate
1746@item
8981cac5 1747command line option: @samp{-b} or @samp{--format}
eae04238
DM
1748(@pxref{Options,,Options,ld.info,Using LD})
1749
1750@item
1751script command @code{TARGET}
1752(@pxref{Option Commands,,Option Commands,ld.info,Using LD})
1753
1754@item
1755environment variable @code{GNUTARGET}
1756(@pxref{Environment,,Environment,ld.info,Using LD})
1757
1758@item
1759the default target of the selected linker emulation
1760(@pxref{Linker Emulation Selection})
1761@end enumerate
1762
8981cac5 1763@subheading Linker Output Target
eae04238
DM
1764
1765Ways to specify:
1766
1767@enumerate
1768@item
8981cac5 1769command line option: @samp{-oformat}
eae04238
DM
1770(@pxref{Options,,Options,ld.info,Using LD})
1771
1772@item
1773script command @code{OUTPUT_FORMAT}
1774(@pxref{Option Commands,,Option Commands,ld.info,Using LD})
1775
1776@item
8981cac5 1777the linker input target (see ``Linker Input Target'' above)
eae04238
DM
1778@end enumerate
1779
1780@node Architecture Selection
1781@section Architecture selection
1782
8981cac5
JO
1783An @dfn{architecture} is a type of @sc{cpu} on which an object file is
1784to run. Its name may contain a colon, separating the name of the
1785processor family from the name of the particular @sc{cpu}.
eae04238 1786
8981cac5
JO
1787The command to list valid architecture values is @samp{objdump -i} (the
1788second column contains the relevant information).
eae04238
DM
1789
1790Sample values: @samp{m68k:68020}, @samp{mips:3000}, @samp{sparc}.
1791
8981cac5 1792@subheading @code{objdump} Architecture
eae04238
DM
1793
1794Ways to specify:
1795
1796@enumerate
1797@item
8981cac5 1798command line option: @samp{-m} or @samp{--architecture}
eae04238
DM
1799
1800@item
1801deduced from the input file
1802@end enumerate
1803
8981cac5 1804@subheading @code{objcopy}, @code{nm}, @code{size}, @code{strings} Architecture
eae04238
DM
1805
1806Ways to specify:
1807
1808@enumerate
1809@item
1810deduced from the input file
1811@end enumerate
1812
8981cac5 1813@subheading Linker Input Architecture
eae04238
DM
1814
1815Ways to specify:
1816
1817@enumerate
1818@item
1819deduced from the input file
1820@end enumerate
1821
8981cac5 1822@subheading Linker Output Architecture
eae04238
DM
1823
1824Ways to specify:
1825
1826@enumerate
1827@item
1828script command @code{OUTPUT_ARCH}
1829(@pxref{Option Commands,,Option Commands,ld.info,Using LD})
1830
1831@item
1832the default architecture from the linker output target
8981cac5 1833(@pxref{Target Selection})
eae04238
DM
1834@end enumerate
1835
1836@node Linker Emulation Selection
1837@section Linker emulation selection
1838
1839A linker @dfn{emulation} is a ``personality'' of the linker, which gives
1840the linker default values for the other aspects of the target system.
1841In particular, it consists of
1842
1843@itemize @bullet
1844@item
8981cac5 1845the linker script
eae04238
DM
1846
1847@item
8981cac5 1848the target
eae04238
DM
1849
1850@item
1851several ``hook'' functions that are run at certain stages of the linking
8981cac5 1852process to do special things that some targets require
eae04238
DM
1853@end itemize
1854
8981cac5 1855The command to list valid linker emulation values is @samp{ld -V}.
eae04238
DM
1856
1857Sample values: @samp{hp300bsd}, @samp{mipslit}, @samp{sun4}.
1858
1859Ways to specify:
1860
1861@enumerate
1862@item
8981cac5 1863command line option: @samp{-m}
eae04238
DM
1864(@pxref{Options,,Options,ld.info,Using LD})
1865
1866@item
1867environment variable @code{LDEMULATION}
1868
1869@item
1870compiled-in @code{DEFAULT_EMULATION} from @file{Makefile},
1871which comes from @code{EMUL} in @file{config/@var{target}.mt}
1872@end enumerate
1873
1874@node Index
c72af735
RP
1875@unnumbered Index
1876
1877@printindex cp
1878
1879@contents
1880@bye
This page took 0.224975 seconds and 4 git commands to generate.