[LVu] base subseg head view on prev subseg's tail
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section5.s
1 .section .test0
2 .section .test1, "", %progbits
3 .section .test2
4 .section .test3, "aw"
5 .section .test4, "aw", %nobits
6
7 .section .test1, "aw", %nobits
8 test1: .long test1
9
10 .section .test2, "w"
11 test2: .long test2
12
13 .section .test3, "aw", %progbits
14 test3: .long test3
15
16 .section .test4, "aw"
17
18 .section .data, "a"
19
20 .section .bss, "a"
21
22 .section .data, "aw", %nobits
23
24 .section .bss, "aw", %progbits
This page took 0.029946 seconds and 4 git commands to generate.