https://sourceware.org/bugzilla/show_bug.cgi?id=27128
Josh Triplett <josh at joshtriplett dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|RESOLVED |REOPENED
--- Comment #5 from Josh Triplett <josh at joshtriplett dot org> ---
This fix made the output much better, but there's still an issue with it.
Example:
$ nm -DP /usr/lib/x86_64-linux-gnu/libavutil.so.56 | grep av_calloc
av_calloc@@LIBAVUTIL_56 T 3cf90 79
$ nm -DP /usr/bin/ffmpeg | grep av_calloc
av_calloc@LIBAVUTIL_56 U
The defined symbol has an @@, while the undefined symbol has an @, which
prevents tools from matching up the two.
--
You are receiving this mail because:
You are on the CC list for the bug.