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 soft-fp/15483] ppc-nofpu emulated fpu status and control should be thread-local


http://sourceware.org/bugzilla/show_bug.cgi?id=15483

--- Comment #1 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  73c1ce4fdbdf117b4d91b6e894686228155bd702 (commit)
      from  b5449b12962da665c29f0a1c85f705de4bc4abf2 (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=73c1ce4fdbdf117b4d91b6e894686228155bd702

commit 73c1ce4fdbdf117b4d91b6e894686228155bd702
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Nov 19 13:39:56 2013 +0000

    Make powerpc-nofpu floating-point state thread-local (bug 15483).

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

Summary of changes:
 ChangeLog                                 |   67 +++++++++
 NEWS                                      |   17 ++-
 math/Makefile                             |    3 +-
 math/test-fenv-tls.c                      |  208 +++++++++++++++++++++++++++++
 sysdeps/powerpc/nofpu/Versions            |    5 +
 sysdeps/powerpc/nofpu/fclrexcpt.c         |    3 +-
 sysdeps/powerpc/nofpu/fedisblxcpt.c       |    6 +-
 sysdeps/powerpc/nofpu/feenablxcpt.c       |    9 +-
 sysdeps/powerpc/nofpu/fegetenv.c          |   10 +-
 sysdeps/powerpc/nofpu/fegetexcept.c       |    2 +-
 sysdeps/powerpc/nofpu/fegetround.c        |    2 +-
 sysdeps/powerpc/nofpu/fesetenv.c          |   10 +-
 sysdeps/powerpc/nofpu/fesetround.c        |    3 +-
 sysdeps/powerpc/nofpu/feupdateenv.c       |    7 +-
 sysdeps/powerpc/nofpu/fgetexcptflg.c      |    2 +-
 sysdeps/powerpc/nofpu/fraiseexcpt.c       |    5 +-
 sysdeps/powerpc/nofpu/fsetexcptflg.c      |    4 +-
 sysdeps/powerpc/nofpu/ftestexcept.c       |    2 +-
 sysdeps/powerpc/nofpu/get-rounding-mode.h |    2 +-
 sysdeps/powerpc/nofpu/sim-full.c          |   39 ++++--
 sysdeps/powerpc/nofpu/soft-supp.h         |   37 ++++--
 sysdeps/powerpc/soft-fp/sfp-machine.h     |   23 ++--
 22 files changed, 390 insertions(+), 76 deletions(-)
 create mode 100644 math/test-fenv-tls.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]