summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2013-06-28 05:19:37 -0700
committerAndi Kleen <ak@linux.intel.com>2013-07-02 08:46:54 -0700
commit68cc29355f3334c7ad18f648ff9a6383a0916d23 (patch)
tree357381e30be0b3dedfafe7a220714e20aad6ad73 /nptl/ChangeLog
parentb023e4ca99f5e81f90d87d23cd267ef2abd2388c (diff)
downloadglibc-68cc29355f3334c7ad18f648ff9a6383a0916d23.tar.gz
Add minimal test suite changes for elision enabled kernels
tst-mutex5 and 8 test some behaviour not required by POSIX, that elision changes. This changes these tests to not check this when elision is enabled at configure time.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 97ff78507b..e7495b9eb5 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,13 @@
2013-07-02 Andi Kleen <ak@linux.intel.com>
+ * tst-mutex5.c: Include config.h.
+ (do_test): Add checks for ENABLE_LOCK_ELISION.
+ * tst-mutex8.c: Include config.h
+ (tf): Add checks for ENABLE_LOCK_ELISION.
+ (check_type): Likewise.
+
+2013-07-02 Andi Kleen <ak@linux.intel.com>
+
* pthreadP.h: Add elision types.
(PTHREAD_MUTEX_TYPE_ELISION): Add.
* sysdeps/pthread/pthread.h: Add elision initializers.