From: Florian Krohm Date: Thu, 9 Jul 2015 21:05:26 +0000 (+0000) Subject: Followup to r15406: X-Git-Tag: svn/VALGRIND_3_11_0~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee7a2bf8bc304e0519dd1fd1c810d92c94495c5;p=thirdparty%2Fvalgrind.git Followup to r15406: - update list of supported s390 opcodes - update bug status - keep BZ list in NEWS sorted git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15407 --- diff --git a/NEWS b/NEWS index ee636a3b74..a4627598af 100644 --- a/NEWS +++ b/NEWS @@ -162,6 +162,7 @@ where XXXXXX is the bug number as listed below. 342635 OS X 10.10 (Yosemite) - missing system calls and fcntl code 342683 Mark memory past the initial brk limit as unaddressable 342795 Internal glibc __GI_mempcpy call should be intercepted +342841 s390x: Support instructions fiebr(a) and fidbr(a) 343012 Unhandled syscall 319 (memfd_create) 343069 Patch updating v4l2 API support 343173 helgrind crash during stack unwind @@ -258,7 +259,6 @@ where XXXXXX is the bug number as listed below. 349874 Fix typos in source code 349828 memcpy intercepts memmove causing src/dst overlap error (ppc64 ld.so) 349941 di_notify_mmap might create wrong start/size DebugInfoMapping -342841 s390x unrecognized instruction fiebra n-i-bz Provide implementations of certain compiler builtins to support compilers who may not provide those n-i-bz Old STABS code is still being compiled, but never used. Remove it. diff --git a/docs/internals/3_10_BUGSTATUS.txt b/docs/internals/3_10_BUGSTATUS.txt index d6f4a8c863..be1f77f15c 100644 --- a/docs/internals/3_10_BUGSTATUS.txt +++ b/docs/internals/3_10_BUGSTATUS.txt @@ -120,9 +120,6 @@ go in here. === VEX/s390x ========================================================== -342841 s390x unrecognized instruction fiebra - -> Florian? - === VEX general ======================================================== 339778 Linux/TileGx platform support to Valgrind diff --git a/docs/internals/s390-opcodes.csv b/docs/internals/s390-opcodes.csv index 9793182264..6c6ba0d43c 100644 --- a/docs/internals/s390-opcodes.csv +++ b/docs/internals/s390-opcodes.csv @@ -294,8 +294,8 @@ lcxbr,"load complement extended bfp",implemented, lcdbr,"load complement long bfp",implemented, lcebr,"load complement short bfp",implemented, fixbr,"load fp integer extended bfp","not implemented", -fidbr,"load fp integer long bfp","not implemented", -fiebr,"load fp integer short bfp","not implemented", +fidbr,"load fp integer long bfp","implemented", +fiebr,"load fp integer short bfp","implemented", lfpc,"load fpc",implemented, lxdbr,"load lengthened long to extended bfp",implemented, lxdb,"load lengthened long to extended bfp",implemented,