diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2017-05-25 14:53:40 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2017-05-25 14:53:40 -0300 |
commit | 6e75b0110d39be39131e9b458c256521df1eb657 (patch) | |
tree | 778f735d19300713a4827b751a002d51f555af1d /ChangeLog | |
parent | 81efada5287c3215307623e57d3bbbeefa0c1250 (diff) | |
download | glibc-6e75b0110d39be39131e9b458c256521df1eb657.zip glibc-6e75b0110d39be39131e9b458c256521df1eb657.tar.gz glibc-6e75b0110d39be39131e9b458c256521df1eb657.tar.bz2 |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |