diff options
author | Patrick Steuer <steuer@linux.vnet.ibm.com> | 2016-09-12 16:32:02 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2016-09-12 16:32:02 +0200 |
commit | 8b71537b6be5d66d6b6cf1273f7acab0621adfc5 (patch) | |
tree | 4542587ab2fc6f248aad8df2e3ca070e1a4116c2 /gas/testsuite | |
parent | 2c29df25b7c2ff006b45afd80ee6dd734ebbd47c (diff) | |
download | gdb-8b71537b6be5d66d6b6cf1273f7acab0621adfc5.zip gdb-8b71537b6be5d66d6b6cf1273f7acab0621adfc5.tar.gz gdb-8b71537b6be5d66d6b6cf1273f7acab0621adfc5.tar.bz2 |
S/390: Fix kmctr instruction type.
opcodes/ChangeLog:
2016-09-12 Patrick Steuer <steuer@linux.vnet.ibm.com>
* s390-opc.txt: Fix kmctr instruction type.
gas/ChangeLog:
2016-09-12 Patrick Steuer <steuer@linux.vnet.ibm.com>
* testsuite/gas/s390/zarch-z196.d: Adjust testcase.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/s390/zarch-z196.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/s390/zarch-z196.d b/gas/testsuite/gas/s390/zarch-z196.d index aaefe20..26ab7ae 100644 --- a/gas/testsuite/gas/s390/zarch-z196.d +++ b/gas/testsuite/gas/s390/zarch-z196.d @@ -257,5 +257,5 @@ Disassembly of section .text: .*: b9 2a 00 56 [ ]*kmf %r5,%r6 .*: b9 2b 00 56 [ ]*kmo %r5,%r6 .*: b9 2c 00 00 [ ]*pcc -.*: b9 2d 90 56 [ ]*kmctr %r5,%r6,%r9 +.*: b9 2d 60 59 [ ]*kmctr %r5,%r6,%r9 .*: 07 07 [ ]*nopr %r7 |