From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id eP+3B/x5vF83XAAAWB0awg (envelope-from ) for ; Mon, 23 Nov 2020 22:11:56 -0500 Received: by simark.ca (Postfix, from userid 112) id 184E91F0AB; Mon, 23 Nov 2020 22:11:56 -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 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 C728C1E58E for ; Mon, 23 Nov 2020 22:11:55 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8BE863857021; Tue, 24 Nov 2020 03:11:55 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 341EA3858009 for ; Tue, 24 Nov 2020 03:11:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 341EA3858009 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 13ED0116B13 for ; Mon, 23 Nov 2020 22:11:53 -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 N0JGxKK88FUb for ; Mon, 23 Nov 2020 22:11:53 -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 B5BF9116B0C for ; Mon, 23 Nov 2020 22:11:52 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id D404BA6B96; Tue, 24 Nov 2020 07:11:47 +0400 (+04) Date: Tue, 24 Nov 2020 07:11:47 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/doco 4/4] gdb/README: Fix the URL of the MPFR website (now https). Message-ID: <20201124031147.GE1370653@adacore.com> References: <1605429345-78384-1-git-send-email-brobecker@adacore.com> <20201122115630.603666-1-brobecker@adacore.com> <20201122115630.603666-5-brobecker@adacore.com> <83d005xv83.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83d005xv83.fsf@gnu.org> 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: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > > gdb/ChangeLog: > > > > * README: Fix the URL of the MPFR library. > > OK. Thank you Eli. Pushed to master. -- Joel