This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 03/16] Remove vDSO support from make-syscall.sh


On 18/12/19 3:17 am, Adhemerval Zanella wrote:
> 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.
> ---
>  sysdeps/unix/make-syscalls.sh | 45 +----------------------------------
>  1 file changed, 1 insertion(+), 44 deletions(-)
> 

OK.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]