]> sourceware.org Git - dwz.git/commit
Use just u.p1.die_ref_hash instead of u.p1.die_hash ^ u.p1.die_ref_hash
authorJakub Jelinek <jakub@redhat.com>
Thu, 19 Apr 2012 11:43:17 +0000 (13:43 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 19 Apr 2012 11:43:17 +0000 (13:43 +0200)
commit0b2b3854a5516a3ea5e02e2989f424f1d3d9dd0c
tree71944f5f385ad78c49aa57718d9fb82b13fbf758
parenta2630842528dcc83cb574acbcf2219c7b969e4c7
Use just u.p1.die_ref_hash instead of u.p1.die_hash ^ u.p1.die_ref_hash
as hash in the dup_htab hash table.  die_ref_hash has die_hash iteratively
hashed in already, and on leaf DIEs is equal to die_hash, so the xor
resulted in 0 for all leaf DIEs.
dwz.c
This page took 0.024438 seconds and 5 git commands to generate.