|
From: <sv...@va...> - 2014-05-16 12:23:00
|
Author: sewardj
Date: Fri May 16 12:22:50 2014
New Revision: 13973
Log:
Update.
Modified:
trunk/NEWS
trunk/docs/internals/3_9_BUGSTATUS.txt
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri May 16 12:22:50 2014
@@ -102,6 +102,7 @@
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 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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Modified: trunk/docs/internals/3_9_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_9_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_9_BUGSTATUS.txt Fri May 16 12:22:50 2014
@@ -20,12 +20,11 @@
=== 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 @@
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
|