about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-28 01:53:26 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-28 01:53:26 -0400
commitc738465a4c13370f58b797a82cdf1c67e1121867 (patch)
tree48f4cc32d44387eb6b3b17deaf2d998e65fb7f36 /ChangeLog
parentf1f929d74a08d6f973cec20e311401586f408d35 (diff)
downloadglibc-c738465a4c13370f58b797a82cdf1c67e1121867.tar.gz
glibc-c738465a4c13370f58b797a82cdf1c67e1121867.tar.xz
glibc-c738465a4c13370f58b797a82cdf1c67e1121867.zip
Add support for time syscall in vDSO
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f474df77f..188fc9065d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #12813]
+	* sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
+	time symbol from vDSO.  Substitute with vsyscall if not available.
+	* sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
+	__vdso_time.
+
 	* sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
 	* sysdeps/unix/sysv/linux/sendmmsg.c: New file.
 	* sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):