aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2012-10-04 10:20:48 +0000
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2012-10-04 10:20:48 +0000
commit8936df7e3469f93027d754e0c3d545273d176495 (patch)
treec238e3b448dd0bbe9e0942c900a71e99f8ef8ab7 /gas
parentb95ee1f43920ea9dce69e257e96c30b28c06fe04 (diff)
downloadfsf-binutils-gdb-8936df7e3469f93027d754e0c3d545273d176495.zip
fsf-binutils-gdb-8936df7e3469f93027d754e0c3d545273d176495.tar.gz
fsf-binutils-gdb-8936df7e3469f93027d754e0c3d545273d176495.tar.bz2
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.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/s390/zarch-zEC12.d4
-rw-r--r--gas/testsuite/gas/s390/zarch-zEC12.s4
3 files changed, 9 insertions, 4 deletions
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 <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.
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 <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\)
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)