From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27439 invoked by alias); 16 Sep 2005 19:40:10 -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 27401 invoked by uid 22791); 16 Sep 2005 19:40:04 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 16 Sep 2005 19:40:04 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id j8GJe2Dh003577; Fri, 16 Sep 2005 21:40:02 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j8GJe1Cx019305; Fri, 16 Sep 2005 21:40:01 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j8GJdxc4017862; Fri, 16 Sep 2005 21:39:59 +0200 (CEST) Date: Fri, 16 Sep 2005 19:40:00 -0000 Message-Id: <200509161939.j8GJdxc4017862@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: pgilliam@us.ibm.com CC: gdb-patches@sources.redhat.com In-reply-to: <200509161150.12329.pgilliam@us.ibm.com> (message from Paul Gilliam on Fri, 16 Sep 2005 11:50:12 -0700) Subject: Re: [PATCH]*3 Re: [RFC] "info powerpc" References: <200509091633.02630.pgilliam@us.ibm.com> <200509141710.39794.pgilliam@us.ibm.com> <20050916135602.GA3473@nevyn.them.org> <200509161150.12329.pgilliam@us.ibm.com> X-SW-Source: 2005-09/txt/msg00117.txt.bz2 > From: Paul Gilliam > Date: Fri, 16 Sep 2005 11:50:12 -0700 > > Ok, I agree. > > Door 3 it is: Do I need anymore more approvals to commit? Well, I think it is silly to deprecate a command *prefix* (of course it was silly to have that command prefix in the first place). So I'd propose simply removing that code instead of adding code to cli/cli-decode.c to allow such a silly deprecated empty prefix. Mark