OSDN Git Service

Add arch-x86_64/bionic.
authorElliott Hughes <enh@google.com>
Fri, 4 Oct 2013 21:55:30 +0000 (14:55 -0700)
committerElliott Hughes <enh@google.com>
Fri, 4 Oct 2013 21:55:30 +0000 (14:55 -0700)
commit4906e5653c57d49f94940f28556009a88c42a583
tree5a5505ce1458cb1caf6748d896a08142e45233da
parent7021e438771f5328843e35e948838bf74392d353
Add arch-x86_64/bionic.

This is basically half of I5de76f6c46ac87779f207d568a86bb453e2414de from
Pavel Chupin <pavel.v.chupin@intel.com>, but with the stock upstream
setjump/sigsetjmp and H.J. Lu's suggested changes to __rt_sigreturn.

Change-Id: I8167ec228faeb2065391e5bec0413cca662f3d33
18 files changed:
libc/SYSCALLS.TXT
libc/arch-x86_64/bionic/__get_sp.S [new file with mode: 0644]
libc/arch-x86_64/bionic/__get_tls.c [new file with mode: 0644]
libc/arch-x86_64/bionic/__rt_sigreturn.S [new file with mode: 0644]
libc/arch-x86_64/bionic/__set_tls.c [new file with mode: 0644]
libc/arch-x86_64/bionic/_exit_with_stack_teardown.S [new file with mode: 0644]
libc/arch-x86_64/bionic/_setjmp.S [new file with mode: 0644]
libc/arch-x86_64/bionic/clone.S [new file with mode: 0644]
libc/arch-x86_64/bionic/futex_x86_64.S [new file with mode: 0644]
libc/arch-x86_64/bionic/setjmp.S [new file with mode: 0644]
libc/arch-x86_64/bionic/sigaction.c [new file with mode: 0644]
libc/arch-x86_64/bionic/sigprocmask.c [new file with mode: 0644]
libc/arch-x86_64/bionic/sigsetjmp.S [new file with mode: 0644]
libc/arch-x86_64/bionic/sigsuspend.c [new file with mode: 0644]
libc/arch-x86_64/bionic/syscall.S [new file with mode: 0644]
libc/arch-x86_64/syscalls.mk
libc/arch-x86_64/syscalls/__arch_prctl.S [moved from libc/arch-x86_64/syscalls/arch_prctl.S with 88% similarity]
libc/arch-x86_64/x86_64.mk