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 260aedf..3cdde6c 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -1542,7 +1542,7 @@ dump_relocations (FILE * file, if (rtype == NULL) printf (_("unrecognized: %-7lx"), (unsigned long) type & 0xffffffff); else - printf (do_wide ? "%-22.22s" : "%-17.17s", rtype); + printf (do_wide ? "%-22s" : "%-17.17s", rtype); if (elf_header.e_machine == EM_ALPHA && rtype != NULL |