Move powerpc llround implementations to powerpc32 directory.
commit2020748d8efb7fbadd43a49cc3859dcf4a93472e
authorJoseph Myers <joseph@codesourcery.com>
Tue, 13 Oct 2015 16:53:09 +0000 (13 16:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 13 Oct 2015 16:53:09 +0000 (13 16:53 +0000)
tree733421e99928124e5ca51f4fa68246c596e67140
parente8dab9477f33ab7a67405f4e147cbaa1a4bb443b
Move powerpc llround implementations to powerpc32 directory.

sysdeps/powerpc/fpu/ has versions of llround and llroundf that are
actually used only for powerpc32 because
sysdeps/powerpc/powerpc64/fpu/ has its own versions of those
functions.  This patch moves them into sysdeps/powerpc/powerpc32/fpu
to reflect where they are actually used (in preparation for fixing
other problems with those functions).

Tested for powerpc that installed stripped shared libraries are
unchanged by this patch.

* sysdeps/powerpc/fpu/s_llround.c: Move to ....
* sysdeps/powerpc/powerpc32/fpu/s_llround.c: ...here.
* sysdeps/powerpc/fpu/s_llroundf.c: Move to ....
* sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: ...here.
ChangeLog
sysdeps/powerpc/powerpc32/fpu/s_llround.c [moved from sysdeps/powerpc/fpu/s_llround.c with 100% similarity]
sysdeps/powerpc/powerpc32/fpu/s_llroundf.c [moved from sysdeps/powerpc/fpu/s_llroundf.c with 100% similarity]