https://sourceware.org/bugzilla/show_bug.cgi?id=25708
--- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Michael Matz from comment #8) > 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 /@.*/ ) Is this PR 26302? A patch is at https://sourceware.org/pipermail/binutils/2020-July/112556.html -- You are receiving this mail because: You are on the CC list for the bug.