aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-01-25 15:13:52 +0000
committerNick Clifton <nickc@redhat.com>2002-01-25 15:13:52 +0000
commit3d66c4f7dfc5fb2daa5b8b266a00094ee6ba2c04 (patch)
treee13d80b79e7671e909ee10bfcfe81af9a8f6e88d /bfd
parent00ea860141c538fe8c22a1a285bd1d8c3ec1a3cb (diff)
downloadbinutils-3d66c4f7dfc5fb2daa5b8b266a00094ee6ba2c04.zip
binutils-3d66c4f7dfc5fb2daa5b8b266a00094ee6ba2c04.tar.gz
binutils-3d66c4f7dfc5fb2daa5b8b266a00094ee6ba2c04.tar.bz2
Don't mark info message for translation.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/coffgen.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6a1b4a1..04bcd07 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-25 Philipp Thomas <pthomas@suse.de>
+
+ * coffgen.c (coff_print_symbol): Don't mark info message
+ for translation.
+
2002-01-25 Nick Clifton <nickc@redhat.com>
* po/fr.po: Updated translation.
diff --git a/bfd/coffgen.c b/bfd/coffgen.c
index 513f635..88591f1 100644
--- a/bfd/coffgen.c
+++ b/bfd/coffgen.c
@@ -2135,7 +2135,7 @@ coff_print_symbol (abfd, filep, symbol, how)
next = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l;
llnos = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_lnnoptr;
fprintf (file,
- _("AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld"),
+ "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld",
tagndx, auxp->u.auxent.x_sym.x_misc.x_fsize,
llnos, next);
break;