Summary: | nm: Have a way to suppress 'no symbols' | ||
---|---|---|---|
Product: | binutils | Reporter: | Fangrui Song <i> |
Component: | binutils | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nickc |
Priority: | P2 | ||
Version: | 2.37 | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Fangrui Song
2021-02-12 17:52:59 UTC
(In reply to Fangrui Song from comment #1) > Patch: https://sourceware.org/pipermail/binutils/2021-February/115340.html Patch approved - please apply. For some strange reason I cannot find your posts for this patch in my email queue, so I was unaware that you had asked for a review. So sorry for the delay and please go ahead and apply. Cheers Nick The master branch has been updated by Fangrui Song <maskray@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7fe1b1388ff80f10e932cde5d82d7268742ef336 commit 7fe1b1388ff80f10e932cde5d82d7268742ef336 Author: Fangrui Song <maskray@google.com> Date: Fri Feb 26 09:25:45 2021 -0800 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. Implemented for binutils 2.37 |