* m4/expl.m4 (gl_FUNC_EXPL): Remove IRIX <float.h> workaround.
2025-09-10 Bruno Haible <bruno@clisp.org>
+ expl: Remove support for IRIX.
+ * m4/expl.m4 (gl_FUNC_EXPL): Remove IRIX <float.h> workaround.
+
ceil, rint, round, trunc, *-ieee: Remove support for IRIX.
* m4/minus-zero.m4 (gl_FLOAT_MINUS_ZERO_CODE, gl_DOUBLE_MINUS_ZERO_CODE,
gl_LONG_DOUBLE_MINUS_ZERO_CODE): Remove code for IRIX cc.
# expl.m4
-# serial 22
+# serial 23
dnl Copyright (C) 2010-2025 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
# undef LDBL_MIN_EXP
# define LDBL_MIN_EXP DBL_MIN_EXP
#endif
-#if defined __sgi && (LDBL_MANT_DIG >= 106)
-# undef LDBL_MANT_DIG
-# define LDBL_MANT_DIG 106
-# if defined __GNUC__
-# undef LDBL_MIN_EXP
-# define LDBL_MIN_EXP DBL_MIN_EXP
-# endif
-#endif
#undef expl
extern
#ifdef __cplusplus