]>
Commit | Line | Data |
---|---|---|
df22f469 RP |
1 | .\" Copyright (c) 1991 Free Software Foundation |
2 | .\" See section COPYING for conditions for redistribution | |
df22f469 RP |
3 | .TH strip 1 "5 November 1991" "cygnus support" "GNU Development Tools" |
4 | .de BP | |
5 | .sp | |
6 | .ti \-.2i | |
7 | \(** | |
8 | .. | |
9 | ||
10 | .SH NAME | |
11 | strip\(em\&Discard symbols from object files. | |
12 | ||
13 | .SH SYNOPSIS | |
1815e42c RP |
14 | .B strip\c |
15 | .RB " [\|" \-v "\|] "\c | |
df22f469 RP |
16 | .I objfiles\c |
17 | \&.\|.\|. | |
1815e42c | 18 | |
df22f469 RP |
19 | .SH DESCRIPTION |
20 | GNU \c | |
21 | .B strip\c | |
22 | \& will discard all symbols from object files | |
23 | \c | |
24 | .I objfiles\c | |
1815e42c | 25 | \&. The list of object files may include archives. |
df22f469 RP |
26 | |
27 | \c | |
28 | .B strip\c | |
29 | \& will not execute unless at least one object file is listed. | |
30 | ||
31 | .I WARNING:\c | |
32 | \& \c | |
33 | .B strip\c | |
34 | \& modifies the files named in its argument, | |
35 | rather than writing modified copies under different names. | |
36 | ||
37 | .SH OPTIONS | |
df22f469 | 38 | .TP |
1815e42c RP |
39 | .B \-v |
40 | Verbose operation: list all object files modified. In the case of | |
41 | archives, `\|\c | |
42 | .B strip \-v\c | |
43 | \&\|' will list all members of the archive. | |
df22f469 RP |
44 | .PP |
45 | ||
46 | .SH "SEE ALSO" | |
47 | .RB "`\|" binutils "\|'" | |
48 | entry in | |
49 | .B | |
50 | info\c | |
51 | \&; | |
52 | .I | |
53 | The GNU Binary Utilities\c | |
54 | \&, Roland H. Pesch (October 1991). | |
55 | ||
56 | .SH COPYING | |
57 | Copyright (c) 1991 Free Software Foundation, Inc. | |
58 | .PP | |
59 | Permission is granted to make and distribute verbatim copies of | |
60 | this manual provided the copyright notice and this permission notice | |
61 | are preserved on all copies. | |
62 | .PP | |
63 | Permission is granted to copy and distribute modified versions of this | |
64 | manual under the conditions for verbatim copying, provided that the | |
65 | entire resulting derived work is distributed under the terms of a | |
66 | permission notice identical to this one. | |
67 | .PP | |
68 | Permission is granted to copy and distribute translations of this | |
69 | manual into another language, under the above conditions for modified | |
70 | versions, except that this permission notice may be included in | |
71 | translations approved by the Free Software Foundation instead of in | |
72 | the original English. |