mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
a4d7fe35cd
This patch uses the libc_ifunc_hidden macro to create already existing ifunc functions time and gettimeofday on power. This way, the libc_hidden_def macro can be used instead of inline assemblies. On ppc32, the __GI_* symbols do not target the ifunc symbol and thus the redirection construct has to be applied here. ChangeLog: * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday): Use libc_ifunc_hidden and libc_hidden_def macro. Redirect ifunced function in header for using it as type for ifunc function because __GI_* symbols for ppc32 do not target the ifunc symbols. * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise. |
||
---|---|---|
.. | ||
bits | ||
powerpc32 | ||
powerpc64 | ||
sys | ||
arch-fork.h | ||
configure | ||
configure.ac | ||
dl-brk.S | ||
dl-cache.h | ||
dl-static.c | ||
dl-sysdep.c | ||
elision-conf.c | ||
elision-conf.h | ||
elision-lock.c | ||
elision-timed.c | ||
elision-trylock.c | ||
elision-unlock.c | ||
force-elision.h | ||
get_clockfreq.c | ||
get_timebase_freq.c | ||
getdents64.c | ||
getmsg.c | ||
getrlimit64.c | ||
gettimeofday.c | ||
htm.h | ||
Implies | ||
init-first.c | ||
ioctl.c | ||
ipc_priv.h | ||
kernel_termios.h | ||
kernel-features.h | ||
ldconfig.h | ||
ldd-rewrite.sed | ||
ldsodefs.h | ||
libc-start.c | ||
libc-vdso.h | ||
lowlevellock.h | ||
Makefile | ||
nldbl-abi.h | ||
oldgetrlimit64.c | ||
profil-counter.h | ||
pt-longjmp.c | ||
pthread_attr_setstack.c | ||
pthread_attr_setstacksize.c | ||
pthread_mutex_cond_lock.c | ||
pthread_mutex_lock.c | ||
pthread_mutex_timedlock.c | ||
pthread_mutex_trylock.c | ||
putmsg.c | ||
readdir64_r.c | ||
readdir64.c | ||
readelflib.c | ||
rt-sysdep.c | ||
sigcontextinfo.h | ||
syscall.S | ||
syscalls.list | ||
sysdep.c | ||
test-gettimebasefreq.c | ||
time.c | ||
Versions |