]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Fri, 21 Aug 2015 10:53:32 +0000 (10:53 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 21 Aug 2015 10:53:32 +0000 (10:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15575

NEWS
docs/internals/3_10_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 6e02ade1842b67876320fdfaf5ae5067773345c3..9c1fd305940dce07f7f47b9549de6467f8a6729f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -251,6 +251,7 @@ where XXXXXX is the bug number as listed below.
 345824  Fix aspacem segment mismatch: seen with none/tests/bigcode
 345887  Fix an assertion in the address space manager
 345928  amd64: callstack only contains current function for small stacks
+345984  disInstr(arm): unhandled instruction: 0xEE193F1E
 345987  MIPS64: Implement cavium LHX instruction
 346031  MIPS: Implement support for the CvmCount register (rhwr %0, 31)
 346267  Compiler warnings for PPC64 code on call to LibVEX_GuestPPC64_get_XER()
@@ -280,6 +281,7 @@ where XXXXXX is the bug number as listed below.
 348102  Patch updating v4l2 API support
 348247  jno jumps wrongly when overflow is not set
 348269  Improve mmap MAP_HUGETLB support.
+348334  (ppc) valgrind does not simulate dcbfl  -  then my program terminates
 348345  Assertion fails for negative lineno
 348377  Unsupported ARM instruction: yield
 348565  Fix detection of command line option availability for clang
index 697a6aa5bc879c124b9e1fddb894e2d7ec0b45fe..8afa4fd79b3771a9f4e3b67477b0288f9702abd9 100644 (file)
@@ -22,13 +22,12 @@ go in here.
 342780  arm + gcc 4.9 produce false positive: Use of uninitialised value of
         size 4 and segfault on stack extention
         Has patch
+        DEFER till 3.11.1 unless I can repro in the wild
 
 344802  disInstr(arm): unhandled instruction: 0xEC510F1E
         maybe easy fix?
         but doesn't run natively either
 
-345984  disInstr(arm): unhandled instruction: 0xEE193F1E
-
 348536  ARM32: Unhandled instructions 0xEE190F1D & 0xEC510F1E 
         == 331178
 
@@ -72,10 +71,6 @@ go in here.
 
 342610  disInstr(ppc): declined to decode an AltiVec insn.
 
-348334  valgrind does not simulate dcbfl  -  then my program terminates
-        I think this is actually fixed, and needs closing.
-        QUERIED
-
 === VEX/s390x ==========================================================
 
 350290  s390x unsupported instruction fixbra
@@ -145,16 +140,10 @@ go in here.
 
 === Tools/Memcheck =====================================================
 
-339499  memcheck does not always detect access beyond mmaped page
-        Probable WONTFIX
-
-339762  missing replacement alias for glibc __strchr_sse42, __strcpy_sse2,
-        __strcpy_ssse3
-        Probable INVALID
-
 340392  Incorrect "Conditional jump..." message
         Optimised code a la Clang
         Probable CANTFIX
+        (but should we add a command line flag for it?)
 
 345307  Please suppress warning about "still reachable" memory
         when using libstdc++ from gcc 5
@@ -165,7 +154,7 @@ go in here.
 
 345753  OS X: sanityCheckFail: exiting due to bad IR for Iop_AddF64
         IR type error; should look at it
-        NEEDS INVESTIGATION
+        NEEDS INVESTIGATION.  I can't repro this.
 
 345811  annotate also FP for memcheck dirty helpers
         has patch, should commit