Update. cvs/libc-2_1_95 glibc-2.1.95
authorUlrich Drepper <drepper@redhat.com>
Mon, 9 Oct 2000 00:42:20 +0000 (00:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 9 Oct 2000 00:42:20 +0000 (00:42 +0000)
* 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.

ChangeLog
README
configure
elf/Makefile
nscd/Makefile
sysdeps/ia64/Dist
sysdeps/sparc/sparc32/Dist

index b58bcea..2e0266d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
 
        * configure.in: Remove warning message.
 
+       * 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.
+
 2000-10-07  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/elf.h: Add a few section-related symbols.
diff --git a/README b/README
index 022ddb4..fe86bba 100644 (file)
--- 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:
index b5ef872..e9b9e55 100755 (executable)
--- a/configure
+++ b/configure
@@ -3404,9 +3404,6 @@ RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
 
 
 
-echo '*** Do NOT install this release on any production system!'
-echo '*** We are in early testing stages.'
-
 trap '' 1 2 15
 cat > confcache <<\EOF
 # This file is a shell script that caches the results of configure
index 4d786ec..917a745 100644 (file)
@@ -46,7 +46,7 @@ distribute    := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
                   testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
                   testobj6.c testobj1_1.c failobj.c unloadmod.c \
                   ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \
-                  chroot_canon.c \
+                  chroot_canon.c gccframe.h \
                   dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h unsecvars.h \
                   vismain.c vismod1.c vismod2.c vismod3.c \
                   constload2.c constload3.c filtmod1.c filtmod2.c \
index b37f777..d35705a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -45,7 +45,7 @@ endif
 
 distribute := nscd.h nscd-client.h dbg_log.h \
              $(nscd-modules:=.c) nscd_nischeck.c TODO nscd.conf nscd.init \
-             nscd_proto.h
+             nscd_proto.h nscd-types.h
 
 include ../Rules
 
index fc40fec..ebc9cce 100644 (file)
@@ -1,4 +1,5 @@
 _mcount.S
 dl-symaddr.c
 dl-fptr.c
+ieee754.h
 softpipe.h
index 236075f..c3bf974 100644 (file)
@@ -6,3 +6,4 @@ udiv.S
 rem.S
 urem.S
 alloca.S
+ieee754.h