about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-04 13:08:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-04 13:08:34 +0000
commita7548d41a7459ff85a751ae84b4bd77631833473 (patch)
treeadd06765751f14963baeea0e8315e8e7b9d54ab7 /ChangeLog
parentcc0e6ed81fa3ab0eeecfc576098b4522f0323c4b (diff)
downloadglibc-a7548d41a7459ff85a751ae84b4bd77631833473.tar.gz
glibc-a7548d41a7459ff85a751ae84b4bd77631833473.tar.xz
glibc-a7548d41a7459ff85a751ae84b4bd77631833473.zip
Use static initializers for constant variables in libm-test.inc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fac3208a18..91cfb621c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2013-05-04  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/libm-test.inc (plus_zero): Make const.  Add initializer.
+	(minus_zero): Likewise.
+	(plus_infty): Likewise.
+	(minus_infty): Likewise.
+	(qnan_value): Likewise.
+	(max_value): Likewise.
+	(min_value): Likewise.
+	(min_subnorm_value): Likewise.
+	(initialize): Do not initialize those variables dynamically.
+
 2013-05-03  Roland McGrath  <roland@hack.frob.com>
 
 	* io/open.c (__open_2): Moved to ...