projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e293b09
)
Ooops - added gettext'isation missed out from previous delta
author
Nick Clifton
<nickc@redhat.com>
Wed, 22 Jul 1998 17:29:11 +0000
(17:29 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 22 Jul 1998 17:29:11 +0000
(17:29 +0000)
binutils/readelf.c
patch
|
blob
|
history
diff --git
a/binutils/readelf.c
b/binutils/readelf.c
index e3e4db3d170a50bbef38902067f404199c3ca1fc..932de40306fc790ce3531ee3e97c1f0cadc1a485 100644
(file)
--- 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);