From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id OOgaGmbPt186ZwAAWB0awg (envelope-from ) for ; Fri, 20 Nov 2020 09:15:02 -0500 Received: by simark.ca (Postfix, from userid 112) id 659B21F08B; Fri, 20 Nov 2020 09:15:02 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [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 1A7F81E552 for ; Fri, 20 Nov 2020 09:15:02 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A46E2396E870; Fri, 20 Nov 2020 14:15:01 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 7E366396E807 for ; Fri, 20 Nov 2020 14:14:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7E366396E807 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 2EEB856208; Fri, 20 Nov 2020 09:14:59 -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 Lf+ASIgunkrM; Fri, 20 Nov 2020 09:14:59 -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 C56BD56207; Fri, 20 Nov 2020 09:14:58 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id D0672A18CF; Fri, 20 Nov 2020 18:14:53 +0400 (+04) Date: Fri, 20 Nov 2020 18:14:53 +0400 From: Joel Brobecker To: Pedro Alves Subject: Re: pushed: Add support for DWARF-based fixed point types Message-ID: <20201120141453.GI3721@adacore.com> References: <1604817017-25807-1-git-send-email-brobecker@adacore.com> <1605429345-78384-1-git-send-email-brobecker@adacore.com> <02f4bba2-a28b-fac2-a54e-b54dfd69b90d@palves.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02f4bba2-a28b-fac2-a54e-b54dfd69b90d@palves.net> 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: Simon Marchi , gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > I noticed now that this didn't come with a NEWS entry. > > Shouldn't it have one? I.e.: > > - mention that GMP is now a dependency for building GDB > > - support for fixed point types seems NEWS worthy too > > Also, gdb/README documents configure options and we mention --with-mpfr there. > Shouldn't we mention --with-libgmp-prefix there too? Hmmm, indeed on all counts. Thanks for the reminder, Pedro. I will add that to the list for this weekend. -- Joel