[LVu] base subseg head view on prev subseg's tail
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / struct.s
1 .globl w1, w2, w3, l1, l2
2 .data
3 l1: .long 0
4 .struct 2
5 w1: .short 0
6 w2: .short 0
7 w3: .short 0
8 .previous
9 l2: .long 0
This page took 0.029858 seconds and 4 git commands to generate.