]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixes for BZ#370028 are now finished.
authorIvo Raisr <ivosh@ivosh.net>
Tue, 16 May 2017 08:03:10 +0000 (08:03 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Tue, 16 May 2017 08:03:10 +0000 (08:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16382

NEWS
docs/internals/3_12_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 7e9747ec03ddfc7d5f7839dcdccba5d8f2758e9a..b36ad8f67e62ecc3508f9b20b053d3ef6ca78c7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -126,7 +126,7 @@ where XXXXXX is the bug number as listed below.
 368924  WARNING: unhandled arm64-linux syscall: 84 (sync_file_range)
 368925  WARNING: unhandled arm64-linux syscall: 130 (tkill)
 368926  WARNING: unhandled arm64-linux syscall: 97 (unshare)
-370028  Reduce the number of compiler warnings on MIPS platforms (partial fix)
+370028  Reduce the number of compiler warnings on MIPS platforms
 370635  arm64 missing syscall getcpu
 371225  Fix order of timer_{gettime,getoverrun,settime} syscalls on arm64
 371227  Clean AArch64 syscall table
index ff1a503d1bc49a1f70bb4ec891c8ba7f33d1530b..4d264a3e84b697a17855d1445df5af604dba8a9f 100644 (file)
@@ -317,9 +317,6 @@ n-i-bz  Remove limit on strd's negative immediates
 
 === other/mips =========================================================
 
-370028  Reduce the number of compiler warnings on MIPS platforms
-       [several patches landed, some still in works]
-
 === other/s390 =========================================================
 
 === other/Android ======================================================
@@ -488,10 +485,6 @@ Should fix for 3.13:
 369459  valgrind on arm64 violates the ARMv8 spec (ldxr/stxr)
         (is mostly fixed)
 
-**
-370028  Reduce the number of compiler warnings on MIPS platforms
-       (2017-05-15: all ready patches are in)
-
 **
 374963  increase valgrind's load address to prevent mmap failure
        (has a patch with a change to 0x5800'0000)