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] Merge libm-compat-calls-auto and libm-compat-calls


On Thu, 9 Feb 2017 17:10:43 +0000
Joseph Myers <joseph@codesourcery.com> wrote:

> On Wed, 8 Feb 2017, Gabriel F. T. Gomes wrote:
> 
> > Both libm-compat-calls and libm-compat-calls-auto list the functions
> > that must be built for the types float, double, and long double, but
> > not for other floating-point types that get added to libm.  Besides
> > that, the use of libm-compat-calls-ldouble-yes to select if
> > w_lgamma_compatl and k_standardl should be built for long-double (in
> > libm-compat-calls) has the same effect of the use of type-foreach
> > (in libm-compat-calls-auto).
> > 
> > This patch merges the contents of libm-compat-calls into
> > libm-compat-calls-auto, then renames the latter to libm-compat-calls.  
> 
> OK.
> 

Thanks.  Pushed as 3789e2fd9d2e.


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