From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id R/8mOvtRul8UKAAAWB0awg (envelope-from ) for ; Sun, 22 Nov 2020 06:56:43 -0500 Received: by simark.ca (Postfix, from userid 112) id E0BDB1F0AB; Sun, 22 Nov 2020 06:56:43 -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 9539F1E58D for ; Sun, 22 Nov 2020 06:56:43 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1A7A2385800B; Sun, 22 Nov 2020 11:56:43 +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 8DE6E3858009 for ; Sun, 22 Nov 2020 11:56:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8DE6E3858009 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 6D076116956; Sun, 22 Nov 2020 06:56:39 -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 OUo5B4OJbIkE; Sun, 22 Nov 2020 06:56:39 -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 1A1B3116940; Sun, 22 Nov 2020 06:56:38 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id 5EEF9A6B97; Sun, 22 Nov 2020 15:56:33 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: RFA/doco: Various changes related to GMP and fixed point type support Date: Sun, 22 Nov 2020 15:56:26 +0400 Message-Id: <20201122115630.603666-1-brobecker@adacore.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <1605429345-78384-1-git-send-email-brobecker@adacore.com> References: <1605429345-78384-1-git-send-email-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: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Hello, This patch series only updates our NEWS and README files, following some changes I pushed recently (thanks to Pedro for reminding me of this). - [RFA/doco 1/4] gdb/NEWS: Document that building GDB now requires GMP - [RFA/doco 2/4] gdb/NEWS: Document that GDB now supports DWARF-based - [RFA/doco 3/4] gdb/README: Document the --with-libgmp-prefix - [RFA/doco 4/4] gdb/README: Fix the URL of the MPFR website (now OK to push to master? Thank you! -- Joel