diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-09-07 10:25:17 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-09-09 14:10:13 +0200 |
commit | c694bafc0bc795a63e607689cc35ad44047790e6 (patch) | |
tree | f0cd03e041243ff83cb6fdeebac1346450fb8f86 /gas | |
parent | 081bb924c995324d89df09342200d135aeb8d4cd (diff) | |
download | gdb-c694bafc0bc795a63e607689cc35ad44047790e6.zip gdb-c694bafc0bc795a63e607689cc35ad44047790e6.tar.gz gdb-c694bafc0bc795a63e607689cc35ad44047790e6.tar.bz2 |
S/390: Fix opcode of ppno.
opcodes/ChangeLog:
2015-09-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* s390-opc.txt: Fix opcode of ppno instruction.
gas/testsuite/ChangeLog:
2015-09-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* gas/s390/zarch-z13.d: Fix opcode of ppno instruction.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/s390/zarch-z13.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/s390/zarch-z13.d b/gas/testsuite/gas/s390/zarch-z13.d index 66808d6..7a4583a 100644 --- a/gas/testsuite/gas/s390/zarch-z13.d +++ b/gas/testsuite/gas/s390/zarch-z13.d @@ -679,4 +679,4 @@ Disassembly of section .text: .*: e3 69 b8 f0 fd 3a [ ]*llzrgf %r6,-10000\(%r9,%r11\) .*: e3 69 b8 f0 fd 3b [ ]*lzrf %r6,-10000\(%r9,%r11\) .*: e3 69 b8 f0 fd 2a [ ]*lzrg %r6,-10000\(%r9,%r11\) -.*: b9 ec 00 69 [ ]*ppno %r6,%r9 +.*: b9 3c 00 69 [ ]*ppno %r6,%r9 |