From: Andreas Krebbel Date: Thu, 4 Oct 2012 10:20:48 +0000 (+0000) Subject: 2012-10-04 Andreas Krebbel X-Git-Tag: cygwin-1_7_17-release~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8936df7e3469f93027d754e0c3d545273d176495;p=external%2Fbinutils.git 2012-10-04 Andreas Krebbel * gas/s390/zarch-zEC12.d: Fix branch preload instructions. * gas/s390/zarch-zEC12.s: Likewise. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index bc18a67..28fbd8f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2012-10-04 Andreas Krebbel + * gas/s390/zarch-zEC12.d: Fix branch preload instructions. + * gas/s390/zarch-zEC12.s: Likewise. + +2012-10-04 Andreas Krebbel + * gas/s390/s390.exp: Run zEC12 tests. * gas/s390/zarch-zEC12.d: New file. * gas/s390/zarch-zEC12.s: New file. diff --git a/gas/testsuite/gas/s390/zarch-zEC12.d b/gas/testsuite/gas/s390/zarch-zEC12.d index b5ba158..6506a5d 100644 --- a/gas/testsuite/gas/s390/zarch-zEC12.d +++ b/gas/testsuite/gas/s390/zarch-zEC12.d @@ -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 ,4000\(%r6\) -.*: c5 ac 18 fe c7 80 [ ]*bprp 10,fffffffffffff854 ,-80000 +.*: c7 a0 6f a0 00 00 [ ]*bpp 10,1e ,4000\(%r6\) +.*: c5 a0 00 fe c7 80 [ ]*bprp 10,24 ,-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\) diff --git a/gas/testsuite/gas/s390/zarch-zEC12.s b/gas/testsuite/gas/s390/zarch-zEC12.s index 7317368..00c398a 100644 --- a/gas/testsuite/gas/s390/zarch-zEC12.s +++ b/gas/testsuite/gas/s390/zarch-zEC12.s @@ -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)