diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 28e1bdc..40f3bed 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,8 +1,8 @@ 2014-03-19 Nick Clifton <nickc@redhat.com> - * peXXigen.c (rsrc_align): New function. Attempts to cope with - alignment variances when .rsrc sections are merged. - (rsrc_process_section): Use rsrc_align. + * peXXigen.c (rsrc_process_section): Add code to scan input + sections and record their lengths. Use these lengths to find the + start of each merged .rsrc section. 2014-03-17 Tristan Gingold <gingold@adacore.com> |