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.18-258-g8b7d57c


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  8b7d57cd0a9f539be22a21a1db6075965e869074 (commit)
      from  53247a0b8fa937dc245eabacfaa6cd92cfffe475 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8b7d57cd0a9f539be22a21a1db6075965e869074

commit 8b7d57cd0a9f539be22a21a1db6075965e869074
Author: Alan Modra <amodra@gmail.com>
Date:   Sat Oct 5 16:32:10 2013 +0930

    Mention powerpc64le support in NEWS and README, plus bugs fixed.
    
    	* NEWS: Mention powerpc64le support and bugs fixed.
    	* README: Both big-endian and little-endian powerpc64 supported.

diff --git a/ChangeLog b/ChangeLog
index 1c3f685..6f48dc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-05  Alan Modra  <amodra@gmail.com>
+
+	* NEWS: Mention powerpc64le support and bugs fixed.
+	* README: Both big-endian and little-endian powerpc64 supported.
+
 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
 	* sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook,
diff --git a/NEWS b/NEWS
index d6c8794..2273091 100644
--- a/NEWS
+++ b/NEWS
@@ -10,11 +10,12 @@ Version 2.19
 * The following bugs are resolved with this release:
 
   431, 13982, 13985, 14155, 14547, 14699, 15048, 15400, 15427, 15522,
-  15531, 15532, 15608, 15609, 15610, 15632, 15640, 15681, 15736, 15748,
-  15749, 15754, 15760, 15797, 15844, 15849, 15855, 15856, 15857, 15859,
-  15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909,
-  15919, 15921, 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909,
-  15919, 15921, 15923, 15939, 15963, 15966, 15988.
+  15531, 15532, 15608, 15609, 15610, 15632, 15640, 15680, 15681, 15723,
+  15734, 15735, 15736, 15748, 15749, 15754, 15760, 15797, 15844, 15849,
+  15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892, 15893,
+  15895, 15897, 15905, 15909, 15919, 15921, 15887, 15890, 15892, 15893,
+  15895, 15897, 15905, 15909, 15919, 15921, 15923, 15939, 15963, 15966,
+  15988.
 
 * CVE-2012-4412 The strcoll implementation caches indices and rules for
   large collation sequences to optimize multiple passes.  This cache
@@ -67,6 +68,7 @@ Version 2.19
 
 * SystemTap probes for malloc have been introduced.
 
+* Support for powerpc64le has been added.
 
 Version 2.18
 
diff --git a/README b/README
index e8df988..96dd6f6 100644
--- a/README
+++ b/README
@@ -26,8 +26,8 @@ The GNU C Library supports these configurations for using Linux kernels:
 
 	i[4567]86-*-linux-gnu
 	x86_64-*-linux-gnu	Can build either x86_64 or x32
-	powerpc-*-linux-gnu	Hardware or software floating point
-	powerpc64-*-linux-gnu
+	powerpc-*-linux-gnu	Hardware floating point required, BE only.
+	powerpc64*-*-linux-gnu	Big-endian and little-endian.
 	s390-*-linux-gnu
 	s390x-*-linux-gnu
 	sh[34]-*-linux-gnu

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

Summary of changes:
 ChangeLog |    5 +++++
 NEWS      |   12 +++++++-----
 README    |    4 ++--
 3 files changed, 14 insertions(+), 7 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]