From b397aef4cd054724fef9fec381f6ca97b52c884e Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 10 May 2021 12:50:22 -0700 Subject: [PATCH] Remove strayed fprintf in commit 23182ac0d83 PR binutils/27839 * simple.c (bfd_simple_get_relocated_section_contents): Remove strayed fprintf. --- bfd/ChangeLog | 6 ++++++ bfd/simple.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 59cba9a22f6..6af8c1abdfc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2021-05-10 H.J. Lu + + PR binutils/27839 + * simple.c (bfd_simple_get_relocated_section_contents): Remove + strayed fprintf. + 2021-05-10 Nick Clifton PR 27839 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.39.2