]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix xxsel parsing error
authorCarl Love <cel@us.ibm.com>
Mon, 7 Nov 2016 20:01:47 +0000 (20:01 +0000)
committerCarl Love <cel@us.ibm.com>
Mon, 7 Nov 2016 20:01:47 +0000 (20:01 +0000)
VEX commit 3284 listed Bugzilla 148000 which is incorrect.

Tweeked comments so the file VEX/priv/guest_ppc_toIR.c can be committed again.
VEX commit 3285.

Bugzilla is 372185.

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

NEWS

diff --git a/NEWS b/NEWS
index 1ce9e75c002eadfcb5afac20e975fc7d20ef34b3..519af63d6670ad4dc26211bb586a4c62ed2f3255 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -274,6 +274,8 @@ where XXXXXX is the bug number as listed below.
 369468  Remove quadratic metapool algorithm using VG_(HT_remove_at_Iter)
 370265  ISA 3.0 HW cap stuff needs updating
 371128  BCD add and subtract instructions on Power BE in 32-bit mode do not work
+372195  Power PC, xxsel instruction is not always recognized
+
 n-i-bz  Fix incorrect (or infinite loop) unwind on RHEL7 x86 and amd64
 n-i-bz  massif --pages-as-heap=yes does not report peak caused by mmap+munmap
 n-i-bz  false positive leaks due to aspacemgr merging heap & non heap segments