diff options
author | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2025-01-06 21:40:12 -0800 |
---|---|---|
committer | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2025-01-07 22:27:46 -0800 |
commit | 8520cebeb576ae345ae506f2d7207668cc68d1cb (patch) | |
tree | e4dbb54628cb56e03abd25d679ab86e82f82f7a8 /gdb/python | |
parent | 8791ea5e49c886788e6835c38ad188c025810382 (diff) | |
download | binutils-8520cebeb576ae345ae506f2d7207668cc68d1cb.zip binutils-8520cebeb576ae345ae506f2d7207668cc68d1cb.tar.gz binutils-8520cebeb576ae345ae506f2d7207668cc68d1cb.tar.bz2 |
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.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions