From 12e5d361a4dcfe3579f1dd263f911ac193b0fa29 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 7 Oct 2016 14:18:31 -0300 Subject: 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. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21a2a133fa..e50a214aab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-10-07 Adhemerval Zanella + * 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. -- cgit 1.4.1