This is the mail archive of the glibc-bugs@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]

[Bug nptl/16882] Incorrect implementation of pthread_spin_lock for sparc, no ldstub after spinning


https://sourceware.org/bugzilla/show_bug.cgi?id=16882

--- Comment #7 from cvs-commit at gcc dot gnu.org <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 <culu.gyx@gmail.com>
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 <culu.gyx@gmail.com>
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.


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