diff options
author | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2017-09-04 12:48:31 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2017-09-21 17:37:39 -0300 |
commit | ffa448041beb4d5899ad0258843ecca4c106d1cd (patch) | |
tree | 6feada4299e834de3582612adca6864ef400fce8 /ChangeLog | |
parent | e5e4d7cc056ffae51fc55b66d9dd0abd99927486 (diff) | |
download | glibc-ffa448041beb4d5899ad0258843ecca4c106d1cd.tar.gz glibc-ffa448041beb4d5899ad0258843ecca4c106d1cd.tar.xz glibc-ffa448041beb4d5899ad0258843ecca4c106d1cd.zip |
powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase
On powerpc64le, not all files can have the flag -mfloat128 passed as an option on the compile command, since that could conflict with other flags, such as -mno-vsx. Each file that needs the flag, gets it through a CFLAGS-filename variable on sysdeps/powerpc/powerpc64le/Makefile. The test cases tst-strtod-nan-locale and tst-wcstod-nan-locale are missing this flag. Tested for powerpc64le. * sysdeps/powerpc/powerpc64le/Makefile (CFLAGS-tst-strtod-nan-locale.c): New variable. (CFLAGS-tst-wcstod-nan-locale.c): New variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f7c8b910a9..3a1f7a9911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br> + + * sysdeps/powerpc/powerpc64le/Makefile + (CFLAGS-tst-strtod-nan-locale.c): New variable. + (CFLAGS-tst-wcstod-nan-locale.c): New variable. + 2017-09-21 Paul Pluzhnikov <ppluzhnikov@google.com> Carlos O'Donell <carlos@redhat.com> |