This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] PowerPC: fix libm ABI issue for llroundl
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- Cc: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Mon, 25 Mar 2013 11:19:11 -0700 (PDT)
- Subject: Re: [PATCH] PowerPC: fix libm ABI issue for llroundl
- References: <515092E6 dot 1000200 at linux dot vnet dot ibm dot com>
> @@ -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
> --