]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Note 290006 fixage.
authorJulian Seward <jseward@acm.org>
Wed, 11 Jul 2012 00:06:35 +0000 (00:06 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 11 Jul 2012 00:06:35 +0000 (00:06 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12725

NEWS
docs/internals/3_7_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index dd9c6e0e153f8c33360377318be024c8a04a59dd..65ef2b7c56974a54a83004c1afcf95e10a9141a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -140,6 +140,7 @@ where XXXXXX is the bug number as listed below.
 289699  vgdb connection in relay mode erroneously closed due to buffer overrun 
 289823  (duplicate of 293754) vex amd64->IR: 0x66 0xF 0x3A 0x60 0xCA 0x45 0x66 0xF
 289939  wish: complete monitor cmd 'leak_check' with details about leaked or reachable blocks
+290006  memcheck doesn't mark %xmm as initialized after "pcmpeqw %xmm %xmm"
 290655  Add support for AESKEYGENASSIST instruction 
 290719  valgrind-3.7.0 fails with automake-1.11.2 due to"pkglibdir" usage
 290974  vgdb must align pages to VKI_SHMLBA (16KB) on ARM 
index 71b8bd1dc1ac121d0c461e62f77f556b66d577f4..00640c4555d32b6f1e848057b09700723f356be2 100644 (file)
@@ -89,10 +89,6 @@ get fixed.
 289912  link_tool_exe_darwin should not use relative paths
   unsupported build configuration; low prio
 
-290006  memcheck doesn't mark %xmm as initialized after "pcmpeqw %xmm %xmm"
-  easy fix; w/ patch
-   **possible 3.8.0
-
 290061  pie elf always loaded at 0x108000
   w/ patch; looks OK; easy fix ?
   not sure this wouldn't break something else -- needs looking into