From: Carl Love Date: Mon, 7 Nov 2016 20:01:47 +0000 (+0000) Subject: Fix xxsel parsing error X-Git-Tag: svn/VALGRIND_3_13_0~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a7168c14a6153ca1349415a8b60dacde31247b;p=thirdparty%2Fvalgrind.git Fix xxsel parsing error 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 --- diff --git a/NEWS b/NEWS index 1ce9e75c00..519af63d66 100644 --- 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