From: Bruno Haible Date: Wed, 10 Sep 2025 21:00:47 +0000 (+0200) Subject: logl: Remove support for IRIX. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e37855726329f8ffb0b0d2555309050d1084c14;p=thirdparty%2Fgnulib.git logl: Remove support for IRIX. * m4/logl.m4 (gl_FUNC_LOGL_WORKS): Remove IRIX workaround. --- diff --git a/ChangeLog b/ChangeLog index b62d9f027a..40c33997cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-09-10 Bruno Haible + logl: Remove support for IRIX. + * m4/logl.m4 (gl_FUNC_LOGL_WORKS): Remove IRIX workaround. + isnan*, isnan*-nolibm: Remove support for IRIX. * m4/isnanf.m4 (gl_ISNANF_WORKS): Remove test for isnanf (NaN ()). * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Simplify test program. diff --git a/m4/logl.m4 b/m4/logl.m4 index 8143ca1bd4..a22074dd17 100644 --- a/m4/logl.m4 +++ b/m4/logl.m4 @@ -1,5 +1,5 @@ # logl.m4 -# serial 19 +# serial 20 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, @@ -139,14 +139,6 @@ AC_DEFUN([gl_FUNC_LOGL_WORKS], # 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 logl extern #ifdef __cplusplus