From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26540 invoked by alias); 11 Jan 2002 23:28: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 26483 invoked from network); 11 Jan 2002 23:28:44 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 11 Jan 2002 23:28:44 -0000 Received: from drow by nevyn.them.org with local (Exim 3.33 #1 (Debian)) id 16PB6M-0004Bx-00 for ; Fri, 11 Jan 2002 18:28:46 -0500 Date: Fri, 11 Jan 2002 15:28:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [RFA] gdbtypes.[ch] rs6000-tdep.c--AltiVec regs types Message-ID: <20020111182846.A15924@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <15423.26637.972974.400390@localhost.cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <15423.26637.972974.400390@localhost.cygnus.com> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-01/txt/msg00310.txt.bz2 On Fri, Jan 11, 2002 at 05:32:45PM -0500, Elena Zannoni wrote: > > This patch provides a builtin union type for the AltiVec registers, > so that the printing of such regs is a bit more enlightening, like: > > > (gdb) p $vr0 > $2 = {uint128 = 0x00000064000000c80000012c00000190, > v4sf = {f = {1.40129846e-43, 2.80259693e-43, 4.20389539e-43, 5.60519386e-43}}, > v4si = {f = {100, 200, 300, 400}}, > v8hi = {f = {0, 100, 0, 200, 0, 300, 0, 400}}, > v16qi = {f = "\0\0\0d\0\0\0È\0\0\001,\0\0\001\220"}} > (gdb) p $vr0.v4si > $3 = {f = {100, 200, 300, 400}} > (gdb) p $vr0.v4si.f[2] > $4 = 300 > (gdb) p $vr0.v4si.f[2]=444 > $5 = 444 Why is the .f necessary? Why not make $vr0.v4si an array rather than struct type? > 2002-01-11 Elena Zannoni > > [Based on work by Jim Blandy] > > * rs6000-tdep.c: Declare predifined type for AltiVec registers. Typo - predefined. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer