[patch] GNU vector unop support

Ken Werner ken@linux.vnet.ibm.com
Fri Sep 17 12:58:00 GMT 2010


Hi,

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.

Regards
Ken Werner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vec_unop.patch
Type: text/x-patch
Size: 10337 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20100917/7176a191/attachment.bin>


More information about the Gdb-patches mailing list