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

[Bug default/24756] Unknown debugging section .debug_addr (-gsplit-dwarf)



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

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org
            Summary|Unknown debugging section   |Unknown debugging section
                   |.debug_addr                 |.debug_addr (-gsplit-dwarf)

--- Comment #2 from Mark Wielaard <mark at klomp dot org> ---
The reproducer in comment #2 is nicer because it will have the .dwo files,
which need to somehow be handled.

The testcase from the description has been executables linked with some object
files which were compiled with -gsplit-dwarf, because it does have some
skeleton units (and a .debug_addr section) but is missing the .dwo files (or
.dwp archive) containing the split unit sections. Without the split units you
cannot resolve the skeleton units (the split units will refer to the
.debug_addr table).

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