From: Adhemerval Zanella Date: Mon, 19 May 2014 22:56:55 +0000 (-0500) Subject: PowerPC: Fix multiarch hypotf PPC64 path X-Git-Tag: glibc-2.20~473 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af121e371d6d1a46df72d59f3a6b521eb12a9c6e;p=thirdparty%2Fglibc.git PowerPC: Fix multiarch hypotf PPC64 path This patch moves the hypotf multiarch implementation to correct path. --- diff --git a/ChangeLog b/ChangeLog index 0a9a26584d6..2060344dbf9 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