From 76c4c838e7463aab5a9aec6c3e5ce70eb1887bc0 Mon Sep 17 00:00:00 2001 From: "Rogerio A. Cardoso" Date: Fri, 23 Jun 2017 09:10:32 -0300 Subject: 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/. --- ChangeLog | 5 +++++ sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 44115282c0..044f605334 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 83e37f92c6..b2ff032137 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 -- cgit 1.4.1