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 master updated. glibc-2.16-ports-merge-579-g4c68e86


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  4c68e865477bcdefbfe3e0338fb0a1333ca06b7f (commit)
      from  903252aadbc70177af4ab891a8854e9e252e293d (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=4c68e865477bcdefbfe3e0338fb0a1333ca06b7f

commit 4c68e865477bcdefbfe3e0338fb0a1333ca06b7f
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Thu Nov 1 01:55:23 2012 +0100

    BZ#14743: Move clock_* symbols from librt to libc.
    
    Change missing from commit 6e6249d0b461b952d0f544792372663feb6d792a.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index eda8081..6e1830a 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,8 @@
+2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
+	(GLIBC_2.17): Add clock_* symbols.
+
 2012-10-31  Steve Ellcey  <sellcey@mips.com>
 
 	* sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist b/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
index 2a0e2a2..df2e637 100644
--- a/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
+++ b/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
@@ -1392,6 +1392,11 @@ GLIBC_2.16
  timespec_get F
 GLIBC_2.17
  GLIBC_2.17 A
+ clock_getcpuclockid F
+ clock_getres F
+ clock_gettime F
+ clock_nanosleep F
+ clock_settime F
  secure_getenv F
 GLIBC_2.2
  GLIBC_2.2 A

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

Summary of changes:
 ports/ChangeLog.mips                               |    5 +++++
 .../sysv/linux/mips/mips64/n32/nptl/libc.abilist   |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)


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]