]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Fri, 16 May 2014 12:22:50 +0000 (12:22 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 16 May 2014 12:22:50 +0000 (12:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13973

NEWS
docs/internals/3_9_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 3da2a21b27a1536d77845ed8aa64ac1cbb94d48d..a4f02a18d6ba89f550cf8ab63d8f07e32b768e75 100644 (file)
--- 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)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index e6c34fcf44845327e206f35309b108111fc7e7c7..63e6ba5038602265f82afa593bf9f8bc2feac358 100644 (file)
@@ -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