]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/elf/section0.s
* gas/elf/elf.exp: New directory.
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / elf / section0.s
1 .data
2 .byte 0
3 .section A
4 .byte 1
5 .pushsection B
6 .byte 2
7 .pushsection C
8 .byte 3
9 .popsection
10 .byte 2
11 .popsection
12 .byte 1
13 .previous
14 .byte 0
15 .previous
16 .byte 1