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 | |
parent | 90d99f327063af7d87c61234896d4a1dbe073a43 (diff) | |
download | gdb-331e61312eab8ef2412582bafc404cc107fd5e8f.zip gdb-331e61312eab8ef2412582bafc404cc107fd5e8f.tar.gz gdb-331e61312eab8ef2412582bafc404cc107fd5e8f.tar.bz2 |
Fix assorted ChangeLog errors
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 12 | ||||
-rw-r--r-- | binutils/testsuite/ChangeLog | 8 |
2 files changed, 10 insertions, 10 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> diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 57d9b89..1b68ce1 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -88,7 +88,7 @@ * binutils-all/localize-hidden-1.d: Allow for extra symbols in the output. - * binutils-all/strip-11.d: Skip for the RL78. + * binutils-all/strip-11.d: Skip for the RL78. 2015-07-14 H.J. Lu <hongjiu.lu@intel.com> @@ -96,9 +96,9 @@ 2015-07-10 H.J. Lu <hongjiu.lu@intel.com> - PR binutils/18656 - * binutils-all/compress.exp (convert_test): New proc. - Run conversion tests between x86-64 and x32. + PR binutils/18656 + * binutils-all/compress.exp (convert_test): New proc. + Run conversion tests between x86-64 and x32. 2015-07-10 H.J. Lu <hongjiu.lu@intel.com> |