about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2014-10-01 15:10:04 -0400
committerChris Metcalf <cmetcalf@tilera.com>2014-10-06 11:22:14 -0400
commit845a73434c829341db4d250f837754afb17ae1a2 (patch)
treeba4bb2fcc0607d515108389edc030876b7401b92 /ChangeLog
parent83d641efd1f6eb699dd846b9e99af7bcff7e063e (diff)
downloadglibc-845a73434c829341db4d250f837754afb17ae1a2.tar.gz
glibc-845a73434c829341db4d250f837754afb17ae1a2.tar.xz
glibc-845a73434c829341db4d250f837754afb17ae1a2.zip
tile: add clock_gettime support via vDSO
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
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.