diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-19 17:56:55 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-19 18:23:11 -0500 |
commit | c725f80591aa98c5c0270feb80e857c5943c861a (patch) | |
tree | 8f259f3fc7e4c4cc913c18ef8aef1186c2ea24e5 | |
parent | 1db8c8c873e6112ee4ecddf1eff54f4abaab91a7 (diff) | |
download | glibc-c725f80591aa98c5c0270feb80e857c5943c861a.tar.gz |
PowerPC: Fix multiarch hypotf PPC64 path
This patch moves the hypotf multiarch implementation to correct path.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c (renamed from sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c) | 0 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ... + * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here. + 2014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization. diff --git a/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c b/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c index 3c418d3fd9..3c418d3fd9 100644 --- a/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c +++ b/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c |