From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96066 invoked by alias); 4 Apr 2017 21:25:57 -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 94333 invoked by uid 89); 4 Apr 2017 21:25:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=medium, royalty, DOCTYPE, doctype X-HELO: mail-wr0-f195.google.com Received: from mail-wr0-f195.google.com (HELO mail-wr0-f195.google.com) (209.85.128.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Apr 2017 21:25:54 +0000 Received: by mail-wr0-f195.google.com with SMTP id k6so42439261wre.3 for ; Tue, 04 Apr 2017 14:25:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=Avt0QNQ12NkECZYLu9kGOODzvVgaal1hBbwY2JdmTh4=; b=plADqVj2LasLj7M74tQin6Cu116292eprtT+J+e94j/BN4sqS9oyOOxJrcI5knTYJw toTDFa9OA3fXDSQHe/nmaDpD0G/orSgd8jTdUkh4L0+O3i20N/z8VZQq6u0JyjsXXDqk 3RU5EyP+7VSPo5cAhTHMzJ3JwWuZLQzvuCy5op1yIKjfapV+GZvWGZVjd+OqFy/cCUaV OYgYlbjUbKPc5GChU5xqWAw0/iXrQLVSadRgZQNAHgu1otKU0N3iUhBrtwikGKpDrFVI zYPQCPLurhpr1eLAtX/0Vce4wkbe6HdErg6DYBA7AnFPZTk5S3o9A/a2/3TF2udzBuzf AgLQ== X-Gm-Message-State: AFeK/H0zBLDAFDmq5huWGJNopVgvu6rZsd70r74V5Rge/uv2dgyx+uRyBv4GzU0ENm19TA== X-Received: by 10.223.129.199 with SMTP id 65mr22446666wra.118.1491341154131; Tue, 04 Apr 2017 14:25:54 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id w93sm23783002wrb.3.2017.04.04.14.25.52 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 04 Apr 2017 14:25:53 -0700 (PDT) From: Yao Qi To: Stafford Horne Cc: gdb-patches@sourceware.org, openrisc@lists.librecores.org Subject: Re: [PATCH v5 2/4] gdb: provide openrisc target description XML files. References: <7504d4eb6312e41dd98b643c486152d9f5331e05.1489728533.git.shorne@gmail.com> Date: Tue, 04 Apr 2017 21:25:00 -0000 In-Reply-To: <7504d4eb6312e41dd98b643c486152d9f5331e05.1489728533.git.shorne@gmail.com> (Stafford Horne's message of "Fri, 17 Mar 2017 14:43:18 +0900") Message-ID: <86mvbv6f1c.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00072.txt.bz2 Stafford Horne writes: > diff --git a/gdb/features/or1k.xml b/gdb/features/or1k.xml > new file mode 100644 > index 0000000..688b340 > --- /dev/null > +++ b/gdb/features/or1k.xml > @@ -0,0 +1,2274 @@ > + > + > + > + > + > + or1k > + 11 features are defined, but your patch 1/4 only checks feature group0. Does it indicate that only group0 is a required feature? If so, we need to document it here, https://sourceware.org/gdb/current/onlinedocs/gdb/Standard-Target-Features.= html Of course, the debugging stub,like OpenOCD, can provide more features than GDB required. In GDB, we need only to define required features. --=20 Yao (=E9=BD=90=E5=B0=A7)