This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

[PATCH] Don't translate debugging message in elf.c


This is a pure debugging message which IMHO should not be marked for
translation. OK to check in?

2001-01-28  Philipp Thomas  <pthomas@suse.de>
	* elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
	message.

Index: elf.c
===================================================================
RCS file: /cvs/src/src/bfd/elf.c,v
retrieving revision 1.126
diff -u -p -r1.126 elf.c
--- elf.c	2002/01/26 10:32:21	1.126
+++ elf.c	2002/01/28 15:51:35
@@ -4150,7 +4150,7 @@ _bfd_elf_symbol_from_bfd_symbol (abfd, a
 #if DEBUG & 4
   {
     fprintf (stderr,
-	     _("elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x%.8lx%s\n"),
+	     "elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x%.8lx%s\n",
 	     (long) asym_ptr, asym_ptr->name, idx, flags,
 	     elf_symbol_flags (flags));
     fflush (stderr);

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Deutscherrnstr. 15-19, D-90429 Nuremberg, Germany

Penguins shall save the dinosaurs
                          -- Handelsblatt about Linux on S/390


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