aboutsummaryrefslogtreecommitdiff
path: root/binutils/strip.1
blob: d16790babf5e81c8e2046432cf1bd3c68565d300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
.\" Copyright (c) 1991 Free Software Foundation
.\" See section COPYING for conditions for redistribution
.\" $Id$
.TH strip 1 "5 November 1991" "cygnus support" "GNU Development Tools"
.de BP
.sp
.ti \-.2i
\(**
..

.SH NAME
strip\(em\&Discard symbols from object files.

.SH SYNOPSIS
.hy 0
.na
.TP
.B strip
.RB "[\|" \-s | +strip-all "\|]" 
.RB "[\|" \-g | \-S | +strip-debug\c
\|]
.RB "[\|" \-x | +discard-all "\|]" 
.RB "[\|" \-X | +discard-locals "\|]"
.RB "[\|" "\-T\ "\c
.I bfdname\c
\&\|]
.I objfiles\c
\&.\|.\|.
.ad b
.hy 1
.SH DESCRIPTION
GNU \c
.B strip\c
\& will discard all symbols from object files
\c
.I objfiles\c
\&, if no options are specified; or only certain symbols,
depending on its command-line options.

\c
.B strip\c
\& will not execute unless at least one object file is listed.

.I WARNING:\c
\& \c
.B strip\c
\& modifies the files named in its argument,
rather than writing modified copies under different names.

.SH OPTIONS
The long and short forms of options, shown here as alternatives, are
equivalent.

.TP
.B \-s
.TP
.B +strip-all 
This is the default case: strip all symbol entries from \c
.I objfiles\c
\&.

.TP
.B \-g
.TP
.B \-S
.TP
.B +strip-debug 
Discard only debugging symbol information from \c
.I objfiles\c
\&.

.TP
.B \-x
.TP
.B +discard-all 
Discard all symbols local to each file in \c
.I objfiles\c
\&.
\c
.I WARNING:\c
\& Note that \c
.B +discard-all\c
\& discards only \c
.I local\c
\&
symbols, in spite of its name.

.TP
.B \-X
.TP
.B +discard-locals 
Discard local symbols starting with `\|\c
.B L\c
\|' from each file in
\c
.I objfiles\c
\&.  (Some compilers produce internally-used symbols that
begin with `\|\c
.B L\c
\|'.)

.TP
.BI "-T " "bfdname"\c
\&
You can specify a particular object-code format \c
.I bfdname\c
\& for
\c
.I objfiles\c
\&.  This may not be necessary; \c
.I strip\c
\& can automatically
recognize many formats.   for information on listing
available formats.
.PP

.SH "SEE ALSO"
.RB "`\|" binutils "\|'" 
entry in 
.B
info\c
\&; 
.I
The GNU Binary Utilities\c
\&, Roland H. Pesch (October 1991).

.SH COPYING
Copyright (c) 1991 Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.
.PP
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.
.PP
Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for modified
versions, except that this permission notice may be included in
translations approved by the Free Software Foundation instead of in
the original English.