diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:42:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:42:20 +0000 |
commit | e340a2a2e21c455c57bb19d7495f00f44b666b63 (patch) | |
tree | 8742fd7081b77b27c5827cc24825a7343504ce89 /sysdeps | |
parent | 5e08ca426c5d334ee718a8b8c615c373445b2c8d (diff) | |
download | glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.tar.gz glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.tar.xz glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.zip |
Update. glibc-2.1.95 cvs/libc-2_1_95
* 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.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/ia64/Dist | 1 | ||||
-rw-r--r-- | sysdeps/sparc/sparc32/Dist | 1 |
2 files changed, 2 insertions, 0 deletions
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 |