This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] S/390: Fix opcode of ppno.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c694bafc0bc795a63e607689cc35ad44047790e6

commit c694bafc0bc795a63e607689cc35ad44047790e6
Author: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
Date:   Mon Sep 7 10:25:17 2015 +0200

    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.

Diff:
---
 gas/testsuite/gas/s390/zarch-z13.d | 2 +-
 opcodes/s390-opc.txt               | 2 +-
 2 files changed, 2 insertions(+), 2 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
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
index 3f0a487..aa1d6e2 100644
--- a/opcodes/s390-opc.txt
+++ b/opcodes/s390-opc.txt
@@ -1678,4 +1678,4 @@ eb00000000e1 stocfh*12 RSY_R0RD "store high on condition" z13 zarch
 e3000000003a llzrgf RXY_RRRD "load logical and zero rightmost bytes 32->64" z13 zarch
 e3000000003b lzrf RXY_RRRD "load and zero rightmost byte 32->32" z13 zarch
 e3000000002a lzrg RXY_RRRD "load and zero rightmost byte 64->64" z13 zarch
-b9ec ppno RRE_RR "perform pseudorandom number operation" z13 zarch
+b93c ppno RRE_RR "perform pseudorandom number operation" z13 zarch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]