diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-11-18 16:00:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-11-18 16:00:41 +0000 |
commit | 29c0d15c0172df8adb38b087148f1f85a0d4c108 (patch) | |
tree | c4da3aa3efa8eb5d9dafce6cc4eacac0902537f6 /binutils/ChangeLog | |
parent | 3f9ef4ffe974cc974e462e057ce7412dbdf7ea59 (diff) | |
download | gdb-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/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8a9a091..c516534 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -6,6 +6,21 @@ Thu Nov 17 15:00:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * objcopy.c (main): Fix is_strip test. From pirker@eiunix.tuwien.ac.at (Martin Pirker). +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. + Tue Nov 8 13:12:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * objdump.c (display_target_list, display_info_table): Pass an |