summaryrefslogtreecommitdiff
path: root/m4/log10l.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/log10l.m4')
-rw-r--r--m4/log10l.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/log10l.m4 b/m4/log10l.m4
index 80546d6b02..975a119273 100644
--- a/m4/log10l.m4
+++ b/m4/log10l.m4
@@ -1,4 +1,4 @@
-# log10l.m4 serial 8
+# log10l.m4 serial 9
dnl Copyright (C) 2011-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -60,7 +60,7 @@ dnl 0xFFF00000000000007FF0000000000000, should be
dnl 0xFFF00000000000000000000000000000.
dnl On AIX 5.1, log10l(-0.0L) is finite if it's not the first log10l call
dnl in the program.
-dnl On NetBSD 8.0, the result is accurate to only 16 digits.
+dnl On NetBSD 9.0, the result is accurate to only 16 digits.
AC_DEFUN([gl_FUNC_LOG10L_WORKS],
[
AC_REQUIRE([AC_PROG_CC])
@@ -126,7 +126,7 @@ int main (int argc, char *argv[])
if (!(gy + gy == gy))
result |= 1;
}
- /* This test fails on NetBSD 8.0. */
+ /* This test fails on NetBSD 9.0. */
{
const long double TWO_LDBL_MANT_DIG = /* 2^LDBL_MANT_DIG */
(long double) (1U << ((LDBL_MANT_DIG - 1) / 5))