about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-19 22:22:29 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-19 22:22:29 -0400
commit855d156018a701b3613eb4b14ab3bd09fd12f0a3 (patch)
treeca43c7fc79f55509f9de920fee1af242ce7bab98 /string/Makefile
parentd9a4d2ab278ab50637e383b6174e9ec42db84327 (diff)
downloadglibc-855d156018a701b3613eb4b14ab3bd09fd12f0a3.tar.gz
glibc-855d156018a701b3613eb4b14ab3bd09fd12f0a3.tar.xz
glibc-855d156018a701b3613eb4b14ab3bd09fd12f0a3.zip
Optimize x86-64 rawmemchr and add test
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile
index ab100244df..109f59b454 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -50,7 +50,7 @@ strop-tests	:= memchr memcmp memcpy memmove mempcpy memset memccpy	\
 		   stpcpy stpncpy strcat strchr strcmp strcpy strcspn	\
 		   strlen strncmp strncpy strpbrk strrchr strspn memmem	\
 		   strstr strcasestr strnlen strcasecmp strncasecmp	\
-		   strncat
+		   strncat rawmemchr
 tests		:= tester inl-tester noinl-tester testcopy test-ffs	\
 		   tst-strlen stratcliff tst-svc tst-inlcall		\
 		   bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap	\