diff options
author | Guo Yixuan <culu.gyx@gmail.com> | 2014-05-29 21:43:15 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-03 16:10:48 -0700 |
commit | b42eca7d39d7d263815a4457c318eb57ee2686a4 (patch) | |
tree | 646e8693cf5bed500219cf6e4c145a93289f319e /ChangeLog | |
parent | f9d2d03254a58d92635a311a42253eeed5a40a47 (diff) | |
download | glibc-b42eca7d39d7d263815a4457c318eb57ee2686a4.zip glibc-b42eca7d39d7d263815a4457c318eb57ee2686a4.tar.gz glibc-b42eca7d39d7d263815a4457c318eb57ee2686a4.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +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. + 2014-06-03 Andreas Schwab <schwab@suse.de> [BZ #15946] |