Update opcode status. Announce fix for BZ #306035.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13147 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 1a52d32..6cf93c9 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,7 @@
 275800    [390] s390x: Add support for the ecag instruction (part 1)
 275800    [390] s390x: Autodetect cache info (part 2)
 305948    [390] ppc64: code generation for ShlD64 / ShrD64 asserts
+306035    [390] s390x: Fix IR generation for LAAG and friends
 306054    [390] s390x: Condition code computation for convert-to-int/logical
 307155    [390] filter_gdb should filter out syscall-template.S T_PSEUDO
 308321    [390] testsuite memcheck filter interferes with gdb_filter 
diff --git a/docs/internals/s390-opcodes.csv b/docs/internals/s390-opcodes.csv
index 560b26c..5bc96c6 100644
--- a/docs/internals/s390-opcodes.csv
+++ b/docs/internals/s390-opcodes.csv
@@ -863,16 +863,16 @@
 shhlr,"subtract high low",implemented,
 slhhhr,"subtract logical high high",implemented,
 slhhlr,"subtract logical high low",implemented,
-laa,"load and add 32 bit",semi-implemented,"bugzilla #306035"
-laag,"load and add 64 bit",semi-implemented,"bugzilla #306035"
-laal,"load and add logical 32 bit",semi-implemented,"bugzilla #306035"
-laalg,"load and add logical 64 bit",semi-implemented,"bugzilla #306035"
-lan,"load and and 32 bit",semi-implemented,"bugzilla #306035"
-lang,"load and and 64 bit",semi-implemented,"bugzilla #306035"
-lax,"load and exclusive or 32 bit",semi-implemented,"bugzilla #306035"
-laxg,"load and exclusive or 64 bit",semi-implemented,"bugzilla #306035"
-lao,"load and or 32 bit",semi-implemented,"bugzilla #306035"
-laog,"load and or 64 bit",semi-implemented,"bugzilla #306035"
+laa,"load and add 32 bit",implemented,
+laag,"load and add 64 bit",implemented,
+laal,"load and add logical 32 bit",implemented,
+laalg,"load and add logical 64 bit",implemented,
+lan,"load and and 32 bit",implemented,
+lang,"load and and 64 bit",implemented,
+lax,"load and exclusive or 32 bit",implemented,
+laxg,"load and exclusive or 64 bit",implemented,
+lao,"load and or 32 bit",implemented,
+laog,"load and or 64 bit",implemented,
 lpd,"load pair disjoint 32 bit","not implemented",
 lpdg,"load pair disjoint 64 bit","not implemented",
 locr,"load on condition 32 bit",implemented,