diff options
author | Alan Modra <amodra@gmail.com> | 2015-12-30 09:20:20 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-12-30 11:44:35 +1030 |
commit | 331e61312eab8ef2412582bafc404cc107fd5e8f (patch) | |
tree | 9ddd9f8a57b7bd8aa2e6c993c3adbdc007e2952f /binutils/ChangeLog | |
parent | 90d99f327063af7d87c61234896d4a1dbe073a43 (diff) | |
download | gdb-331e61312eab8ef2412582bafc404cc107fd5e8f.zip gdb-331e61312eab8ef2412582bafc404cc107fd5e8f.tar.gz gdb-331e61312eab8ef2412582bafc404cc107fd5e8f.tar.bz2 |
Fix assorted ChangeLog errors
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ea7a779..3f8e8a7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -283,12 +283,12 @@ 2015-07-10 H.J. Lu <hongjiu.lu@intel.com> - PR binutils/18656 - * objcopy.c (setup_section): Call bfd_convert_section_size - to get the output section size. - (copy_section): Get the section size from the output section - and call bfd_get_full_section_contents to convert section - contents for output. + PR binutils/18656 + * objcopy.c (setup_section): Call bfd_convert_section_size + to get the output section size. + (copy_section): Get the section size from the output section + and call bfd_get_full_section_contents to convert section + contents for output. 2015-07-10 H.J. Lu <hongjiu.lu@intel.com> |