]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Merge branch 'dwarf' into pmachata/dwarf-writer
authorPetr Machata <pmachata@redhat.com>
Tue, 4 Aug 2009 13:53:27 +0000 (15:53 +0200)
committerPetr Machata <pmachata@redhat.com>
Tue, 4 Aug 2009 13:53:27 +0000 (15:53 +0200)
Conflicts:
src/dwarflint.c

1  2 
src/dwarflint.c

diff --cc src/dwarflint.c
index be75e0ab258784a967178a101efe55103d2b2422,bab48a6faa068cfbdebe56181cd6230b644b0134..5e0ced1e39550d4b84a04a016a9271e7f9f7acee
@@@ -1254,8 -1256,8 +1264,8 @@@ process_file (Elf *elf, const char *fna
        {
          cu_coverage = calloc (1, sizeof (struct cu_coverage));
          cu_chain = check_info_structural (&file, SEC(info), abbrev_chain,
-                                           SEC(str)->data, cu_coverage);
+                                           str_data, cu_coverage);
 -        if (cu_chain != NULL && do_high_level)
 +        if (cu_chain != NULL && hlctx != NULL)
            check_expected_trees (hlctx);
        }
        else if (!tolerate_nodebug)