mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Fix build on non-v9 sparc32.
nptl/ [BZ #14205] * sysdeps/sparc/sparc32/pthread_spin_lock.S: Do not use v9 branches.
This commit is contained in:
parent
c08010c7cd
commit
24a6dbed9b
@ -1,3 +1,9 @@
|
||||
2012-06-07 Carlos Sánchez de La Lama <csanchezdll@gmail.com>
|
||||
|
||||
[BZ #14205]
|
||||
* sysdeps/sparc/sparc32/pthread_spin_lock.S: Do not use v9
|
||||
branches.
|
||||
|
||||
2012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
|
@ -28,5 +28,5 @@ ENTRY(pthread_spin_lock)
|
||||
2: orcc %g1, 0x0, %g0
|
||||
bne,a 2b
|
||||
ldub [%o0], %g1
|
||||
ba,a,pt %xcc, 1b
|
||||
ba,a 1b
|
||||
END(pthread_spin_lock)
|
||||
|
Loading…
Reference in New Issue
Block a user