Add stpcpy assembler version.

For generic, continue to use the C version of the code.

Bug: 13746695
Change-Id: I77426a70b06131f2373bb51265bea1240bb3f101
This commit is contained in:
Christopher Ferris
2014-09-30 11:53:13 -07:00
parent 0481471b1b
commit 7d849ac378
12 changed files with 1124 additions and 869 deletions

View File

@@ -41,7 +41,6 @@ libc_freebsd_src_files_arm += \
libc_openbsd_src_files_arm += \
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/strlcat.c \
upstream-openbsd/lib/libc/string/strlcpy.c \