blob: 8bd5e8bffa3606b98cbe39722dce832e524c2914 [file] [log] [blame]
Ying Wangf25d6772014-01-23 15:17:50 -08001libc_bionic_src_files_arm += \
Elliott Hughes1ef6ec42014-12-15 11:06:34 -08002 arch-arm/generic/bionic/memcmp.S \
Ying Wangf25d6772014-01-23 15:17:50 -08003 arch-arm/krait/bionic/memcpy.S \
4 arch-arm/krait/bionic/memset.S \
5 arch-arm/krait/bionic/strcmp.S \
6 arch-arm/krait/bionic/__strcat_chk.S \
7 arch-arm/krait/bionic/__strcpy_chk.S \
Christopher Ferris04954a42013-02-26 01:30:00 -08008
Shu Zhang6c80ccd2014-05-12 18:12:15 +08009# Use cortex-a15 versions of strcat/strcpy/strlen and standard memmove
Ying Wangf25d6772014-01-23 15:17:50 -080010libc_bionic_src_files_arm += \
Christopher Ferris7d849ac2014-09-30 11:53:13 -070011 arch-arm/cortex-a15/bionic/stpcpy.S \
Ying Wangf25d6772014-01-23 15:17:50 -080012 arch-arm/cortex-a15/bionic/strcat.S \
13 arch-arm/cortex-a15/bionic/strcpy.S \
14 arch-arm/cortex-a15/bionic/strlen.S \
Elliott Hughes76f89162015-01-26 13:34:58 -080015
16libc_openbsd_src_files_arm += \
17 upstream-openbsd/lib/libc/string/memmove.c \