From f2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 20 Dec 2012 21:10:27 +0000 Subject: 2012-12-20 Jeff Johnston * 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 --- newlib/NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'newlib/NEWS') 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 -- cgit v1.2.3