diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-28 07:18:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-28 07:18:56 +0000 |
commit | 4668903c627bf95b7767b3fa8c9a726035837aa3 (patch) | |
tree | 4bfa6074955e7d6e0fad8c7d4e5af12ddb8683e3 /README | |
parent | 9dedc9695d85dd49118c67b252d722494cc8c2aa (diff) | |
download | glibc-4668903c627bf95b7767b3fa8c9a726035837aa3.tar.gz |
Update.
* stdlib/isomac.c (fmt): Don't define _LIBC.
* include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF, and
LOW_HALF only if _LIBC is defined.
* sysdeps/i386/fpu/libm-test-ulps: Slight adjustment of yn() error.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -This directory contains the version 2.2.2 release of the GNU C Library. +This directory contains the version 2.2.3 release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. @@ -18,6 +18,7 @@ configurations: mips*-*-linux-gnu Linux-2.x on MIPS ia64-*-linux-gnu Linux-2.x on ia64 s390-*-linux-gnu Linux-2.x on IBM S/390 + s390x-*-linux-gnu Linux-2.x on IBM S/390 64-bit Former releases of this library (version 1.09.1 and perhaps earlier versions) used to run on the following configurations: |