aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/simple.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 59cba9a..6af8c1a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2021-05-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/27839
+ * simple.c (bfd_simple_get_relocated_section_contents): Remove
+ strayed fprintf.
+
2021-05-10 Nick Clifton <nickc@redhat.com>
PR 27839
diff --git a/bfd/simple.c b/bfd/simple.c
index 3266f5b..975d01f 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;