aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64/mips64.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-06-03 11:35:48 -0700
committerDan Albert <danalbert@google.com>2014-06-03 17:22:07 -0700
commitce9ce28e5d760e32ab6c894dfaf7b8dad6de7ff6 (patch)
tree4df746aceda760ff26536720ff278ef77be39393 /libc/arch-mips64/mips64.mk
parent2f9400b679ffe08f7190781e64edda5edf0f7297 (diff)
downloadandroid_bionic-ce9ce28e5d760e32ab6c894dfaf7b8dad6de7ff6.tar.gz
android_bionic-ce9ce28e5d760e32ab6c894dfaf7b8dad6de7ff6.tar.bz2
android_bionic-ce9ce28e5d760e32ab6c894dfaf7b8dad6de7ff6.zip
Removes bcopy and bzero from bionic.
These symbols are still defined for LP32 for binary compatibility, but the declarations have been replaced with the POSIX recommended #defines. Bug: 13935372 Change-Id: Ief7e6ca012db374588ba5839f11e8f3a13a20467
Diffstat (limited to 'libc/arch-mips64/mips64.mk')
-rw-r--r--libc/arch-mips64/mips64.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/arch-mips64/mips64.mk b/libc/arch-mips64/mips64.mk
index 575910470..9a24c610e 100644
--- a/libc/arch-mips64/mips64.mk
+++ b/libc/arch-mips64/mips64.mk
@@ -17,7 +17,6 @@ libc_common_src_files_mips64 := \
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 \
upstream-openbsd/lib/libc/string/strcat.c \
@@ -42,7 +41,6 @@ libc_common_src_files_mips64 += \
### CPU specific source files
libc_bionic_src_files_mips64 := \
arch-mips64/bionic/__bionic_clone.S \
- arch-mips64/bionic/bzero.S \
arch-mips64/bionic/_exit_with_stack_teardown.S \
arch-mips64/bionic/__get_sp.S \
arch-mips64/bionic/getdents.cpp \