From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arjuna.pair.com (arjuna.pair.com [209.68.5.131]) by sourceware.org (Postfix) with ESMTPS id 3A22A3858407; Sat, 22 Oct 2022 02:02:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3A22A3858407 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bitrange.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bitrange.com Received: by arjuna.pair.com (Postfix, from userid 3006) id 0A8328A780; Fri, 21 Oct 2022 22:02:52 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by arjuna.pair.com (Postfix) with ESMTP id 09FFB8A547; Fri, 21 Oct 2022 22:02:52 -0400 (EDT) Date: Fri, 21 Oct 2022 22:02:51 -0400 (EDT) From: Hans-Peter Nilsson X-X-Sender: hp@arjuna.pair.com To: Tsukasa OI cc: Andrew Burgess , Mike Frysinger , Nick Clifton , binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH 07/40] sim/cris: Regenerate with CGEN In-Reply-To: <69ef2d7dd519ed572511890a215a0f6d74e53384.1666257885.git.research_trasio@irq.a4lg.com> Message-ID: References: <69ef2d7dd519ed572511890a215a0f6d74e53384.1666257885.git.research_trasio@irq.a4lg.com> User-Agent: Alpine 2.20.16 (BSF 172 2016-09-29) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.09 on 209.68.5.131 X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 20 Oct 2022, Tsukasa OI via Binutils wrote: > All CRIS-related files are regenerated by custom CGEN that is modified by > the author (CGEN change will be separately upstreamed). > --- > sim/cris/arch.c | 5 +++-- > sim/cris/arch.h | 21 +++++++++++++++------ > sim/cris/cpuall.h | 5 +++-- > sim/cris/cpuv10.c | 6 ++++-- > sim/cris/cpuv10.h | 5 +++-- > sim/cris/cpuv32.c | 6 ++++-- > sim/cris/cpuv32.h | 5 +++-- > sim/cris/decodev10.c | 21 +++++++++++---------- > sim/cris/decodev10.h | 6 +++--- > sim/cris/decodev32.c | 21 +++++++++++---------- > sim/cris/decodev32.h | 8 ++++---- > sim/cris/modelv10.c | 5 +++-- > sim/cris/modelv32.c | 5 +++-- > sim/cris/semcrisv10f-switch.c | 20 +++++++++++++------- > sim/cris/semcrisv32f-switch.c | 20 +++++++++++++------- > 15 files changed, 96 insertions(+), 63 deletions(-) This is ok and obvious. BTW, I see you sent this and other sim/ patches to just binutils. I CC:ed gdb-patches@, the proper list for sim/ patches. (A bit odd that cpu/ patches need to go to just binutils@; logically they should go to both lists.) brgds, H-P