mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 04:03:35 +08:00
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.
This commit is contained in:
parent
e8dab9477f
commit
2020748d8e
@ -1,5 +1,10 @@
|
|||||||
2015-10-13 Joseph Myers <joseph@codesourcery.com>
|
2015-10-13 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
[BZ #16422]
|
[BZ #16422]
|
||||||
* sysdeps/powerpc/powerpc32/fpu/configure.ac (libc_cv_ppc_fctidz):
|
* sysdeps/powerpc/powerpc32/fpu/configure.ac (libc_cv_ppc_fctidz):
|
||||||
New configure test.
|
New configure test.
|
||||||
|
Loading…
Reference in New Issue
Block a user