summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-05-28 21:35:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-28 21:35:04 +0000
commit8a405b027a9c8b3a614016f4824a03fa252e9e1e (patch)
tree6477f0c0bc3bab543583bc4df2f6a2e2c69a599d /libc/arch-mips64
parent52f74322b1d72d57146107f32ee2c76c421bf4b1 (diff)
parent6f2bde344123d8503cd60f3ecd3420f39aa24eb9 (diff)
downloadbionic-8a405b027a9c8b3a614016f4824a03fa252e9e1e.zip
bionic-8a405b027a9c8b3a614016f4824a03fa252e9e1e.tar.gz
bionic-8a405b027a9c8b3a614016f4824a03fa252e9e1e.tar.bz2
Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"
Diffstat (limited to 'libc/arch-mips64')
-rw-r--r--libc/arch-mips64/mips64.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-mips64/mips64.mk b/libc/arch-mips64/mips64.mk
index b6e0209..533be5e 100644
--- a/libc/arch-mips64/mips64.mk
+++ b/libc/arch-mips64/mips64.mk
@@ -16,6 +16,7 @@ libc_common_src_files_mips64 := \
upstream-freebsd/lib/libc/string/wcslen.c \
upstream-freebsd/lib/libc/string/wcsrchr.c \
upstream-freebsd/lib/libc/string/wmemcmp.c \
+ upstream-freebsd/lib/libc/string/wmemmove.c \
upstream-openbsd/lib/libc/string/bcopy.c \
upstream-openbsd/lib/libc/string/stpcpy.c \
upstream-openbsd/lib/libc/string/stpncpy.c \