diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-22 00:41:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-22 00:41:16 +0000 |
commit | 5982aa1049bfa78d1589a4f1fb3e287ef347d850 (patch) | |
tree | 927b4a4d1b65cd498b2ee0553d6688c8c22ae7d8 | |
parent | 755e51bee0f83ba13e40a2ed046ef8bf47e04758 (diff) | |
download | glibc-5982aa1049bfa78d1589a4f1fb3e287ef347d850.tar glibc-5982aa1049bfa78d1589a4f1fb3e287ef347d850.tar.gz glibc-5982aa1049bfa78d1589a4f1fb3e287ef347d850.tar.bz2 glibc-5982aa1049bfa78d1589a4f1fb3e287ef347d850.zip |
Update.
* elf/Makefile (tests): Don't run test-arrayX tests for now.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | elf/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2002-11-21 Ulrich Drepper <drepper@redhat.com> + * elf/Makefile (tests): Don't run test-arrayX tests for now. + * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags. * sysdeps/unix/sysv/linux/i386/clone.S: Add support for CLONE_CHILD_*TID flags. diff --git a/elf/Makefile b/elf/Makefile index a6d96c6d90..be83287458 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -118,7 +118,7 @@ endif tests = tst-tls1 tst-tls2 tst-tls9 ifeq (yes,$(have-initfini-array)) -tests += tst-array1 tst-array2 tst-array3 +#tests += tst-array1 tst-array2 tst-array3 endif ifeq (yes,$(build-static)) tests-static = tst-tls1-static tst-tls2-static |