From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14280 invoked by alias); 30 Jul 2004 16:56:56 -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 14272 invoked from network); 30 Jul 2004 16:56:55 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sourceware.org with SMTP; 30 Jul 2004 16:56:55 -0000 Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [10.1.205.4]) by cam-admin0.cambridge.arm.com (8.12.10/8.12.10) with ESMTP id i6UGuWLI026624; Fri, 30 Jul 2004 17:56:32 +0100 (BST) Received: from pc960.cambridge.arm.com (localhost.localdomain [127.0.0.1]) by pc960.cambridge.arm.com (8.12.8/8.12.8) with ESMTP id i6UGuivv008713; Fri, 30 Jul 2004 17:56:44 +0100 Received: (from rearnsha@localhost) by pc960.cambridge.arm.com (8.12.8/8.12.8/Submit) id i6UGuiDs008711; Fri, 30 Jul 2004 17:56:44 +0100 X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha set sender to rearnsha@gcc.gnu.org using -f Subject: Re: [trivial] remove references to add_setshow_cmd_full from arm-tdep.c From: Richard Earnshaw To: ramana.radhakrishnan@codito.com Cc: gdb-patches@sources.redhat.com In-Reply-To: <1091205407.20031.12.camel@localhost> References: <410A68AE.2090004@codito.com> <1091203105.31643.103.camel@pc960.cambridge.arm.com> <1091205407.20031.12.camel@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: GNU Message-Id: <1091206603.8595.5.camel@pc960.cambridge.arm.com> Mime-Version: 1.0 Date: Fri, 30 Jul 2004 16:56:00 -0000 X-SW-Source: 2004-07/txt/msg00503.txt.bz2 On Fri, 2004-07-30 at 17:36, Ramana Radhakrishnan wrote: > Hi Richard, > > Oops.I am sorry about making that patch in a hurry. That should teach > me .I hope its ok this time round. Here we go again . > > cheers > Ramana > > --- > > > 2004-07-30 Ramana Radhakrishnan > > * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 . > > > > Is this ok ? Yes. Note that your initial analysis (about the command below the one you are removing) was slightly off base, but in this case it doesn't matter. The command you are removing was 'set apcs32' which was deprecated by 'set arm apcs32'. However, since that command was deprecated gdb 6.0, 6.1 and (AIUI) 6.2 have all been made, so I think it's now safe to remove the old variant. R.