This is the mail archive of the binutils-cvs@sourceware.org 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]

[binutils-gdb] S12Z: Remove diagnostic printf statement.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e6d9d9285574ba3e157a29bd40cf6ab4bbaeeaf0

commit e6d9d9285574ba3e157a29bd40cf6ab4bbaeeaf0
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Mon Sep 3 13:22:57 2018 +0200

    S12Z: Remove diagnostic printf statement.
    
    * bfd/elf32-s12z.c (bfd_elf32_bfd_reloc_name_lookup): Remove diagnostic printf
      (artifact from debugging)

Diff:
---
 bfd/elf32-s12z.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bfd/elf32-s12z.c b/bfd/elf32-s12z.c
index 8bad42e..d2ea4ec 100644
--- a/bfd/elf32-s12z.c
+++ b/bfd/elf32-s12z.c
@@ -243,8 +243,6 @@ bfd_elf32_bfd_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
 {
   unsigned int i;
 
-  printf ("%s:%d Looking up %s\n", __FILE__, __LINE__, r_name);
-
   for (i = 0;
        i < (sizeof (elf_s12z_howto_table)
 	    / sizeof (elf_s12z_howto_table[0]));


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