diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-25 00:17:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-25 00:17:34 +0000 |
commit | f63abf584cc5028c89edd2352e7abacdd223c114 (patch) | |
tree | a26a6bc5d9277e8ea6ff5e209551c5bb2277bb58 /string/Makefile | |
parent | b5ba2c790c505ede186cd2898453b0dccf827e2f (diff) | |
download | glibc-f63abf584cc5028c89edd2352e7abacdd223c114.tar.gz glibc-f63abf584cc5028c89edd2352e7abacdd223c114.tar.xz glibc-f63abf584cc5028c89edd2352e7abacdd223c114.zip |
* string/Makefile (strop-tests): Add memmem.
* string/test-memmem.c: New file. * string/test-string.h (BUF1PAGES): Define to 1 if undefined. (test_init): Size buf1 according to BUF1PAGES. * stdio-common/scanf16.c: New file. * stdio-common/scanf17.c: New file. * scripts/data/localplt-sparc64-linux-gnu.data: New file.
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index a15ae14644..cccd68cf45 100644 --- a/string/Makefile +++ b/string/Makefile @@ -48,7 +48,7 @@ o-objects.ob := memcpy.o memset.o memchr.o strop-tests := memchr memcmp memcpy memmove mempcpy memset memccpy \ stpcpy stpncpy strcat strchr strcmp strcpy strcspn \ - strlen strncmp strncpy strpbrk strrchr strspn + strlen strncmp strncpy strpbrk strrchr strspn memmem tests := tester inl-tester noinl-tester testcopy test-ffs \ tst-strlen stratcliff tst-svc tst-inlcall \ bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap \ |