diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-09 23:34:12 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-09 23:34:12 +0000 |
commit | 0e8e0c1c9328a68259fe94b8080fdce7f72e9fa0 (patch) | |
tree | eb4bb556b0ab6125abdb266a02d67e8f7da9cb76 /ChangeLog | |
parent | 7f82e4f470fd74ab3cef53941dc13bc005618759 (diff) | |
download | glibc-0e8e0c1c9328a68259fe94b8080fdce7f72e9fa0.tar.gz glibc-0e8e0c1c9328a68259fe94b8080fdce7f72e9fa0.tar.xz glibc-0e8e0c1c9328a68259fe94b8080fdce7f72e9fa0.zip |
Make libm-test.inc test comparison macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 49f9c6e5a9..a3e846e349 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2012-10-09 Joseph Myers <joseph@codesourcery.com> + + * math/gen-libm-test.pl (parse_args): Handle comparison macros as + type-generic. + * math/libm-test.inc: Update comment listing what functions and + macros are tested. + (isgreater_test): New function. + (isgreaterequal_test): Likewise. + (isless_test): Likewise. + (islessequal_test): Likewise. + (islessgreater_test): Likewise. + (isunordered_test): Likewise. + (main): Call the new functions. + 2012-10-09 Roland McGrath <roland@hack.frob.com> * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE, |