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

Re: GNU C Library master sources branch master updated. glibc-2.16-ports-merge-524-g6e6249d


Hi!

On 24 Oct 2012 21:51:43 -0000, roland@sourceware.org wrote:
> http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6e6249d0b461b952d0f544792372663feb6d792a
> 
> commit 6e6249d0b461b952d0f544792372663feb6d792a
> Author: Roland McGrath <roland@hack.frob.com>
> Date:   Wed Oct 24 14:50:46 2012 -0700
> 
>     BZ#14743: Move clock_* symbols from librt to libc.

> --- a/ports/ChangeLog.mips
> +++ b/ports/ChangeLog.mips
> @@ -1,3 +1,9 @@
> +2012-10-19  Roland McGrath  <roland@hack.frob.com>
> +
> +	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
> +	(GLIBC_2.17): Add clock_* symbols.
> +	* sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.

As I can't seem to invent any good reason why this shouldn't likewise
apply for mips64/n32 (all other libc.abilist files are fine), I have now
pushed the following to master (untested, but obvious):

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 ports/ChangeLog.mips ports/ChangeLog.mips
index eda8081..6e1830a 100644
--- ports/ChangeLog.mips
+++ 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 ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
index 2a0e2a2..df2e637 100644
--- ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
+++ 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


GrÃÃe,
 Thomas

Attachment: pgp00000.pgp
Description: PGP signature


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