From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13828 invoked by alias); 12 Jun 2002 16:18:23 -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 13545 invoked from network); 12 Jun 2002 16:17:54 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 12 Jun 2002 16:17:54 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id AE2063C93; Wed, 12 Jun 2002 12:17:55 -0400 (EDT) Message-ID: <3D077433.7080902@cygnus.com> Date: Wed, 12 Jun 2002 09:18:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc3) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: gdb-patches@sources.redhat.com, Nick Clifton Subject: Re: [rfa:sim/arm,arm] Add include/gdb/sim-arm.h References: <200206121254.NAA15358@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00188.txt.bz2 > Hello, >> >> The attached patch better pins down the ARM <-> SIM interface by >> introducing an enum to specify the register numbers to be used across >> the interface. >> >> Ok? >> >> I guess I need to get the sim/arm and arm-tdep maintainers to both agree >> agree with each other and agree to the change :-) > > > It looks ok to me, if Nick is also happy with it. > > Of course, I'll have to change it all when I add the privileged mode > registers ;-) That's the idea. At least you can now change it all without breaking it all :-) Nick? Andrew