This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-1159-g24a6dbe


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  24a6dbed9bdd40ae4c90d6a9ed7024ea79cfd3ce (commit)
      from  c08010c7cdea229bc3b27ecf42855d32daffd71e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=24a6dbed9bdd40ae4c90d6a9ed7024ea79cfd3ce

commit 24a6dbed9bdd40ae4c90d6a9ed7024ea79cfd3ce
Author: Carlos Sánchez de La Lama <csanchezdll@gmail.com>
Date:   Thu Jun 7 11:35:59 2012 -0700

    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 2bc3585..1ff8d97 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -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>
 
diff --git a/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S b/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
index 5807969..3155121 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)

-----------------------------------------------------------------------

Summary of changes:
 nptl/ChangeLog                                 |    6 ++++++
 nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]