On 01.04.2013, at 02:33, Aurelien Jarno wrote: > The overflow computation of nego and subf*o instructions has been broken > in commit ffe30937. Contrary to other targets, the instruction is subtract > from an not subtract on PowerPC. > > This patch fixes the issue by using the correct argument in the xor > computation. Thanks to Peter Maydell for the hint. > > With this change the PPC emulation passes the Gwenole Beauchesne > testsuite again. > > Cc: Alexander Graf <ag...@suse.de> > Cc: Richard Henderson <r...@twiddle.net> > Signed-off-by: Aurelien Jarno <aurel...@aurel32.net>
Thanks, applied to ppc-next. Alex