Skip to content

Commit

Permalink
Fix build on non-v9 sparc32.
Browse files Browse the repository at this point in the history
nptl/

	[BZ #14205]
	* sysdeps/sparc/sparc32/pthread_spin_lock.S: Do not use v9
	branches.
  • Loading branch information
csanchezdll authored and davem330 committed Jun 7, 2012
1 parent c08010c commit 24a6dbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2012-06-07 Carlos Sánchez de La Lama <[email protected]>

[BZ #14205]
* sysdeps/sparc/sparc32/pthread_spin_lock.S: Do not use v9
branches.

2012-06-04 Siddhesh Poyarekar <[email protected]>
Jakub Jelinek <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 24a6dbe

Please sign in to comment.