From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6529 invoked by alias); 20 Apr 2002 01:12:31 -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 6514 invoked from network); 20 Apr 2002 01:12:26 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 20 Apr 2002 01:12:26 -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 SAA03483; Fri, 19 Apr 2002 18:12:18 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 63A4B11414; Fri, 19 Apr 2002 21:11:55 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15552.49243.185954.594388@localhost.redhat.com> Date: Fri, 19 Apr 2002 18:12: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/msg00652.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). > > Andrew > Ok, checked in. Elena