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, hjl/x32/release/2.15, updated. glibc-2.15-130-g418f6a1


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, hjl/x32/release/2.15 has been updated
       via  418f6a195e0b546045b466da27f1533076b039ce (commit)
       via  b3073e90d783d179d20ba2a671febc4c08285a8a (commit)
       via  b7bd97fde11cebb5d71709d9e9352fe13cce4d7b (commit)
       via  ddeb5e27dda7dafc43a255c849213ce538cdee0d (commit)
       via  e3d5df796c656c69e60b504eed77cf60a08e18ef (commit)
       via  7cf8e20d03a43b1375e90d381a16caa2686e4fdf (commit)
      from  a924047473718dd3f14894aadfd1a24e704b0bfe (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=418f6a195e0b546045b466da27f1533076b039ce

commit 418f6a195e0b546045b466da27f1533076b039ce
Merge: a924047 b3073e9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Jun 14 10:27:33 2012 -0700

    Merge remote-tracking branch 'origin/release/2.15/master' into hjl/x32/release/2.15


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

Summary of changes:
 ChangeLog                                    |   51 +++++++
 NEWS                                         |    2 +-
 config.h.in                                  |    9 +-
 config.make.in                               |    2 +
 configure                                    |   22 +++
 configure.in                                 |   10 ++
 malloc/arena.c                               |   11 ++-
 math/math_private.h                          |    8 -
 sysdeps/i386/configure                       |   23 +++
 sysdeps/i386/configure.in                    |   11 ++
 sysdeps/ieee754/dbl-64/Makefile              |    4 +
 sysdeps/ieee754/ldbl-opt/configure           |  161 ++++++++++++++++-----
 sysdeps/powerpc/configure                    |  103 ++++++++++++--
 sysdeps/powerpc/powerpc32/configure          |  114 +++++++++++++---
 sysdeps/powerpc/powerpc64/configure          |  114 +++++++++++++---
 sysdeps/unix/sysv/linux/powerpc/configure    |  198 +++++++++++++++++---------
 sysdeps/x86_64/fpu/math_private.h            |   35 +----
 sysdeps/x86_64/fpu/multiarch/Makefile        |   25 ++--
 sysdeps/x86_64/fpu/multiarch/brandred-fma4.c |    4 -
 sysdeps/x86_64/fpu/multiarch/e_atan2.c       |    2 +-
 sysdeps/x86_64/fpu/multiarch/e_exp.c         |    2 +-
 sysdeps/x86_64/fpu/multiarch/e_log.c         |    3 +-
 sysdeps/x86_64/fpu/multiarch/s_atan.c        |    2 +-
 sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c    |    1 -
 sysdeps/x86_64/fpu/multiarch/s_sin.c         |    4 +-
 sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c    |    1 -
 sysdeps/x86_64/fpu/multiarch/s_tan.c         |    2 +-
 27 files changed, 706 insertions(+), 218 deletions(-)
 create mode 100644 sysdeps/ieee754/dbl-64/Makefile
 delete mode 100644 sysdeps/x86_64/fpu/multiarch/brandred-fma4.c


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]