From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20269 invoked by alias); 22 Aug 2006 18:34:31 -0000 Received: (qmail 20245 invoked by uid 22791); 22 Aug 2006 18:34:30 -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, 22 Aug 2006 18:34:29 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id A911825E40; Tue, 22 Aug 2006 11:34:27 -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 04269-03-15; Tue, 22 Aug 2006 11:34:26 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id AD8FA25E3E; Tue, 22 Aug 2006 11:34:26 -0700 (PDT) Received: from 192.168.92.59 ([192.168.92.59]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Tue, 22 Aug 2006 18:34:26 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 22 Aug 2006 11:34:24 -0700 Subject: Re: [patch][rfc] sh64: Add Pipeline Modelling and SID Support From: Michael Snyder To: Dave Brolley Cc: cgen@sources.redhat.com, gdb-patches@sources.redhat.com, sid@sources.redhat.com In-Reply-To: <44EB4A91.6020301@redhat.com> References: <44EB4A91.6020301@redhat.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 22 Aug 2006 18:34:00 -0000 Message-Id: <1156271664.9019.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00030.txt.bz2 On Tue, 2006-08-22 at 14:18 -0400, Dave Brolley wrote: > I would like to commit this patch which does the following for the sh64 > target: > > 1) Add support for generating a SID simulator. > 2) Add pipeline modelling for all sh machines (currently used only by SID). > 3) Adds support for some previously unsupported insns (both SID and > sim/sh64). > > I will submit the changes needed for sim/sh64 and sid separately. The > sim/sh simulator is currently not generated by CGEN. > > NOTES: > o This is a patch against the existing sh.cpu, sh64-compact.cpu and > sh64-media.cpu in the cgen/cpu directory and which are currently used to > generate the sh64 simulator in sim/sh64. .cpu files also exist in the > cpu directory, but they appear to be out of date compared to the ones in > cgen/cpu. Any clarification regarding which files are being actively > maintained would be much appreciated! > > o The new files sh-sid.cpu and sh-sim.cpu provide pmacros for handling > the differences between generating sid and sim. > > Comments, concerns and, ultimately, approval to commit please! Hmmm, sh sim doesn't currently seem to have a maintainer. Would you like the job? ;-)