Skip to content
Commit 2822aaf4 authored by Adhemerval Zanella's avatar Adhemerval Zanella
Browse files

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: default avatarSiddhesh Poyarekar <siddhesh@sourceware.org>
parent bc36727b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment