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 roland/bz14743] BZ#14743: Move clock_* symbols from librt to libc.


Roland McGrath <roland@hack.frob.com> writes:

> diff --git a/rt/Makefile b/rt/Makefile
> index 941c471..722a944 100644
> --- a/rt/Makefile
> +++ b/rt/Makefile
> @@ -36,9 +36,12 @@ mq-routines    := mq_open mq_close mq_unlink mq_getattr mq_setattr	\
>  		  mq_notify mq_send mq_receive mq_timedsend		\
>  		  mq_timedreceive
>  
> +routines = $(clock-routines)

This causes get_clockfreq to end up twice in libc on powerpc, it needs
to be removed from sysdep_routines in
sysdeps/unix/sysv/linux/powerpc/Makefile.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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