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. 9d069ac37fb121b2794681480f8691d5699de9f7


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  9d069ac37fb121b2794681480f8691d5699de9f7 (commit)
      from  28bf260962673c554b926a013af27c77fe82870c (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=9d069ac37fb121b2794681480f8691d5699de9f7

commit 9d069ac37fb121b2794681480f8691d5699de9f7
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Jun 25 16:35:58 2014 +0100

    Fixes to allow a toolchain configured with --enable-all to build on a 32-bit host.
    
    	* Makefile.am (ALL_EMULATION_SOURCES): Move ei386pep.c from
    	here...
    	(ALL_64_EMULATION_SOURCES): ... to here.
    	(ALL_EMUL_EXTRA_OFILES): Move pep-dll.o from here...
    	(ALL_64_EMUL_EXTRA_OFILES): New.  ... to here.
    	* configure.in (EMUL_EXTRA_OFILES): Include
    	ALL_64_EMUL_EXTRA_OFILES when making a 64-bit enabled build.
    	* Makefile.in: Regenerate.
    	* configure: Regenerate.

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

Summary of changes:
 ld/ChangeLog    |   12 ++++++++++++
 ld/Makefile.am  |    6 ++++--
 ld/Makefile.in  |    6 ++++--
 ld/configure    |    3 ++-
 ld/configure.in |    3 ++-
 5 files changed, 24 insertions(+), 6 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]