math: Merge strtod_nan_*.h into math-type-macros-*.h
authorFlorian Weimer <fweimer@redhat.com>
Wed, 16 May 2018 04:03:08 +0000 (06:03 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 16 May 2018 04:03:08 +0000 (06:03 +0200)
commit9761bf4dfae04016bccaa82414719523b090dd60
tree1abcf3d350f8540e87f3850cb111a13cfaf66d8f
parent69a01461ee1417578d2ba20aac935828b50f1118
math: Merge strtod_nan_*.h into math-type-macros-*.h

This change will eventually make it possible to compile
stdlib/strtod_nan_main.c as part of math/s_nan_template.c.
22 files changed:
ChangeLog
manual/arith.texi
stdlib/strtod_nan.c
stdlib/strtod_nan_main.c
stdlib/strtof_nan.c
stdlib/strtold_nan.c
sysdeps/generic/math-nan-payload-double.h [moved from stdlib/strtod_nan_double.h with 89% similarity]
sysdeps/generic/math-nan-payload-float.h [moved from stdlib/strtod_nan_float.h with 88% similarity]
sysdeps/generic/math-type-macros-double.h
sysdeps/generic/math-type-macros-float.h
sysdeps/generic/math-type-macros-float128.h
sysdeps/generic/math-type-macros-ldouble.h
sysdeps/generic/math-type-macros.h
sysdeps/ieee754/float128/math-nan-payload-float128.h [moved from sysdeps/ieee754/float128/strtod_nan_float128.h with 89% similarity]
sysdeps/ieee754/float128/strtof128_nan.c
sysdeps/ieee754/float128/wcstof128_nan.c
sysdeps/ieee754/ldbl-128/math-nan-payload-ldouble.h [moved from sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h with 89% similarity]
sysdeps/ieee754/ldbl-128ibm/math-nan-payload-ldouble.h [moved from sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h with 88% similarity]
sysdeps/ieee754/ldbl-96/math-nan-payload-ldouble.h [moved from sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h with 88% similarity]
wcsmbs/wcstod_nan.c
wcsmbs/wcstof_nan.c
wcsmbs/wcstold_nan.c