platform_bionic/libc/arch-x86_64/bionic
Elliott Hughes 15a0456d0b Remove unnecessary instructions from x86/x86_64 syscalls.
__set_errno returns -1 exactly so that callers don't need to bother.
The other architectures were already taking advantage of this, but
no one had ever fixed x86 and x86_64.

Change-Id: Ie131494be664f6c4a1bbf8c61bbbed58eac56122
2014-06-05 17:24:30 -07:00
..
__bionic_clone.S Remove unnecessary instructions from x86/x86_64 syscalls. 2014-06-05 17:24:30 -07:00
__get_sp.S Hide __get_sp. 2014-05-20 20:22:50 -07:00
__rt_sigreturn.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
__set_tls.c Fix x86_64 __set_tls.c build failure. 2014-05-21 10:02:00 -07:00
_exit_with_stack_teardown.S Hide _exit_with_stack_teardown. 2014-05-16 16:17:44 -07:00
_setjmp.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
setjmp.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
sigsetjmp.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
syscall.S Remove unnecessary instructions from x86/x86_64 syscalls. 2014-06-05 17:24:30 -07:00
vfork.S Remove unnecessary instructions from x86/x86_64 syscalls. 2014-06-05 17:24:30 -07:00