From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id AC6AA386F037 for ; Thu, 21 May 2020 08:02:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AC6AA386F037 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=jemarch@gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]:39545) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbgAN-0001L9-55; Thu, 21 May 2020 04:02:59 -0400 Received: from [141.143.193.79] (port=34011 helo=termi.gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jbgAM-0000S4-M1; Thu, 21 May 2020 04:02:58 -0400 From: "Jose E. Marchesi" To: "Frank Ch. Eigler via Cgen" Cc: "Jose E. Marchesi" , "Frank Ch. Eigler" Subject: Re: [PATCH] desc-cpu.scm: support passing the instruction endianness to cgen_cpu_open References: <87mu64jdoq.fsf@oracle.com> <20200521012617.GD21615@redhat.com> Date: Thu, 21 May 2020 10:02:51 +0200 In-Reply-To: <20200521012617.GD21615@redhat.com> (Frank Ch. Eigler via Cgen's message of "Wed, 20 May 2020 21:26:17 -0400") Message-ID: <87zha1lnpw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, 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: cgen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cgen mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2020 08:03:00 -0000 > The accompanying patch for opcodes will be sent to > binutils@sourceware.org today. This CGEN patch will have to be applied > first though. > > OK for master? Sure, and it seems to have been anticipated. Thanks. I will push once the binutils stuff is also ready... found a complication. (Actually, the whole handling of endianness in both CGEN and binutils is a mess. Trying to get some sense of it.)