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] Add a way to bypass the PLT when calling getauxval


On Wed, 24 May 2017, Tulio Magno Quites Machado Filho wrote:

> Add __libc_getauxval as an internal libc symbol allowing internal libc
> calls to bypass the PLT.

Why add this alias instead of simply doing libc_hidden_proto (__getauxval) 
/ libc_hidden_def (__getauxval)?

-- 
Joseph S. Myers
joseph@codesourcery.com


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