This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

small patch for coffgen.c


In coffgen.c, there's a bogus call to gettext(). Here's the fix.

1999-11-19  Philipp Thomas  <pthomas@suse.de>

	* coffgen.c (coff__print_symbol): remove gettext() call

--- bfd/coffgen.c.orig	Fri Nov 19 12:56:05 1999
+++ bfd/coffgen.c	Fri Nov 19 12:56:20 1999
@@ -2071,7 +2071,7 @@
 		  if (ISFCN (combined->u.syment.n_type))
 		    {
 		      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,
 			       auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_lnnoptr,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]