]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Fix reporting of .debug_line table address
authorPetr Machata <pmachata@redhat.com>
Fri, 20 Mar 2009 14:25:38 +0000 (15:25 +0100)
committerPetr Machata <pmachata@redhat.com>
Fri, 20 Mar 2009 14:23:13 +0000 (15:23 +0100)
src/dwarflint.c

index 4124e593b6f3d8468ab4e18b761a73a7b93c8458..c84dbd92f5dba5b4beb2cedbc976a653766011f3 100644 (file)
@@ -853,7 +853,7 @@ where_fmt (const struct where *wh, char *ptr)
       [sec_str] = {".debug_str", "offset", "%#"PRIx64,
                   NULL, NULL, NULL, NULL},
 
-      [sec_line] = {".debug_line", "table", "%#"PRIx64,
+      [sec_line] = {".debug_line", "table", "%"PRId64,
                    "offset", "%#"PRIx64, NULL, NULL},
 
       [sec_loc] = {".debug_loc", "loclist", "%#"PRIx64,