bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/25708] nm -D doesn't display symbol version for dynamic sy


From: matz at suse dot de
Subject: [Bug binutils/25708] nm -D doesn't display symbol version for dynamic symbols
Date: Fri, 07 Aug 2020 14:08:37 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25708

Michael Matz <matz at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matz at suse dot de

--- Comment #8 from Michael Matz <matz at suse dot de> ---
This breaks at least the perf build from linux kernel 5.7 as nm is used to
construct a symbol list for feeding into ld, which now contains '@' characters
which aren't liked by ld (of course).  See e.g.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1887397

Is it really a good idea to change the output format of basic tools that might
be
used in machine processing context?  (And I note there doesn't seem to be an
cmdline option to get the old behaviour back, so fixing the problem now entails
further massaging of nm output to cut off /@.*/ )

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]