diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-21 13:52:28 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-21 13:52:28 -0400 |
commit | 91b392a4bab0c2dc90e7e3ff914dec20b97adca8 (patch) | |
tree | c59ef82aa0fcbbcaaa2e6f0c6a99670e51da112b /ChangeLog | |
parent | e315850c088ad13a160132a6fcec9d7564dd3c08 (diff) | |
download | glibc-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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |