diff options
author | Nick Clifton <nickc@redhat.com> | 1998-07-22 17:29:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-07-22 17:29:11 +0000 |
commit | f5d660b679b35f2b4944eeeef3a61b6fd517e047 (patch) | |
tree | 35ef97f27445f86ae4eadbaf9cb845646c14f9ad /binutils | |
parent | e293b0962ecb67ad57c4411fa4f80c9450a03d71 (diff) | |
download | gdb-f5d660b679b35f2b4944eeeef3a61b6fd517e047.zip gdb-f5d660b679b35f2b4944eeeef3a61b6fd517e047.tar.gz gdb-f5d660b679b35f2b4944eeeef3a61b6fd517e047.tar.bz2 |
Ooops - added gettext'isation missed out from previous delta
Diffstat (limited to 'binutils')
-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 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); |