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:06:40 -0500 |
commit | af121e371d6d1a46df72d59f3a6b521eb12a9c6e (patch) | |
tree | b2e80e3d932bf54505ab98edd5180a79de33b00a | |
parent | 18f8524d2cf5e9f699055ed2c2cdeb56cd3b4cc4 (diff) | |
download | glibc-af121e371d6d1a46df72d59f3a6b521eb12a9c6e.zip glibc-af121e371d6d1a46df72d59f3a6b521eb12a9c6e.tar.gz glibc-af121e371d6d1a46df72d59f3a6b521eb12a9c6e.tar.bz2 |
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-17 Jose E. Marchesi <jose.marchesi@oracle.com> [BZ #16958] diff --git a/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c b/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c index 3c418d3..3c418d3 100644 --- a/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c +++ b/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c |