From 29c0d15c0172df8adb38b087148f1f85a0d4c108 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 18 Nov 1994 16:00:41 +0000 Subject: Thu Nov 17 15:37:19 1994 Mark W. Eichin * 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. --- binutils/strip.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'binutils/strip.1') diff --git a/binutils/strip.1 b/binutils/strip.1 index 5373b9f..e1ec592 100644 --- a/binutils/strip.1 +++ b/binutils/strip.1 @@ -92,6 +92,14 @@ Remove all symbols. Remove debugging symbols only. .TP +.B \-N \fIsymbolname\fR +.TP +.B \-\-strip\-symbol=\fIsymbolname +Remove 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 .TP .B \-\-discard\-all -- cgit v1.1