diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-06-18 11:27:51 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-06-18 11:27:51 +0000 |
commit | 809dc95d14b7c0245c9ec102c51fd72c42108973 (patch) | |
tree | 484ed3c258a08fe8ff84034945de67682f7d3cb2 /ChangeLog | |
parent | 4d0ac0375ba54da7d36aae6b7932e8813b2c89af (diff) | |
download | glibc-809dc95d14b7c0245c9ec102c51fd72c42108973.tar.gz glibc-809dc95d14b7c0245c9ec102c51fd72c42108973.tar.xz glibc-809dc95d14b7c0245c9ec102c51fd72c42108973.zip |
Fix powerpc64le build of nan-sign tests (bug 23303).
My recent nan-sign tests fail to build for powerpc64le with GCC 8 because of the special compile / link options needed there for any test using _Float128. This patch arranges for these tests to be handled on powerpc64le similarly to other such tests. Tested with build-many-glibcs.py for powerpc64le. [BZ #23303] * sysdeps/powerpc/powerpc64/le/Makefile (CFLAGS-tst-strtod-nan-sign.c): Add -mfloat128. (CFLAGS-tst-wcstod-nan-sign.c): Likewise. (gnulib-tests): Also add $(f128-loader-link) for tst-strtod-nan-sign abd tst-wcstod-nan-sign.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9dd87eebb8..3cf598575f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2018-06-18 Joseph Myers <joseph@codesourcery.com> + + [BZ #23303] + * sysdeps/powerpc/powerpc64/le/Makefile + (CFLAGS-tst-strtod-nan-sign.c): Add -mfloat128. + (CFLAGS-tst-wcstod-nan-sign.c): Likewise. + (gnulib-tests): Also add $(f128-loader-link) for + tst-strtod-nan-sign abd tst-wcstod-nan-sign. + 2018-06-15 Samuel Thibault <samuel.thibault@ens-lyon.org> * include/sys/sendfile.h (__sendfile64): Declare hidden prototype. |