mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
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:
parent
9344937b04
commit
b397aef4cd
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user