]> Git Repo - binutils.git/blobdiff - binutils/objcopy.1
* xcofflink.c (xcoff_link_add_symbols): Handle csects in the
[binutils.git] / binutils / objcopy.1
index 15cebb06d5da2f889977cb2c978884c0d9455e7b..7694cf49a3fa1d1c1ea6bba9b83ef82e5e445bbb 100644 (file)
@@ -21,6 +21,7 @@ objcopy \- copy and translate object files
 .RB "[\|" \-R\ \fIsectionname\fR\ |\ \fB\-\-remove\-section=\fIsectionname\fR "\|]"
 .RB "[\|" \-S\fR\ |\ \fB\-\-strip\-all\fR "\|]" 
 .RB "[\|" \-g\fR\ |\ \fB\-\-strip\-debug\fR "\|]" 
+.RB "[\|" \-\-strip\-unneeded\fR "\|]" 
 .RB "[\|" \-K\ \fIsymbolname\fR\ |\ \fB\-\-keep\-symbol=\fIsymbolname\fR "\|]" 
 .RB "[\|" \-N\ \fIsymbolname\fR\ |\ \fB\-\-strip\-symbol=\fIsymbolname\fR "\|]" 
 .RB "[\|" \-x\fR\ |\ \fB\-\-discard\-all\fR "\|]" 
@@ -124,6 +125,9 @@ Do not copy relocation and symbol information from the source file.
 .B \-g\fR, \fB\-\-strip\-debug
 Do not copy debugging symbols from the source file.
 .TP
+.B \-\-strip\-unneeded
+Strip all symbols that are not needed for relocation processing.
+.TP
 .B \-K \fIsymbolname\fR, \fB\-\-keep\-symbol=\fIsymbolname
 Copy only symbol \fIsymbolname\fP from the source file. This option
 may be given more than once.
This page took 0.022205 seconds and 4 git commands to generate.