From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id LU/0JlhPU2OIOQ8AWB0awg (envelope-from ) for ; Fri, 21 Oct 2022 22:03:04 -0400 Received: by simark.ca (Postfix, from userid 112) id 8BE8E1E112; Fri, 21 Oct 2022 22:03:04 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 00B7B1E0D3 for ; Fri, 21 Oct 2022 22:03:03 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 063E03853543 for ; Sat, 22 Oct 2022 02:03:03 +0000 (GMT) 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 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-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: , Cc: Nick Clifton , gdb-patches@sourceware.org, binutils@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" 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