S12Z: Remove diagnostic printf statement.
* bfd/elf32-s12z.c (bfd_elf32_bfd_reloc_name_lookup): Remove diagnostic printf (artifact from debugging)
This commit is contained in:
parent
808325d203
commit
e6d9d92855
1 changed files with 0 additions and 2 deletions
|
@ -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]));
|
||||
|
|
Loading…
Add table
Reference in a new issue