From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id CI0yOAVSul8UKAAAWB0awg (envelope-from ) for ; Sun, 22 Nov 2020 06:56:53 -0500 Received: by simark.ca (Postfix, from userid 112) id DEE451F0AB; Sun, 22 Nov 2020 06:56:53 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=MAILING_LIST_MULTI,RDNS_NONE, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 3FC0B1E58D for ; Sun, 22 Nov 2020 06:56:53 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D0425385800B; Sun, 22 Nov 2020 11:56:52 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 1ECDA3971C4D for ; Sun, 22 Nov 2020 11:56:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1ECDA3971C4D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brobecke@local.brobecker.org Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id F031A116956; Sun, 22 Nov 2020 06:56:48 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Yv12VWfhReQZ; Sun, 22 Nov 2020 06:56:48 -0500 (EST) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id 950C7116940; Sun, 22 Nov 2020 06:56:48 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id B80B4A6B98; Sun, 22 Nov 2020 15:56:43 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/doco 4/4] gdb/README: Fix the URL of the MPFR website (now https). Date: Sun, 22 Nov 2020 15:56:30 +0400 Message-Id: <20201122115630.603666-5-brobecker@adacore.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201122115630.603666-1-brobecker@adacore.com> References: <1605429345-78384-1-git-send-email-brobecker@adacore.com> <20201122115630.603666-1-brobecker@adacore.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Joel Brobecker Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" gdb/ChangeLog: * README: Fix the URL of the MPFR library. --- gdb/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.25.1