gettimeofday / vdso / aarch64 question

Steve Ellcey sellcey@cavium.com
Thu May 10 16:22:00 GMT 2018


On Thu, 2018-05-10 at 09:42 +0200, Andreas Schwab wrote:
> On Mai 09 2018, Steve Ellcey <sellcey@cavium.com> wrote:
> 
> > 
> > +libc_ifunc_hidden (__redirect___gettimeofday, __gettimeofday,
> > +                    vdso_gettimeofday ?: (void *)
> > __gettimeofday_syscall)
> > +# undef libc_hidden_def
> > +# define libc_hidden_def(name)                               \
> > +  __hidden_ver1 (__gettimeofday_syscall, __GI___gettimeofday,  \
> > +               __gettimeofday_syscall);
> > +weak_alias (__gettimeofday, gettimeofday)
> > +libc_hidden_weak (gettimeofday)
> You are (re)defining libc_hidden_def, but don't use it.
> 
> Andreas.

Argh.  Staring at it too long to see it.  I have it building now,
I will submit a patch once the testsuite finishes.

Steve Ellcey



More information about the Libc-alpha mailing list