From: Julian Seward Date: Fri, 21 Aug 2015 10:53:32 +0000 (+0000) Subject: Update. X-Git-Tag: svn/VALGRIND_3_11_0~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52608c6f892f17b1dbb91bf487a8ed56cdb4da94;p=thirdparty%2Fvalgrind.git Update. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15575 --- diff --git a/NEWS b/NEWS index 6e02ade184..9c1fd30594 100644 --- 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 diff --git a/docs/internals/3_10_BUGSTATUS.txt b/docs/internals/3_10_BUGSTATUS.txt index 697a6aa5bc..8afa4fd79b 100644 --- a/docs/internals/3_10_BUGSTATUS.txt +++ b/docs/internals/3_10_BUGSTATUS.txt @@ -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