Implement aarch64 support
authorPetr Machata <pmachata@redhat.com>
Thu, 23 Jan 2014 23:50:06 +0000 (00:50 +0100)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:24 +0000 (20:38 +0900)
commit3e55e39dd537453b76cdf66415f2688af09f530e
tree8e859dbf870ea245cffb5de6aedeb05c901170a8
parenteebaf54024e43902c3aac2ba2ebcc28f7c797b8f
Implement aarch64 support

- IFUNC support is not implemented, the rest works well.  The only
  other failure is in wide char functions, and that occurs on x86_64
  as well.
configure.ac
sysdeps/linux-gnu/Makefile.am
sysdeps/linux-gnu/aarch64/Makefile.am [new file with mode: 0644]
sysdeps/linux-gnu/aarch64/arch.h [new file with mode: 0644]
sysdeps/linux-gnu/aarch64/fetch.c [new file with mode: 0644]
sysdeps/linux-gnu/aarch64/plt.c [new file with mode: 0644]
sysdeps/linux-gnu/aarch64/ptrace.h [new file with mode: 0644]
sysdeps/linux-gnu/aarch64/regs.c [new file with mode: 0644]
sysdeps/linux-gnu/aarch64/signalent.h [new file with mode: 0644]
sysdeps/linux-gnu/aarch64/syscallent.h [new file with mode: 0644]
sysdeps/linux-gnu/aarch64/trace.c [new file with mode: 0644]