2014-07-02 Jing Yu <jingyu@google.com>
authorJing Yu <jingyu@google.com>
Wed, 2 Jul 2014 23:21:23 +0000 (16:21 -0700)
committerCary Coutant <ccoutant@google.com>
Wed, 2 Jul 2014 23:21:23 +0000 (16:21 -0700)
commit053a4d680b6b870079e7ba094b52a12a4861ce9b
tree6605ac7e288800f362a77c17dc42b6e897e1fe2b
parent2b239efbec446a0c213710b7c5258f2926ef78a4
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.
elfcpp/ChangeLog
elfcpp/aarch64.h [new file with mode: 0644]
elfcpp/elfcpp.h
gold/ChangeLog
gold/Makefile.am
gold/Makefile.in
gold/aarch64.cc [new file with mode: 0644]
gold/configure
gold/configure.ac
gold/configure.tgt
This page took 0.025585 seconds and 4 git commands to generate.