From bcf32829aff66021b9309b1f738d54f24dfa6a8e Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 16 Dec 2004 13:16:33 +0000 Subject: binutils/ 2004-12-15 Jan Beulich * doc/binutils.texi: Document --strip-unneeded-symbol and --strip-unneeded-symbols. * objcopy.c (strip_unneeded_list): New. (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL and OPTION_STRIP_UNNEEDED_SYMBOLS. (copy_options): Add --strip-unneeded-symbol and --strip-unneeded-symbols. (copy_usage): Likewise. (filter_symbols): Suppress copying of symbol if in strip_unneeded_list and the symbol is not needed. (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and OPTION_STRIP_UNNEEDED_SYMBOLS. --- binutils/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 16d0c4d..4dbb485 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +2004-12-15 Jan Beulich + + * doc/binutils.texi: Document --strip-unneeded-symbol and + --strip-unneeded-symbols. + * objcopy.c (strip_unneeded_list): New. + (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL + and OPTION_STRIP_UNNEEDED_SYMBOLS. + (copy_options): Add --strip-unneeded-symbol and + --strip-unneeded-symbols. + (copy_usage): Likewise. + (filter_symbols): Suppress copying of symbol if in strip_unneeded_list + and the symbol is not needed. + (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and + OPTION_STRIP_UNNEEDED_SYMBOLS. + 2004-12-09 Ian Lance Taylor * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000. -- cgit v1.1