bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/27484] clang++: objdump: DWARF error: could not find varia


From: nickc at redhat dot com
Subject: [Bug binutils/27484] clang++: objdump: DWARF error: could not find variable specification at offset
Date: Tue, 02 Mar 2021 16:13:25 +0000

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Nick Clifton <nickc at redhat dot com> ---
Mark was right - the code that was analyzing the specification did not search
forwards for the tag.  I have checked in a patch to create two passes over the
DIE, one to accumulate function and variable tags and then a second one to
process their attributes.  Inefficient yes, but at least it works.  I expect
someday that someone will complain about the speed and a better solution will
have to be implemented, but for now this will do.

-- 
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]