From: Petr Machata Date: Fri, 20 Mar 2009 14:25:38 +0000 (+0100) Subject: dwarflint: Fix reporting of .debug_line table address X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d8c1437399bb8f80c59a8c1d31d44dedfe80a93;p=thirdparty%2Felfutils.git dwarflint: Fix reporting of .debug_line table address --- diff --git a/src/dwarflint.c b/src/dwarflint.c index 4124e593b..c84dbd92f 100644 --- a/src/dwarflint.c +++ b/src/dwarflint.c @@ -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,