gas/ChangeLog:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / cond.l
1 # This should match the output of gas -alc cond.s.
2
3 .*cond.s.*
4
5
6 1[ ]+.if 0
7 8[ ]+.else
8 9[ ]+.if 1
9 10[ ]+.endc
10 11 0000 0[02] ?00 ?00 ?0[02][ ]+.long[ ]+2
11 12[ ]+.if 0
12 14[ ]+.else
13 15 0004 0[04] ?00 ?00 ?0[04][ ]+.long[ ]+4
14 16[ ]+.endc
15 17[ ]+.endc
16 18[ ]+
17 19[ ]+.if 0
18 21[ ]+.elseif 1
19 22[ ]+.if 0
20 24[ ]+.elseif 1
21 25 0008 0[07] ?00 ?00 ?0[07][ ]+.long[ ]+7
22 26[ ]+.endif
23 27[ ]+.elseif 1
24 29[ ]+.else
25 31[ ]+.endif
26 [ ]*[1-9][0-9]*[ ]+
27 [ ]*[1-9][0-9]*[ ]+\.equiv[ ]+x,[ ]*y[ ]*
28 [ ]*[1-9][0-9]*[ ]+\.equiv[ ]+y,[ ]*0[ ]*
29 [ ]*[1-9][0-9]*[ ]+\.if[ ]+x[ ]*
30 [ ]*[1-9][0-9]*[ ]+\.elseif[ ]+x[ ]*
31 [ ]*[1-9][0-9]*[ ]+\.endif[ ]*
32 [ ]*[1-9][0-9]*[ ]+
33 [ ]*[1-9][0-9]*[ ]+\.macro[ ]+m[ ]+x,[ ]*y[ ]*
34 #...
35 [ ]*[1-9][0-9]*[ ]+\.endm[ ]*
36 [ ]*[1-9][0-9]*[ ]+[0-9a-f]+[048c] FF ?FF ?FF ?FF[ ]+m[ ]+,[ ]*
37 [ ]*[1-9][0-9]*[ ]+FF ?FF ?FF ?FF[ ]*
38 [ ]*[1-9][0-9]*[ ]+[0-9a-f]+[048c] FF ?FF ?FF ?FF[ ]+m[ ]+,[ ]*10[ ]*
39 [ ]*[1-9][0-9]*[ ]+0[0A] ?00 ?00 ?0[0A][ ]*
40 [ ]*[1-9][0-9]*[ ]+[0-9a-f]+[048c] 0[0B] ?00 ?00 ?0[0B][ ]+m[ ]+11,[ ]*
41 [ ]*[1-9][0-9]*[ ]+FF ?FF ?FF ?FF[ ]*
42 [ ]*[1-9][0-9]*[ ]+[0-9a-f]+[048c] 0[0C] ?00 ?00 ?0[0C][ ]+m[ ]+12,[ ]*13[ ]*
43 [ ]*[1-9][0-9]*[ ]+0[0D] ?00 ?00 ?0[0D][ ]*
44 [ ]*[1-9][0-9]*[ ]+
45 [ ]*[1-9][0-9]*[ ]+.*\.p2align 5,0
46 #pass
This page took 0.032801 seconds and 4 git commands to generate.