summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2017-05-25 14:53:40 -0300
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2017-05-25 14:53:40 -0300
commit6e75b0110d39be39131e9b458c256521df1eb657 (patch)
tree778f735d19300713a4827b751a002d51f555af1d /ChangeLog
parent81efada5287c3215307623e57d3bbbeefa0c1250 (diff)
downloadglibc-6e75b0110d39be39131e9b458c256521df1eb657.tar.gz
Move tst-mutex*8* to tests-internal
The following tests depend on ENABLE_LOCK_ELISION, which is only available on tests-internal. - nptl/tst-mutex8 - nptl/tst-mutex8-static - nptl/tst-mutexpi8 - nptl/tst-mutexpi8-static * nptl/Makefile (tests): Move nptl/tst-mutex8, nptl/tst-mutex8-static, nptl/tst-mutexpi8 and nptl/tst-mutexpi8-static to... (tests-internal): ... here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index baf21026c3..dd814acd4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
+
+ * nptl/Makefile (tests): Move nptl/tst-mutex8, nptl/tst-mutex8-static,
+ nptl/tst-mutexpi8 and nptl/tst-mutexpi8-static to...
+ (tests-internal): ... here.
+
2017-05-25 Siddhesh Poyarekar <siddhesh@sourceware.org>
H.J. Lu <hongjiu.lu@intel.com>