2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 4 Oct 2012 10:20:48 +0000 (10:20 +0000)
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 4 Oct 2012 10:20:48 +0000 (10:20 +0000)
* gas/s390/zarch-zEC12.d: Fix branch preload instructions.
* gas/s390/zarch-zEC12.s: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/s390/zarch-zEC12.d
gas/testsuite/gas/s390/zarch-zEC12.s

index bc18a67..28fbd8f 100644 (file)
@@ -1,5 +1,10 @@
 2012-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
+       * gas/s390/zarch-zEC12.d: Fix branch preload instructions.
+       * gas/s390/zarch-zEC12.s: Likewise.
+
+2012-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
        * gas/s390/s390.exp: Run zEC12 tests.
        * gas/s390/zarch-zEC12.d: New file.
        * gas/s390/zarch-zEC12.s: New file.
index b5ba158..6506a5d 100644 (file)
@@ -12,8 +12,8 @@ Disassembly of section .text:
 .*:    e5 60 6f a0 fd e8 [     ]*tbegin        4000\(%r6\),65000
 .*:    e5 61 6f a0 fd e8 [     ]*tbeginc       4000\(%r6\),65000
 .*:    b2 f8 00 00 [   ]*tend
-.*:    c7 a0 6f a0 d8 f0 [     ]*bpp   10,ffffffffffffb1fe <foo+0xffffffffffffb1fe>,4000\(%r6\)
-.*:    c5 ac 18 fe c7 80 [     ]*bprp  10,fffffffffffff854 <foo+0xfffffffffffff854>,-80000
+.*:    c7 a0 6f a0 00 00 [     ]*bpp   10,1e <foo\+0x1e>,4000\(%r6\)
+.*:    c5 a0 00 fe c7 80 [     ]*bprp  10,24 <foo\+0x24>,-80000
 .*:    b2 fa 00 ad [   ]*niai  10,13
 .*:    e3 67 8a 4d fe 9f [     ]*lat   %r6,-5555\(%r7,%r8\)
 .*:    e3 67 8a 4d fe 85 [     ]*lgat  %r6,-5555\(%r7,%r8\)
index 7317368..00c398a 100644 (file)
@@ -6,8 +6,8 @@ foo:
        tbegin  4000(%r6),65000
        tbeginc 4000(%r6),65000
        tend
-       bpp     10,-20000,4000(%r6)
-       bprp    10,-2000,-80000
+       bpp     10,.,4000(%r6)
+       bprp    10,.,-80000
        niai    10,13
        lat     %r6,-5555(%r7,%r8)
        lgat    %r6,-5555(%r7,%r8)