From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11214 invoked by alias); 21 Aug 2002 06:41:40 -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 11207 invoked from network); 21 Aug 2002 06:41:39 -0000 Received: from unknown (HELO diana.inter.net.il) (192.114.186.19) by sources.redhat.com with SMTP; 21 Aug 2002 06:41:39 -0000 Received: from Zaretsky ([80.230.2.40]) by diana.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id AIY79123; Wed, 21 Aug 2002 09:41:28 +0300 (IDT) Date: Tue, 20 Aug 2002 23:41:00 -0000 From: "Eli Zaretskii" To: ezannoni@redhat.com Message-Id: <7263-Wed21Aug2002094408+0300-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <15714.29174.536108.402212@localhost.redhat.com> (message from Elena Zannoni on Tue, 20 Aug 2002 12:44:38 -0400) Subject: Re: [RFA] rs6000-tdep.c: Cleanup vector reg printing Reply-to: Eli Zaretskii References: <15714.29174.536108.402212@localhost.redhat.com> X-SW-Source: 2002-08/txt/msg00657.txt.bz2 > From: Elena Zannoni > Date: Tue, 20 Aug 2002 12:44:38 -0400 > > With the changes to infcmd.c I just checked in, it becomes possible to > get rid of the altivec specific printing routines in rs6000-tdep.c. > [...] > - add_cmd ("altivec", class_info, rs6000_altivec_registers_info, > - "Display the contents of the AltiVec registers.", > - &info_powerpc_cmdlist); If this command is documented in the manual(s), the docs needs to be updated as well. Thanks.