diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | sysdeps/mips/Dist | 1 | ||||
-rw-r--r-- | sysdeps/sparc/sparc32/soft-fp/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Dist | 1 |
5 files changed, 9 insertions, 1 deletions
@@ -2,6 +2,10 @@ * version.h (VERSION): Bump to 2.1.94. + * sysdeps/mips/Dist: Add fpu/fenv_libc.h. + * sysdeps/sparc/sparc32/soft-fp/Dist: Add q_add.c and qp_add.c. + * sysdeps/unix/sysv/linux/ia64/Dist: Add net/route.h. + * malloc/mtrace.c (mtrace): Mark stream as close on exec. 2000-09-17 Bruno Haible <haible@clisp.cons.org> @@ -1,4 +1,4 @@ -This directory contains the version 2.1.93 release of the GNU C Library. +This directory contains the version 2.1.94 release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. diff --git a/sysdeps/mips/Dist b/sysdeps/mips/Dist index 7c7e545..5ad586d 100644 --- a/sysdeps/mips/Dist +++ b/sysdeps/mips/Dist @@ -4,6 +4,7 @@ rtld-parms regdef.h sgidefs.h fpregdef.h +fpu/fenv_libc.h sys/fpregdef.h sys/regdef.h sys/asm.h diff --git a/sysdeps/sparc/sparc32/soft-fp/Dist b/sysdeps/sparc/sparc32/soft-fp/Dist index 9fcb98a..5f6fc25 100644 --- a/sysdeps/sparc/sparc32/soft-fp/Dist +++ b/sysdeps/sparc/sparc32/soft-fp/Dist @@ -1,3 +1,5 @@ +q_add.c +qp_add.c q_cmp.c q_cmpe.c q_div.c diff --git a/sysdeps/unix/sysv/linux/ia64/Dist b/sysdeps/unix/sysv/linux/ia64/Dist index 75eae4c..9ffa9a3 100644 --- a/sysdeps/unix/sysv/linux/ia64/Dist +++ b/sysdeps/unix/sysv/linux/ia64/Dist @@ -1,5 +1,6 @@ clone.S clone2.S ioperm.c +net/route.h sys/procfs.h sys/io.h |