https://sourceware.org/bugzilla/show_bug.cgi?id=25708
--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Michael Matz from comment #10) > (In reply to H.J. Lu from comment #9) > > > > > > 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 > > No. perf does the moral equivalent of: > > % ( echo "{"; nm -D input.so | awk '{print $1";"}'; echo "}" ) > thelist > % ld ... --dynamic-list=thelist > Please a new bug report with a small testcase. -- You are receiving this mail because: You are on the CC list for the bug.