From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31980 invoked by alias); 28 Sep 2010 09:21:30 -0000 Received: (qmail 31970 invoked by uid 22791); 28 Sep 2010 09:21:29 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mtagate6.uk.ibm.com (HELO mtagate6.uk.ibm.com) (194.196.100.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Sep 2010 09:21:25 +0000 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate6.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o8S9LJdI031971 for ; Tue, 28 Sep 2010 09:21:19 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o8S9LJl33866676 for ; Tue, 28 Sep 2010 10:21:19 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o8S9LJZD021060 for ; Tue, 28 Sep 2010 10:21:19 +0100 Received: from leonard.localnet (dyn-9-152-224-33.boeblingen.de.ibm.com [9.152.224.33]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o8S9LF6H020927 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Sep 2010 10:21:19 +0100 From: Ken Werner To: gdb-patches@sourceware.org Subject: Re: [patch] GNU vector unop support Date: Tue, 28 Sep 2010 16:04:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-24-generic; KDE/4.4.2; i686; ; ) References: <201009171033.35808.ken@linux.vnet.ibm.com> In-Reply-To: <201009171033.35808.ken@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201009281121.14934.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-09/txt/msg00469.txt.bz2 On Friday, September 17, 2010 10:33:35 am Ken Werner wrote: > This patch implements some unary operations for GNU vectors. > The following operators have been verified: > - pre/post increment (++) > - pre/post decrement (--) > - unary plus (+) > - unary minus (-) > - bitwise not/complement (~) > > It also prevents GDB from returning a lvalue in case of post > increment/decrement. > Tested on i686-*-linux-gnu, no regressions. Ping. -ken