summaryrefslogtreecommitdiff
path: root/tests/test-log10.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-log10.h')
-rw-r--r--tests/test-log10.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-log10.h b/tests/test-log10.h
index a6acc8803a..e1d99bbd0d 100644
--- a/tests/test-log10.h
+++ b/tests/test-log10.h
@@ -47,7 +47,7 @@ test_function (void)
#if defined __i386__ && defined __FreeBSD__
/* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of
precision in the compiler but 64 bits of precision at runtime. See
- <https://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.
+ <https://lists.gnu.org/r/bug-gnulib/2008-07/msg00063.html>.
The compiler has truncated all 'long double' literals in log10l.c to
53 bits of precision. */
L_(18.0)
@@ -76,7 +76,7 @@ test_function (void)
#if defined __i386__ && defined __FreeBSD__
/* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of
precision in the compiler but 64 bits of precision at runtime. See
- <https://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.
+ <https://lists.gnu.org/r/bug-gnulib/2008-07/msg00063.html>.
The compiler has truncated all 'long double' literals in log10l.c to
53 bits of precision. */
L_(38.0)