From: Julian Seward Date: Fri, 16 May 2014 12:22:50 +0000 (+0000) Subject: Update. X-Git-Tag: svn/VALGRIND_3_10_0~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e2fd66e449aaabf6d805b4867d886f0d8ae332;p=thirdparty%2Fvalgrind.git Update. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13973 --- diff --git a/NEWS b/NEWS index 3da2a21b27..a4f02a18d6 100644 --- a/NEWS +++ b/NEWS @@ -102,6 +102,7 @@ where XXXXXX is the bug number as listed below. 330939 Support for AMD's syscall instruction on x86 == 308729 330941 Typo in PRE(poll) syscall wrapper +331057 unhandled instruction: 0xEEE01B20 (vfma.f64) (has patch) 331254 Fix expected output for memcheck/tests/dw4 331255 Fix race condition in test none/tests/coolo_sigaction 331257 Fix type of jump buffer in test none/tests/faultstatus @@ -132,6 +133,7 @@ n-i-bz Fix KVM_CREATE_IRQCHIP ioctl handling n-i-bz s390x: Fix memory corruption for multithreaded applications n-i-bz vex arm->IR: allow PC as basereg in some LDRD cases n-i-bz internal error in Valgrind if vgdb transmit signals when ptrace invoked +n-i-bz Fix mingw64 support in valgrind.h (dev@, 9 May 2014) Release 3.9.0 (31 October 2013) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/internals/3_9_BUGSTATUS.txt b/docs/internals/3_9_BUGSTATUS.txt index e6c34fcf44..63e6ba5038 100644 --- a/docs/internals/3_9_BUGSTATUS.txt +++ b/docs/internals/3_9_BUGSTATUS.txt @@ -20,12 +20,11 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt === VEX/arm ============================================================ -328423 Unrecognised instructions: _fips_armv7_tick and _armv7_tick 329963 Half precision floating point conversion on ARM is not supported 330349 Endless loop happen when using lackey with --trace-mem=yes on ARM -331057 unhandled instruction: 0xEEE01B20 (vfma.f64) (has patch) -331178 disInstr(arm): unhandled instruction: 0xEE190F1D +331178 disInstr(arm): unhandled instruction: 0xEE190F1D (read PMCCNTR) Probably WONTFIX or CANTFIX + == 328423 === VEX/x86 ============================================================ @@ -172,9 +171,11 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt 333628 Out of tree build == 256174 334110 Why install internal headers/libraries/.pc file? -n-i-bz Fix mingw64 support in valgrind.h (dev@, 9 May 2014) ======================================================================== ======================================================================== Mon May 12 16:19:52 CEST 2014 + +334788 Changing the current directory confuses Valgrind when it tries + to write to log files for forked children