From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4509 invoked by alias); 5 Apr 2017 09:30:42 -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 4494 invoked by uid 89); 5 Apr 2017 09:30:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f49.google.com Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Apr 2017 09:30:40 +0000 Received: by mail-wm0-f49.google.com with SMTP id t189so8493207wmt.1 for ; Wed, 05 Apr 2017 02:30:40 -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=q+PLI3c7qqhmcFqqDO5KA6mPCAQmSjctEb1oie8F78M=; b=ps/NOvc/7egOhNE2zpPNyMl7/lne97HDN/v8aDmJsRqXCjC4gIixz3rlMUoOCVdI53 QljYbG+1s6A5xR9vjZmINMdeLqbMvQj23okhciIZu60+IlhD+ufThUPqbQu96526OhpU VTkCsnUINpZB7p4IOlLW5KSn0TZhdto3sMMPQrdHv+B9d+GfLHOGTebQ8VgTH5JcHAXt f+HmyqKsmLMBdK168ubP9sqLEtj+CdA07KduFoi/spwE7ZYUJbBKcQ257fdxV0Cz8Oh/ vq7eqB1r/d8RNXBkpMFfrVvw13c7ki26gH4e3ShgzvoioJwq6V1CqvCEFJJ2saHKsZJE 671w== X-Gm-Message-State: AFeK/H0ZaZXyOuCL+At2snD4jQIFPEi1PP5b4TvDhPtkTXUPh2fHtATn 6MRqGV7UEfRLHfYU X-Received: by 10.28.150.145 with SMTP id y139mr18070177wmd.109.1491384639051; Wed, 05 Apr 2017 02:30:39 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id y22sm25512950wry.51.2017.04.05.02.30.37 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 05 Apr 2017 02:30:38 -0700 (PDT) From: Yao Qi To: Palmer Dabbelt Cc: gdb-patches@sourceware.org Subject: Re: RISC-V GDB Port v3 References: <20170307043029.3672-1-palmer@dabbelt.com> Date: Wed, 05 Apr 2017 09:30:00 -0000 In-Reply-To: <20170307043029.3672-1-palmer@dabbelt.com> (Palmer Dabbelt's message of "Mon, 6 Mar 2017 20:30:27 -0800") Message-ID: <867f2zqk03.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/msg00086.txt.bz2 Palmer Dabbelt writes: > * Add a RISC-V XML target description file, but I think it doesn't do an= ything > yet. > > I think the only thing I know of that's bad is the target XML description= file, > which I don't think works yet. That said, I want to send this patch set = out > just so we can all get on the same page. If it doesn't work, don't have to add them. XML target description is not mandatory. The target description in your patch is for 64-bit gpr. Does riscv has 32-bit gpr? If so, you need another xml file for 32-bit gprs. --=20 Yao (=E9=BD=90=E5=B0=A7)