gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / cond.l
CommitLineData
252b5132
RH
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
224de7a5 10 11 0000 0[02] ?00 ?00 ?0[02][ ]+.long[ ]+2
252b5132
RH
11 12[ ]+.if 0
12 14[ ]+.else
224de7a5 13 15 0004 0[04] ?00 ?00 ?0[04][ ]+.long[ ]+4
252b5132
RH
14 16[ ]+.endc
15 17[ ]+.endc
61b96bb4
AM
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
26aca5f6 26[ ]*[1-9][0-9]*[ ]+
92757bc9
JB
27[ ]*[1-9][0-9]*[ ]+\.comm[ ]+c,[ ]*1[ ]*
28[ ]*[1-9][0-9]*[ ]+\.ifndef[ ]+c[ ]*
29[ ]*[1-9][0-9]*[ ]+\.endif[ ]*
30[ ]*[1-9][0-9]*[ ]+
9497f5ac 31[ ]*[1-9][0-9]*[ ]+\.equiv[ ]+x,[ ]*y[ ]*
92757bc9
JB
32[ ]*[1-9][0-9]*[ ]+\.ifndef[ ]+x[ ]*
33[ ]*[1-9][0-9]*[ ]+\.endif[ ]*
9497f5ac
NC
34[ ]*[1-9][0-9]*[ ]+\.equiv[ ]+y,[ ]*0[ ]*
35[ ]*[1-9][0-9]*[ ]+\.if[ ]+x[ ]*
36[ ]*[1-9][0-9]*[ ]+\.elseif[ ]+x[ ]*
37[ ]*[1-9][0-9]*[ ]+\.endif[ ]*
38[ ]*[1-9][0-9]*[ ]+
26aca5f6
JB
39[ ]*[1-9][0-9]*[ ]+\.macro[ ]+m[ ]+x,[ ]*y[ ]*
40#...
41[ ]*[1-9][0-9]*[ ]+\.endm[ ]*
42[ ]*[1-9][0-9]*[ ]+[0-9a-f]+[048c] FF ?FF ?FF ?FF[ ]+m[ ]+,[ ]*
43[ ]*[1-9][0-9]*[ ]+FF ?FF ?FF ?FF[ ]*
44[ ]*[1-9][0-9]*[ ]+[0-9a-f]+[048c] FF ?FF ?FF ?FF[ ]+m[ ]+,[ ]*10[ ]*
45[ ]*[1-9][0-9]*[ ]+0[0A] ?00 ?00 ?0[0A][ ]*
46[ ]*[1-9][0-9]*[ ]+[0-9a-f]+[048c] 0[0B] ?00 ?00 ?0[0B][ ]+m[ ]+11,[ ]*
47[ ]*[1-9][0-9]*[ ]+FF ?FF ?FF ?FF[ ]*
48[ ]*[1-9][0-9]*[ ]+[0-9a-f]+[048c] 0[0C] ?00 ?00 ?0[0C][ ]+m[ ]+12,[ ]*13[ ]*
49[ ]*[1-9][0-9]*[ ]+0[0D] ?00 ?00 ?0[0D][ ]*
50[ ]*[1-9][0-9]*[ ]+
51[ ]*[1-9][0-9]*[ ]+.*\.p2align 5,0
52#pass
This page took 0.273663 seconds and 4 git commands to generate.