From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id A5A9E3858D35 for ; Wed, 7 Oct 2020 17:04:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A5A9E3858D35 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48460) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQCry-0005Dc-J1; Wed, 07 Oct 2020 13:04:50 -0400 Received: from [176.228.60.248] (port=4289 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kQCrw-0005y3-Vi; Wed, 07 Oct 2020 13:04:49 -0400 Date: Wed, 07 Oct 2020 20:04:55 +0300 Message-Id: <83mu0y7yrs.fsf@gnu.org> From: Eli Zaretskii To: Shahab Vahedi Cc: gdb-patches@sourceware.org, shahab@synopsys.com In-Reply-To: <20201007163602.19802-1-shahab.vahedi@gmail.com> (message from Shahab Vahedi via Gdb-patches on Wed, 7 Oct 2020 18:36:02 +0200) Subject: Re: [PATCH] Update GDB NEWS with ARC support in GDBserver References: <20201007163602.19802-1-shahab.vahedi@gmail.com> X-Spam-Status: No, score=-8.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.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: , X-List-Received-Date: Wed, 07 Oct 2020 17:04:52 -0000 > Date: Wed, 7 Oct 2020 18:36:02 +0200 > From: Shahab Vahedi via Gdb-patches > Cc: Shahab Vahedi , > Shahab Vahedi > > From: Shahab Vahedi > > gdb/ChangeLog: > > * NEWS: Mention ARC support in GDBserver. > --- > gdb/NEWS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gdb/NEWS b/gdb/NEWS > index d230b1c3228..b4f26c160a0 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -67,6 +67,8 @@ show debug event-loop > > * New features in the GDB remote stub, GDBserver > > + ** GDBserver now supports ARC targets on GNU/Linux. > + > ** GDBserver is now supported on RISC-V GNU/Linux. > > ** GDBserver no longer supports these host triplets: > -- > 2.28.0 OK, thanks.