]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fixed pthread_spin_lock on sparc32/64 (bug 16882) release/2.16/master
authorGuo Yixuan <culu.gyx@gmail.com>
Tue, 3 Jun 2014 23:19:11 +0000 (16:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jun 2014 23:19:58 +0000 (16:19 -0700)
commit02b1a8f86665320e961c2d12882ca0ba6112540a
treee9dcb29376f5b7a1f9bf0e2ce202460b5505741a
parentc3e44c48727747659e313f09bc5557b6c1007e49
Fixed pthread_spin_lock on sparc32/64 (bug 16882)

[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.
ChangeLog
NEWS
nptl/Makefile
nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
nptl/tst-spin4.c [new file with mode: 0644]