aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-11-11 11:49:45 +0000
committerNick Clifton <nickc@redhat.com>2016-11-11 11:49:45 +0000
commitdf2c87b5803750d21f03b7d36f8d1abace3e1e14 (patch)
treef0518bd37e6acf61c8bb6a3d29c209e94664dcbe /binutils/NEWS
parent74f5402d08b857d60499b27851c204954ce6c42c (diff)
downloadgdb-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/NEWS')
-rw-r--r--binutils/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 9ec9724..5d0bc89 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,9 @@
-*- text -*-
+* The nm program has a new command lien option (--with-version-strings)
+ which will display a symbol's version information, if any, after the
+ symbol's name.
+
* The ARC port of objdump now accepts a -M option to specify the extra
instruction class(es) that should be disassembled.