aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-24 05:18:27 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-24 05:18:27 +0000
commit295125c54256c6df5599aa23029cb3eb6e2f2e33 (patch)
tree5a072a6caad89c9905346aeb69672b13ac575d36 /linuxthreads/ChangeLog
parent7e9463020bc7ef69f66eb4bb27c1a1e065cdc90c (diff)
downloadglibc-295125c54256c6df5599aa23029cb3eb6e2f2e33.tar
glibc-295125c54256c6df5599aa23029cb3eb6e2f2e33.tar.gz
glibc-295125c54256c6df5599aa23029cb3eb6e2f2e33.tar.bz2
glibc-295125c54256c6df5599aa23029cb3eb6e2f2e33.zip
Update.
* sysdeps/ia64/Makefile [subdir=csu] (sysdep_routines): Add hp-timing. * sysdeps/ia64/Versions: Add _dl_cpuclock_offset for ld in 2.2.3. * sysdeps/ia64/hp-timing.c: New file. * sysdeps/ia64/hp-timing.h: New file. * sysdeps/unix/sysv/linux/ia64/bits/time.h: Add definitions for CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. * sysdeps/generic/clock_getcpuclockid.c: Make function generic, test using #ifdef whether the clock is available. * sysdeps/unix/i386/clock_getcpuclockid.c: Not needed anymore. * sysdeps/generic/dl-sysdep.c: Initialize _dl_cpuclock_offset to move it into data section.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index c4676e9f7f..7225ec4ab6 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,7 @@
2001-04-23 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/ia64/Versions: New file.
+
* sysdeps/unix/sysv/linux/ia64/pt-initfini.c (_init): We don't
have to call __gmon_start__ in the libpthread DSO.
* sysdeps/pthread/pt-initfini.c (_init): Likewise.