summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-05-19 17:56:55 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-05-19 18:23:11 -0500
commitc725f80591aa98c5c0270feb80e857c5943c861a (patch)
tree8f259f3fc7e4c4cc913c18ef8aef1186c2ea24e5
parent1db8c8c873e6112ee4ecddf1eff54f4abaab91a7 (diff)
downloadglibc-c725f80591aa98c5c0270feb80e857c5943c861a.tar.gz
PowerPC: Fix multiarch hypotf PPC64 path
This patch moves the hypotf multiarch implementation to correct path.
-rw-r--r--ChangeLog5
-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
diff --git a/ChangeLog b/ChangeLog
index 334d0f31fc..bed6c4c5fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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