about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <rafael@espindo.la>2018-12-03 20:59:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-12-03 20:59:22 +0000
commit6af956e5c019637051ba8cfb46cfff9bbe574500 (patch)
treedaeae8dbd01fcc0c7d278faf6532e29aa4a62114 /ChangeLog
parentf5ec0ea9eaf9753188a0bfa391b101ea8d5efc2b (diff)
downloadglibc-6af956e5c019637051ba8cfb46cfff9bbe574500.tar.gz
glibc-6af956e5c019637051ba8cfb46cfff9bbe574500.tar.xz
glibc-6af956e5c019637051ba8cfb46cfff9bbe574500.zip
Enable VDSO for static linking on arm
I have tested that this builds and the resulting program still work.
The kernel in gcc117 (which I ussed for testing) seems to be missing
https://patchwork.kernel.org/patch/10060431/, so the vdso is never used.

	[BZ #19767]
	* sysdeps/unix/sysv/linux/arm/init-first.c: Remove #ifdef SHARED.
	* sysdeps/unix/sysv/linux/arm/libc-vdso.h: Remove #ifdef SHARED.
	* sysdeps/unix/sysv/linux/arm/sysdep.h: Define
	ALWAYS_USE_VSYSCALL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c094c90440..a534c4a5f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-12-03  Rafael Ávila de Espíndola  <rafael@espindo.la>
+
+	[BZ #19767]
+	* sysdeps/unix/sysv/linux/arm/init-first.c: Remove #ifdef SHARED.
+	* sysdeps/unix/sysv/linux/arm/libc-vdso.h: Remove #ifdef SHARED.
+	* sysdeps/unix/sysv/linux/arm/sysdep.h: Define
+	ALWAYS_USE_VSYSCALL.
+
 2018-12-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	[BZ #23913]