Support the use of the STT_COMMON type. (In source and object files only at the...
[binutils.git] / gas / testsuite / gas / elf / type.s
blob11f75bf53c7d4116d6f1b7e3e474bf52ed3f3cbf
1 .text
2 .size function,1
3 .type function,%function
4 function:
5 .byte 0x0
6 .data
7 .type object,%object
8 .size object,1
9 object:
10 .byte 0x0
11 .type tls_object,%tls_object
12 .size tls_object,1
13 tls_object:
14 .byte 0x0
15 .type notype,%notype
16 .size notype,1
17 notype:
18 .byte 0x0
19 .comm common, 1
20 .type common,STT_COMMON