From: Bruno Haible Date: Wed, 10 Sep 2025 20:59:28 +0000 (+0200) Subject: ilogbf: Remove support for IRIX. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae47828d59137625da33f92e48b4bad665895193;p=thirdparty%2Fgnulib.git ilogbf: Remove support for IRIX. * m4/ilogbf.m4 (gl_FUNC_ILOGBF_WORKS): Remove code for IRIX. --- diff --git a/ChangeLog b/ChangeLog index d280b5cad8..67200a17b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-09-10 Bruno Haible + 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. diff --git a/m4/ilogbf.m4 b/m4/ilogbf.m4 index 1fba464b94..4f099b92e9 100644 --- a/m4/ilogbf.m4 +++ b/m4/ilogbf.m4 @@ -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