This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] ldbl-128ibm-compat: Introduce ieee128 symbols
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Rajalakshmi Srinivasaraghavan <raji at linux dot vnet dot ibm dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Tue, 26 Jun 2018 21:25:23 +0000
- Subject: Re: [PATCH] ldbl-128ibm-compat: Introduce ieee128 symbols
- References: <1530012442-14244-1-git-send-email-raji@linux.vnet.ibm.com>
On Tue, 26 Jun 2018, Rajalakshmi Srinivasaraghavan wrote:
> +libm_alias_float128_other_r_ldbl (strfrom, strfrom,);
I don't think the use of libm_alias_* macros is appropriate for libc
functions (certainly various of the generic such macros do symbol
versioning things that are only correct in libm, not in libc). As far as
I know, you only need a single weak_alias call in each of these files, so
it's simpler without using libm_alias_* anyway.
--
Joseph S. Myers
joseph@codesourcery.com