diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-27 06:01:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-27 06:01:17 +0000 |
commit | a341068d141628c9bad9688bd6864bd89c077ee1 (patch) | |
tree | c2129f8bff3fd2c187b730852b5f617d38cdacdd | |
parent | 6da16f877c43168af6a177ac45f23f87d896454d (diff) | |
download | glibc-a341068d141628c9bad9688bd6864bd89c077ee1.tar.gz glibc-a341068d141628c9bad9688bd6864bd89c077ee1.tar.xz glibc-a341068d141628c9bad9688bd6864bd89c077ee1.zip |
Update.
2001-03-26 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/fpu/Dist: Add new files to distribute. * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Likewise. * sysdeps/unix/sysv/linux/ia64/Dist: Likewise. * gmon/Makefile (headers): Add sys/profil.h.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | gmon/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/ia64/fpu/Dist | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Dist | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-32/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/Dist | 1 |
6 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 2ce47963bb..d0aba165b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-03-26 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/ia64/fpu/Dist: Add new files to distribute. + * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Likewise. + * sysdeps/unix/sysv/linux/ia64/Dist: Likewise. + + * gmon/Makefile (headers): Add sys/profil.h. + 2001-03-18 Andreas Jaeger <aj@suse.de> * manual/install.texi (Tools for Compilation): Advise to use GCC diff --git a/gmon/Makefile b/gmon/Makefile index 48f367fce9..3c885ba521 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -21,7 +21,7 @@ # subdir := gmon -headers := sys/gmon.h sys/gmon_out.h +headers := sys/gmon.h sys/gmon_out.h sys/profil.h distribute := machine-gmon.h profil-counter.h routines := gmon mcount profil sprofil bb_init_func bb_exit_func prof-freq diff --git a/sysdeps/ia64/fpu/Dist b/sysdeps/ia64/fpu/Dist index 264548e6d9..afd3153506 100644 --- a/sysdeps/ia64/fpu/Dist +++ b/sysdeps/ia64/fpu/Dist @@ -1,7 +1,11 @@ libc_libm_error.c libm_atan2_reg.S libm_error.c +libm_frexp4.S +libm_frexp4f.S +libm_frexp4l.S libm_reduce.S libm_support.h +libm_tan.S s_matherrf.c s_matherrl.c diff --git a/sysdeps/unix/sysv/linux/ia64/Dist b/sysdeps/unix/sysv/linux/ia64/Dist index 50ce0a5528..37751f8a8d 100644 --- a/sysdeps/unix/sysv/linux/ia64/Dist +++ b/sysdeps/unix/sysv/linux/ia64/Dist @@ -2,6 +2,9 @@ clone.S clone2.S dl-static.c ioperm.c +__start_context.S +ucontext_i.h net/route.h sys/procfs.h sys/io.h +sys/rse.h diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/Dist b/sysdeps/unix/sysv/linux/s390/s390-32/Dist index d0740c12f9..8023618720 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/Dist +++ b/sysdeps/unix/sysv/linux/s390/s390-32/Dist @@ -4,6 +4,4 @@ setresuid.c setresgid.c setfsuid.c setfsgid.c -sys/elf.h sys/procfs.h -sys/user.h diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/Dist b/sysdeps/unix/sysv/linux/s390/s390-64/Dist index e8cfbaa396..35d4f03c97 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/Dist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/Dist @@ -1,2 +1,3 @@ clone.S +kernel_stat.h sys/procfs.h |