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] ldbl-128ibm-compat: Introduce ieee128 symbols


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


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