]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mention powerpc64le support in NEWS and README, plus bugs fixed.
authorAlan Modra <amodra@gmail.com>
Fri, 15 Nov 2013 23:48:28 +0000 (10:18 +1030)
committerAlan Modra <amodra@gmail.com>
Sat, 16 Nov 2013 02:48:12 +0000 (13:18 +1030)
* NEWS: Mention powerpc64le support and bugs fixed.
* README: Both big-endian and little-endian powerpc64 supported.

ChangeLog
NEWS
README

index 07416ef2f1005c0812b1620df95fd6dae474711d..4e3a8220fe3197048628558d35098fd917c8ff14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-16  Alan Modra  <amodra@gmail.com>
+
+       * NEWS: Mention powerpc64le support and bugs fixed.
+       * README: Both big-endian and little-endian powerpc64 supported.
+
 2013-11-16  Alan Modra  <amodra@gmail.com>
 
        * libc-abis: PowerPC64le has ifunc too.
diff --git a/NEWS b/NEWS
index a816bc10bdcbad8718f58ad9385d4c6dd3cfe60e..2c6ad91d520e5ef635291789312ce01ce41f4076 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,10 @@ Version 2.18.1
 
 * The following bugs are resolved with this release:
 
-  14155, 14547, 14699, 15532, 15427, 15522, 15797, 15892, 15895, 15909,
-  15917, 15996, 16072, 16150.
+  14155, 14547, 14699, 15532, 15427, 15522, 15680, 15723, 15734, 15735,
+  15797, 15892, 15895, 15909, 15917, 15996, 16072, 16150.
+
+* Support for powerpc64le has been added.
 
 * CVE-2013-4237 The readdir_r function could write more than NAME_MAX bytes
   to the d_name member of struct dirent, or omit the terminating NUL
diff --git a/README b/README
index bb4ccb896bf9ccfcb2bfc4b98251a04b7e452262..3052372e4bc52c2e1072dad5de87de4beb116c2f 100644 (file)
--- 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 floating point required
-       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