* m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Remove code for IRIX.
2025-09-10 Bruno Haible <bruno@clisp.org>
+ signbit, *-ieee: Remove support for IRIX.
+ * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Remove code for IRIX.
+
remainderf: Remove support for IRIX.
* m4/remainderf.m4 (gl_FUNC_REMAINDERF_WORKS): Remove macro.
(gl_FUNC_REMAINDERF): Don't invoke it.
# signbit.m4
-# serial 22
+# serial 23
dnl Copyright (C) 2007-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,
But that expression does not work on other platforms, such as when
cross-compiling to PowerPC on Mac OS X 10.5. */
long double p0l = 0.0L;
-#if defined __hpux || defined __sgi
+#if defined __hpux
long double m0l = -LDBL_MIN * LDBL_MIN;
#else
long double m0l = -p0l;