about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-06-28 22:53:57 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-06-28 22:53:57 +0000
commite7521973aacf24f9b6fb7631a9d392c53b864160 (patch)
tree34af637fbe9ad0166ec5cb59a54a09919d61c9bd
parent6308fd9a46a2f4aa550886e6f58190fb209ef027 (diff)
downloadglibc-e7521973aacf24f9b6fb7631a9d392c53b864160.tar.gz
glibc-e7521973aacf24f9b6fb7631a9d392c53b864160.tar.xz
glibc-e7521973aacf24f9b6fb7631a9d392c53b864160.zip
Add more NEWS items for 2.18.
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7fa47f136a..9d37d1008c 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,21 @@ Version 2.18
 * Support for priority inherited mutexes in pthread condition variables on
   non-x86 architectures.
 
+* Port to Xilinx MicroBlaze contributed by David Holsgrove.
+
+* Optimized string functions for AArch64.  Implemented by Marcus Shawcroft.
+
+* Optimized string functions for ARM.  Implemented by Will Newton and
+  Richard Henderson.
+
+* Optimized libm functions for SPARC.  Implemented by David S. Miller.
+
+* Support for building more of ARM glibc as Thumb-2 code.  Implemented by
+  Richard Henderson.
+
+* Support for building most of MIPS glibc as MIPS16 code.  Implemented by
+  Chung-Lin Tang, Maciej W. Rozycki and Maxim Kuvyrkov.
+
 * Added a benchmark framework to track performance of functions in glibc.
 
 * New <math.h> macro named issignaling to check for a signaling NaN (sNaN).