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] PowerPC: fix libm ABI issue for llroundl


> @@ -47,3 +48,6 @@ weak_alias (__llround, llround)
>  strong_alias (__llround, __llroundl)
>  weak_alias (__llround, llroundl)
>  #endif
> +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)

Space before paren.

> +compat_symbol (libm, __llround, llroundl, GLIBC_2_1);
> +#endif
> -- 


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