diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index d028f31..0d9d201 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -11551,7 +11551,7 @@ the .dynstr section doesn't match the DT_STRTAB and DT_STRSZ tags\n")); filedata->dynamic_addr, filedata->dynamic_nent); else - printf (ngettext ("\nDynamic section at offset %#" PRIx64 " contains %" PRId64 " entry:\n", + printf (ngettext ("\nDynamic section at offset %#" PRIx64 " contains %" PRIu64 " entry:\n", "\nDynamic section at offset %#" PRIx64 " contains %" PRIu64 " entries:\n", filedata->dynamic_nent), filedata->dynamic_addr, |