This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] GNU vector unop support
- From: Ken Werner <ken at linux dot vnet dot ibm dot com>
- To: gdb-patches at sourceware dot org
- Date: Tue, 28 Sep 2010 11:21:14 +0200
- Subject: Re: [patch] GNU vector unop support
- References: <201009171033.35808.ken@linux.vnet.ibm.com>
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