From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27829 invoked by alias); 30 Jul 2004 16:37:34 -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 27820 invoked from network); 30 Jul 2004 16:37:32 -0000 Received: from unknown (HELO calvin.codito.co.in) (203.199.140.162) by sourceware.org with SMTP; 30 Jul 2004 16:37:32 -0000 Received: from [192.168.100.52] (ramana.codito.co.in [192.168.100.52]) by calvin.codito.co.in (8.12.10/8.12.10) with ESMTP id i6UGdDFn025066; Fri, 30 Jul 2004 22:09:13 +0530 Subject: Re: [trivial] remove references to add_setshow_cmd_full from arm-tdep.c From: Ramana Radhakrishnan Reply-To: ramana.radhakrishnan@codito.com To: Richard Earnshaw Cc: gdb-patches@sources.redhat.com In-Reply-To: <1091203105.31643.103.camel@pc960.cambridge.arm.com> References: <410A68AE.2090004@codito.com> <1091203105.31643.103.camel@pc960.cambridge.arm.com> Content-Type: multipart/mixed; boundary="=-KVh+yTIc6XToFEKCg5fw" Organization: Codito Technologies Date: Fri, 30 Jul 2004 16:37:00 -0000 Message-Id: <1091205407.20031.12.camel@localhost> Mime-Version: 1.0 X-SW-Source: 2004-07/txt/msg00502.txt.bz2 --=-KVh+yTIc6XToFEKCg5fw Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 333 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 ? regards Ramana --=-KVh+yTIc6XToFEKCg5fw Content-Disposition: attachment; filename=diffs Content-Type: text/x-patch; name=diffs; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Content-length: 950 Index: arm-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/arm-tdep.c,v retrieving revision 1.179 diff -u -r1.179 arm-tdep.c --- arm-tdep.c 28 Jul 2004 17:26:26 -0000 1.179 +++ arm-tdep.c 30 Jul 2004 16:35:53 -0000 @@ -2941,17 +2941,6 @@ set_cmd_sfunc (new_set, set_disassembly_style_sfunc); deprecated_add_show_from_set (new_set, &showarmcmdlist); - add_setshow_cmd_full ("apcs32", no_class, - var_boolean, (char *) &arm_apcs_32, "\ -Set usage of ARM 32-bit mode.", "\ -Show usage of ARM 32-bit mode.", "\ -Determine the usage of ARM 32-bit mode.", "\ -Usage of ARM 32-bit mode is %s.", - NULL, NULL, - &setlist, &showlist, &new_set, &new_show); - deprecate_cmd (new_set, "set arm apcs32"); - deprecate_cmd (new_show, "show arm apcs32"); - add_setshow_boolean_cmd ("apcs32", no_class, &arm_apcs_32, "\ Set usage of ARM 32-bit mode.", "\ Show usage of ARM 32-bit mode.", "\ --=-KVh+yTIc6XToFEKCg5fw--