Fix condition for inclusion of math-finite.h for long double
commit1361e98d5602e8b78cca019952d4a3438d68a239
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Fri, 31 Mar 2017 12:31:10 +0000 (31 09:31 -0300)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Fri, 31 Mar 2017 17:50:00 +0000 (31 14:50 -0300)
tree236b10995536f0c57829372c8703e64aba42b9ef
parentce39613205dc47ceaeea76710d49e7a483b503ab
Fix condition for inclusion of math-finite.h for long double

The condition for declaration of long double functions in
math-finite.h was #ifdef __MATH_DECLARE_LDOUBLE before the
macroization of this file.  After the macroization, it was incorreclty
changed to #if __MATH_DECLARE_LDOUBLE, which broke the build for arm.

* math/math.h: Fix check for __MATH_DECLARE_LDOUBLE.
* math/bits/math-finite.h: Likewise.
ChangeLog
math/bits/math-finite.h
math/math.h