From: Adhemerval Zanella Date: Mon, 19 May 2014 22:56:55 +0000 (-0500) Subject: PowerPC: Fix multiarch hypotf PPC64 path X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c725f80591aa98c5c0270feb80e857c5943c861a;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 334d0f31fc5..bed6c4c5fbc 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-06 Vidya Ranganathan * 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 similarity index 100% rename from sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c rename to sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c