bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/28095] --strip-debug-non-line doesn't work with dwarf-5


From: vries at gcc dot gnu.org
Subject: [Bug gold/28095] --strip-debug-non-line doesn't work with dwarf-5
Date: Fri, 16 Jul 2021 12:33:47 +0000

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

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
I guess there are two ways to go about this:
1. now that the implicit dependency of .debug_line on .debug_info is gone in
dwarf 5, we can just drop all but .debug_line and .debug_line_str for dwarf 5
CUs.  That will require changes though in existing consumers, like gdb
(PR28094), which currently require a .debug_info section.
2. do mostly the same for dwarf 5 as for dwarf 4.  More work in gold, but
doesn't require changes in existing consumers (other than regular dwarf 5
support).

-- 
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]