bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/27370] [readelf] warning when processing abbrev with DW_FO


From: vries at gcc dot gnu.org
Subject: [Bug binutils/27370] [readelf] warning when processing abbrev with DW_FORM_ref_sig8
Date: Tue, 09 Feb 2021 14:13:32 +0000

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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Fix:
...
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index 6797dd158d6..d6eb8926dbf 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -2117,6 +2117,7 @@ get_type_abbrev_from_form (unsigned long                
form,
   switch (form)
     {
     case DW_FORM_GNU_ref_alt:
+    case DW_FORM_ref_sig8:
       /* FIXME: We are unable to handle this form at the moment.  */
       return NULL;

...

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