diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-05-29 12:38:11 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-05-30 10:35:55 +0200 |
commit | 67aa8be4cb43cd94bc322fed8bdba48b3c8719c4 (patch) | |
tree | f96534567dc84ff15b4a18f70a021fae989c8a87 /opcodes | |
parent | ffc61c5de1a5a89e3e37fb9376725c32a839c34d (diff) | |
download | gdb-67aa8be4cb43cd94bc322fed8bdba48b3c8719c4.zip gdb-67aa8be4cb43cd94bc322fed8bdba48b3c8719c4.tar.gz gdb-67aa8be4cb43cd94bc322fed8bdba48b3c8719c4.tar.bz2 |
S/390: Add missing operand to tb instruction
gas/ChangeLog:
2017-05-30 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* testsuite/gas/s390/esa-g5.d: Add missing operand to tb
instruction.
* testsuite/gas/s390/esa-g5.s: Likewise.
opcodes/ChangeLog:
2017-05-30 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* s390-opc.txt: Add missing operand to tb instruction.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/s390-opc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index f759486..eed7332 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -228,7 +228,7 @@ b246 stura RRE_RR "store using real address" g5 esa,zarch 2f swr RR_FF "subtract unnormalized (long)" g5 esa,zarch 37 sxr RR_FEFE "subtract normalized (ext.)" g5 esa,zarch b24c tar RRE_AR "test access" g5 esa,zarch -b22c tb RRE_0R "test block" g5 esa,zarch +b22c tb RRE_RR "test block" g5 esa,zarch 91 tm SI_URD "test under mask" g5 esa,zarch b236 tpi S_RD "test pending interruption" g5 esa,zarch e501 tprot SSE_RDRD "test protection" g5 esa,zarch |