From: Carlos Sánchez de La Lama Date: Thu, 7 Jun 2012 18:35:59 +0000 (-0700) Subject: Fix build on non-v9 sparc32. X-Git-Tag: glibc-2.16-tps~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24a6dbed9bdd40ae4c90d6a9ed7024ea79cfd3ce;p=thirdparty%2Fglibc.git Fix build on non-v9 sparc32. nptl/ [BZ #14205] * sysdeps/sparc/sparc32/pthread_spin_lock.S: Do not use v9 branches. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 2bc35857f1a..1ff8d978d09 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2012-06-07 Carlos Sánchez de La Lama + + [BZ #14205] + * sysdeps/sparc/sparc32/pthread_spin_lock.S: Do not use v9 + branches. + 2012-06-04 Siddhesh Poyarekar Jakub Jelinek diff --git a/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S b/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S index 580796981e0..3155121700b 100644 --- a/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S +++ b/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S @@ -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)