mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
The commit 5e855c8954
"s390: Enable VDSO for static linking" removed the definition of VDSO_SETUP
which leads to not setup the vdso symbols.
Instead it jumps to false addresses.
This patch just re adds the removed VDSO_SETUP macro definition.
ChangeLog:
* sysdeps/unix/sysv/linux/s390/init-first.c (VDSO_SETUP): New define.
fw/bug25112
2 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue