diff options
author | Roland Pesch <pesch@cygnus> | 1992-08-08 01:13:23 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-08-08 01:13:23 +0000 |
commit | 1815e42cc3cbf95cd12055515a85a707ba7dc764 (patch) | |
tree | 87b1fc7b507e62dcafe80f56768bfc7908451f12 /binutils/strip.1 | |
parent | 426fad1ef99828c1928beb83efbbb0fd312e515a (diff) | |
download | gdb-1815e42cc3cbf95cd12055515a85a707ba7dc764.zip gdb-1815e42cc3cbf95cd12055515a85a707ba7dc764.tar.gz gdb-1815e42cc3cbf95cd12055515a85a707ba7dc764.tar.bz2 |
Strip has mutated; remove all existing option documentation, document
only -v (verbose).
Diffstat (limited to 'binutils/strip.1')
-rw-r--r-- | binutils/strip.1 | 88 |
1 files changed, 9 insertions, 79 deletions
diff --git a/binutils/strip.1 b/binutils/strip.1 index 01e6674..26f4a3c 100644 --- a/binutils/strip.1 +++ b/binutils/strip.1 @@ -11,30 +11,18 @@ 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 -\&\|] +.B strip\c +.RB " [\|" \-v "\|] "\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. +\&. The list of object files may include archives. \c .B strip\c @@ -47,70 +35,12 @@ depending on its command-line options. 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. +.B \-v +Verbose operation: list all object files modified. In the case of +archives, `\|\c +.B strip \-v\c +\&\|' will list all members of the archive. .PP .SH "SEE ALSO" |