Note 290006 fixage.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12725 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index dd9c6e0..65ef2b7 100644
--- a/NEWS
+++ b/NEWS
@@ -140,6 +140,7 @@
 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 
diff --git a/docs/internals/3_7_BUGSTATUS.txt b/docs/internals/3_7_BUGSTATUS.txt
index 71b8bd1..00640c4 100644
--- a/docs/internals/3_7_BUGSTATUS.txt
+++ b/docs/internals/3_7_BUGSTATUS.txt
@@ -89,10 +89,6 @@
 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