diff options
| author | Guo Yixuan <culu.gyx@gmail.com> | 2014-06-03 16:19:11 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-06-03 16:43:08 -0700 |
| commit | 05573613e0b4f99f2718f62957c77d5842df3592 (patch) | |
| tree | 023dfd10abb3876d1c88ca45a8ddf067a4f00f06 /ChangeLog | |
| parent | 8c19f86e356cd28180eb199f07670de5f32f82b9 (diff) | |
| download | glibc-release/2.17/master.tar.xz glibc-release/2.17/master.zip | |
Fixed pthread_spin_lock on sparc32/64 (bug 16882)release/2.17/master
[BZ #16882]
* nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
(pthread_spin_lock): Branch out of spin loop to proper location.
* nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
(pthread_spin_lock): Likewise.
* nptl/tst-spin4.c: New test.
* nptl/Makefile (tests): Add tst-spin4.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2014-06-03 Guo Yixuan <culu.gyx@gmail.com> + + [BZ #16882] + * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S + (pthread_spin_lock): Branch out of spin loop to proper location. + * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S + (pthread_spin_lock): Likewise. + + * nptl/tst-spin4.c: New test. + * nptl/Makefile (tests): Add tst-spin4. + 2014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com> [BZ #16958] |
