diff options
Diffstat (limited to 'sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h')
-rw-r--r-- | sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h b/sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h index fb2ec69b2c..b9f4aea488 100644 --- a/sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h +++ b/sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h @@ -25,6 +25,7 @@ see <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59412>). */ #define FIX_FLT_LLONG_CONVERT_OVERFLOW 1 #define FIX_DBL_LLONG_CONVERT_OVERFLOW 1 +#define FIX_LDBL_LLONG_CONVERT_OVERFLOW 0 /* As of GCC 5 and binutils 2.25, for MIPS I GCC generates calls to assembler macros for conversions from floating point to integer @@ -32,5 +33,6 @@ lose exceptions. */ #define FIX_FLT_LONG_CONVERT_OVERFLOW (__mips == 1) #define FIX_DBL_LONG_CONVERT_OVERFLOW (__mips == 1) +#define FIX_LDBL_LONG_CONVERT_OVERFLOW 0 #endif /* fix-fp-int-convert-overflow.h */ |