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:
authorJeff Johnston <jjohnstn@redhat.com>2012-12-21 01:10:27 +0400
committerJeff Johnston <jjohnstn@redhat.com>2012-12-21 01:10:27 +0400
commitf2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e (patch)
tree35bfc4d11c4b1d862ab00953a8b8b8549699aa53 /newlib/NEWS
parent45b8e70594ef52a9a8a97add890b79dedce270fe (diff)
2012-12-20 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 2.0.0 info. * README: Ditto. * acinclude.m4: Change version number to 2.0.0. * aclocal.m4: Regenerated. * configure: Ditto. * Makefile.in: Regenerated. * doc/aclocal.m4: Ditto. * doc/configure: Ditto. * libc/*/aclocal.m4: Ditto. * libc/*/configure: Ditto. * libc/libc.texinfo: Ditto. * libm/*/aclocal.m4: Ditto. * libm/*/configure: Ditto. * libm/libm.texinfo: Ditto. * libc/sys/linux/shared.ld: Add VERS_2.0
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