* 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.
This commit is contained in:
Ulrich Drepper 2000-10-09 00:42:20 +00:00
parent 5e08ca426c
commit e340a2a2e2
7 changed files with 12 additions and 7 deletions

View File

@ -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.

3
README
View File

@ -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:

3
configure vendored
View File

@ -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

View 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 \

View 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

View File

@ -1,4 +1,5 @@
_mcount.S
dl-symaddr.c
dl-fptr.c
ieee754.h
softpipe.h

View File

@ -6,3 +6,4 @@ udiv.S
rem.S
urem.S
alloca.S
ieee754.h