diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index b208db5..16efe1d 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -11297,12 +11297,12 @@ the .dynstr section doesn't match the DT_STRTAB and DT_STRSZ tags\n")); filedata->file_name, filedata->dynamic_addr, (unsigned long) filedata->dynamic_nent); - else - printf (ngettext ("\nDynamic section at offset 0x%lx contains %lu entry:\n", - "\nDynamic section at offset 0x%lx contains %lu entries:\n", - (unsigned long) filedata->dynamic_nent), - filedata->dynamic_addr, - (unsigned long) filedata->dynamic_nent); + else + printf (ngettext ("\nDynamic section at offset 0x%lx contains %lu entry:\n", + "\nDynamic section at offset 0x%lx contains %lu entries:\n", + (unsigned long) filedata->dynamic_nent), + filedata->dynamic_addr, + (unsigned long) filedata->dynamic_nent); } if (do_dynamic) printf (_(" Tag Type Name/Value\n")); |