]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
PowerPC: Fix incorrect register pair check for lxv, stxv, stxsd, stxssp, lxsd,
authorCarl Love <cel@us.ibm.com>
Fri, 10 Mar 2017 20:10:49 +0000 (20:10 +0000)
committerCarl Love <cel@us.ibm.com>
Fri, 10 Mar 2017 20:10:49 +0000 (20:10 +0000)
lxssp instructions

The lfdpx, stdpx, lfdp and stfdp instructions work on a register pair.  The
register pair test must only be applied to these instructions in the
dis_fp_pair() function.

Updating NEWS file for the commit

VEX commit 3308  makes the fix in VEX/priv/guest_ppc_toIR.c

bugzilla 377427

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16262

NEWS

diff --git a/NEWS b/NEWS
index dc2f84bb7adcfff5b86f11a68c40d133964579cc..f451635c14c3027e91cd4e9226684738902a8362 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -138,6 +138,7 @@ where XXXXXX is the bug number as listed below.
 376611  ppc64 and arm64 don't know about prlimit64 syscall
 376729  PPC64, remove R2 from the clobber list
         == 371668
+377427  PPC64, lxv instruction failing on odd destination register 
 
 Release 3.12.0 (20 October 2016)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~