From 6a4448afe3806fcf607ab9920d45072eafb2e61f Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Tue, 24 Nov 2015 10:09:16 -0500 Subject: tile: define __NO_LONG_DOUBLE_MATH This avoids build failures in the tests, and matches what is in bits/mathdef.h. Update the libc and libm abilist files to include __finitel, __isinfl, and __isnanl. --- sysdeps/tile/bits/mathdef.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysdeps/tile') diff --git a/sysdeps/tile/bits/mathdef.h b/sysdeps/tile/bits/mathdef.h index afbf77c8c5..8f570aae55 100644 --- a/sysdeps/tile/bits/mathdef.h +++ b/sysdeps/tile/bits/mathdef.h @@ -46,3 +46,9 @@ typedef double double_t; # endif #endif /* ISO C99 */ + +#ifndef __NO_LONG_DOUBLE_MATH +/* Signal that we do not really have a `long double'. This disables the + declaration of all the `long double' function variants. */ +# define __NO_LONG_DOUBLE_MATH 1 +#endif -- cgit 1.4.1