Update.
* 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:
parent
5e08ca426c
commit
e340a2a2e2
@ -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
3
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:
|
||||
|
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
_mcount.S
|
||||
dl-symaddr.c
|
||||
dl-fptr.c
|
||||
ieee754.h
|
||||
softpipe.h
|
||||
|
@ -6,3 +6,4 @@ udiv.S
|
||||
rem.S
|
||||
urem.S
|
||||
alloca.S
|
||||
ieee754.h
|
||||
|
Loading…
Reference in New Issue
Block a user