From: Julian Seward Date: Tue, 18 Sep 2018 07:58:11 +0000 (+0200) Subject: Update. X-Git-Tag: VALGRIND_3_14_0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66a462415e8721f4a4aaf25c20c46172115bd1a6;p=thirdparty%2Fvalgrind.git Update. --- diff --git a/NEWS b/NEWS index 6310b37b3b..f6883922e9 100644 --- a/NEWS +++ b/NEWS @@ -30,7 +30,7 @@ support for X86/macOS 10.13, AMD64/macOS 10.13. * mips: support for MIPS SIMD architecture (MSA) has been added. -* mips: support for MIPS N32 ABI support has been added. +* mips: support for MIPS N32 ABI has been added. * ==================== TOOL CHANGES ==================== @@ -155,6 +155,7 @@ where XXXXXX is the bug number as listed below. 395682 Accept read-only PT_LOAD segments and .rodata by ld -z separate-code == 384727 396475 valgrind OS-X build: config.h not found (out-of-tree macOS builds) +395991 arm-linux: wine's unit tests enter a signal delivery loop [..] 396887 arch_prctl should return EINVAL on unknown option == 397286 crash before launching binary (Unsupported arch_prctl option) == 397393 valgrind: the 'impossible' happened: (Archlinux) diff --git a/docs/internals/3_13_BUGSTATUS.txt b/docs/internals/3_13_BUGSTATUS.txt index ca1543c017..8171b23d53 100644 --- a/docs/internals/3_13_BUGSTATUS.txt +++ b/docs/internals/3_13_BUGSTATUS.txt @@ -197,10 +197,6 @@ Should possibly take 393182 Add support for pthread_setname_np() to set thread name (I thought this already worked) -395991 wine's unit tests enter a signal delivery loop under valgrind on - armv7l when SIGSEGV is used -FIX for 3.14 (arm32 signal-resume stuff) - 396369 WARNING: unhandled amd64-linux syscall: 332 397265 [PATCH] Add (partial) support for userfaultfd syscall and related ioctl @@ -648,9 +644,6 @@ Probably invalid (3.11.0) 396706 VEX issue with AMD64 SHR instruction? Missing spec rule, fix this -397089 [PATCH] Incorrect decoding of three-register vmovss/vmovsd opcode 11h -FIX FOR 3.14 - 398183 Vex errors with _mm256_shuffle_epi8/vpshufb. Generates too much code