]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
ilogbf: Remove support for IRIX.
authorBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 20:59:28 +0000 (22:59 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 20:59:28 +0000 (22:59 +0200)
* m4/ilogbf.m4 (gl_FUNC_ILOGBF_WORKS): Remove code for IRIX.

ChangeLog
m4/ilogbf.m4

index d280b5cad8c786d3b8e2c5d94947f38b99c495ee..67200a17b2957e98111bfd080d20bd3da685f0c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2025-09-10  Bruno Haible  <bruno@clisp.org>
 
+       ilogbf: Remove support for IRIX.
+       * m4/ilogbf.m4 (gl_FUNC_ILOGBF_WORKS): Remove code for IRIX.
+
        ilogb: Remove support for IRIX.
        * m4/ilogb.m4 (gl_FUNC_ILOGB_WORKS): Remove code for IRIX.
 
index 1fba464b94a787a4eee0c1d6c65256aa1aad494c..4f099b92e98321805c0057ba62749db6f45a9d97 100644 (file)
@@ -1,5 +1,5 @@
 # ilogbf.m4
-# serial 8
+# serial 9
 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,
@@ -70,8 +70,8 @@ AC_DEFUN([gl_FUNC_ILOGBF_WORKS],
 #  define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */
 # endif
 #else
-# if defined __NetBSD__ || defined __sgi
-  /* NetBSD, IRIX 6.5: match what ilogbf() does */
+# if defined __NetBSD__
+  /* NetBSD: match what ilogbf() does */
 #  define FP_ILOGB0   INT_MIN
 #  define FP_ILOGBNAN INT_MIN
 # elif defined _AIX