From 5982aa1049bfa78d1589a4f1fb3e287ef347d850 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 22 Nov 2002 00:41:16 +0000 Subject: [PATCH] Update. * elf/Makefile (tests): Don't run test-arrayX tests for now. --- ChangeLog | 2 ++ elf/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 52a6c2d..70e2456 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-11-21 Ulrich Drepper + * 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 a6d96c6..be83287 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 -- 2.7.4