arc/opcodes: Use flag operand class to handle multiple flag matches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section0.s
1 .data
2 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3 .section A
4 .byte 1,1,1,1,1,1,1,1,1,1,1,1,1,1
5 .pushsection B
6 .byte 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
7 .pushsection C
8 .byte 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
9 .popsection
10 .byte 2
11 .popsection
12 .byte 1
13 .previous
14 .byte 0
15 .previous
16 .byte 1
This page took 0.029289 seconds and 4 git commands to generate.