From: Petr Machata Date: Mon, 9 Nov 2009 07:49:30 +0000 (+0100) Subject: dwarflint: Output abbrev section offset in decimal X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e158425f64dc51a52e151968d12a3510d7effb72;p=thirdparty%2Felfutils.git dwarflint: Output abbrev section offset in decimal ... for readelf compatibility --- diff --git a/src/dwarflint/low.c b/src/dwarflint/low.c index 671c2655e..a9907018f 100644 --- a/src/dwarflint/low.c +++ b/src/dwarflint/low.c @@ -1453,7 +1453,7 @@ check_cu_structural (struct elf_file *file, if (abbrevs == NULL) { wr_error (&cu->where, - ": couldn't find abbrev section with offset 0x%" PRIx64 ".\n", + ": couldn't find abbrev section with offset %" PRId64 ".\n", abbrev_offset); return false; }