]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gprof support for split debuginfo, tweak
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 30 Apr 2026 17:19:58 +0000 (13:19 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Thu, 30 Apr 2026 17:20:42 +0000 (13:20 -0400)
* gprof/corefile.c: Remove BFD_DECOMPRESS conditional, as per amodra.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
gprof/corefile.c

index a6bbb6d45ea8e420145872f6af4c52c2552bbd40..c7290fbf6b6f7a0737822bdaa5f40990524f76fc 100644 (file)
@@ -207,11 +207,6 @@ open_separated_debug_file (bfd *abfd)
        {
          if (bfd_check_format (debug_bfd, bfd_object))
            {
-             /* Successfully opened the debug file.
-                Enable decompression on the debug file.  */
-             if ((debug_bfd->flags & BFD_DECOMPRESS) == 0)
-               debug_bfd->flags |= BFD_DECOMPRESS;
-
              /* Store the debug BFD for use during symbol reading.
                 We'll use this for bfd_canonicalize_symtab and other symbol ops.  */
              core_debug_bfd = debug_bfd;