]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Followup to r15406:
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 9 Jul 2015 21:05:26 +0000 (21:05 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 9 Jul 2015 21:05:26 +0000 (21:05 +0000)
- 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

NEWS
docs/internals/3_10_BUGSTATUS.txt
docs/internals/s390-opcodes.csv

diff --git a/NEWS b/NEWS
index ee636a3b749de1862917922bdbfdb5786e7d49be..a4627598afa1ffdec687475d895be0983cb49637 100644 (file)
--- 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.
index d6f4a8c863c5fa49d715393c113b78be35fa1011..be1f77f15c863a6e339d2555d33657ad2f990e6f 100644 (file)
@@ -120,9 +120,6 @@ go in here.
 
 === VEX/s390x ==========================================================
 
-342841  s390x unrecognized instruction fiebra
-        -> Florian?
-
 === VEX general ========================================================
 
 339778  Linux/TileGx platform support to Valgrind
index 979318226414fd1f46769dfef03559e7635b2a28..6c6ba0d43c4f52a1186cac71eeb384227df229a1 100644 (file)
@@ -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,