[LVu] base subseg head view on prev subseg's tail
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section7.s
CommitLineData
9cfc3331
L
1 .section .bar,"a"
2 .byte 0
516e75be 3 .pushsection .bar1,2,"a"
9cfc3331 4 .byte 2
516e75be 5 .popsection
9cfc3331 6 .byte 0
516e75be 7 .pushsection .bar2,3,"a"
9cfc3331 8 .byte 2
516e75be 9 .popsection
9cfc3331 10 .byte 0
516e75be 11 .pushsection .bar3,2,"a", %progbits
9cfc3331 12 .byte 3
516e75be 13 .popsection
9cfc3331 14 .byte 0
516e75be 15 .pushsection .bar4
9cfc3331 16 .byte 4
516e75be 17 .popsection
9cfc3331 18 .byte 0
516e75be 19 .pushsection .text,1,"axG",%progbits,foo,comdat
9cfc3331 20 .byte -1
516e75be 21 .popsection
9cfc3331 22 .byte 0
516e75be 23 .pushsection .text,"axG",%progbits,foo,comdat
9cfc3331 24 .byte -2
516e75be 25 .popsection
9cfc3331 26 .byte 0
516e75be 27 .pushsection .bar1,"a"
9cfc3331 28 .byte 1
516e75be 29 .popsection
9cfc3331 30 .byte 0
516e75be 31 .pushsection .bar3,"a", %progbits
9cfc3331 32 .byte 1
516e75be 33 .popsection
9cfc3331 34 .byte 0
516e75be 35 .pushsection .bar2,"a"
9cfc3331 36 .byte 1
516e75be 37 .popsection
9cfc3331 38 .byte 0
This page took 0.549315 seconds and 4 git commands to generate.