This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Enable VDSO for static linking on s390
- From: Rafael Avila de Espindola <rafael at espindo dot la>
- To: libc-alpha at sourceware dot org
- Cc: dje dot gcc at gmail dot com
- Date: Wed, 19 Dec 2018 16:04:48 +0000
- Subject: [PATCH] Enable VDSO for static linking on s390
- Reply-to: Rafael Avila de Espindola <rafael at espindo dot la>
The attached patch enables VDSO for static linking on s390, but I don't
have access to s390 to test it.
Cheers,
Rafael
2018-12-19 Rafael Ávila de Espíndola <rafael@espindo.la>
[BZ #19767]
* sysdeps/unix/sysv/linux/s390/init-first.c: Remove #ifdef SHARED.
* sysdeps/unix/sysv/linux/s390/libc-vdso.h: Remove #ifdef SHARED.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Define LWAYS_USE_VSYSCALL.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Define LWAYS_USE_VSYSCALL.