This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / expr.s
index 05ab020bb42a7cab22fcd056423370ffa7ae0a8e..57677c18e1699a60982272551a98b24b29bed24f 100644 (file)
@@ -1,7 +1,7 @@
 ; Test expressions in MRI mode
        xdef    s1,s2,s3,s4,s5
-s1     equ     1 > 2
-s2     equ     3 << 1 * 3
-s3     equ     5 !! 3
+s1     equ     1>2
+s2     equ     3<<1*3
+s3     equ     5!!3
 s4     equ     "0
-s5     equ     (1 >= 2) ! (1 <> 1)
+s5     equ     (1>=2)!(1<>1)
This page took 0.023084 seconds and 4 git commands to generate.