From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id A7E173858D34 for ; Thu, 18 Jun 2020 20:37:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A7E173858D34 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 05IKbClw014414 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 18 Jun 2020 16:37:17 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 05IKbClw014414 Received: from [10.0.0.11] (173-246-6-90.qc.cable.ebox.net [173.246.6.90]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id A90B61E5F9; Thu, 18 Jun 2020 16:37:12 -0400 (EDT) Subject: Re: [PATCH] gdb/features: re-generate riscv/{32,64}bit-csr.c To: Andrew Burgess Cc: gdb-patches@sourceware.org References: <20200618193905.393355-1-simon.marchi@polymtl.ca> <20200618201756.GF2737@embecosm.com> From: Simon Marchi Message-ID: <50976a9f-bb32-baee-17b4-c97917189d69@polymtl.ca> Date: Thu, 18 Jun 2020 16:37:11 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200618201756.GF2737@embecosm.com> Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Thu, 18 Jun 2020 20:37:12 +0000 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, 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: Thu, 18 Jun 2020 20:37:21 -0000 On 2020-06-18 4:17 p.m., Andrew Burgess wrote: > * Simon Marchi via Gdb-patches [2020-06-18 15:39:05 -0400]: > >> Running >> >> make cfiles GDB=... >> >> inside the gdb/features source directory leads to those two files >> becoming dirty. I did a bisect, and found that it started with this >> commit: >> >> commit bd0cf5a6bae180f65f3b9298619d1bd695abcdd8 >> Author: Nelson Chu >> Date: Wed Feb 12 02:18:49 2020 -0800 >> >> RISC-V: Support the ISA-dependent CSR checking. >> >> This patch commits the re-generated files. >> >> gdb/ChangeLog: >> >> * features/riscv/32bit-csr.c: Re-generate. >> * features/riscv/64bit-csr.c: Re-generate. > > You're welcome to merge this, but: > > https://sourceware.org/pipermail/gdb-patches/2020-June/169568.html > Ah! I didn't see this. It would be good for my commit stats to merge it, but if you're going to merge your series soon-ish, I will just abandon this patch. Simon