diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-18 12:12:38 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-18 12:12:38 +0000 |
commit | 2ee094ff7524637304a00fcd25e1d3c9939a1fe5 (patch) | |
tree | be4af3670613bc6847b71d53c44ee09b099b3f09 /ChangeLog | |
parent | 3779b5b64a7fd0366d66c76992296fa2cdd2bbf6 (diff) | |
download | glibc-2ee094ff7524637304a00fcd25e1d3c9939a1fe5.tar glibc-2ee094ff7524637304a00fcd25e1d3c9939a1fe5.tar.gz glibc-2ee094ff7524637304a00fcd25e1d3c9939a1fe5.tar.bz2 glibc-2ee094ff7524637304a00fcd25e1d3c9939a1fe5.zip |
Don't disable CMPLXL macro for __NO_LONG_DOUBLE_MATH (bug 15488).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2013-05-18 Joseph Myers <joseph@codesourcery.com> + [BZ #15488] + * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) && + __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro. + * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long + double tests. + * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not + disable. + (do_test) [NO_LONG_DOUBLE]: Do not disable call to + check_long_double. + * math/gen-libm-test.pl (@tests): Remove variable. ($count): Likewise. (new_test): Remove function. |