about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2012-03-05 19:45:53 +0100
committerAndreas Jaeger <jaegerandi@gmail.com>2012-03-05 19:45:53 +0100
commit8542dee32588c0a93828eafe12ee857e43cf8e73 (patch)
treeeb6a781807c42ce8e90ce744526dc58ef374908d /ChangeLog
parented58a00f9b76d18a6917eaf08585648182f104f7 (diff)
downloadglibc-8542dee32588c0a93828eafe12ee857e43cf8e73.tar.gz
glibc-8542dee32588c0a93828eafe12ee857e43cf8e73.tar.xz
glibc-8542dee32588c0a93828eafe12ee857e43cf8e73.zip
* sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
	Replace gettimeofday with __vdso_gettimeofday.

	* sysdeps/unix/sysv/linux/x86_64/init-first.c (_libc_vdso_platform_setup):
	Replace clock_gettime and getcpu with __vdso_clock_gettime and
	__vdso_getcpu.

	* sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
	time with __vdso_time.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38772bbbba..e91648f4fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-03-0  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
+	Replace gettimeofday with __vdso_gettimeofday.
+
+	* sysdeps/unix/sysv/linux/x86_64/init-first.c (_libc_vdso_platform_setup):
+	Replace clock_gettime and getcpu with __vdso_clock_gettime and
+	__vdso_getcpu.
+
+	* sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
+	time with __vdso_time.
+
 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
 
 	* manual/lang.texi (size_t): Note types to which size_t may be