From: Alan Modra Date: Fri, 15 Nov 2013 23:48:28 +0000 (+1030) Subject: Mention powerpc64le support in NEWS and README, plus bugs fixed. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e9bbdd3d2ea22c2455949959ced90e054f6023;p=thirdparty%2Fglibc.git 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 07416ef2f10..4e3a8220fe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-11-16 Alan Modra + + * NEWS: Mention powerpc64le support and bugs fixed. + * README: Both big-endian and little-endian powerpc64 supported. + 2013-11-16 Alan Modra * libc-abis: PowerPC64le has ifunc too. diff --git a/NEWS b/NEWS index a816bc10bdc..2c6ad91d520 100644 --- 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 bb4ccb896bf..3052372e4bc 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 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