From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta033.useast.a.cloudfilter.net (omta033.useast.a.cloudfilter.net [44.202.169.32]) by sourceware.org (Postfix) with ESMTPS id 4F39C3850400 for ; Fri, 18 Aug 2023 16:40:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4F39C3850400 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tromey.com Received: from eig-obgw-6010a.ext.cloudfilter.net ([10.0.30.248]) by cmsmtp with ESMTP id WcLzqkO4Qez0CX2WQqPmL7; Fri, 18 Aug 2023 16:40:26 +0000 Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with ESMTPS id X2WdqClvDJJfoX2WeqyYbM; Fri, 18 Aug 2023 16:40:40 +0000 X-Authority-Analysis: v=2.4 cv=V4lubMri c=1 sm=1 tr=0 ts=64df9f08 a=ApxJNpeYhEAb1aAlGBBbmA==:117 a=ApxJNpeYhEAb1aAlGBBbmA==:17 a=OWjo9vPv0XrRhIrVQ50Ab3nP57M=:19 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=UttIx32zK-AA:10 a=Qbun_eYptAEA:10 a=CCpqsmhAAAAA:8 a=LYUFmS47Pr1FeFMBok8A:9 a=zZCYzV9kfG8A:10 a=ul9cdbp4aOFLsgKbc677:22 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References :Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=LjlrpqXmAdwhVw4jIKgiD4HAqOsm+LR5AZ3p1UZWj94=; b=mxtqW1TIC5TSRN6sWfzdMf+ID6 No9sOZ32MED2x0XW0ouhXqnaKHYQMJnLVgJbOIPwxFXKUQOuP6r6IJg9fG4sq2qdyDfveZ0M6SgO0 uT0rT6uRZT0ytjFMgGh5DoGbl; Received: from 75-166-142-177.hlrn.qwest.net ([75.166.142.177]:57504 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qX2Wd-0041d6-1z; Fri, 18 Aug 2023 10:40:39 -0600 From: Tom Tromey To: Alan Modra via Gdb-patches Cc: Alan Modra Subject: Re: sim regen References: X-Attribution: Tom Date: Fri, 18 Aug 2023 10:40:38 -0600 In-Reply-To: (Alan Modra via Gdb-patches's message of "Mon, 14 Aug 2023 23:09:57 +0930") Message-ID: <87y1i8wbg9.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 75.166.142.177 X-Source-L: No X-Exim-ID: 1qX2Wd-0041d6-1z X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 75-166-142-177.hlrn.qwest.net (murgatroyd) [75.166.142.177]:57504 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Org: HG=bhshared;ORG=bluehost; X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-CMAE-Envelope: MS4xfFgpAdGoMMVBVfiH+/Ey67puVHdMWaMwh+v1ru4x84F4quFYEw0JkWs003S+RxCvQ8uF7dvItpMyOrevDYwCCCUtr08lFmoQShsCiCRr/NHrxDCtiszx ze0HteX3tq86Ja1k1e/e9NombgLlCr8PzMi9K+lu6eK0bJvJdnF6HlTm1tEiMXEJywmUdSuhqZszjEy2WOqcvw1pG5fUkIW84MY= X-Spam-Status: No, score=-3019.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,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: >>>>> "Alan" == Alan Modra via Gdb-patches writes: Alan> The attached patch regenerates sim files. Alan> Tested with the following tools from a recent binutils build in Alan> sim-site-config.exp, plus a few cross compilers. I didn't really look at the patch. I think regeneration like this should be fine. I'm curious how you did it. cgen does not run for me. I suspect maybe you used an old version of Guile, but confirmation would be nice. Tom