diff options
Diffstat (limited to 'binutils/strip.1')
-rw-r--r-- | binutils/strip.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/strip.1 b/binutils/strip.1 index 62a3abf..c021a83 100644 --- a/binutils/strip.1 +++ b/binutils/strip.1 @@ -21,6 +21,7 @@ strip \- Discard symbols from object files. .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 "[\|" \-\-strip\-unneeded\fR "\|]" .RB "[\|" \-x\fR\ |\ \fB\-\-discard\-all "\|]" .RB "[\|" \-X\fR\ |\ \fB\-\-discard\-locals "\|]" .RB "[\|" \-K\ \fIsymbolname\fR\ |\ \fB\-\-keep\-symbol=\fIsymbolname\fR "\|]" @@ -94,6 +95,10 @@ Remove all symbols. Remove debugging symbols only. .TP +.B \-\-strip\-unneeded +Strip all symbols that are not needed for relocation processing. + +.TP .B \-N \fIsymbolname\fR .TP .B \-\-strip\-symbol=\fIsymbolname |