diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-11-29 16:28:46 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-01-03 10:02:05 -0300 |
commit | 2822aaf4f7426289a7e29086a4ee430f683e4b55 (patch) | |
tree | 106fc97d38833aa1e6ca176b4ee966097e351a21 /sysdeps/unix/sysv/linux | |
parent | bc36727be9a45d018e9f4bfad6b707eafb009bac (diff) | |
download | glibc-2822aaf4f7426289a7e29086a4ee430f683e4b55.tar glibc-2822aaf4f7426289a7e29086a4ee430f683e4b55.tar.gz glibc-2822aaf4f7426289a7e29086a4ee430f683e4b55.tar.bz2 glibc-2822aaf4f7426289a7e29086a4ee430f683e4b55.zip |
Remove vDSO support from make-syscall.sh
The auto-generated vDSO call shows some issues:
- It requires sync the auto-generated C file with current glibc
implementation;
- It still uses symbol redirections hacks where libc-symbols.h
provide macros that uses compiler builtins
(libc_ifunc_redirected for instance);
- It does not handle all required compiler handling
(inhibit_stack_protector on iFUNC resolver).
- No architecure uses it.
Checked with a build against all major ABIs.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux')
0 files changed, 0 insertions, 0 deletions