diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-16 12:37:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-16 12:37:30 +0000 |
commit | b301e2eb98b2d20423a5ed4d371f8eb13d703c65 (patch) | |
tree | 0ba3bdbbb0062127ea4e22f936842ae0a95a24c0 | |
parent | 91eee4dd69397fa6e7b328022670d459f582b047 (diff) | |
download | glibc-b301e2eb98b2d20423a5ed4d371f8eb13d703c65.zip glibc-b301e2eb98b2d20423a5ed4d371f8eb13d703c65.tar.gz glibc-b301e2eb98b2d20423a5ed4d371f8eb13d703c65.tar.bz2 |
Update.
1998-06-16 Ulrich Drepper <drepper@cygnus.com>
* string/Makefile: Make sure test-ffs does not use builtins.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nis/Banner | 2 | ||||
-rw-r--r-- | string/Makefile | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1998-06-16 Ulrich Drepper <drepper@cygnus.com> + + * string/Makefile: Make sure test-ffs does not use builtins. + 1998-06-16 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> * sunrpc/svc.c: Check for NULL pointer. @@ -1 +1 @@ -NIS(YP)/NIS+ NSS modules 0.16 by Thorsten Kukuk +NIS(YP)/NIS+ NSS modules 0.17 by Thorsten Kukuk diff --git a/string/Makefile b/string/Makefile index eda9242..9de1111 100644 --- a/string/Makefile +++ b/string/Makefile @@ -54,6 +54,7 @@ noinl-tester-ENV = LANGUAGE=C CFLAGS-noinl-tester.c = -fno-builtin CFLAGS-tst-strlen.c = -fno-builtin CFLAGS-stratcliff.c = -fno-builtin +CFLAGS-test-ffs.c = -fno-builtin ifeq ($(cross-compiling),no) tests: $(objpfx)tst-svc.out |