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. 56244278a64d224e1494e2616ed4995d9ce6ecb0


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  56244278a64d224e1494e2616ed4995d9ce6ecb0 (commit)
       via  0d091088ea62a3ad78d01d58507c11b8e104d5a7 (commit)
      from  f0c897ef0a1aa2c4983cd216a4aadff82dcbad4a (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=56244278a64d224e1494e2616ed4995d9ce6ecb0

commit 56244278a64d224e1494e2616ed4995d9ce6ecb0
Author: Andrew Pinski <apinski@cavium.com>
Date:   Wed Nov 20 16:56:20 2013 -0800

    ld/ChangeLog:
    
    	* Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64linux32.c
    	and eaarch64linux32b.c
    	(eaarch64linux32.c): New target.
    	(eaarch64linux32b.c): Likewise.
    	* Makefile.in: Regenerate.
    	* configure.tgt (aarch64_be-*-linux*): Add
    	aarch64linux32 and aarch64linux32b to targ_extra_libpath.
    	(aarch64-*-linux*): Likewise.
    	* emulparams/aarch64elf32.sh (SEPARATE_GOTPLT): Change to 12 (3 words).
    	* emulparams/aarch64linux32.sh: New file.
    	* emulparams/aarch64linux32b.sh: New file.

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

commit 0d091088ea62a3ad78d01d58507c11b8e104d5a7
Author: Andrew Pinski <apinski@cavium.com>
Date:   Wed Nov 20 16:36:36 2013 -0800

    ld/ChangeLog:
    
    	* configure.tgt (aarch64_be-*-linux*): Split out the linux targets
    	into targ_extra_libpath.
    	(aarch64-*-linux*): Likewise.

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

Summary of changes:
 ld/ChangeLog                     |   20 ++++++++++++++++
 ld/Makefile.am                   |   10 ++++++++
 ld/Makefile.in                   |   12 +++++++++
 ld/configure.tgt                 |    6 +++-
 ld/emulparams/aarch64elf32.sh    |    2 +-
 ld/emulparams/aarch64linux32.sh  |   47 ++++++++++++++++++++++++++++++++++++++
 ld/emulparams/aarch64linux32b.sh |    2 +
 7 files changed, 96 insertions(+), 3 deletions(-)
 create mode 100644 ld/emulparams/aarch64linux32.sh
 create mode 100644 ld/emulparams/aarch64linux32b.sh


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]