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/.
This commit is contained in:
Rogerio A. Cardoso 2017-06-23 09:10:32 -03:00 committed by Tulio Magno Quites Machado Filho
parent 1301c20f6c
commit 76c4c838e7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-06-23 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
* 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 <pc@us.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/sysconf.c: Remove references

View File

@ -23,4 +23,4 @@
#define __sinf __sinf_ppc64
#include <sysdeps/ieee754/flt-32/s_sinf.c>
#include <sysdeps/powerpc/fpu/s_sinf.c>