Christopher Ferris | 04954a4 | 2013-02-26 01:30:00 -0800 | [diff] [blame^] | 1 | _LIBC_ARCH_COMMON_SRC_FILES := \ |
| 2 | arch-x86/bionic/clone.S \ |
| 3 | arch-x86/bionic/_exit_with_stack_teardown.S \ |
| 4 | arch-x86/bionic/futex_x86.S \ |
| 5 | arch-x86/bionic/__get_sp.S \ |
| 6 | arch-x86/bionic/__get_tls.c \ |
| 7 | arch-x86/bionic/_setjmp.S \ |
| 8 | arch-x86/bionic/setjmp.S \ |
| 9 | arch-x86/bionic/__set_tls.c \ |
| 10 | arch-x86/bionic/sigsetjmp.S \ |
| 11 | arch-x86/bionic/syscall.S \ |
| 12 | arch-x86/bionic/vfork.S \ |
| 13 | arch-x86/string/bcopy_wrapper.S \ |
| 14 | arch-x86/string/bzero_wrapper.S \ |
| 15 | arch-x86/string/ffs.S \ |
| 16 | arch-x86/string/memcmp_wrapper.S \ |
| 17 | arch-x86/string/memcpy_wrapper.S \ |
| 18 | arch-x86/string/memmove_wrapper.S \ |
| 19 | arch-x86/string/memset_wrapper.S \ |
| 20 | arch-x86/string/strcmp_wrapper.S \ |
| 21 | arch-x86/string/strlen_wrapper.S \ |
| 22 | arch-x86/string/strncmp_wrapper.S \ |
| 23 | |
| 24 | _LIBC_ARCH_STATIC_SRC_FILES := \ |
| 25 | bionic/dl_iterate_phdr_static.c \ |
| 26 | |
| 27 | _LIBC_ARCH_DYNAMIC_SRC_FILES := |