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] math: Merge strtod_nam_*.h into math-type-macros-*.h


17.05.2018 08:29 Florian Weimer <fw@deneb.enyo.de> wrote:
> [...]
> math: Reverse include order in <math-type-macros-*.h>
>
> _Float128 is defined for certain compilers indirectly from
> <libm-alias-double.h>, and <ieee754_float128.h> (included from
> <math-nan-payload-float128.h>) needs this definition.
>
> 2018-05-17 Florian Weimer <fweimer@redhat.com>
>
> * sysdeps/generic/math-type-macros-double.h: Include
> <math-nan-payload-double.h> after <libm-alias-double.h>.
> * sysdeps/generic/math-type-macros-float.h: Include
> <math-nan-payload-float.h> after <libm-alias-float.h>.
> * sysdeps/generic/math-type-macros-float128.h: Include
> <math-nan-payload-float128.h> after <libm-alias-float128.h>.
> * sysdeps/generic/math-type-macros-ldouble.h: Include
> <math-nan-payload-ldouble.h> after <libm-alias-ldouble.h>.
> [...]

Thank you, Florian.  I confirm that it applies cleanly and compiles
on x86_64.  I have not yet complete the test (make check) due
to the lack of time.  But I believe it will complete successfully.
Please proceed with the commit.

Reviewed-by: Rafal Luzynski <digitalfreak@lingonborough.com>


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