aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64/mips64.mk
diff options
context:
space:
mode:
authorVarvara Rainchik <varvara.rainchik@intel.com>2014-04-24 15:41:20 +0400
committerChristopher Ferris <cferris@google.com>2014-05-12 13:56:59 -0700
commit5a92284167ffba6d45210ef6889fa7d255c15d4f (patch)
tree0ab0ebc49463cc1bdcad12f96ee12c5acbe51cc1 /libc/arch-mips64/mips64.mk
parentebcc72070499b2ab2d1dee990d6f52814a56600e (diff)
downloadandroid_bionic-5a92284167ffba6d45210ef6889fa7d255c15d4f.tar.gz
android_bionic-5a92284167ffba6d45210ef6889fa7d255c15d4f.tar.bz2
android_bionic-5a92284167ffba6d45210ef6889fa7d255c15d4f.zip
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>
Diffstat (limited to 'libc/arch-mips64/mips64.mk')
-rw-r--r--libc/arch-mips64/mips64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/arch-mips64/mips64.mk b/libc/arch-mips64/mips64.mk
index 75620d881..3df196f64 100644
--- a/libc/arch-mips64/mips64.mk
+++ b/libc/arch-mips64/mips64.mk
@@ -17,6 +17,8 @@ libc_common_src_files_mips64 := \
upstream-freebsd/lib/libc/string/wcsrchr.c \
upstream-freebsd/lib/libc/string/wmemcmp.c \
upstream-openbsd/lib/libc/string/bcopy.c \
+ upstream-openbsd/lib/libc/string/stpcpy.c \
+ upstream-openbsd/lib/libc/string/stpncpy.c \
upstream-openbsd/lib/libc/string/strcat.c \
upstream-openbsd/lib/libc/string/strcmp.c \
upstream-openbsd/lib/libc/string/strcpy.c \