+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>.
+
2018-05-17 Andreas Schwab <schwab@suse.de>
* resolv/res_send.c (__res_context_send): Don't set errno when
#define CFLOAT _Complex double
#define M_STRTO_NAN __strtod_nan
-#include <math-nan-payload-double.h>
#include <libm-alias-double.h>
+#include <math-nan-payload-double.h>
#ifndef declare_mgen_alias
# define declare_mgen_alias(from, to) libm_alias_double (from, to)
the double macro constants. */
#define M_MLIT(c) c
-#include <math-nan-payload-float.h>
#include <libm-alias-float.h>
+#include <math-nan-payload-float.h>
#ifndef declare_mgen_alias
# define declare_mgen_alias(from, to) libm_alias_float (from, to)
#define M_MLIT(c) c ## f128
-#include <math-nan-payload-float128.h>
#include <libm-alias-float128.h>
+#include <math-nan-payload-float128.h>
#ifndef declare_mgen_alias
# define declare_mgen_alias(from, to) libm_alias_float128 (from, to)
#define CFLOAT _Complex long double
#define M_STRTO_NAN __strtold_nan
-#include <math-nan-payload-ldouble.h>
#include <libm-alias-ldouble.h>
+#include <math-nan-payload-ldouble.h>
#ifndef declare_mgen_alias
# define declare_mgen_alias(from, to) libm_alias_ldouble (from, to)