|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug gprofng/32085] Source file not recognized for gcc 11.4.0-compiled code |
Date: | Wed, 08 Jan 2025 06:35:48 +0000 |
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 <vmezents@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8520cebeb576ae345ae506f2d7207668cc68d1cb commit 8520cebeb576ae345ae506f2d7207668cc68d1cb Author: Vladimir Mezentsev <vladimir.mezentsev@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.mezentsev@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.
[Prev in Thread] | Current Thread | [Next in Thread] |