aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.1
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-11-18 16:00:41 +0000
committerIan Lance Taylor <ian@airs.com>1994-11-18 16:00:41 +0000
commit29c0d15c0172df8adb38b087148f1f85a0d4c108 (patch)
treec4da3aa3efa8eb5d9dafce6cc4eacac0902537f6 /binutils/objcopy.1
parent3f9ef4ffe974cc974e462e057ce7412dbdf7ea59 (diff)
downloadgdb-29c0d15c0172df8adb38b087148f1f85a0d4c108.zip
gdb-29c0d15c0172df8adb38b087148f1f85a0d4c108.tar.gz
gdb-29c0d15c0172df8adb38b087148f1f85a0d4c108.tar.bz2
Thu Nov 17 15:37:19 1994 Mark W. Eichin <eichin@cygnus.com>
* objcopy.c (add_strip_symbol): New function, adds a name to an explicit list of symbols to strip. (is_strip_symbol): New function, reports whether the name argument is in the explicit list. (filter_symbols): Check against is_strip_symbol above all. (strip_main): Recognize -N option. If used, don't default to strip_all. (copy_main): Recognize -N option. (strip_usage): Document -N and --strip-symbol options. (copy_usage): Ditto. * objcopy.1, strip.1, binutils.texi: Document -N and --strip-symbol options.
Diffstat (limited to 'binutils/objcopy.1')
-rw-r--r--binutils/objcopy.16
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/objcopy.1 b/binutils/objcopy.1
index 0bf5727..c5b04a9 100644
--- a/binutils/objcopy.1
+++ b/binutils/objcopy.1
@@ -21,6 +21,7 @@ objcopy \- copy and translate object files
.RB "[\|" \-R\ \fIsectionname\fB\ |\ \-\-remove\-section=\fIsectionname\fR "\|]"
.RB "[\|" \-S\ |\ \-\-strip\-all\fR "\|]"
.RB "[\|" \-g\ |\ \-\-strip\-debug\fR "\|]"
+.RB "[\|" \-N\ \fIsymbolname\fR\ |\ \-\-strip\-symbol=\fIsymbolname\fR "\|]"
.RB "[\|" \-x\ |\ \-\-discard\-all\fR "\|]"
.RB "[\|" \-X\ |\ \-\-discard\-locals\fR "\|]"
.RB "[\|" \-b\ \fIbyte\fR\ |\ \fB\-\-byte=\fIbyte\fR "\|]"
@@ -120,6 +121,11 @@ 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 \-N \fIsymbolname\fR, \fB\-\-strip\-symbol=\fIsymbolname
+Do not copy symbol \fIsymbolname\fP from the source file. This option
+may be given more than once, and may be combined with other strip
+options.
+.TP
.B \-x\fR, \fB \-\-discard\-all
Do not copy non-global symbols from the source file.
.TP