diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-05-10 12:50:22 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-05-10 12:50:33 -0700 |
commit | b397aef4cd054724fef9fec381f6ca97b52c884e (patch) | |
tree | ce407a3bf675004150aff5feb7327e84fe642561 /bfd/simple.c | |
parent | 9344937b0462392f8996176c1f6d39ffc8eb84f5 (diff) | |
download | gdb-b397aef4cd054724fef9fec381f6ca97b52c884e.zip gdb-b397aef4cd054724fef9fec381f6ca97b52c884e.tar.gz gdb-b397aef4cd054724fef9fec381f6ca97b52c884e.tar.bz2 |
Remove strayed fprintf in commit 23182ac0d83
PR binutils/27839
* simple.c (bfd_simple_get_relocated_section_contents): Remove
strayed fprintf.
Diffstat (limited to 'bfd/simple.c')
-rw-r--r-- | bfd/simple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/simple.c b/bfd/simple.c index 3266f5b..975d01f 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; |