1 .\" Copyright (c) 1991 Free Software Foundation
2 .\" See section COPYING for conditions for redistribution
3 .TH strip 1 "5 November 1991" "cygnus support" "GNU Development Tools"
11 strip\(em\&Discard symbols from object files.
15 .RB "[\|" "\-F \fIformat\fP" | \-\-format=\fIformat\fP | \-\-target=\fIformat\fP "\|]"
16 .RB "[\|" "\-I \fIformat\fP" | \-\-input\-format=\fIformat\fP "\|]"
17 .RB "[\|" "\-O \fIformat\fP" | \-\-output\-format=\fIformat\fP "\|]"
18 .RB "[\|" \-s | \-\-strip\-all "\|]"
19 .RB "[\|" \-S | -g | \-\-strip\-debug "\|]"
20 .RB "[\|" \-x | \-\-discard\-all "\|]"
21 .RB "[\|" \-X | \-\-discard\-locals "\|]"
22 .RB "[\|" \-v | \-\-verbose "\|]"
23 .RB "[\|" \-V | \-\-version "\|]"
30 \& discards all symbols from the object files
33 \&. The list of object files may include archives.
37 \& will not execute unless at least one object file is listed.
41 \& modifies the files named in its argument,
42 rather than writing modified copies under different names.
47 Verbose operation: list all object files modified. In the case of
50 \&\|' will list all members of the archive.
53 .B "\-F \fIformat\fP \-\-format=\fIformat\fP \-\-target=\fIformat\fP"
54 Treat the original \fIobjfile\fP as a file with the object
55 code format \fIformat\fP, and rewrite it in the same format.
58 .B "\-I \fIformat\fP \-\-input\-format=\fIformat\fP"
59 Treat the original \fIobjfile\fP as a file with the object
60 code format \fIformat\fP.
63 .B "\-O \fIformat\fP \-\-output\-format=\fIformat\fP"
64 Replace \fIobjfile\fP with a file in the output format \fIformat\fP.
67 .B "\-s \-\-strip\-all"
71 .B "\-S -g \-\-strip\-debug"
72 Remove debugging symbols only.
75 .B "\-x \-\-discard\-all"
76 Remove non-global symbols.
79 .B "\-X \-\-discard\-locals"
80 Remove compiler-generated local symbols.
81 (These usually start with ``L'' or ``.''.)
85 Verbose output: list all object files modified. In the case of
86 archives, ``strip -V'' lists all members of the archive.
90 Show the version number for \fBstrip\fP.
95 .RB "`\|" binutils "\|'"
101 The GNU Binary Utilities\c
102 \&, Roland H. Pesch (October 1991).
105 Copyright (c) 1991 Free Software Foundation, Inc.
107 Permission is granted to make and distribute verbatim copies of
108 this manual provided the copyright notice and this permission notice
109 are preserved on all copies.
111 Permission is granted to copy and distribute modified versions of this
112 manual under the conditions for verbatim copying, provided that the
113 entire resulting derived work is distributed under the terms of a
114 permission notice identical to this one.
116 Permission is granted to copy and distribute translations of this
117 manual into another language, under the above conditions for modified
118 versions, except that this permission notice may be included in
119 translations approved by the Free Software Foundation instead of in
120 the original English.