From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20762 invoked by alias); 20 May 2002 14:12:04 -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 20749 invoked from network); 20 May 2002 14:12:03 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 20 May 2002 14:12:03 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 44B9C3CA5; Mon, 20 May 2002 10:12:14 -0400 (EDT) Message-ID: <3CE9043E.1040908@cygnus.com> Date: Mon, 20 May 2002 07:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc2) Gecko/20020518 X-Accept-Language: en-us, en MIME-Version: 1.0 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> <3CE54CDD.6070001@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00816.txt.bz2 > HI Guys, > > >> Andrew Cagney writes: > > >> I think a better place would be a new file sim/common/sim-run.h to >> indicate that this is part of the interface that run.c uses. > > > OK - an adjusted patch is attached below. Doh! Doh! I should have said run-sim.h to match remote-sim.h. You've got run.h :-) >> As for converting Arm to use the new framework, I would recommend >> creating a change-request :-) > > > I think that would be best. I certainly feel that it is outside the > scope of this patch, so I hope that continuing to use the old > interface (ie not sim-options.[ch]) will not stop the patch from being > accepted. Yep. > Is this version OK ? Yep, I'm happy with above. Andrew