From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4649 invoked by alias); 21 Oct 2017 08:23:18 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 3663 invoked by uid 89); 21 Oct 2017 08:23:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Oct 2017 08:23:16 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5p3q-0002ee-HB for gdb-patches@sourceware.org; Sat, 21 Oct 2017 04:23:15 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5p3l-0002dg-6i; Sat, 21 Oct 2017 04:23:09 -0400 Received: from [176.228.60.248] (port=3469 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e5p3k-0007Hv-Jf; Sat, 21 Oct 2017 04:23:09 -0400 Date: Sat, 21 Oct 2017 08:23:00 -0000 Message-Id: <83wp3oc3ko.fsf@gnu.org> From: Eli Zaretskii To: Anton Kolesov CC: gdb-patches@sourceware.org, Francois.Bedard@synopsys.com In-reply-to: <20171011145633.19343-2-Anton.Kolesov@synopsys.com> (message from Anton Kolesov on Wed, 11 Oct 2017 17:56:32 +0300) Subject: Re: [PATCH 2/3] arc: Recognize registers available on Linux targets Reply-to: Eli Zaretskii References: <20171011145633.19343-1-Anton.Kolesov@synopsys.com> <20171011145633.19343-2-Anton.Kolesov@synopsys.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00690.txt.bz2 > From: Anton Kolesov > Cc: Anton Kolesov , Francois Bedard > Date: Wed, 11 Oct 2017 17:56:32 +0300 > > gdb/ChangeLog: > yyyy-mm-dd Anton Kolesov > > * arc-tdep.c (core_v2_register_names): Fix names of R58 and R59. > (aux_minimal_register_names): Add LP_START, LP_END and BTA. > (arc_tdesc_init): Recognize those registers. > * arc-tdep.h (arc_regnum): Add R58, R59, LP_START, LP_END and BTA. > (gdbarch_tdep): New field has_hw_loops. > > gdb/doc/ChangeLog: > yyyy-mm-dd Anton Kolesov > > * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA. OK for the documentation part. (Sorry for the delay.)