bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/26808] [2.36 Regression] readelf: Warning: DIE at offset 0


From: hjl.tools at gmail dot com
Subject: [Bug binutils/26808] [2.36 Regression] readelf: Warning: DIE at offset 0x232 refers to abbreviation number 77 which does not exist
Date: Thu, 29 Oct 2020 14:03:18 +0000

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.


reply via email to

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