s***@valgrind.org
2017-05-16 08:03:10 UTC
Permalink
Author: iraisrRaw Message
Date: Tue May 16 09:03:10 2017
New Revision: 16382
Log:
Fixes for BZ#370028 are now finished.
Modified:
trunk/NEWS
trunk/docs/internals/3_12_BUGSTATUS.txt
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue May 16 09:03:10 2017
@@ -126,7 +126,7 @@
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
Modified: trunk/docs/internals/3_12_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_12_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_12_BUGSTATUS.txt Tue May 16 09:03:10 2017
@@ -317,9 +317,6 @@
=== other/mips =========================================================
-370028 Reduce the number of compiler warnings on MIPS platforms
- [several patches landed, some still in works]
-
=== other/s390 =========================================================
=== other/Android ======================================================
@@ -489,10 +486,6 @@
(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)