|
From: Julian S. <se...@so...> - 2020-03-13 13:36:19
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=95bde348622823a7c8d6167199f7c54313848e56 commit 95bde348622823a7c8d6167199f7c54313848e56 Author: Julian Seward <js...@ac...> Date: Fri Mar 13 14:35:59 2020 +0100 Update bug status. Diff: --- NEWS | 1 + docs/internals/3_15_BUGSTATUS.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a60062b95d..d7852320e5 100644 --- a/NEWS +++ b/NEWS @@ -111,6 +111,7 @@ where XXXXXX is the bug number as listed below. 413330 avx-1 test fails on AMD EPYC 7401P 24-Core Processor 413603 callgrind_annotate/cg_annotate truncate function names at '#' 414565 Specific use case bug found in SysRes VG_(do_sys_sigprocmask) +415136 ARMv8.1 Compare-and-Swap instructions are not supported 415757 vex x86->IR: 0x66 0xF 0xCE 0x4F (bswapw) 416239 valgrind crashes when handling clock_adjtime 416286 DRD reports "conflicting load" error on std::mutex::lock() diff --git a/docs/internals/3_15_BUGSTATUS.txt b/docs/internals/3_15_BUGSTATUS.txt index 0ac7deda85..ac4b5f48f5 100644 --- a/docs/internals/3_15_BUGSTATUS.txt +++ b/docs/internals/3_15_BUGSTATUS.txt @@ -130,8 +130,6 @@ of 3.15.0. It doesn't carry over bugs from earlier versions. 414270 Collection of bugs for new ARMv8.1 work and features 414268 Enable AArch64 feature detection and decoding for v8.x instructions (where x>0) -415136 ARMv8.1 Compare-and-Swap instructions are not supported - All of this 8.x stuff is WIP === VEX/mips =========================================================== === VEX/other ========================================================== |