https://sourceware.org/bugzilla/show_bug.cgi?id=33151
--- Comment #2 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Vladimir Mezentsev <vmeze...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=00df7c126b9a0e551b32aeba9c7cb71c0e2a8e7e commit 00df7c126b9a0e551b32aeba9c7cb71c0e2a8e7e 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.