This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] GNU vector unop support


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]