]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Output abbrev section offset in decimal
authorPetr Machata <pmachata@redhat.com>
Mon, 9 Nov 2009 07:49:30 +0000 (08:49 +0100)
committerPetr Machata <pmachata@redhat.com>
Wed, 18 Aug 2010 12:55:13 +0000 (14:55 +0200)
... for readelf compatibility

src/dwarflint/low.c

index 671c2655eb6f4c5666543dc6be2494ca25e2129d..a9907018f12c641f09781a3b1e97797a646fbb66 100644 (file)
@@ -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;
     }