platform_bionic/libc/arch-mips/bionic
Elliott Hughes 5eccb9646d Fix aarch64 futex assembly routines.
Also make the other architectures more similar to one another,
use NULL instead of 0 in calling code, and remove an unused #define.

Change-Id: I52b874afb6a351c802f201a0625e484df6d093bb
2013-12-20 16:58:06 -08:00
..
__bionic_clone.S Clean up forking and cloning. 2013-11-19 14:08:54 -08:00
__get_sp.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
__set_tls.c MIPS support for libc. 2012-08-02 16:07:26 -07:00
_exit_with_stack_teardown.S Switch pthread_create over to __bionic_clone. 2013-11-15 14:41:19 -08:00
_setjmp.S Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" 2012-10-17 19:10:11 +02:00
atexit.h [MIPS] Rewrite MIPS crtbegin* as C files. 2013-07-17 14:23:29 -07:00
bzero.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
cacheflush.cpp Fix MIPS build. 2013-10-09 16:40:33 -07:00
crtbegin.c Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
crtbegin_so.c Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
futex_mips.S Fix aarch64 futex assembly routines. 2013-12-20 16:58:06 -08:00
memcmp16.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
memmove.c MIPS support for libc. 2012-08-02 16:07:26 -07:00
setjmp.S Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" 2012-10-17 19:10:11 +02:00
sigsetjmp.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
syscall.S Allocate additional space on stack for indirect syscall 2013-12-20 15:36:00 -08:00
vfork.S MIPS support for libc. 2012-08-02 16:07:26 -07:00