diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2012-12-20 21:10:27 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2012-12-20 21:10:27 +0000 |
commit | f2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e (patch) | |
tree | 35bfc4d11c4b1d862ab00953a8b8b8549699aa53 /newlib/NEWS | |
parent | 45b8e70594ef52a9a8a97add890b79dedce270fe (diff) | |
download | newlib-f2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e.zip newlib-f2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e.tar.gz newlib-f2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e.tar.bz2 |
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/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS index 088cbb8..8a8013d 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 |