https://sourceware.org/bugzilla/show_bug.cgi?id=26808
--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to H.J. Lu from comment #5)
> Before the commit, process_abbrev_section is call twice with different
> start and end. The result from the fist one is dropped.
The first call is for the .debug_info.dwo section. The second call is
for:
Section contributions:
.debug_abbrev.dwo: 0x154 0x21d
.debug_line.dwo: 0x40 0x3d
.debug_loc.dwo: 0x0 0x0
.debug_str_offsets.dwo: 0x14 0x44
After the commit, the second scan was dropped.
--
You are receiving this mail because:
You are on the CC list for the bug.