* m4/ilogb.m4 (gl_FUNC_ILOGB_WORKS): Remove code for IRIX.
2025-09-10 Bruno Haible <bruno@clisp.org>
+ ilogb: Remove support for IRIX.
+ * m4/ilogb.m4 (gl_FUNC_ILOGB_WORKS): Remove code for IRIX.
+
frexpl: Remove support for IRIX.
* m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Remove code for IRIX. Remove IRIX
<float.h> workaround.
# ilogb.m4
-# serial 10
+# serial 11
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,
# define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */
# endif
#else
-# if defined __NetBSD__ || defined __sgi
- /* NetBSD, IRIX 6.5: match what ilogb() does */
+# if defined __NetBSD__
+ /* NetBSD: match what ilogb() does */
# define FP_ILOGB0 INT_MIN
# define FP_ILOGBNAN INT_MIN
# elif defined _AIX