https://sourceware.org/bugzilla/show_bug.cgi?id=33151
--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The binutils-2_45-branch branch has been updated by Vladimir Mezentsev <vmeze...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c947a34079fb7e39b1a149def59c6ed606e25844 commit c947a34079fb7e39b1a149def59c6ed606e25844 Author: Dmitrii Bordukov <dabordu...@gmail.com> Date: Sat Jul 19 15:21:46 2025 +0300 gprofng: do not skip weak symbols PR gprofng/33151 gprofng ignores functions that are compiled as weak symbols. This heavily affects C++ class methods that are always compiled by g++ and clang++ as weak symbols. In this case 'gprofng display text' just displays <static>@ADDRESS(<FILENAME>) instead of proper method name. The bug has been introduced in the commit 470a0288a818. -- You are receiving this mail because: You are on the CC list for the bug.