diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-13 16:53:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-13 16:53:09 +0000 |
commit | 2020748d8efb7fbadd43a49cc3859dcf4a93472e (patch) | |
tree | 733421e99928124e5ca51f4fa68246c596e67140 /sysdeps | |
parent | e8dab9477f33ab7a67405f4e147cbaa1a4bb443b (diff) | |
download | glibc-2020748d8efb7fbadd43a49cc3859dcf4a93472e.tar glibc-2020748d8efb7fbadd43a49cc3859dcf4a93472e.tar.gz glibc-2020748d8efb7fbadd43a49cc3859dcf4a93472e.tar.bz2 glibc-2020748d8efb7fbadd43a49cc3859dcf4a93472e.zip |
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.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/powerpc32/fpu/s_llround.c (renamed from sysdeps/powerpc/fpu/s_llround.c) | 0 | ||||
-rw-r--r-- | sysdeps/powerpc/powerpc32/fpu/s_llroundf.c (renamed from sysdeps/powerpc/fpu/s_llroundf.c) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/sysdeps/powerpc/fpu/s_llround.c b/sysdeps/powerpc/powerpc32/fpu/s_llround.c index 85514a1d3f..85514a1d3f 100644 --- a/sysdeps/powerpc/fpu/s_llround.c +++ b/sysdeps/powerpc/powerpc32/fpu/s_llround.c diff --git a/sysdeps/powerpc/fpu/s_llroundf.c b/sysdeps/powerpc/powerpc32/fpu/s_llroundf.c index 8ce4b26191..8ce4b26191 100644 --- a/sysdeps/powerpc/fpu/s_llroundf.c +++ b/sysdeps/powerpc/powerpc32/fpu/s_llroundf.c |