* lib/gas-defs.exp (regexp_diff): Allow '#...' to mean "some
[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.030761 seconds and 4 git commands to generate.