summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2012-03-08 17:22:18 +0000
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2012-03-08 17:22:18 +0000
commit5333187ab1efb4ac851a15bd9e8ca94bb7d3d68a (patch)
tree35ad78b30aea0c387de48d6145c5edfa832541ac
parentd1cda5d93997962a4289008b871156e5f1ab22e6 (diff)
downloadbinutils-gdb-5333187ab1efb4ac851a15bd9e8ca94bb7d3d68a.tar.gz
2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* s390-opc.txt: Set instruction type of pku to SS_L2RDRD. 2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * gas/s390/esa-g5.d: Move length field to the second operand. * gas/s390/esa-g5.s: Likewise.
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/s390/esa-g5.d2
-rw-r--r--gas/testsuite/gas/s390/esa-g5.s2
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/s390-opc.txt2
5 files changed, 12 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index cfa3ef36a94..19dd01eed06 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * gas/s390/esa-g5.d: Move length field to the second operand.
+ * gas/s390/esa-g5.s: Likewise.
+
2012-02-14 Alan Modra <amodra@gmail.com>
* gas/elf/bad-group.s: Add section attributes.
diff --git a/gas/testsuite/gas/s390/esa-g5.d b/gas/testsuite/gas/s390/esa-g5.d
index ca77038a2a3..2896966354d 100644
--- a/gas/testsuite/gas/s390/esa-g5.d
+++ b/gas/testsuite/gas/s390/esa-g5.d
@@ -345,7 +345,7 @@ Disassembly of section .text:
.*: b2 2e 00 69 [ ]*pgin %r6,%r9
.*: b2 2f 00 69 [ ]*pgout %r6,%r9
.*: e9 1f 5f ff af ff [ ]*pka 4095\(%r5\),4095\(32,%r10\)
-.*: e1 ff 5f ff af ff [ ]*pku 4095\(256,%r5\),4095\(%r10\)
+.*: e1 ff 5f ff af ff [ ]*pku 4095\(%r5\),4095\(256,%r10\)
.*: ee 69 5f ff af ff [ ]*plo %r6,4095\(%r5\),%r9,4095\(%r10\)
.*: 01 01 [ ]*pr
.*: b2 28 00 69 [ ]*pt %r6,%r9
diff --git a/gas/testsuite/gas/s390/esa-g5.s b/gas/testsuite/gas/s390/esa-g5.s
index e34e4b32b10..d0bfb20d94f 100644
--- a/gas/testsuite/gas/s390/esa-g5.s
+++ b/gas/testsuite/gas/s390/esa-g5.s
@@ -339,7 +339,7 @@ foo:
pgin %r6,%r9
pgout %r6,%r9
pka 4095(%r5),4095(32,%r10)
- pku 4095(256,%r5),4095(%r10)
+ pku 4095(%r5),4095(256,%r10)
plo %r6,4095(%r5),%r9,4095(%r10)
pr
pt %r6,%r9
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 1a6837f648d..f6a0abff429 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * s390-opc.txt: Set instruction type of pku to SS_L2RDRD.
+
2012-02-27 Alan Modra <amodra@gmail.com>
* mt-dis.c: Regenerate.
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
index 1943fd69fa5..58b54d13135 100644
--- a/opcodes/s390-opc.txt
+++ b/opcodes/s390-opc.txt
@@ -372,7 +372,7 @@ b278 stcke S_RD "store clock extended" g5 esa,zarch
b2a5 tre RRE_RER "translate extended" g5 esa,zarch
eb000000008e mvclu RSE_RERERD "move long unicode" g5 esa,zarch
e9 pka SS_L2RDRD "pack ascii" g5 esa,zarch
-e1 pku SS_L0RDRD "pack unicode" g5 esa,zarch
+e1 pku SS_L2RDRD "pack unicode" g5 esa,zarch
b993 troo RRE_RER "translate one to one" g5 esa,zarch
b992 trot RRE_RER "translate one to two" g5 esa,zarch
b991 trto RRE_RER "translate two to one" g5 esa,zarch