aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-21 13:52:28 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-21 13:52:28 -0400
commit91b392a4bab0c2dc90e7e3ff914dec20b97adca8 (patch)
treec59ef82aa0fcbbcaaa2e6f0c6a99670e51da112b /ChangeLog
parente315850c088ad13a160132a6fcec9d7564dd3c08 (diff)
downloadglibc-91b392a4bab0c2dc90e7e3ff914dec20b97adca8.zip
glibc-91b392a4bab0c2dc90e7e3ff914dec20b97adca8.tar.gz
glibc-91b392a4bab0c2dc90e7e3ff914dec20b97adca8.tar.bz2
Use ifuncs for time and gettimeofday on x86-64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fadf296..0161040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2011-08-21 Ulrich Drepper <drepper@gmail.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
+ * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
+ * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
+ * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
+ * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
+ of __vdso_gettimeofday.
+ * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
+ __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
+ attribute_hidden.
+ (_libc_vdso_platform_setup): Remove initialization of
+ __vdso_gettimeofday and __vdso_time.
+
2011-08-20 Ulrich Drepper <drepper@gmail.com>
* nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked