From: Julian Seward Date: Wed, 11 Jul 2012 00:06:35 +0000 (+0000) Subject: Note 290006 fixage. X-Git-Tag: svn/VALGRIND_3_8_0~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37b405fc3b3a7e6fd721d6b914521d84fecb944;p=thirdparty%2Fvalgrind.git Note 290006 fixage. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12725 --- diff --git a/NEWS b/NEWS index dd9c6e0e15..65ef2b7c56 100644 --- 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 diff --git a/docs/internals/3_7_BUGSTATUS.txt b/docs/internals/3_7_BUGSTATUS.txt index 71b8bd1dc1..00640c4555 100644 --- a/docs/internals/3_7_BUGSTATUS.txt +++ b/docs/internals/3_7_BUGSTATUS.txt @@ -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