summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-01-08 13:08:46 +1030
committerAlan Modra <amodra@gmail.com>2023-01-08 13:10:16 +1030
commit02da71ee20ec71f7b3be85cf2266e09c124983bf (patch)
tree62f8cc8c4c5a2c6aad04ae3b84d7b8a6d89101a3 /binutils/readelf.c
parent89d4de242dc9633cec5720e395d0684b958f60dd (diff)
PR29972, inconsistent format specification in singular form
PR 29972 * readelf.c (process_dynamic_section): Correct format string.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index d028f313364..0d9d2017901 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,