[PATCH] Remove strayed fprintf in commit 23182ac0d83
H.J. Lu
hjl.tools@gmail.com
Mon May 10 19:49:39 GMT 2021
PR binutils/27839
* simple.c (bfd_simple_get_relocated_section_contents): Remove
strayed fprintf.
---
bfd/simple.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/bfd/simple.c b/bfd/simple.c
index 3266f5b8b67..975d01f132c 100644
--- a/bfd/simple.c
+++ b/bfd/simple.c
@@ -251,7 +251,6 @@ bfd_simple_get_relocated_section_contents (bfd *abfd,
callbacks.constructor = simple_dummy_constructor;
callbacks.add_to_set = simple_dummy_add_to_set;
-fprintf (stderr, "SIMPLE CALLBACKS %p\n", & callbacks);
memset (&link_order, 0, sizeof (link_order));
link_order.next = NULL;
link_order.type = bfd_indirect_link_order;
--
2.31.1
More information about the Binutils
mailing list