This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. c32abae8456a2cb959862626b5ff9ebdd1543514


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  c32abae8456a2cb959862626b5ff9ebdd1543514 (commit)
      from  1e2ccb612d2b61014bb7e9fef3eb58e4947b9d2b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c32abae8456a2cb959862626b5ff9ebdd1543514

commit c32abae8456a2cb959862626b5ff9ebdd1543514
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jun 3 17:18:27 2014 +0100

    This is to fix a further problem with merging resource sections.  It turns
    out that the section is supposed to be page-aligned, but the newly merged
    section was not being padded out to a page boundary.  This meant that when
    the executable was stripped a badly sized .rsrc section was written out.
    
    	PR ld/16807
    	* peXXigen.c (rsrc_process_section): Page align the new contents
    	befgore writing out.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog  |    6 ++++++
 bfd/peXXigen.c |   32 ++++++++++++++++++++++++++++++--
 2 files changed, 36 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]