Browse Source

Ooops - added gettext'isation missed out from previous delta

gdb-4_18-branch
Nick Clifton 28 years ago
parent
commit
f5d660b679
  1. 2
      binutils/readelf.c

2
binutils/readelf.c

@ -917,7 +917,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, strtab)
}
if (rtype == NULL)
printf ("unrecognised: %-7x", ELF32_R_TYPE (info));
printf (_("unrecognised: %-7x"), ELF32_R_TYPE (info));
else
printf ("%-21.21s", rtype);

Loading…
Cancel
Save