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