|
From: Petar J. <pe...@so...> - 2020-04-17 18:14:49
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=feccc40da7a5d9ec29d23d819dbdf17ad793ac3d commit feccc40da7a5d9ec29d23d819dbdf17ad793ac3d Author: Petar Jovanovic <mip...@gm...> Date: Fri Apr 17 18:11:16 2020 +0000 update NEWS with fix for #417187 The KDE issue #417187 has been fixed in commit 8bd259eb14d884009e2e51e6ad5834c06d193e17 mips: update VEX to support speculative conditional branching commit ddc311558e11c47a06ba996a7d075b336726fc0b mips: treat delay slot as part of the previous instruction Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index e48a4cc98f..e33d1b14d8 100644 --- a/NEWS +++ b/NEWS @@ -121,6 +121,7 @@ where XXXXXX is the bug number as listed below. 416464 Fix false reports for uninitialized memory for PR_CAPBSET_READ/DROP 416667 gcc10 ppc64le impossible constraint in 'asm' in test_isa. 416753 new 32bit time syscalls for 2038+ +417187 [MIPS] Conditional branch problem since 'grail' changes 417281 s390x: /bin/true segfaults with "grail" enabled 417427 commit to fix vki_siginfo_t definition created numerous regression errors on ppc64 |