diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-12-21 01:42:03 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-12-21 01:42:03 +0000 |
commit | 60b0838fc6a7794215134dd94980c63a9ccbc622 (patch) | |
tree | 604c7ae4b255c7b9bbfd8c0acd2e031c08ed66a3 /newlib/NEWS | |
parent | 6c8b131e35750540205989517935c9185df4473c (diff) | |
download | newlib-60b0838fc6a7794215134dd94980c63a9ccbc622.zip newlib-60b0838fc6a7794215134dd94980c63a9ccbc622.tar.gz newlib-60b0838fc6a7794215134dd94980c63a9ccbc622.tar.bz2 |
2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.11.0 info.
* README: Ditto.
* acinclude.m4: Change version number to 1.11.0.
* aclocal.m4: Regenerated.
* configure: Ditto.
* 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_1.11.
Diffstat (limited to 'newlib/NEWS')
-rw-r--r-- | newlib/NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/newlib/NEWS b/newlib/NEWS index 3aad034..58ca28a 100644 --- a/newlib/NEWS +++ b/newlib/NEWS @@ -1,4 +1,12 @@ -Support for the Fujitsu FRV architecture added by Red Hat. +*** Major changes in newlib version 1.11.0: + +* enhanced EL/IX support for i[3456]86-pc-linux +* new --enable-newlib-elix-level configuration option +* positional I/O support for printf family (--enable-newlib-io-pos-args) +* support for the Fujitsu FRV architecture added by Red Hat +* support for Motorola Altivec and SPE added by Red Hat +* new small reentrancy structure support +* dynamic reentrancy structure support *** Major changes in newlib version 1.10.0: |