diff options
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8d2f984..16ed7c4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2015-09-29 Andrew Stubbs <ams@codesourcery.com> + H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/19020 + * objcopy.c (copy_object): Don't adjust the output section size + when copying from input sections. + (copy_section): Use input section size for the copy. Get the + updated section size from bfd_convert_section_contents. + 2015-09-29 H.J. Lu <hongjiu.lu@intel.com> PR binutils/19005 |