From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19888 invoked by alias); 5 Feb 2002 04:59:45 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19807 invoked from network); 5 Feb 2002 04:59:38 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.26.18) by sources.redhat.com with SMTP; 5 Feb 2002 04:59:38 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 43A8F3E56; Mon, 4 Feb 2002 23:59:39 -0500 (EST) Message-ID: <3C5F66BB.50001@cygnus.com> Date: Mon, 04 Feb 2002 20:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Ben Elliston Cc: gdb-patches@sources.redhat.com Subject: Re: SH5 simulator contribution References: <15451.47633.743434.331956@scooby.brisbane.redhat.com> <3C5F55F3.2030807@cygnus.com> <15455.24394.87381.934711@scooby.brisbane.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00104.txt.bz2 > It covers a subset. It will handle sh2, sh3, sh4 and sh5. In other > words, it is not (quite) yet able to replace the existing SH[1-4] > simulator. > > Andrew> Secondly, the MIPS, mn10300, d10v and other IGEN simulators support more > Andrew> than one cpu variant (can't use ISA - see binutils list :-/). How does > Andrew> this simulator go in this regard? > > I'm afraid I'm going to need you to clarify the terminology. :-( The mn10300 simulator binary, contains a simulator for both :model:::mn10300:mn10300: :model:::am33:am33: Which simulator to use being selected at run time. The other two are v850 and MIPS (not d10v). This jells well with GDB which also supports those same architecture variants. Andrew