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. 053a4d680b6b870079e7ba094b52a12a4861ce9b


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  053a4d680b6b870079e7ba094b52a12a4861ce9b (commit)
      from  2b239efbec446a0c213710b7c5258f2926ef78a4 (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=053a4d680b6b870079e7ba094b52a12a4861ce9b

commit 053a4d680b6b870079e7ba094b52a12a4861ce9b
Author: Jing Yu <jingyu@google.com>
Date:   Wed Jul 2 16:21:23 2014 -0700

    2014-07-02  Jing Yu  <jingyu@google.com>
    
        Initial patch to enable gold aarch64 backend.
    
        This patch is just a skeleton which almost does nothing.
        It does not support ILP32 now.
    
        gold/ChangeLog:
    	* aarch64.cc: New file
    	* Makefile.am (TARGETSOURCES): Add aarch64.cc
    	(ALL_TARGETOBJS): Add aarch64.$(OBJEXT)
    	* Makefile.in: Regenerate.
    	* configure.tgt: Add entries for aarch64*.
    	* configure.ac:  Likewise.
    	* configure: Likewise.
    
        elfcpp/ChangeLog:
    	* aarch64.h: New file. New enums for aarch64-elf64 relocations.
    	* elfcpp.h (EM_AARCH64, SHT_AARCH64_ATTRIBUTES, PT_AARCH64_ARCHEXT,
    	PT_AARCH64_UNWIND): New enum constant.

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

Summary of changes:
 elfcpp/ChangeLog   |    6 +
 elfcpp/aarch64.h   |  183 +++++++
 elfcpp/elfcpp.h    |   10 +-
 gold/ChangeLog     |   10 +
 gold/Makefile.am   |    5 +-
 gold/Makefile.in   |    6 +-
 gold/aarch64.cc    | 1447 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gold/configure     |   14 +
 gold/configure.ac  |    1 +
 gold/configure.tgt |    8 +
 10 files changed, 1685 insertions(+), 5 deletions(-)
 create mode 100644 elfcpp/aarch64.h
 create mode 100644 gold/aarch64.cc


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]