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

--- Comment #5 from Vsevolod Alekseyev <sevaa at sprynet dot com> ---
I think I have a workable fix. Tested on my little corpus of binaries against
llvm-dwarfdump. While at it, I've fixed issue #29267 regarding rangelists, but
not the loclists. Should I work on the latter, or submit a patch now?

Algorithm wise, I've reused the design philosophy of V4 rangelist dumping for
v5 sections. Rangelists are dumped by collecting offsets from the DW_AT_ranges
attributes, sorting, and then following each into the respective debug section.

I've tried to keep format changes to a minimum.

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

Reply via email to