From af121e371d6d1a46df72d59f3a6b521eb12a9c6e Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 19 May 2014 17:56:55 -0500 Subject: [PATCH] PowerPC: Fix multiarch hypotf PPC64 path This patch moves the hypotf multiarch implementation to correct path. --- ChangeLog | 5 +++++ sysdeps/powerpc/powerpc64/fpu/multiarch/{e_hypof.c => e_hypotf.c} | 0 2 files changed, 5 insertions(+) rename sysdeps/powerpc/powerpc64/fpu/multiarch/{e_hypof.c => e_hypotf.c} (100%) diff --git a/ChangeLog b/ChangeLog index 0a9a265..2060344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-19 Adhemerval Zanella + + * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ... + * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here. + 2014-05-17 Jose E. Marchesi [BZ #16958] diff --git a/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c b/sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c similarity index 100% rename from sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c rename to sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c -- 2.7.4