Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Apr 2001 05:18:27 +0000 (05:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Apr 2001 05:18:27 +0000 (05:18 +0000)
commit295125c54256c6df5599aa23029cb3eb6e2f2e33
tree5a072a6caad89c9905346aeb69672b13ac575d36
parent7e9463020bc7ef69f66eb4bb27c1a1e065cdc90c
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.
12 files changed:
ChangeLog
linuxthreads/ChangeLog
linuxthreads/sysdeps/ia64/Versions [new file with mode: 0644]
linuxthreads/sysdeps/pthread/getcpuclockid.c
linuxthreads/sysdeps/unix/sysv/linux/i386/getcpuclockid.c [deleted file]
sysdeps/generic/clock_getcpuclockid.c
sysdeps/generic/dl-sysdep.c
sysdeps/ia64/Makefile
sysdeps/ia64/Versions
sysdeps/ia64/hp-timing.c [moved from sysdeps/unix/i386/clock_getcpuclockid.c with 69% similarity]
sysdeps/ia64/hp-timing.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/ia64/bits/time.h