diff options
author | Jan Beulich <jbeulich@novell.com> | 2004-12-16 13:16:33 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2004-12-16 13:16:33 +0000 |
commit | bcf32829aff66021b9309b1f738d54f24dfa6a8e (patch) | |
tree | 6146f65e84fd4af302e4779d149d456f7577e61b /binutils/NEWS | |
parent | 5b9d23c67a826f866199a297cabcc4aa1ca38e69 (diff) | |
download | gdb-bcf32829aff66021b9309b1f738d54f24dfa6a8e.zip gdb-bcf32829aff66021b9309b1f738d54f24dfa6a8e.tar.gz gdb-bcf32829aff66021b9309b1f738d54f24dfa6a8e.tar.bz2 |
binutils/
2004-12-15 Jan Beulich <jbeulich@novell.com>
* 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.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index f52b519..0c52b4b 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,10 @@ -*- text -*- +* objcopy recognizes two new options --strip-unneeded-symbol and + --strip-unneeded-symbols, namely for use together with the wildcard + matching the original --strip-symbol/--strip-symbols provided, but + retaining any symbols matching but needed by relocations. + * readelf can now display address ranges from .debug_range sections. This happens automatically when a DW_AT_range attribute is encountered. The command line switch --debug-dump=Ranges (or -wR) can also be used to display |