* gas/elf/elf.exp: New directory.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section0.s
CommitLineData
98944905
RH
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
This page took 0.022947 seconds and 4 git commands to generate.