From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24386 invoked by alias); 20 Aug 2002 17:16:46 -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 24379 invoked from network); 20 Aug 2002 17:16:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 20 Aug 2002 17:16:45 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g7KH2Rl27524 for ; Tue, 20 Aug 2002 13:02:28 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g7KHGfu31324; Tue, 20 Aug 2002 13:16:41 -0400 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g7KHGee32429; Tue, 20 Aug 2002 10:16:40 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g7KHGd925991; Tue, 20 Aug 2002 10:16:39 -0700 Date: Tue, 20 Aug 2002 10:16:00 -0000 From: Kevin Buettner Message-Id: <1020820171638.ZM25990@localhost.localdomain> In-Reply-To: Elena Zannoni "[RFA] rs6000-tdep.c: Cleanup vector reg printing" (Aug 20, 12:44pm) References: <15714.29174.536108.402212@localhost.redhat.com> To: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] rs6000-tdep.c: Cleanup vector reg printing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00599.txt.bz2 On Aug 20, 12:44pm, Elena Zannoni wrote: > 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. > > > 2002-08-20 Elena Zannoni > > * rs6000-tdep.c (altivec_register_p): Delete. > (rs6000_do_altivec_registers): Delete. > (rs6000_altivec_registers_info): Delete. > (rs6000_do_registers_info): Delete. > (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'. > (rs6000_gdbarch_init): Remove setting of do_registers_info. Okay.