summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-10-18 11:42:19 -0700
committerDavid S. Miller <davem@davemloft.net>2018-10-18 11:44:32 -0700
commit94a3a27f5df24a69420c80fb83f07c8cf7671938 (patch)
treeab6cabdcab811aad4f3635770c785f373014c9e9 /ChangeLog
parent0a271c8f25a8342f7c36b999f4f7bad2d4067a8e (diff)
downloadglibc-94a3a27f5df24a69420c80fb83f07c8cf7671938.tar.gz
Add VDSO support to sparc.
* sysdeps/unix/sysv/linux/sparc/init-first.c: New file. * sysdeps/unix/sysv/linux/sparc/libc-vdso.h: New file. * sysdeps/unix/sysv/linux/sparc/Makefile: Add dl-vdso to sysdep_routines in subdir elf. * sysdeps/unix/sysv/linux/sparc/Versions: Add GLIBC_PRIVATE version for __vdso_clock_gettime. * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_VSYSCALL_CALL): Define. (HAVE_CLOCK_GETTIME_VSYSCALL): Define. (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94e239f043..4f0448c708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2018-10-18 David S. Miller <davem@davemloft.net>
+ * sysdeps/unix/sysv/linux/sparc/init-first.c: New file.
+ * sysdeps/unix/sysv/linux/sparc/libc-vdso.h: New file.
+ * sysdeps/unix/sysv/linux/sparc/Makefile: Add dl-vdso to
+ sysdep_routines in subdir elf.
+ * sysdeps/unix/sysv/linux/sparc/Versions: Add GLIBC_PRIVATE
+ version for __vdso_clock_gettime.
+ * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_VSYSCALL_CALL):
+ Define.
+ (HAVE_CLOCK_GETTIME_VSYSCALL): Define.
+ (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
+
* sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
2018-10-17 H.J. Lu <hongjiu.lu@intel.com>