diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2014-10-01 15:10:04 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2014-10-06 11:22:14 -0400 |
commit | 845a73434c829341db4d250f837754afb17ae1a2 (patch) | |
tree | ba4bb2fcc0607d515108389edc030876b7401b92 /ChangeLog | |
parent | 83d641efd1f6eb699dd846b9e99af7bcff7e063e (diff) | |
download | glibc-845a73434c829341db4d250f837754afb17ae1a2.tar.gz glibc-845a73434c829341db4d250f837754afb17ae1a2.tar.xz glibc-845a73434c829341db4d250f837754afb17ae1a2.zip |
tile: add clock_gettime support via vDSO
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0ab15a2c53..e127a08c27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2014-10-02 Chris Metcalf <cmetcalf@tilera.com> + * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define + INLINE_VSYSCALL, INTERNAL_VSYSCALL, and + HAVE_CLOCK_GETTIME_VSYSCALL macros. + * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday): + Use INLINE_VSYSCALL macro. + * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of + __vdso_clock_gettime. + * sysdeps/unix/sysv/linux/tile/init-first.c + (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global. + * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add + __vdso_clock_gettime. + * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code to set up frame more cleanly. |