From: H.J. Lu Date: Mon, 10 May 2021 19:50:22 +0000 (-0700) Subject: Remove strayed fprintf in commit 23182ac0d83 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b397aef4cd054724fef9fec381f6ca97b52c884e;p=binutils-gdb.git Remove strayed fprintf in commit 23182ac0d83 PR binutils/27839 * simple.c (bfd_simple_get_relocated_section_contents): Remove strayed fprintf. --- 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;