Re: [PATCH] readelf, libdw: Add GNU DebugFission .debug_loc support.

2018-05-31 Thread Mark Wielaard
On Tue, 2018-05-29 at 12:08 +0200, Mark Wielaard wrote: > GNU DebugFission .debug_loc location lists uses the .debug_loc section > in the split dwarf .dwo file. The encoding is a mix of old style DWARF > .debug_loc and new style .debug_loclists. Pushed to master.

[PATCH] readelf, libdw: Add GNU DebugFission .debug_loc support.

2018-05-29 Thread Mark Wielaard
GNU DebugFission .debug_loc location lists uses the .debug_loc section in the split dwarf .dwo file. The encoding is a mix of old style DWARF .debug_loc and new style .debug_loclists. Add two testcases for the readelf and libdw decoders. Signed-off-by: Mark Wielaard --- libdw/ChangeLog