From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29435 invoked by alias); 19 Sep 2006 22:33:23 -0000 Received: (qmail 29427 invoked by uid 22791); 19 Sep 2006 22:33:22 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Sep 2006 22:33:20 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 6524326B7B; Tue, 19 Sep 2006 15:33:19 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10269-12-5; Tue, 19 Sep 2006 15:33:18 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 32B4D25921; Tue, 19 Sep 2006 15:33:18 -0700 (PDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [patch][rfc]: Update sh64 Simulator to Match Pending CGEN Changes Date: Tue, 19 Sep 2006 22:33:00 -0000 Message-ID: <0F4DF2E21F33DD46BE7B8CDEEB0E16D307EAD4@ussunex01.palmsource.com> References: <44EB4E9A.10409@redhat.com> <45105BA6.3060208@redhat.com> From: "Michael Snyder" To: "Dave Brolley" , X-IsSubscribed: yes 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/msg00110.txt.bz2 Seems like that amounts to recognition that you're=20 qualified to self-approve. ;-) -----Original Message----- From: gdb-patches-owner@sourceware.org on behalf of Dave Brolley Sent: Tue 9/19/2006 2:05 PM To: gdb-patches@sources.redhat.com Subject: Re: [patch][rfc]: Update sh64 Simulator to Match Pending CGEN Chan= ges =20 Just a ping for approval of this patch. I am also volunteering to be the=20 sh64 simulator maintainer. Dave Brolley wrote: > Hi, > > Once the corresponding CGEN changes are approved, I would like to=20 > commit this patch which brings the sh64 simulator up to date. The CGEN=20 > changes in question were to allow the generation of a SID simulator=20 > with full pipeline modelling and to add support for some unsupported=20 > 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=20 > invocation of CGEN was fixed here in the process. > > Pending approval of the corresponding CGEN changes, is this ok to commit? > > Dave >