From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70322 invoked by alias); 21 Feb 2020 01:12:00 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 70290 invoked by uid 89); 21 Feb 2020 01:12:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:CAFyWVa, pay X-HELO: mail-il1-f194.google.com Received: from mail-il1-f194.google.com (HELO mail-il1-f194.google.com) (209.85.166.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Feb 2020 01:11:49 +0000 Received: by mail-il1-f194.google.com with SMTP id v13so327597iln.4 for ; Thu, 20 Feb 2020 17:11:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9v/DO0HPhxs6YMAFWMBSyr+g2k65d140S38YBdmrBl0=; b=bbxGSp/FxdexoBNPrXu84bSJVyu7HGBN/S9qYsA6wYR0bmXlmzQxF9bpyVZNAVQGgo fuY18WWLRc4ZhCIzV7b2V+eRbMX05KKQuTUbMHibdDkeJADNe4kLj3sgOcZ+B5V1F2wI rn6AUypU62PIZ0+VMaDDzafCNpQG8bLIlvmBzlAVs4JXVg/PgcvjPFrxNJDUBDGackXq TW0dS4dnSPuGGJjHt8xo2Swi7tovG8PZ4EuvQxircEqi/yuPmvQea07Dgz2ffo0O5NLo Lftq8gL60dSR3l4Adg7xTPS2kQZdr2pTg9EPZbi1968+Yv6EuGvCORIsSqR/SSCgipG0 KwfQ== MIME-Version: 1.0 References: <1581502731-28327-1-git-send-email-nelson.chu@sifive.com> In-Reply-To: From: Nelson Chu Date: Fri, 21 Feb 2020 01:12:00 -0000 Message-ID: Subject: Re: [PATCH v5 0/3] RISC-V: Support more rigorous check for CSR To: Jim Wilson Cc: Binutils , Andrew Burgess , gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00505.txt.bz2 Hi Jim, Thanks for helps :) On Fri, Feb 21, 2020 at 8:55 AM Jim Wilson wrote: > I fixed a comment typo in part 3, and rewrote the > ChangeLog entries a bit because you didn't mention all of the types, > variables, and functions modified by the patches. I will pay attention to this next time, thanks. Nelson