blob: c8953576b0fde175fbaf4f9e81323995d3e85357 [file] [log] [blame]
Christopher Ferris7c83a1e2013-02-26 01:30:00 -08001_LIBC_ARCH_COMMON_SRC_FILES := \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -08002 arch-mips/bionic/bzero.S \
Elliott Hughes14b467e2013-10-09 16:40:33 -07003 arch-mips/bionic/cacheflush.cpp \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -08004 arch-mips/bionic/clone.S \
Elliott Hughesbf425682013-10-24 16:29:40 -07005 arch-mips/bionic/_exit_with_stack_teardown.S \
6 arch-mips/bionic/futex_mips.S \
7 arch-mips/bionic/__get_sp.S \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -08008 arch-mips/bionic/memcmp16.S \
9 arch-mips/bionic/memmove.c \
Elliott Hughesbf425682013-10-24 16:29:40 -070010 arch-mips/bionic/_setjmp.S \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -080011 arch-mips/bionic/setjmp.S \
Elliott Hughesbf425682013-10-24 16:29:40 -070012 arch-mips/bionic/__set_tls.c \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -080013 arch-mips/bionic/sigsetjmp.S \
Chris Dearmaneffaa782013-11-13 14:15:31 -080014 arch-mips/bionic/syscall.S \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -080015 arch-mips/bionic/vfork.S \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -080016 arch-mips/string/memcpy.S \
Elliott Hughesbf425682013-10-24 16:29:40 -070017 arch-mips/string/memset.S \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -080018 arch-mips/string/mips_strlen.c \
19
20_LIBC_ARCH_STATIC_SRC_FILES := \
21 bionic/dl_iterate_phdr_static.c \
22
23_LIBC_ARCH_DYNAMIC_SRC_FILES :=