]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 22 Nov 2002 00:41:16 +0000 (00:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 22 Nov 2002 00:41:16 +0000 (00:41 +0000)
* elf/Makefile (tests): Don't run test-arrayX tests for now.

ChangeLog
elf/Makefile

index 52a6c2d804f2c9b94725f23522f58d72376a9604..70e2456b3e8e1567bd2e87f9d71cd747fc1efeb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a6d96c6d903b2d9933dcb437f786845bf2e2cec4..be83287458833e07aef306f379f16c45c2a4c485 100644 (file)
@@ -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
This page took 0.051115 seconds and 5 git commands to generate.