Remove unneeded stubs for k_rem_pio2l.
commit2bad840e9d4b3e714b4f20ad6b46a76e7be1d8fe
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Thu, 25 Aug 2016 22:25:40 +0000 (25 17:25 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Thu, 1 Sep 2016 14:31:06 +0000 (1 09:31 -0500)
treea386736c845323bf4b79240b62b57b5120f5f59e
parentf306ea1ada5fa0bdd87f070aa58162039676fa06
Remove unneeded stubs for k_rem_pio2l.

This is only used for the float and double variants.

Instead, just add it to the type specific list of files,
and remove all stubs, and remove the declaration from
math_private.h.

I verified x86_64, i486, ia64, m68k, and ppc64 build.
ChangeLog
math/Makefile
math/k_rem_pio2l.c [deleted file]
sysdeps/generic/math_private.h
sysdeps/i386/fpu/k_rem_pio2l.c [deleted file]
sysdeps/ia64/fpu/k_rem_pio2l.c [deleted file]
sysdeps/m68k/m680x0/fpu/k_rem_pio2l.c [deleted file]
sysdeps/x86_64/fpu/k_rem_pio2l.c [deleted file]