aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2021-02-26 09:25:45 -0800
committerFangrui Song <maskray@google.com>2021-02-26 09:26:41 -0800
commit7fe1b1388ff80f10e932cde5d82d7268742ef336 (patch)
tree9ec68f36082035547db348a864d106a8bcec594f /binutils/NEWS
parentfe0171d248e6d4cbc59c3101b9e74e18a9292294 (diff)
downloadgdb-7fe1b1388ff80f10e932cde5d82d7268742ef336.zip
gdb-7fe1b1388ff80f10e932cde5d82d7268742ef336.tar.gz
gdb-7fe1b1388ff80f10e932cde5d82d7268742ef336.tar.bz2
nm: Add --quiet to suppress "no symbols" diagnostic
PR binutils/27408 * readelf.c (quiet): New option flag. (enum long_option_values): New enum to hold long option value. (long_options): Add --quiet. (usage): Mention --quiet. (display_rel_file): If quiet is enabled, suppress "no symbols". (main): Handle the new option. * NEWS: Mention --quiet. * docs/binutils.texi: Document --quiet.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 61aca95..d66944e 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -10,6 +10,9 @@
restored by the use of the --enable-follow-debug-links=no configure time
option.
+* Nm has a new command line option: --quiet. This suppresses "no symbols"
+ diagnostic.
+
Changes in 2.36:
* Update elfedit and readelf with LAM_U48 and LAM_U57 support.