From: Nick Clifton Date: Wed, 22 Jul 1998 17:29:11 +0000 (+0000) Subject: Ooops - added gettext'isation missed out from previous delta X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5d660b679b35f2b4944eeeef3a61b6fd517e047;p=binutils-gdb.git Ooops - added gettext'isation missed out from previous delta --- diff --git a/binutils/readelf.c b/binutils/readelf.c index e3e4db3d170..932de40306f 100644 --- a/binutils/readelf.c +++ b/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);