summaryrefslogtreecommitdiff
path: root/m4/log10l.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-25 23:27:40 +0200
committerBruno Haible <bruno@clisp.org>2020-07-25 23:28:57 +0200
commite6c7f8be2fe11e72c3fff2503be9ab3f798b787a (patch)
tree03db9eb9fb47f99284e4a10458c4726115f30f2d /m4/log10l.m4
parentaec1c1b3fff42e2ff44a74f252f01728a0f622c1 (diff)
downloadgnulib-e6c7f8be2fe11e72c3fff2503be9ab3f798b787a.tar.gz
doc: Update for NetBSD 7.1, 8.0, 9.0.
* doc/*/*.texi: Update. * m4/exp2l.m4: Update comments. * m4/expl.m4: Likewise. * m4/ilogb.m4: Likewise. * m4/ilogbf.m4: Likewise. * m4/log10l.m4: Likewise. * m4/logl.m4: Likewise. * m4/printf.m4: Likewise. * m4/rintl.m4: Likewise. * m4/wcwidth.m4: Likewise.
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))