diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-02 23:21:36 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-02 23:21:36 +0000 |
commit | a68d0680f89b5f3639b30ec7955671d97e101e87 (patch) | |
tree | b1500bba2e18333a08f60932ae190d2d8759c762 /ChangeLog | |
parent | caf7f573e9061e5b11d20723b0b2313ed4698dfc (diff) | |
download | glibc-a68d0680f89b5f3639b30ec7955671d97e101e87.tar.gz glibc-a68d0680f89b5f3639b30ec7955671d97e101e87.tar.xz glibc-a68d0680f89b5f3639b30ec7955671d97e101e87.zip |
conformtest: Add test data for fenv.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c13fe181f1..be5ab22729 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-11-02 Joseph Myers <joseph@codesourcery.com> + * conform/conformtest.pl (@headers): Add fenv.h. + * conform/data/fenv.h-data: New file. + * include/fenv.h [_ISOMAC]: Disable all contents of file except + include of <math/fenv.h>. + * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K || POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98]. Enables tests for XOPEN2K8. |