]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Be less confused by DW_FORM_ref_sig8.
authorRoland McGrath <roland@redhat.com>
Thu, 15 Oct 2009 19:40:08 +0000 (12:40 -0700)
committerRoland McGrath <roland@redhat.com>
Thu, 15 Oct 2009 19:40:08 +0000 (12:40 -0700)
libdw/c++/values.cc

index 097d2cf107b90f4ef503a106364b80e260a1442c..e40fcaa288c8ed2e0cfaf1fc2a436d1002383e5c 100644 (file)
@@ -131,6 +131,7 @@ dwarf::attr_value::what_space () const
     case DW_FORM_ref4:
     case DW_FORM_ref8:
     case DW_FORM_ref_udata:
+    case DW_FORM_ref_sig8:
       return VS_reference;
 
     default: