summaryrefslogtreecommitdiff
path: root/string/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-10 05:23:33 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-10 05:23:33 +0000
commitcd94eda99b573f1a8983e157b955333bfdf4ff20 (patch)
tree15b42466b91f3ba03ff3fba59567e8de72973c69 /string/Makefile
parent5fca38da63bb793a31f61cc28159b9d10534c4eb (diff)
Update.
2003-09-10 Jakub Jelinek <jakub@redhat.com> * string/Makefile (strop-tests): Add memccpy. * string/test-memccpy.c: New test.
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/string/Makefile b/string/Makefile
index 7e2220ec3d..ad5ff79d4c 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -45,9 +45,9 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \
# for -fbounded-pointer compiles. Glibc uses memchr for explicit checks.
o-objects.ob := memcpy.o memset.o memchr.o
-strop-tests := memchr memcmp memcpy memmove mempcpy memset stpcpy \
- stpncpy strcat strchr strcmp strcpy strcspn strlen \
- strncmp strncpy strpbrk strrchr strspn
+strop-tests := memchr memcmp memcpy memmove mempcpy memset memccpy \
+ stpcpy stpncpy strcat strchr strcmp strcpy strcspn \
+ strlen strncmp strncpy strpbrk strrchr strspn
tests := tester inl-tester noinl-tester testcopy test-ffs \
tst-strlen stratcliff tst-svc tst-inlcall \
bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap \