From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6742 invoked by alias); 16 May 2002 16:36:47 -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 6735 invoked from network); 16 May 2002 16:36:45 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 16 May 2002 16:36:45 -0000 Received: from toenail.toronto.redhat.com (unknown [172.16.14.211]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 1A6BBB8013; Thu, 16 May 2002 12:36:45 -0400 (EDT) Received: (from fche@localhost) by toenail.toronto.redhat.com (8.11.6/8.11.6) id g4GGai131245; Thu, 16 May 2002 12:36:44 -0400 X-Authentication-Warning: toenail.toronto.redhat.com: fche set sender to fche@redhat.com using -f To: Nick Clifton Cc: gdb-patches@sources.redhat.com, Richard.Earnshaw@arm.com Subject: Re: Add support for target switches in simulator References: <200205091111.MAA22264@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=US-ASCII From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 16 May 2002 09:36:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 X-SW-Source: 2002-05/txt/msg00650.txt.bz2 nickc wrote: > [..] > I would like permission to apply the following patch. It adds the > ability for simulator backends to parse their own command line > switches, thus creating target specific simulator options. > [...] How does this proposed facility compare to that provided by sim/common/sim-options*? - FChE