]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Fix C-interface to abbrev table
authorPetr Machata <pmachata@redhat.com>
Mon, 9 Nov 2009 07:48:24 +0000 (08:48 +0100)
committerPetr Machata <pmachata@redhat.com>
Wed, 18 Aug 2010 12:55:13 +0000 (14:55 +0200)
src/dwarflint/check_debug_abbrev.cc

index dba3b59224d2f1a6a19f7dce84105c7c1d30ba6d..d2256b861e4e4a52d9d5f3eaaee9f3c22d9ba036 100644 (file)
@@ -422,5 +422,6 @@ check_debug_abbrev::check_debug_abbrev (dwarflint &lint)
                 cmp_abbrev ());
       if (last != NULL)
        last->next = &it->second;
+      last = &it->second;
     }
 }