From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14381 invoked by alias); 19 Sep 2006 21:05:47 -0000 Received: (qmail 14373 invoked by uid 22791); 19 Sep 2006 21:05:47 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Sep 2006 21:05:45 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8JL5hjr019377 for ; Tue, 19 Sep 2006 17:05:43 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8JL5gxT020881 for ; Tue, 19 Sep 2006 17:05:43 -0400 Received: from [172.16.14.227] (topaz.toronto.redhat.com [172.16.14.227]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k8JL5gY7021767 for ; Tue, 19 Sep 2006 17:05:42 -0400 Message-ID: <45105BA6.3060208@redhat.com> Date: Tue, 19 Sep 2006 21:05:00 -0000 From: Dave Brolley User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [patch][rfc]: Update sh64 Simulator to Match Pending CGEN Changes References: <44EB4E9A.10409@redhat.com> In-Reply-To: <44EB4E9A.10409@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00109.txt.bz2 Just a ping for approval of this patch. I am also volunteering to be the sh64 simulator maintainer. Dave Brolley wrote: > Hi, > > Once the corresponding CGEN changes are approved, I would like to > commit this patch which brings the sh64 simulator up to date. The CGEN > changes in question were to allow the generation of a SID simulator > with full pipeline modelling and to add support for some unsupported > insns. The effects on the sh64 simulator are as follows: > > 1) Add code to support additional CGEN machines which were added. > 2) Add code to support newly supported insns. > 3) Regenerate all CGEN-generated source files. Some bit rot in the > invocation of CGEN was fixed here in the process. > > Pending approval of the corresponding CGEN changes, is this ok to commit? > > Dave >