From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31888 invoked by alias); 14 Jul 2010 14:55:49 -0000 Received: (qmail 31879 invoked by uid 22791); 14 Jul 2010 14:55:48 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mtagate4.uk.ibm.com (HELO mtagate4.uk.ibm.com) (194.196.100.164) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Jul 2010 14:55:43 +0000 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate4.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o6EEtegS022156 for ; Wed, 14 Jul 2010 14:55:40 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o6EEteW11646636 for ; Wed, 14 Jul 2010 15:55:40 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o6EEtdDe020456 for ; Wed, 14 Jul 2010 15:55:40 +0100 Received: from leonard.localnet (dyn-9-152-224-27.boeblingen.de.ibm.com [9.152.224.27]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o6EEtE1e019749 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Jul 2010 15:55:39 +0100 From: Ken Werner To: "Ulrich Weigand" , gdb-patches@sourceware.org Subject: Re: [patch] Small fix for assigning values to vectors Date: Wed, 14 Jul 2010 14:55:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-23-generic-pae; KDE/4.4.2; i686; ; ) Cc: Daniel Jacobowitz References: <201007121455.o6CEtale009687@d12av02.megacenter.de.ibm.com> In-Reply-To: <201007121455.o6CEtale009687@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201007141655.11950.ken@linux.vnet.ibm.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00234.txt.bz2 On Monday, July 12, 2010 04:55:36 pm Ulrich Weigand wrote: > > Here is the patch I intended to post where only the call to > > value_coerce_to_target is omitted and the value_must_coerce_to_target > > routine returns zero in case of a vector. Tested on > > powerpc64-*-linux-gnu with no regressions. > > > > Changelog: > > > > 2010-07-09 Ken Werner > > > > * valops.c (value_assign): Do not call to value_coerce_to_target. > > (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR. > > > > testsuite/ChangeLog: > > > > 2010-07-09 Ken Werner > > > > * gdb.arch/altivec-abi.exp: New tests. > > This is OK. > > I think you should get Write After Approval access to the GDB CVS so that > you can commit your approved patches yourself. Please apply using this > form: http://sourceware.org/cgi-bin/pdw/ps_form.cgi > > Once you get access, please add yourself to the MAINTAINERS file under > the Write After Approval section, and then commit your patch. Thank you. I've checked both patches in now. Regards, -ken