mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix iseqsig for ports that do not support FE_INVALID
Microblaze, nios2, and tile do not support FE_INVALID and thus define feraiseexcept as a empty macro. Include math-private.h to get such definition. Checked with a build for microblaze, nios2, and tilepro. * math/s_iseqsig_template.c: Include math-private.h.
This commit is contained in:
parent
96b7fe4243
commit
12e5d361a4
@ -1,5 +1,7 @@
|
||||
2016-10-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
|
||||
* math/s_iseqsig_template.c: Include math-private.h.
|
||||
|
||||
* posix/Makefile (tests): Add tst-posix_fadvise and tst-posix_fadvise64.
|
||||
* posix/tst-posix_fadvise.c: New file.
|
||||
* posix/tst-posix_fadvise64.c: Likewise.
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include <errno.h>
|
||||
#include <fenv.h>
|
||||
#include <math.h>
|
||||
#include <math_private.h>
|
||||
#include <stdbool.h>
|
||||
#include <fix-fp-int-compare-invalid.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user