bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/30792] Rnglists section dump in readelf outputs one rangel


From: sevaa at sprynet dot com
Subject: [Bug binutils/30792] Rnglists section dump in readelf outputs one rangelist per CU
Date: Fri, 22 Sep 2023 23:57:50 +0000

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

[Prev in Thread] Current Thread [Next in Thread]