https://sourceware.org/bugzilla/show_bug.cgi?id=32085
--- Comment #5 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=8520cebeb576ae345ae506f2d7207668cc68d1cb commit 8520cebeb576ae345ae506f2d7207668cc68d1cb Author: Vladimir Mezentsev <vladimir.mezent...@oracle.com> Date: Mon Jan 6 21:40:12 2025 -0800 Fix 32085 Source file not recognized for gcc 11.4.0-compiled code gprofng cannot read compressed section. In the next release we plan to use libbfd everywhere instead of our ELF reader. But in this release I use bfd_get_full_section_contents() only when bfd_is_section_compressed() returns true. gprofng/ChangeLog 2025-01-06 Vladimir Mezentsev <vladimir.mezent...@oracle.com> PR gprofng/32085 * src/Elf.cc: Use bfd_get_full_section_contents to decompress a section. * src/Elf.h: Define SEC_DECOMPRESSED. -- You are receiving this mail because: You are on the CC list for the bug.