* config/obj-elf.c (obj_elf_section): When pushing a section, if there is a
[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.044563 seconds and 5 git commands to generate.