diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:42:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:42:20 +0000 |
commit | e340a2a2e21c455c57bb19d7495f00f44b666b63 (patch) | |
tree | 8742fd7081b77b27c5827cc24825a7343504ce89 /README | |
parent | 5e08ca426c5d334ee718a8b8c615c373445b2c8d (diff) | |
download | glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.tar.gz glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.tar.xz glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.zip |
Update. glibc-2.1.95 cvs/libc-2_1_95
* nscd/Makefile (distribute): Add nscd-types.h. * elf/Makefile (distribute): Add gccframe.h. * sysdeps/sparc/sparc32/Dist: Add ieee754.h. * sysdeps/ia64/Dist: Add ieee754.h.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README index 022ddb4a18..fe86bbac3c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This directory contains the version 2.1.94 release of the GNU C Library. +This directory contains the version 2.1.95 release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. @@ -17,6 +17,7 @@ configurations: arm-*-linuxaout Linux-2.x on ARM using a.out binaries 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 Former releases of this library (version 1.09.1 and perhaps earlier versions) used to run on the following configurations: |