Merge from gnu/dist:

Document the compatibility "-d" option to strip.
This commit is contained in:
tv 2001-01-30 19:23:22 +00:00
parent 8798a9a1bb
commit 45d7253aee

View File

@ -20,7 +20,7 @@ strip \- Discard symbols from object files.
.RB "[\|" \-O\ \fIbfdname\fR\ |\ \fB\-\-output\-target=\fIbfdname\fP "\|]"
.RB "[\|" \-R\ \fIsectionname\fR\ |\ \fB\-\-remove\-section=\fIsectionname\fP "\|]"
.RB "[\|" \-s\fR\ |\ \fB\-\-strip\-all "\|]"
.RB "[\|" \-S\fR\ |\ \fB\-g\fR\ |\ \fB\-\-strip\-debug "\|]"
.RB "[\|" \-S\fR\ |\ \fB\-g\fR\ |\ \fB\-d\fR\ |\ \fB\-\-strip\-debug "\|]"
.RB "[\|" \-\-strip\-unneeded\fR "\|]"
.RB "[\|" \-x\fR\ |\ \fB\-\-discard\-all "\|]"
.RB "[\|" \-X\fR\ |\ \fB\-\-discard\-locals "\|]"
@ -93,6 +93,8 @@ Remove all symbols.
.TP
.B \-g
.TP
.B \-d
.TP
.B \-\-strip\-debug
Remove debugging symbols only.