From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id YW3gJgypq2DQVwAAWB0awg (envelope-from ) for ; Mon, 24 May 2021 09:24:28 -0400 Received: by simark.ca (Postfix, from userid 112) id 8F4D21F11C; Mon, 24 May 2021 09:24:28 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 72F611E813 for ; Mon, 24 May 2021 09:24:25 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B9AB13892464; Mon, 24 May 2021 13:24:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9AB13892464 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1621862664; bh=QZBNLqD1gKon/ScjemecBFBOqAfdwgW1a8xck4TA+wI=; h=To:In-Reply-To:Subject:References:Date:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=DahLzHdeKk29CeVpyssDjKSx3ZCthycUJ6dy2EqMNTtVtox5dAGzhKimvNQSOO9cx 4meqM0+Cfw8r3xK9wg5SlHebJOLYHJgJzCVd1fgmobzZW3e1eyVdnKpWZIO3IZCfuW Y/4flxbDel3ZK3mAx4ih/VCqF9rF2gDDp2pnx048= Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by sourceware.org (Postfix) with ESMTPS id C8DF23891C04; Mon, 24 May 2021 13:24:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C8DF23891C04 To: Mike Frysinger In-Reply-To: <20210524034641.26814-1-vapier@gentoo.org> (message from Mike Frysinger via Binutils on Mon, 24 May 2021 05:46:41 +0200) Subject: Re: [PATCH v4] opcodes: cris: move desc & opc files from sim/ MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT References: <20210524012335.19252-1-vapier@gentoo.org> <20210524034641.26814-1-vapier@gentoo.org> Message-ID: <20210524132418.81F04203C3@pchp3.se.axis.com> Date: Mon, 24 May 2021 15:24:18 +0200 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: , From: Hans-Peter Nilsson via Gdb-patches Reply-To: Hans-Peter Nilsson Cc: binutils@sourceware.org, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > From: Mike Frysinger via Binutils > Date: Mon, 24 May 2021 05:46:41 +0200 > All other cgen ports keep their generated desc & opc files under > opcodes/, so move the cris files over too. The cris-opc.c file, > while not generated, is already here to complement. > --- > opcodes/Makefile.am | 15 +++++++++++++- > opcodes/Makefile.in | 16 ++++++++++++++- > opcodes/cgen.sh | 34 +++++++++++++++++++++++++++++++ > opcodes/configure | 2 +- > opcodes/configure.ac | 2 +- > {sim/cris => opcodes}/cris-desc.c | 0 > {sim/cris => opcodes}/cris-desc.h | 0 > {sim/cris => opcodes}/cris-opc.h | 0 > sim/cris/Makefile.in | 16 ++++----------- > 9 files changed, 69 insertions(+), 16 deletions(-) > rename {sim/cris => opcodes}/cris-desc.c (100%) > rename {sim/cris => opcodes}/cris-desc.h (100%) > rename {sim/cris => opcodes}/cris-opc.h (100%) Ok with a ChangeLog entry, but I guess it's mostly "Moved from..." and "New rule". I don't think you need to post that though. Thanks. brgds, H-P