Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index 088cbb81c..8a8013dca 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,3 +1,16 @@
+*** Major changes in newlib version 2.0.0:
+
+- addition of aarch64 platform support
+- addition of epiphany platform support
+- addition of 'm' printf conversion specifier
+- memrchr function added
+- removal of many compiler warnings
+- removal of enable-newlib-fp-hw option and
+ deprecation of mathfp directory
+- type of offset in file structure changed from int to off_t
+- new optimized arm math routines
+- various bug fixes
+
*** Major changes in newlib version 1.20.0:
* I/O lock clean-up