From 2c20a6018c56797f4ce9c2d3c462168cb2d76831 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 24 Nov 2020 07:10:06 +0400 Subject: [PATCH] gdb/README: Fix the URL of the MPFR website (now https). gdb/ChangeLog: * README: Fix the URL of the MPFR library. --- gdb/ChangeLog | 4 ++++ gdb/README | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ece0de95279..7c610763e4e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-11-24 Joel Brobecker + + * README: Fix the URL of the MPFR library. + 2020-11-24 Joel Brobecker * README: Document the --with-libgmp-prefix configure option. diff --git a/gdb/README b/gdb/README index a7908453ba7..e65c5ea7ffa 100644 --- a/gdb/README +++ b/gdb/README @@ -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 -- 2.30.2