aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2008-09-30 08:49:54 +0000
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2008-09-30 08:49:54 +0000
commit34b23dab7edd4ba72695b8c352be4ca2496553f1 (patch)
treee81a7a19407f0d786ad56fd23e8f8758051605dd
parent782e11fd41ca37624e3d4ff348928c4d04603f96 (diff)
downloadfsf-binutils-gdb-34b23dab7edd4ba72695b8c352be4ca2496553f1.zip
fsf-binutils-gdb-34b23dab7edd4ba72695b8c352be4ca2496553f1.tar.gz
fsf-binutils-gdb-34b23dab7edd4ba72695b8c352be4ca2496553f1.tar.bz2
2008-09-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* s390-opc.txt (stdy, stey): Fix description
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/s390-opc.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 953c841..02642ef 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * s390-opc.txt (stdy, stey): Fix description
+
2008-09-30 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am".
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
index 987fd9b..52c2eba 100644
--- a/opcodes/s390-opc.txt
+++ b/opcodes/s390-opc.txt
@@ -615,8 +615,8 @@ eb0000000052 mviy SIY_URD "move immediate with long offset" z990 zarch
e30000000051 msy RXY_RRRD "multiply single with long offset" z990 zarch
eb0000000056 oiy SIY_URD "or immediate with long offset" z990 zarch
e30000000056 oy RXY_RRRD "or with long offset" z990 zarch
-ed0000000067 stdy RXY_FRRD "load (long) with long offset" z990 zarch
-ed0000000066 stey RXY_FRRD "load (short) with long offset" z990 zarch
+ed0000000067 stdy RXY_FRRD "store (long) with long offset" z990 zarch
+ed0000000066 stey RXY_FRRD "store (short) with long offset" z990 zarch
e30000000050 sty RXY_RRRD "store with long offset" z990 zarch
eb000000009b stamy RSY_AARD "store access multiple with long offset" z990 zarch
e30000000072 stcy RXY_RRRD "store character with long offset" z990 zarch