|
From: <sv...@va...> - 2015-07-09 21:05:33
|
Author: florian
Date: Thu Jul 9 22:05:26 2015
New Revision: 15407
Log:
Followup to r15406:
- update list of supported s390 opcodes
- update bug status
- keep BZ list in NEWS sorted
Modified:
trunk/NEWS
trunk/docs/internals/3_10_BUGSTATUS.txt
trunk/docs/internals/s390-opcodes.csv
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Thu Jul 9 22:05:26 2015
@@ -162,6 +162,7 @@
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 @@
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.
Modified: trunk/docs/internals/3_10_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_10_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_10_BUGSTATUS.txt Thu Jul 9 22:05:26 2015
@@ -120,9 +120,6 @@
=== VEX/s390x ==========================================================
-342841 s390x unrecognized instruction fiebra
- -> Florian?
-
=== VEX general ========================================================
339778 Linux/TileGx platform support to Valgrind
Modified: trunk/docs/internals/s390-opcodes.csv
==============================================================================
--- trunk/docs/internals/s390-opcodes.csv (original)
+++ trunk/docs/internals/s390-opcodes.csv Thu Jul 9 22:05:26 2015
@@ -294,8 +294,8 @@
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,
|