PowerPC: Fix multiarch hypotf PPC64 path

This patch moves the hypotf multiarch implementation to correct path.
This commit is contained in:
Adhemerval Zanella 2014-05-19 17:56:55 -05:00
parent 18f8524d2c
commit af121e371d
2 changed files with 5 additions and 0 deletions

View File

@ -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]