From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12096 invoked by alias); 5 Feb 2002 06:29:46 -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 11904 invoked from network); 5 Feb 2002 06:29:41 -0000 Received: from unknown (HELO hypatia.brisbane.redhat.com) (202.83.74.3) by sources.redhat.com with SMTP; 5 Feb 2002 06:29:41 -0000 Received: from scooby.brisbane.redhat.com (scooby.brisbane.redhat.com [172.16.5.228]) by hypatia.brisbane.redhat.com (8.11.6/8.11.6) with ESMTP id g156MOY25575; Tue, 5 Feb 2002 16:22:24 +1000 Received: by scooby.brisbane.redhat.com (Postfix, from userid 500) id D8AA3108A1; Tue, 5 Feb 2002 17:22:23 +1100 (EST) From: Ben Elliston MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15455.31263.847272.160235@scooby.brisbane.redhat.com> Date: Mon, 04 Feb 2002 22:29:00 -0000 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: SH5 simulator contribution In-Reply-To: <3C5F66BB.50001@cygnus.com> References: <15451.47633.743434.331956@scooby.brisbane.redhat.com> <3C5F55F3.2030807@cygnus.com> <15455.24394.87381.934711@scooby.brisbane.redhat.com> <3C5F66BB.50001@cygnus.com> X-Mailer: VM 6.75 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-Legal: http://apac.redhat.com/disclaimer X-SW-Source: 2002-02/txt/msg00105.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: Andrew> The mn10300 simulator binary, contains a simulator for both Andrew> :model:::mn10300:mn10300: Andrew> :model:::am33:am33: Andrew> Which simulator to use being selected at run time. The other two are Andrew> v850 and MIPS (not d10v). This jells well with GDB which also supports Andrew> those same architecture variants. This could certainly be done. There is only one cpu variant right now ("sh5"). Ben