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-10 09:47:18 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-03-30 09:59:25 -0300
commitf264cca59380bca8f372bd09a8da7c9e1bbbf493 (patch)
tree71c09cb174a4e768872acea55ee28fa0fb157e3d /ChangeLog
parent3abeeec5f46ff036bd9df60bb096e20314ccd078 (diff)
downloadglibc-f264cca59380bca8f372bd09a8da7c9e1bbbf493.tar.gz
glibc-f264cca59380bca8f372bd09a8da7c9e1bbbf493.tar.xz
glibc-f264cca59380bca8f372bd09a8da7c9e1bbbf493.zip
Macroize inclusion of math-finite.h
This patch macroizes the declarations in math/bits/math-finite.h
similarly to what math/bits/mathcalls.h does.  For each floating-point
type, the file is included once in math/math.h.  This will reduce the
amount of repetitive boilerplate required when adding float128
versions of these declarations.

Tested for powerpc64le and s390x.

	* math/math.h: Include bits/math-finite.h once per
	floating-point type.
	* math/bits/math-finite.h: Macroize all declarations by
	floating-point type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71e72722ad..eaf7bb1b98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-03-30  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
+
+	* math/math.h: Include bits/math-finite.h once per
+	floating-point type.
+	* math/bits/math-finite.h: Macroize all declarations by
+	floating-point type.
+
 2017-03-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	[BZ# 21182]