diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-04 13:08:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-04 13:08:34 +0000 |
commit | a7548d41a7459ff85a751ae84b4bd77631833473 (patch) | |
tree | add06765751f14963baeea0e8315e8e7b9d54ab7 /ChangeLog | |
parent | cc0e6ed81fa3ab0eeecfc576098b4522f0323c4b (diff) | |
download | glibc-a7548d41a7459ff85a751ae84b4bd77631833473.zip glibc-a7548d41a7459ff85a751ae84b4bd77631833473.tar.gz glibc-a7548d41a7459ff85a751ae84b4bd77631833473.tar.bz2 |
Use static initializers for constant variables in libm-test.inc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ... |