about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2017-10-13 15:44:39 -0300
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2017-10-13 15:44:39 -0300
commite8dbd6a36d8e4d30e736e28a364f7a4d1404079a (patch)
treeee545720ca4998dafd23ef68f8869bcdca02957b /ChangeLog
parent179dcdb7af4983fd42824db748ee6cb05f8d71cf (diff)
downloadglibc-e8dbd6a36d8e4d30e736e28a364f7a4d1404079a.tar.gz
glibc-e8dbd6a36d8e4d30e736e28a364f7a4d1404079a.tar.xz
glibc-e8dbd6a36d8e4d30e736e28a364f7a4d1404079a.zip
powerpc: Avoid putting floating point values in memory [BZ #22189]
	[BZ #22189]
	* sysdeps/powerpc/fpu/math_private.h (math_opt_barrier):
	(math_force_eval): Add powerpc version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 500d104652..4cc53012b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-10-13  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
 
+	[BZ #22189]
+	* sysdeps/powerpc/fpu/math_private.h (math_opt_barrier):
+	(math_force_eval): Add powerpc version.
+
 	[BZ #22142]
 	* stdio-common/tst-printf.c (fp_test): Add tests for DBL_MAX and
 	-DBL_MAX.