From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31274 invoked by alias); 22 Aug 2002 01:02:49 -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 31267 invoked from network); 22 Aug 2002 01:02:49 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 22 Aug 2002 01:02:49 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 0086C10DCC; Wed, 21 Aug 2002 21:00:55 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15716.14279.817195.806120@localhost.redhat.com> Date: Wed, 21 Aug 2002 18:02:00 -0000 To: Eli Zaretskii Cc: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] rs6000-tdep.c: Cleanup vector reg printing In-Reply-To: <7263-Wed21Aug2002094408+0300-eliz@is.elta.co.il> References: <15714.29174.536108.402212@localhost.redhat.com> <7263-Wed21Aug2002094408+0300-eliz@is.elta.co.il> X-SW-Source: 2002-08/txt/msg00676.txt.bz2 Eli Zaretskii writes: > > 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. > It's not in there, that I can see. I guess I forgot at the time... Elena > Thanks.