gdb/README: Fix the URL of the MPFR website (now https).
authorJoel Brobecker <brobecker@adacore.com>
Tue, 24 Nov 2020 03:10:06 +0000 (07:10 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 24 Nov 2020 03:10:06 +0000 (07:10 +0400)
gdb/ChangeLog:

        * README: Fix the URL of the MPFR library.

gdb/ChangeLog
gdb/README

index ece0de952798f300010eabf956bb82dbf7164259..7c610763e4edb1abb0cdb641c0fc24d43a34809e 100644 (file)
@@ -1,3 +1,7 @@
+2020-11-24  Joel Brobecker  <brobecker@adacore.com>
+
+       * README: Fix the URL of the MPFR library.
+
 2020-11-24  Joel Brobecker  <brobecker@adacore.com>
 
        * README: Document the --with-libgmp-prefix configure option.
index a7908453ba7d36bb298b479d6eecc0c281bcfcbc..e65c5ea7ffab53ebb71e2a3d3ac4ad09d778b8c7 100644 (file)
@@ -498,7 +498,7 @@ more obscure GDB `configure' options are not listed here.
      floating-point formats than the host.  If GNU MPFR is not
      available, GDB will fall back to using host floating-point
      arithmetic.  If your host does not have GNU MPFR installed, you
-     can get the latest version from `http://www.mpfr.org'.
+     can get the latest version from `https://www.mpfr.org/'.
 
 `--with-python[=PYTHON]'
      Build GDB with Python scripting support.  (Done by default if
This page took 0.033877 seconds and 4 git commands to generate.