]> 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>
Wed, 16 Mar 2011 14:05:27 +0000 (15:05 +0100)
libdw/c++/dwarf_output

index f121be0f31b58d440f7923203d483807c884af4b..8ca98b5706c0587d94c8401c70c4756af34d185e 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;
       }
     };