From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32677 invoked by alias); 3 Jun 2014 23:11:55 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 32632 invoked by uid 55); 3 Jun 2014 23:11:50 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug nptl/16882] Incorrect implementation of pthread_spin_lock for sparc, no ldstub after spinning Date: Tue, 03 Jun 2014 23:11:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: 2.16 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: davem at davemloft dot net X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg00026.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16882 --- Comment #7 from cvs-commit at gcc dot gnu.org --- 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 196939fb0ede8b588019f7ff0779dffbfc35787d (commit) via b42eca7d39d7d263815a4457c318eb57ee2686a4 (commit) from f9d2d03254a58d92635a311a42253eeed5a40a47 (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 ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=196939fb0ede8b588019f7ff0779dffbfc35787d commit 196939fb0ede8b588019f7ff0779dffbfc35787d Author: Guo Yixuan Date: Thu May 29 21:53:16 2014 -0700 New test for pthread_spin_lock (bug 16882) * nptl/tst-spin4.c: New test. * nptl/Makefile (tests): Add tst-spin4. https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b42eca7d39d7d263815a4457c318eb57ee2686a4 commit b42eca7d39d7d263815a4457c318eb57ee2686a4 Author: Guo Yixuan Date: Thu May 29 21:43:15 2014 -0700 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. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 11 +++ nptl/Makefile | 2 +- nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S | 4 +- nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S | 4 +- nptl/tst-spin4.c | 109 ++++++++++++++++++++++++ 5 files changed, 125 insertions(+), 5 deletions(-) create mode 100644 nptl/tst-spin4.c -- You are receiving this mail because: You are on the CC list for the bug.