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-575-g5a03cb1


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  5a03cb1e8542fc96dcc072163f5c76f242717159 (commit)
      from  90aff2ff13e99663d5adf3d1efb4f773ec74df85 (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=5a03cb1e8542fc96dcc072163f5c76f242717159

commit 5a03cb1e8542fc96dcc072163f5c76f242717159
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Thu Oct 11 11:26:36 2012 +0200

    Fix powerpc abilist sort order

diff --git a/ChangeLog b/ChangeLog
index ae3a9eb..6992adc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
+	Fix sort order.
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
+	Likewise.
+
 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
 
 	* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
diff --git a/ports/ChangeLog.powerpc b/ports/ChangeLog.powerpc
index ba27338..758853e 100644
--- a/ports/ChangeLog.powerpc
+++ b/ports/ChangeLog.powerpc
@@ -1,3 +1,8 @@
+2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
+	Fix sort order.
+
 2012-10-30  Jason Gunthorpe  <jgunthorpe@obsidianresearch.com>
 	    Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
 
diff --git a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist b/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist
index f2682b3..0efc6b5 100644
--- a/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist
+++ b/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist
@@ -1774,13 +1774,13 @@ GLIBC_2.16
  timespec_get F
 GLIBC_2.17
  GLIBC_2.17 A
+ __ppc_get_timebase_freq F
  clock_getcpuclockid F
  clock_getres F
  clock_gettime F
  clock_nanosleep F
  clock_settime F
  secure_getenv F
- __ppc_get_timebase_freq F
 GLIBC_2.2
  GLIBC_2.2 A
  _IO_adjust_wcolumn F
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
index 9bbcc39..8e45958 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
@@ -1774,12 +1774,12 @@ GLIBC_2.16
  timespec_get F
 GLIBC_2.17
  GLIBC_2.17 A
+ __ppc_get_timebase_freq F
  clock_getcpuclockid F
  clock_getres F
  clock_gettime F
  clock_nanosleep F
  clock_settime F
- __ppc_get_timebase_freq F
  secure_getenv F
 GLIBC_2.2
  GLIBC_2.2 A
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
index dbf07820..8eaaccd 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
@@ -80,12 +80,12 @@ GLIBC_2.16
  timespec_get F
 GLIBC_2.17
  GLIBC_2.17 A
+ __ppc_get_timebase_freq F
  clock_getcpuclockid F
  clock_getres F
  clock_gettime F
  clock_nanosleep F
  clock_settime F
- __ppc_get_timebase_freq F
  secure_getenv F
 GLIBC_2.3
  GLIBC_2.3 A

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

Summary of changes:
 ChangeLog                                          |    7 +++++++
 ports/ChangeLog.powerpc                            |    5 +++++
 .../powerpc/powerpc32/nofpu/nptl/libc.abilist      |    2 +-
 .../linux/powerpc/powerpc32/fpu/nptl/libc.abilist  |    2 +-
 .../sysv/linux/powerpc/powerpc64/nptl/libc.abilist |    2 +-
 5 files changed, 15 insertions(+), 3 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]