Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section6.s
1 .section sec1
2 .byte 1
3 .subsection 2
4 .byte 2
5 .pushsection sec2,1
6 .byte 3
7 .subsection 0
8 .byte 4
9 .popsection
10 .byte 5
This page took 0.030397 seconds and 4 git commands to generate.