2014-01-24 00:17:50 +01:00
|
|
|
# mips specific configs
|
|
|
|
|
|
|
|
# These are shared by all the 32-bit targets, but not the 64-bit ones.
|
|
|
|
libc_common_src_files_mips := \
|
|
|
|
bionic/legacy_32_bit_support.cpp \
|
|
|
|
bionic/ndk_cruft.cpp \
|
2014-04-22 22:55:58 +02:00
|
|
|
bionic/time64.c \
|
2014-01-24 00:17:50 +01:00
|
|
|
|
|
|
|
# These are shared by all the 32-bit targets, but not the 64-bit ones.
|
|
|
|
libc_bionic_src_files_mips += \
|
|
|
|
bionic/mmap.cpp
|
|
|
|
|
|
|
|
libc_common_src_files_mips += \
|
2014-02-25 03:00:43 +01:00
|
|
|
bionic/index.cpp \
|
2014-01-24 00:17:50 +01:00
|
|
|
bionic/memchr.c \
|
|
|
|
bionic/memcmp.c \
|
|
|
|
bionic/memmove.c \
|
|
|
|
bionic/memrchr.c \
|
|
|
|
bionic/strchr.cpp \
|
|
|
|
bionic/strnlen.c \
|
2014-02-25 03:00:43 +01:00
|
|
|
bionic/strrchr.cpp \
|
2014-01-24 00:17:50 +01:00
|
|
|
upstream-freebsd/lib/libc/string/wcscat.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcschr.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcscmp.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcscpy.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcslen.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcsrchr.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wmemcmp.c \
|
2014-02-25 03:00:43 +01:00
|
|
|
upstream-openbsd/lib/libc/string/bcopy.c \
|
Add 32-bit Silvermont-optimized string/memory functions.
Add following functions:
bcopy, memcpy, memmove, memset, bzero, memcmp, wmemcmp, strlen,
strcpy, strncpy, stpcpy, stpncpy.
Create new directories inside arch-x86 to specify architecture: atom,
silvermont and generic (non atom or silvermont architectures are treated like generic).
Due to introducing optimized versions of stpcpy and stpncpy,
c-implementations of these functions are moved from
common for architectures makefile to arm and mips specific makefiles.
Change-Id: I990f8061c3e9bca1f154119303da9e781c5d086e
Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>
2014-04-24 13:41:20 +02:00
|
|
|
upstream-openbsd/lib/libc/string/stpcpy.c \
|
|
|
|
upstream-openbsd/lib/libc/string/stpncpy.c \
|
2014-02-25 03:00:43 +01:00
|
|
|
upstream-openbsd/lib/libc/string/strcat.c \
|
|
|
|
upstream-openbsd/lib/libc/string/strcmp.c \
|
|
|
|
upstream-openbsd/lib/libc/string/strcpy.c \
|
|
|
|
upstream-openbsd/lib/libc/string/strlcat.c \
|
|
|
|
upstream-openbsd/lib/libc/string/strlcpy.c \
|
|
|
|
upstream-openbsd/lib/libc/string/strncat.c \
|
|
|
|
upstream-openbsd/lib/libc/string/strncmp.c \
|
|
|
|
upstream-openbsd/lib/libc/string/strncpy.c \
|
2014-01-24 00:17:50 +01:00
|
|
|
|
|
|
|
# Fortify implementations of libc functions.
|
|
|
|
libc_common_src_files_mips += \
|
|
|
|
bionic/__memcpy_chk.cpp \
|
|
|
|
bionic/__memset_chk.cpp \
|
|
|
|
bionic/__strcpy_chk.cpp \
|
|
|
|
bionic/__strcat_chk.cpp \
|
|
|
|
|
|
|
|
|
|
|
|
ifneq ($(ARCH_MIPS_HAS_FPU),true)
|
|
|
|
libc_common_cflags_mips := \
|
|
|
|
-DSOFTFLOAT
|
|
|
|
endif
|
|
|
|
|
|
|
|
##########################################
|
|
|
|
### CPU specific source files
|
|
|
|
libc_bionic_src_files_mips += \
|
2013-11-19 22:31:58 +01:00
|
|
|
arch-mips/bionic/__bionic_clone.S \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/bionic/bzero.S \
|
2013-10-10 01:40:33 +02:00
|
|
|
arch-mips/bionic/cacheflush.cpp \
|
2013-10-25 01:29:40 +02:00
|
|
|
arch-mips/bionic/_exit_with_stack_teardown.S \
|
|
|
|
arch-mips/bionic/futex_mips.S \
|
|
|
|
arch-mips/bionic/__get_sp.S \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/bionic/memcmp16.S \
|
2013-10-25 01:29:40 +02:00
|
|
|
arch-mips/bionic/_setjmp.S \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/bionic/setjmp.S \
|
|
|
|
arch-mips/bionic/sigsetjmp.S \
|
2013-11-13 23:15:31 +01:00
|
|
|
arch-mips/bionic/syscall.S \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/bionic/vfork.S \
|
|
|
|
arch-mips/string/memcpy.S \
|
2013-10-25 01:29:40 +02:00
|
|
|
arch-mips/string/memset.S \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/string/mips_strlen.c \
|
2014-01-24 00:17:50 +01:00
|
|
|
|
|
|
|
|
|
|
|
libc_crt_target_cflags_mips := \
|
|
|
|
$($(my_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) \
|
|
|
|
-I$(LOCAL_PATH)/arch-mips/include
|
|
|
|
|
|
|
|
libc_crt_target_crtbegin_file_mips := \
|
|
|
|
$(LOCAL_PATH)/arch-mips/bionic/crtbegin.c
|
|
|
|
|
|
|
|
libc_crt_target_crtbegin_so_file_mips := \
|
|
|
|
$(LOCAL_PATH)/arch-common/bionic/crtbegin_so.c
|
|
|
|
|
|
|
|
libc_crt_target_so_cflags_mips := \
|
|
|
|
-fPIC
|