Fix powerpc-nofpu build.

This commit is contained in:
Joseph Myers 2013-11-25 19:07:55 +00:00
parent 41e8926aa4
commit 63cfe52b6d
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2013-11-25 Joseph Myers <joseph@codesourcery.com>
* sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
* sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
Likewise.
2013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
* sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use

View File

@ -25,4 +25,7 @@
#include <fenv.h>
/* ldbl-128ibm code uses __fegetround. */
#define __fegetround() fegetround ()
#endif /* fenv_libc.h */

View File

@ -21,6 +21,9 @@
#include <fenv.h>
/* ldbl-128ibm code uses __fegetround. */
#define __fegetround() fegetround ()
int __feraiseexcept_spe (int);
libm_hidden_proto (__feraiseexcept_spe)