aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-05-29 18:48:38 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-08-05 16:01:24 -0300
commit27a0914e4586b06375b20731fa6515fe30334373 (patch)
treed95d41be588110c52dc49d7c0cce6c147538268f /ChangeLog
parent503fc587f34a39e3fa12e5ff0e0b37369b436df6 (diff)
downloadglibc-27a0914e4586b06375b20731fa6515fe30334373.tar
glibc-27a0914e4586b06375b20731fa6515fe30334373.tar.gz
glibc-27a0914e4586b06375b20731fa6515fe30334373.tar.bz2
glibc-27a0914e4586b06375b20731fa6515fe30334373.zip
riscv: Enable VDSO for static linking
Checked on riscv64-linux-gnu-rv64imafdc-lp64d qemu system with some static tests. [BZ #19767] * sysdeps/unix/sysv/linux/riscv/init-first.c: Remove #ifdef SHARED. * sysdeps/unix/sysv/linux/riscv/libc-vdso.h: Likewise. * sysdeps/unix/sysv/linux/riscv/sysdep.h (ALWAYS_USE_VSYSCALL): Define.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd17d9e7e0..bd12f2d60a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2019-08-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+ [BZ #19767]
+ * sysdeps/unix/sysv/linux/riscv/init-first.c: Remove #ifdef SHARED.
+ * sysdeps/unix/sysv/linux/riscv/libc-vdso.h: Likewise.
+ * sysdeps/unix/sysv/linux/riscv/sysdep.h (ALWAYS_USE_VSYSCALL):
+ Define.
+
* sysdeps/sh/libm-test-ulps: Update.
2019-08-05 Florian Weimer <fweimer@redhat.com>