Blame SOURCES/gdb-rhbz1420304-s390x-06of35.patch

e1d87d
commit 67aa8be4cb43cd94bc322fed8bdba48b3c8719c4
e1d87d
Author: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
e1d87d
Date:   Mon May 29 12:38:11 2017 +0200
e1d87d
e1d87d
    S/390: Add missing operand to tb instruction
e1d87d
    
e1d87d
    gas/ChangeLog:
e1d87d
    
e1d87d
    2017-05-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
e1d87d
    
e1d87d
            * testsuite/gas/s390/esa-g5.d: Add missing operand to tb
e1d87d
            instruction.
e1d87d
            * testsuite/gas/s390/esa-g5.s: Likewise.
e1d87d
    
e1d87d
    opcodes/ChangeLog:
e1d87d
    
e1d87d
    2017-05-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
e1d87d
    
e1d87d
            * s390-opc.txt: Add missing operand to tb instruction.
e1d87d
e1d87d
--- a/opcodes/s390-opc.txt
e1d87d
+++ b/opcodes/s390-opc.txt
e1d87d
@@ -228,7 +228,7 @@ b246 stura RRE_RR "store using real address" g5 esa,zarch
e1d87d
 2f swr RR_FF "subtract unnormalized (long)" g5 esa,zarch
e1d87d
 37 sxr RR_FEFE "subtract normalized (ext.)" g5 esa,zarch
e1d87d
 b24c tar RRE_AR "test access" g5 esa,zarch
e1d87d
-b22c tb RRE_0R "test block" g5 esa,zarch
e1d87d
+b22c tb RRE_RR "test block" g5 esa,zarch
e1d87d
 91 tm SI_URD "test under mask" g5 esa,zarch
e1d87d
 b236 tpi S_RD "test pending interruption" g5 esa,zarch
e1d87d
 e501 tprot SSE_RDRD "test protection" g5 esa,zarch