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/ChangeLog | |
parent | 9344937b0462392f8996176c1f6d39ffc8eb84f5 (diff) | |
download | binutils-b397aef4cd054724fef9fec381f6ca97b52c884e.zip binutils-b397aef4cd054724fef9fec381f6ca97b52c884e.tar.gz binutils-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/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 59cba9a..6af8c1a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 |