From: Roland McGrath Date: Thu, 15 Oct 2009 19:40:08 +0000 (-0700) Subject: Be less confused by DW_FORM_ref_sig8. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=927a3f0f3b6d3d9b423c6eef7f8e85e5deff9505;p=thirdparty%2Felfutils.git Be less confused by DW_FORM_ref_sig8. --- diff --git a/libdw/c++/values.cc b/libdw/c++/values.cc index 097d2cf10..e40fcaa28 100644 --- a/libdw/c++/values.cc +++ b/libdw/c++/values.cc @@ -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: