]> sourceware.org Git - glibc.git/commit
Remove vDSO support from make-syscall.sh
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 29 Nov 2019 19:28:46 +0000 (16:28 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 3 Jan 2020 13:02:05 +0000 (10:02 -0300)
commit2822aaf4f7426289a7e29086a4ee430f683e4b55
tree106fc97d38833aa1e6ca176b4ee966097e351a21
parentbc36727be9a45d018e9f4bfad6b707eafb009bac
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>
sysdeps/unix/make-syscalls.sh
This page took 0.040029 seconds and 5 git commands to generate.