diff options
author | Nick Clifton <nickc@redhat.com> | 2016-11-11 11:49:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-11-11 11:49:45 +0000 |
commit | df2c87b5803750d21f03b7d36f8d1abace3e1e14 (patch) | |
tree | f0518bd37e6acf61c8bb6a3d29c209e94664dcbe /binutils/ChangeLog | |
parent | 74f5402d08b857d60499b27851c204954ce6c42c (diff) | |
download | gdb-df2c87b5803750d21f03b7d36f8d1abace3e1e14.zip gdb-df2c87b5803750d21f03b7d36f8d1abace3e1e14.tar.gz gdb-df2c87b5803750d21f03b7d36f8d1abace3e1e14.tar.bz2 |
Add the ability for nm to display symbol version information.
PR binutils/20751
* nm.c (with_symbol_versions): New local variable.
(long_options): Add --with-symbol-versions.
(usage): Mention --with-symbol-versions.
(print_symbol): If with_symbol_versions is set then display the
version information associated with the symbol.
* NEWS: Mention the new feature.
* doc/binutils.texi (nm): Document the new option.
(objdump): Describe how symbol version information is displayed
for dynamic symbol dumps.
(readelf): Describe how symbol version information is displayed.
* testsuite/binutils-all/nm.exp: Add a test of the new feature.
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 d586e03..4c4bb6b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +2016-11-11 Nick Clifton <nickc@redhat.com> + + PR binutils/20751 + * nm.c (with_symbol_versions): New local variable. + (long_options): Add --with-symbol-versions. + (usage): Mention --with-symbol-versions. + (print_symbol): If with_symbol_versions is set then display the + version information associated with the symbol. + * NEWS: Mention the new feature. + * doc/binutils.texi (nm): Document the new option. + (objdump): Describe how symbol version information is displayed + for dynamic symbol dumps. + (readelf): Describe how symbol version information is displayed. + * testsuite/binutils-all/nm.exp: Add a test of the new feature. + 2016-11-08 Nick Clifton <nickc@redhat.com> PR binutils/20794 |