Reorder variable declarations to avoid problems with MIPS targets.
[binutils.git] / gas / testsuite / gas / elf / type.s
blobd0a1afd2fa05defbf239df98acab2058ef192c5d
1 .text
3 .size function,1
4 .type function,%function
5 function:
6 .byte 0x0
8 .size indirect_function,1
9 .type indirect_function,%gnu_indirect_function
10 indirect_function:
11 .byte 0x0
13 .data
15 .type object,%object
16 .size object,1
17 object:
18 .byte 0x0
19 .type tls_object,%tls_object
21 .size tls_object,1
22 tls_object:
23 .byte 0x0
24 .type notype,%notype
26 .size notype,1
27 notype:
28 .byte 0x0
30 .type unique_global,%gnu_unique_object
31 unique_global:
32 .byte 0x0
33 .size unique_global,1
35 .comm common, 1
36 .type common,STT_COMMON