summaryrefslogtreecommitdiff
path: root/m4/logbl.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-10-14 09:33:46 +0200
committerBruno Haible <bruno@clisp.org>2018-10-14 09:34:50 +0200
commitf4dda9f5c203b49b68633b7b410f7b70e77997f4 (patch)
treecd858f86f37bba8013e2114b125c05c95b2886c0 /m4/logbl.m4
parent634ee598d986cc2b9ff13b31aa70b448da471373 (diff)
downloadgnulib-f4dda9f5c203b49b68633b7b410f7b70e77997f4.tar.gz
doc: Update for Solaris 11.4.
* doc/**/*.texi: For bugs that exist in both Solaris 11.3 and 11.4, mention Solaris 11.4. * m4/printf.m4: Update comments about Solaris. * m4/log.m4: Likewise. * m4/log10.m4: Likewise. * m4/logb.m4: Likewise. * m4/logbf.m4: Likewise. * m4/logbl.m4: Likewise. * m4/rename.m4: Likewise. * m4/wcrtomb.m4: Likewise. * m4/hostent.m4: Likewise. * m4/servent.m4: Likewise.
Diffstat (limited to 'm4/logbl.m4')
-rw-r--r--m4/logbl.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/logbl.m4 b/m4/logbl.m4
index bf1715c342..d4d59c88d4 100644
--- a/m4/logbl.m4
+++ b/m4/logbl.m4
@@ -1,4 +1,4 @@
-# logbl.m4 serial 4
+# logbl.m4 serial 5
dnl Copyright (C) 2012-2018 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -55,7 +55,8 @@ AC_DEFUN([gl_FUNC_LOGBL],
dnl Test whether logbl() works.
dnl On glibc 2.11/powerpc, glibc 2.7/sparc, glibc 2.7/hppa, Solaris 10/SPARC,
-dnl the return value for subnormal (denormalized) arguments is too large.
+dnl Solaris 11.4/x86_64, the return value for subnormal (denormalized) arguments
+dnl is too large.
dnl On glibc 2.23/powerpc64le, the return value for negative subnormal arguments
dnl is too large.
AC_DEFUN([gl_FUNC_LOGBL_WORKS],