From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6394 invoked by alias); 15 Sep 2005 03:34:08 -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 6372 invoked by uid 22791); 15 Sep 2005 03:34:04 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 15 Sep 2005 03:34:04 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-152-43.inter.net.il [80.230.152.43]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CJW42473 (AUTH halo1); Thu, 15 Sep 2005 06:33:48 +0300 (IDT) Date: Thu, 15 Sep 2005 03:34:00 -0000 Message-Id: From: Eli Zaretskii To: pgilliam@us.ibm.com CC: gdb-patches@sources.redhat.com In-reply-to: <200509141710.39794.pgilliam@us.ibm.com> (message from Paul Gilliam on Wed, 14 Sep 2005 17:10:39 -0700) Subject: Re: [PATCH]*3 Re: [RFC] "info powerpc" Reply-to: Eli Zaretskii References: <200509091633.02630.pgilliam@us.ibm.com> <200509141710.39794.pgilliam@us.ibm.com> X-SW-Source: 2005-09/txt/msg00108.txt.bz2 > From: Paul Gilliam > Date: Wed, 14 Sep 2005 17:10:39 -0700 > > The second, 'altivec_alias.patch', functions like the first, except that infcmd.c is not touched. Instead, an 'info powerpc altivec' command > is added that turns itself into an alias for "info vector" the first time it's called. This can't be done with add_com_alias because the alias and > the command being aliased are on different command chains. > > The final patch, 'no_more_altivec.patch' depreciates the "info powerpc" command prefix and changes the testsuite to use "info vector". To make > this work, 'lookup_cmd_composition' in cli/cli-decode.c had to be changed so that a prefix command that has no sub-commands > can be depreciated. Please accompany any changes to user-visible behavior (such as new commands or changes in how existing command behave) with appropriate changes to the user manual. Thanks.