diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2016-07-08 11:24:34 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2016-07-08 11:24:34 +0200 |
commit | 6bcc7ced4fd417e8f65b9b8f50ad7010c3549d9f (patch) | |
tree | 3adeafb02060d25533a1c1256367cd09014839fd /extra-lib.mk | |
parent | d461c9682d4954076f9ee9e07be903c2eef8e73b (diff) | |
download | glibc-6bcc7ced4fd417e8f65b9b8f50ad7010c3549d9f.tar.gz glibc-6bcc7ced4fd417e8f65b9b8f50ad7010c3549d9f.tar.xz glibc-6bcc7ced4fd417e8f65b9b8f50ad7010c3549d9f.zip |
ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).
Commit a6a4395d fixed modf implementation by compiling s_modf.c and s_modff.c with -fsignaling-nans. However these files are also included from the pre-POWER5+ implementation, and thus these files should also be compiled with -fsignaling-nans. Changelog: [BZ #20240] * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile (CFLAGS-s_modf-ppc32.c): New variable. (CFLAGS-s_modff-ppc32.c): Likewise. * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile (CFLAGS-s_modf-ppc64.c): Likewise. (CFLAGS-s_modff-ppc64.c): Likewise.
Diffstat (limited to 'extra-lib.mk')
0 files changed, 0 insertions, 0 deletions