Remove strayed fprintf in commit 23182ac0d83
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 10 May 2021 19:50:22 +0000 (12:50 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 10 May 2021 19:50:33 +0000 (12:50 -0700)
PR binutils/27839
* simple.c (bfd_simple_get_relocated_section_contents): Remove
strayed fprintf.

bfd/ChangeLog
bfd/simple.c

index 59cba9a22f6f46b80514615ec2c4cb55bb384df5..6af8c1abdfc66984c719435a80986d9114e6d309 100644 (file)
@@ -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
index 3266f5b8b6781cb82f8df017a2b160a292860e41..975d01f132c25a452e97334117b4d9681a5b4eaf 100644 (file)
@@ -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;