Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame^] | 1 | _LIBC_ARCH_COMMON_SRC_FILES := \ |
| 2 | arch-mips/bionic/__get_sp.S \ |
| 3 | arch-mips/bionic/__get_tls.c \ |
| 4 | arch-mips/bionic/__set_tls.c \ |
| 5 | arch-mips/bionic/_exit_with_stack_teardown.S \ |
| 6 | arch-mips/bionic/_setjmp.S \ |
| 7 | arch-mips/bionic/futex_mips.S \ |
| 8 | arch-mips/bionic/bzero.S \ |
| 9 | arch-mips/bionic/cacheflush.c \ |
| 10 | arch-mips/bionic/clone.S \ |
| 11 | arch-mips/bionic/ffs.S \ |
| 12 | arch-mips/bionic/memcmp16.S \ |
| 13 | arch-mips/bionic/memmove.c \ |
| 14 | arch-mips/bionic/pipe.S \ |
| 15 | arch-mips/bionic/setjmp.S \ |
| 16 | arch-mips/bionic/sigsetjmp.S \ |
| 17 | arch-mips/bionic/vfork.S \ |
| 18 | arch-mips/string/memset.S \ |
| 19 | arch-mips/string/memcpy.S \ |
| 20 | arch-mips/string/mips_strlen.c \ |
| 21 | |
| 22 | _LIBC_ARCH_STATIC_SRC_FILES := \ |
| 23 | bionic/dl_iterate_phdr_static.c \ |
| 24 | |
| 25 | _LIBC_ARCH_DYNAMIC_SRC_FILES := |