Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Apr 2001 07:55:01 +0000 (07:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Apr 2001 07:55:01 +0000 (07:55 +0000)
commit5fc48cd78f0c50e889d1c1f3b8f812058db71ecd
tree97c81fc8d9405b4f9228f2a76282017e887d8b13
parentb17c0a8e31fe9e99359b6a874008de7aba85d64e
Update.

2001-04-21  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-support.c: Include cpuclock-init.h.  Use CPUCLOCK_VARDEF and
CPUCLOCK_INIT if defined.
* sysdeps/generic/dl-sysdep.c: Likewise.
* sysdeps/generic/cpuclock-init.h: New file.
* sysdeps/unix/i386/i586/cpuclock-init.h: New file.
* sysdeps/unix/i386/i586/Versions: New file.
* sysdeps/unix/i386/i586/clock_settime.c: New file.
* sysdeps/unix/i386/i586/clock_gettime.c: Handle thread CPU clock
separately by calling __pthread_clock_gettime if this function is
available.  Subtract offset from tsc value before computing time value.
18 files changed:
ChangeLog
elf/dl-support.c
linuxthreads/ChangeLog
linuxthreads/internals.h
linuxthreads/manager.c
linuxthreads/pthread.c
linuxthreads/sysdeps/i386/i586/Makefile [new file with mode: 0644]
linuxthreads/sysdeps/i386/i586/Versions [new file with mode: 0644]
linuxthreads/sysdeps/i386/i586/ptclock_gettime.c [new file with mode: 0644]
linuxthreads/sysdeps/i386/i586/ptclock_settime.c [new file with mode: 0644]
linuxthreads/sysdeps/i386/i686/Implies [new file with mode: 0644]
linuxthreads/sysdeps/i386/useldt.h
sysdeps/generic/cpuclock-init.h [new file with mode: 0644]
sysdeps/generic/dl-sysdep.c
sysdeps/unix/i386/i586/Versions [new file with mode: 0644]
sysdeps/unix/i386/i586/clock_gettime.c
sysdeps/unix/i386/i586/clock_settime.c [new file with mode: 0644]
sysdeps/unix/i386/i586/cpuclock-init.h [new file with mode: 0644]