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/ifunc/test updated. glibc-2.16-ports-merge-454-g440f138


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/ifunc/test has been updated
       via  440f13869ffa0c4be06cb8b54683b3b285128bbb (commit)
       via  b7bfe116e6304da848759b69a6d713da3e93e936 (commit)
       via  43c4edba7ee8224134132fb38df5f63895cbb326 (commit)
       via  f6a2737f082cbf11bc8d928a0afcd5f670005e4a (commit)
       via  6a1bf82f9753d3425ff09d2d6f97ea574fca5919 (commit)
       via  8ad11b9a9cf1de82bd7771306b42070b91417c11 (commit)
       via  7e2fca8dd22e3bd932581d6479b0c552deff00b6 (commit)
       via  1c530d024418c75bb61eecf23aea1f4179fbf0fe (commit)
      from  16924bbd5ba8b0ef321a8aca093efe094c955ee0 (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=440f13869ffa0c4be06cb8b54683b3b285128bbb

commit 440f13869ffa0c4be06cb8b54683b3b285128bbb
Merge: 16924bb b7bfe11
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Sep 26 05:58:00 2012 -0700

    Merge remote-tracking branch 'origin/master' into hjl/ifunc/test


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

Summary of changes:
 ChangeLog                                          |   44 ++++++++++++++
 Makefile.in                                        |    2 +
 NEWS                                               |    8 +-
 manual/platform.texi                               |    8 +++
 misc/sys/cdefs.h                                   |    9 +++-
 .../sysdeps/unix/sysv/linux/powerpc/pthread_once.c |   21 +++++--
 ports/ChangeLog.powerpc                            |    5 ++
 .../powerpc/powerpc32/nofpu/nptl/libc.abilist      |    1 +
 sysdeps/powerpc/sys/platform/ppc.h                 |    1 +
 sysdeps/unix/sysv/linux/powerpc/Makefile           |    6 ++
 sysdeps/unix/sysv/linux/powerpc/bits/ppc.h         |   33 ++++++++++
 .../unix/sysv/linux/powerpc/get_timebase_freq.c    |   26 ++++++++
 sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions |    3 +
 .../linux/powerpc/powerpc32/fpu/nptl/libc.abilist  |    1 +
 sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions |    3 +
 .../sysv/linux/powerpc/powerpc64/nptl/libc.abilist |    1 +
 .../unix/sysv/linux/powerpc/test-gettimebasefreq.c |   62 ++++++++++++++++++++
 sysdeps/x86_64/fpu/libm-test-ulps                  |   31 ++++++----
 18 files changed, 243 insertions(+), 22 deletions(-)
 create mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/ppc.h
 create mode 100644 sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
 create mode 100644 sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.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]