From: Rogerio A. Cardoso Date: Fri, 23 Jun 2017 12:10:32 +0000 (-0300) Subject: powerpc: Fix sinf() IFUNC fallback. X-Git-Tag: glibc-2.26~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76c4c838e7463aab5a9aec6c3e5ce70eb1887bc0;p=thirdparty%2Fglibc.git powerpc: Fix sinf() IFUNC fallback. sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c should fall back to sysdeps/powerpc/fpu/s_sinf.c not to sysdeps/ieee754/flt-32/s_sinf.c. * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Change s_sinf.c from sysdeps/ieee754/flt-32/ to sysdeps/powerpc/fpu/. --- diff --git a/ChangeLog b/ChangeLog index 44115282c07..044f605334c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-06-23 Rogerio A. Cardoso + + * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Change + s_sinf.c from sysdeps/ieee754/flt-32/ to sysdeps/powerpc/fpu/. + 2017-06-23 Paul A. Clarke * sysdeps/unix/sysv/linux/powerpc/sysconf.c: Remove references diff --git a/sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c b/sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c index 83e37f92c6c..b2ff0321377 100644 --- a/sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c +++ b/sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c @@ -23,4 +23,4 @@ #define __sinf __sinf_ppc64 -#include +#include