about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-03-31 09:31:10 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-03-31 14:50:00 -0300
commit1361e98d5602e8b78cca019952d4a3438d68a239 (patch)
tree236b10995536f0c57829372c8703e64aba42b9ef /ChangeLog
parentce39613205dc47ceaeea76710d49e7a483b503ab (diff)
downloadglibc-1361e98d5602e8b78cca019952d4a3438d68a239.tar.gz
glibc-1361e98d5602e8b78cca019952d4a3438d68a239.tar.xz
glibc-1361e98d5602e8b78cca019952d4a3438d68a239.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a393a015d..b5d380e65f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-31  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
+
+	* math/math.h: Fix check for __MATH_DECLARE_LDOUBLE.
+	* math/bits/math-finite.h: Likewise.
+
 2017-03-31  Slava Barinov  <v.barinov@samsung.com>
 
 	[BZ #21289]