aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-07-22 17:29:11 +0000
committerNick Clifton <nickc@redhat.com>1998-07-22 17:29:11 +0000
commitf5d660b679b35f2b4944eeeef3a61b6fd517e047 (patch)
tree35ef97f27445f86ae4eadbaf9cb845646c14f9ad /binutils/readelf.c
parente293b0962ecb67ad57c4411fa4f80c9450a03d71 (diff)
downloadgdb-f5d660b679b35f2b4944eeeef3a61b6fd517e047.zip
gdb-f5d660b679b35f2b4944eeeef3a61b6fd517e047.tar.gz
gdb-f5d660b679b35f2b4944eeeef3a61b6fd517e047.tar.bz2
Ooops - added gettext'isation missed out from previous delta
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index e3e4db3..932de40 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);