summaryrefslogtreecommitdiff
path: root/bfd/elf32-s12z.c
diff options
context:
space:
mode:
authorJohn Darrington <john@darrington.wattle.id.au>2018-09-03 13:22:57 +0200
committerJohn Darrington <john@darrington.wattle.id.au>2018-09-16 17:50:09 +0200
commite6d9d9285574ba3e157a29bd40cf6ab4bbaeeaf0 (patch)
tree4152dbfbebe345b63475af636e298a4621b2d441 /bfd/elf32-s12z.c
parent808325d203f629208ed1988c8a90321c470ebcff (diff)
downloadbinutils-gdb-e6d9d9285574ba3e157a29bd40cf6ab4bbaeeaf0.tar.gz
S12Z: Remove diagnostic printf statement.
* bfd/elf32-s12z.c (bfd_elf32_bfd_reloc_name_lookup): Remove diagnostic printf (artifact from debugging)
Diffstat (limited to 'bfd/elf32-s12z.c')
-rw-r--r--bfd/elf32-s12z.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elf32-s12z.c b/bfd/elf32-s12z.c
index 8bad42e43dd..d2ea4ecaf2f 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]));