From: Bruno Haible Date: Wed, 10 Sep 2025 21:01:29 +0000 (+0200) Subject: logbl: Remove support for IRIX. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35dd764340e6996530908f17dc167735da4aca1b;p=thirdparty%2Fgnulib.git logbl: Remove support for IRIX. * m4/logbl.m4 (gl_FUNC_LOGBL_WORKS): Remove IRIX workaround. --- diff --git a/ChangeLog b/ChangeLog index 5e50e07beb..c109e4127e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-09-10 Bruno Haible + logbl: Remove support for IRIX. + * m4/logbl.m4 (gl_FUNC_LOGBL_WORKS): Remove IRIX workaround. + log1pl: Remove support for IRIX. * m4/log1pl.m4 (gl_FUNC_LOG1PL_WORKS): Remove IRIX workaround. * lib/log1pl.c (log1pl): Remove code for IRIX. diff --git a/m4/logbl.m4 b/m4/logbl.m4 index aa5afe4c0f..2e1f0a5d3a 100644 --- a/m4/logbl.m4 +++ b/m4/logbl.m4 @@ -1,5 +1,5 @@ # logbl.m4 -# serial 8 +# serial 9 dnl Copyright (C) 2012-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, @@ -89,12 +89,6 @@ static void quit (int sig) { _exit (sig + 128); } # undef LDBL_MIN_EXP # define LDBL_MIN_EXP DBL_MIN_EXP #endif -#if defined __sgi && (LDBL_MANT_DIG >= 106) -# if defined __GNUC__ -# undef LDBL_MIN_EXP -# define LDBL_MIN_EXP DBL_MIN_EXP -# endif -#endif volatile long double x; int main () {