mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
Fix powerpc-nofpu build.
This commit is contained in:
parent
41e8926aa4
commit
63cfe52b6d
@ -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
|
||||
|
@ -25,4 +25,7 @@
|
||||
|
||||
#include <fenv.h>
|
||||
|
||||
/* ldbl-128ibm code uses __fegetround. */
|
||||
#define __fegetround() fegetround ()
|
||||
|
||||
#endif /* fenv_libc.h */
|
||||
|
@ -21,6 +21,9 @@
|
||||
|
||||
#include <fenv.h>
|
||||
|
||||
/* ldbl-128ibm code uses __fegetround. */
|
||||
#define __fegetround() fegetround ()
|
||||
|
||||
int __feraiseexcept_spe (int);
|
||||
libm_hidden_proto (__feraiseexcept_spe)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user