platform_bionic/libc/arch-common/bionic
Serban Constantinescu e210488e0d AArch64: Add initial support for AArch64
This is the first patch out of a series of patches that add support for
AArch64, the new 64bit execution state of the ARMv8 Architecture. The
patches add support for LP64 programming model.

The patch adds:
* "arch-aarch64" to the architecture directories.
* "arch-aarch64/include" - headers used by libc
* "arch-aarch64/bionic":
    - crtbegin, crtend support;
    - aarch64 specific syscall stubs;
    - setjmp, clone, vfork assembly files.

Change-Id: If72b859f81928d03ad05d4ccfcb54c2f5dbf99a5
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
2013-12-16 17:00:22 -08:00
..
__dso_handle.h AArch64: Add initial support for AArch64 2013-12-16 17:00:22 -08:00
__dso_handle_so.h AArch64: Add initial support for AArch64 2013-12-16 17:00:22 -08:00
asm_multiarch.h Fixed ASM_ALIGN macro 2013-10-04 11:12:58 +04:00
atexit.h libc: fix __cxa_atexit implicit declaration 2013-10-07 11:33:20 -07:00
crtbegin.c Fix 16-byte stack alignment requirement for x86_64 ABI 2013-10-21 17:36:28 -07:00
crtbegin_so.c Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
crtend.S Move common arch-* code to arch-common directory 2013-10-03 11:14:33 +04:00
crtend_so.S Move common arch-* code to arch-common directory 2013-10-03 11:14:33 +04:00