From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11987 invoked by alias); 20 Apr 2002 00:31:48 -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 11941 invoked from network); 20 Apr 2002 00:31:20 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 20 Apr 2002 00:31:20 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id RAA01270; Fri, 19 Apr 2002 17:31:18 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 8D6B511435; Fri, 19 Apr 2002 20:30:55 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15552.46783.512311.288054@localhost.redhat.com> Date: Fri, 19 Apr 2002 17:31:00 -0000 To: Andrew Cagney Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] gdbtypes.c: rewrite init_simd_type In-Reply-To: <3CC0AA1D.7060708@cygnus.com> References: <15552.40803.992918.193570@localhost.redhat.com> <3CC0AA1D.7060708@cygnus.com> X-SW-Source: 2002-04/txt/msg00650.txt.bz2 Andrew Cagney writes: > > I rewrote init_simd_type to use the new functions that Andrew > > introduced about a month ago in > > http://sources.redhat.com/ml/gdb-patches/2002-03/msg00267.html. > > > > I also rewrote the way the altivec vectors are built. > > And fixed a wrong calculation of the size of the composite type. > > (You can tell which path I'd tested :-/) > > > Tested on powerpc w/altivec support and on Linux/i386. > > Looks ok (and thanks, I can cross it off my list). Ah, is there a PR that goes with this? Elena > > Andrew >