From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id mDiVAwt6vF83XAAAWB0awg (envelope-from ) for ; Mon, 23 Nov 2020 22:12:11 -0500 Received: by simark.ca (Postfix, from userid 112) id 0AF7B1F0AB; Mon, 23 Nov 2020 22:12:11 -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=ham 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 86DC31E58E for ; Mon, 23 Nov 2020 22:12:10 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4E6273857021; Tue, 24 Nov 2020 03:12:10 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id EC77B3858009 for ; Tue, 24 Nov 2020 03:12:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EC77B3858009 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 CC771116B0C for ; Mon, 23 Nov 2020 22:12:08 -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 Mq9yhxJroiMQ for ; Mon, 23 Nov 2020 22:12:08 -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 79D54116B13 for ; Mon, 23 Nov 2020 22:12:08 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id 980BFA6B96; Tue, 24 Nov 2020 07:12:03 +0400 (+04) Date: Tue, 24 Nov 2020 07:12:03 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/doco 2/4] gdb/NEWS: Document that GDB now supports DWARF-based fixed point types Message-ID: <20201124031203.GF1370653@adacore.com> References: <1605429345-78384-1-git-send-email-brobecker@adacore.com> <20201122115630.603666-1-brobecker@adacore.com> <20201122115630.603666-3-brobecker@adacore.com> <83blfpxv6s.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83blfpxv6s.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: > > > > * NEWS: Add entry documenting support for DWARF-based fixed > > point types. > > Thanks, this is OK. Thank ou Eli. Pushed to master. -- Joel