Merge from gnu/dist:
Document the compatibility "-d" option to strip.
This commit is contained in:
parent
8798a9a1bb
commit
45d7253aee
4
gnu/dist/toolchain/binutils/strip.1
vendored
4
gnu/dist/toolchain/binutils/strip.1
vendored
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user