diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-05-17 14:53:19 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-05-17 15:48:42 +0200 |
commit | e363a91c21881be548bc40290e837aa202c1341f (patch) | |
tree | 0c091ff2f28171e66d17a577f386a45cf45e5a20 /ChangeLog | |
parent | dae6c43c33ed2d29d6d7089958ad707759a48517 (diff) | |
download | glibc-e363a91c21881be548bc40290e837aa202c1341f.tar glibc-e363a91c21881be548bc40290e837aa202c1341f.tar.gz glibc-e363a91c21881be548bc40290e837aa202c1341f.tar.bz2 glibc-e363a91c21881be548bc40290e837aa202c1341f.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +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 |