Updated ARC assembler from arccores.com
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section0.s
CommitLineData
36f89926 1 .data
73cd359e 2 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
36f89926 3 .section A
73cd359e 4 .byte 1,1,1,1,1,1,1,1,1,1,1,1,1,1
36f89926 5 .pushsection B
73cd359e 6 .byte 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
36f89926 7 .pushsection C
73cd359e 8 .byte 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
36f89926 9 .popsection
98944905 10 .byte 2
36f89926 11 .popsection
98944905 12 .byte 1
36f89926 13 .previous
98944905 14 .byte 0
36f89926 15 .previous
98944905 16 .byte 1
This page took 0.061966 seconds and 4 git commands to generate.