platform_bionic/libc/arch-x86/bionic
Pavel Chupin 20c4a3a8ee Replace .S version of x86 crtfiles with .c version
This patch replaces .S versions of x86 crtfiles with .c which are much
easier to support. Some of the files are matching .c version of Arm
crtfiles. x86 files required some cleanup anyway and this cleanup actually
led to matching Arm files.

I didn't change anything to share the same crt*.c between x86 and Arm. I
prefer to keep them separate for a while in case any change is required
for one of the arch, but it's good thing to do in the following patches.

Change-Id: Ibcf033f8d15aa5b10c05c879fd4b79a64dfc70f3
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2012-11-30 17:41:25 +04:00
..
__get_sp.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
__get_tls.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
__set_tls.c bionic/x86: fix one potential deadlock in __set_tls() 2012-02-23 17:37:58 +08:00
__stack_chk_fail_local.h Replace .S version of x86 crtfiles with .c version 2012-11-30 17:41:25 +04:00
_exit_with_stack_teardown.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
_setjmp.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
atexit.h Replace .S version of x86 crtfiles with .c version 2012-11-30 17:41:25 +04:00
clone.S enable clone system call for x86 2012-08-15 17:04:50 -07:00
crtbegin.c Replace .S version of x86 crtfiles with .c version 2012-11-30 17:41:25 +04:00
crtbegin_so.c Replace .S version of x86 crtfiles with .c version 2012-11-30 17:41:25 +04:00
crtend.S Update X86 Bionic CRT files for unwind/exceptions 2011-05-24 13:31:50 -07:00
crtend_so.S Update X86 Bionic CRT files for unwind/exceptions 2011-05-24 13:31:50 -07:00
futex_x86.S libc: provide atomic operations will full barriers for NDK apps. 2011-11-16 17:37:15 +01:00
setjmp.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
sigsetjmp.S android-x86: add sigsetjmp.S 2010-12-26 09:22:13 -08:00
syscall.S bionic: modify syscall to use 6 registers to pass parameter. 2012-08-03 13:54:29 -07:00
vfork.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00