5a6476cd20c30186c4110676be17549bca7c827c
[external/binutils.git] / gas / testsuite / gas / elf / type.s
1         .text
2         .size   function,1
3         .type   function,%function
4 function:
5         .byte   0x0
6         .size   indirect_function,1
7         .type   indirect_function,%indirect_function
8 indirect_function:
9         .byte   0x0
10         .data
11         .type   object,%object
12         .size   object,1
13 object:
14         .byte   0x0
15         .type   tls_object,%tls_object
16         .size   tls_object,1
17 tls_object:
18         .byte   0x0
19         .type   notype,%notype
20         .size   notype,1
21 notype:
22         .byte   0x0
23         .comm   common, 1
24         .type   common,STT_COMMON