]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Never recalculate local hash, always reuse die_info stored one.
authorMark Wielaard <mjw@redhat.com>
Fri, 18 Feb 2011 08:58:28 +0000 (09:58 +0100)
committerMark Wielaard <mjw@redhat.com>
Fri, 18 Feb 2011 23:00:34 +0000 (00:00 +0100)
libdw/c++/dwarf_output

index 27ce85094301d6c31b6bf995a860168848c542d3..d60bb977dc8e35567182da5108392dd4893f2628 100644 (file)
@@ -1820,7 +1820,7 @@ namespace elfutils
       {
        if (_m_final)
          return _m_final->first.local_hash ();
-       return _m_pending->calculate_local_hash ();
+       return _m_pending->_m_info->_m_local_hash;
       }
     };