Remove strayed fprintf in commit 23182ac0d8

PR binutils/27839
	* simple.c (bfd_simple_get_relocated_section_contents): Remove
	strayed fprintf.
This commit is contained in:
H.J. Lu 2021-05-10 12:50:22 -07:00
parent 9344937b04
commit b397aef4cd
2 changed files with 6 additions and 1 deletions

View 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

View 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;