bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/23495] New: gold should not compress the .debug_gdb_scripts se


From: ian at airs dot com
Subject: [Bug gold/23495] New: gold should not compress the .debug_gdb_scripts section
Date: Wed, 08 Aug 2018 17:36:48 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=23495

            Bug ID: 23495
           Summary: gold should not compress the .debug_gdb_scripts
                    section
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at gmail dot com
          Reporter: ian at airs dot com
                CC: ian at airs dot com
  Target Milestone: ---

gdb looks for the special section .debug_gdb_scripts.  As far as I can tell, it
does not look for .zdebug_gdb_scripts.  Therefore, gold should not generate
that.  Right now, gold will consider compressing any section whose name starts
with ".debug" (is_compressible_debug_section in gold/layout.cc).  We should
probably not try to compress .debug_gdb_scripts.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]