From: Ivo Raisr Date: Tue, 16 May 2017 08:03:10 +0000 (+0000) Subject: Fixes for BZ#370028 are now finished. X-Git-Tag: svn/VALGRIND_3_13_0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435a4c08ed5a99c7e022912cb8e81e0552b41f8b;p=thirdparty%2Fvalgrind.git Fixes for BZ#370028 are now finished. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16382 --- diff --git a/NEWS b/NEWS index 7e9747ec03..b36ad8f67e 100644 --- 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 diff --git a/docs/internals/3_12_BUGSTATUS.txt b/docs/internals/3_12_BUGSTATUS.txt index ff1a503d1b..4d264a3e84 100644 --- a/docs/internals/3_12_BUGSTATUS.txt +++ b/docs/internals/3_12_BUGSTATUS.txt @@ -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)