summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-09 00:42:20 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-09 00:42:20 +0000
commite340a2a2e21c455c57bb19d7495f00f44b666b63 (patch)
tree8742fd7081b77b27c5827cc24825a7343504ce89
parent5e08ca426c5d334ee718a8b8c615c373445b2c8d (diff)
* 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.
-rw-r--r--ChangeLog5
-rw-r--r--README3
-rwxr-xr-xconfigure3
-rw-r--r--elf/Makefile2
-rw-r--r--nscd/Makefile4
-rw-r--r--sysdeps/ia64/Dist1
-rw-r--r--sysdeps/sparc/sparc32/Dist1
7 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index b58bcea2b3..2e0266d66e 100644
--- 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 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:
diff --git a/configure b/configure
index b5ef872066..e9b9e5509a 100755
--- 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
diff --git a/elf/Makefile b/elf/Makefile
index 4d786ec3ab..917a745146 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -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 \
diff --git a/nscd/Makefile b/nscd/Makefile
index b37f77781e..d35705ad39 100644
--- a/nscd/Makefile
+++ b/nscd/Makefile
@@ -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
diff --git a/sysdeps/ia64/Dist b/sysdeps/ia64/Dist
index fc40fecd8f..ebc9cce270 100644
--- a/sysdeps/ia64/Dist
+++ b/sysdeps/ia64/Dist
@@ -1,4 +1,5 @@
_mcount.S
dl-symaddr.c
dl-fptr.c
+ieee754.h
softpipe.h
diff --git a/sysdeps/sparc/sparc32/Dist b/sysdeps/sparc/sparc32/Dist
index 236075f517..c3bf9746bc 100644
--- a/sysdeps/sparc/sparc32/Dist
+++ b/sysdeps/sparc/sparc32/Dist
@@ -6,3 +6,4 @@ udiv.S
rem.S
urem.S
alloca.S
+ieee754.h