projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808325d
)
S12Z: Remove diagnostic printf statement.
author
John Darrington
<john@darrington.wattle.id.au>
Mon, 3 Sep 2018 11:22:57 +0000
(13:22 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Sun, 16 Sep 2018 15:50:09 +0000
(17:50 +0200)
* bfd/elf32-s12z.c (bfd_elf32_bfd_reloc_name_lookup): Remove diagnostic printf
(artifact from debugging)
bfd/elf32-s12z.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-s12z.c
b/bfd/elf32-s12z.c
index 8bad42e43ddd0b18e8f8d8bbac0f7a551493eaa7..d2ea4ecaf2f6fb05935d201e4ebdcedb501672bf 100644
(file)
--- 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]));