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 /NEWS | |
| 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 'NEWS')
| -rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ Version 2.17 14767, 14783, 14784, 14785, 14793, 14796, 14797, 14801, 14803, 14805, 14807, 14811, 14815, 14821, 14822, 14824, 14828, 14831, 14833, 14835, 14838, 14856, 14863, 14865, 14866, 14868, 14869, 14871, 14872, 14879, - 14889, 14893, 14898, 14914. + 14889, 14893, 14898, 14914, 16882. * Optimization of memcpy for MIPS. |
