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. 1d63324c56f29034782396ce7f25c09edd0cdc6e


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  1d63324c56f29034782396ce7f25c09edd0cdc6e (commit)
      from  0172b6a7deca953ff33b4458da2f4e666bee7e51 (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=1d63324c56f29034782396ce7f25c09edd0cdc6e

commit 1d63324c56f29034782396ce7f25c09edd0cdc6e
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Mar 19 08:51:20 2014 +0000

    Improve .rsrc section merging with better handling of the alignment adjustments
    made between merged .rsrc sections.
    
    	* peXXigen.c (rsrc_align): New function.  Attempts to cope with
    	alignment variances when .rsrc sections are merged.
    	(rsrc_process_section): Use rsrc_align.
    
    	* Makefile.am (default-manifest.o): Use WINDRES_FOR_TARGET.
    	* Makefile.in: Regenerate.
    	* emultempl/default-manifest.rc: Fix typo.
    	* scripttempl/pe.sc (R_RSRC): Fix default-manifest exclusion.
    	(.rsrc): Add SUBALIGN(4).
    	* scripttempl/pep.sc: Likewise.

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

Summary of changes:
 bfd/ChangeLog                    |    6 +++
 bfd/peXXigen.c                   |   71 ++++++++++++++++++++++++++++++++-----
 ld/ChangeLog                     |    9 +++++
 ld/Makefile.am                   |    2 +-
 ld/Makefile.in                   |    2 +-
 ld/emultempl/default-manifest.rc |    2 +-
 ld/scripttempl/pe.sc             |    4 +-
 ld/scripttempl/pep.sc            |    4 +-
 sim/arm/ChangeLog                |    6 +++
 9 files changed, 89 insertions(+), 17 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]