[LVu] base subseg head view on prev subseg's tail
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / type-noifunc.s
CommitLineData
d8045f23
NC
1 .text
2 .size function,1
3 .type function,%function
4function:
5 .byte 0x0
6 .data
7 .type object,%object
8 .size object,1
9object:
10 .byte 0x0
11 .type tls_object,%tls_object
12 .size tls_object,1
13tls_object:
14 .byte 0x0
15 .type notype,%notype
16 .size notype,1
17notype:
18 .byte 0x0
19 .comm common, 1
20 .type common,STT_COMMON
This page took 0.436932 seconds and 4 git commands to generate.