summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-01-30 19:23:22 +0000
committertv <tv@NetBSD.org>2001-01-30 19:23:22 +0000
commit45d7253aeef9990b87fe122a0ab80ca2dec38224 (patch)
treea5536186b7db7817236317bb7a116409866e8315 /gnu
parent8798a9a1bbd2f88c3c47f4a5d1707cedddef6594 (diff)
Merge from gnu/dist:
Document the compatibility "-d" option to strip.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/toolchain/binutils/strip.14
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/dist/toolchain/binutils/strip.1 b/gnu/dist/toolchain/binutils/strip.1
index 1fc415c8a78..45eebaf0cc1 100644
--- a/gnu/dist/toolchain/binutils/strip.1
+++ b/gnu/dist/toolchain/binutils/strip.1
@@ -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.