]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Tue, 18 Sep 2018 07:58:11 +0000 (09:58 +0200)
committerJulian Seward <jseward@acm.org>
Tue, 18 Sep 2018 07:58:11 +0000 (09:58 +0200)
NEWS
docs/internals/3_13_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 6310b37b3bc1c87de3dd7b843367ec7a89b0e639..f6883922e96b21cd92e2d91a935a94522c4f1b93 100644 (file)
--- 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)
index ca1543c0179bb44b40f0d0161a930745f8ee2a01..8171b23d53f60daec3027cc81ef462f611d5bb8a 100644 (file)
@@ -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