mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
PR29972, inconsistent format specification in singular form
PR 29972 * readelf.c (process_dynamic_section): Correct format string.
This commit is contained in:
parent
89d4de242d
commit
02da71ee20
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user