aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/type.s
blob: 159bf6d03877cf5fd0c55ce794b502f0e824996a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
	.text
	
        .size   function,1
        .type   function,%function
function:
	.byte	0x0
	
        .size   indirect_function,1
        .type   indirect_function,%gnu_indirect_function
indirect_function:
	.byte	0x0
	
        .data
	
        .type   object,%object
        .size   object,1
object:
	.byte	0x0
        .type   tls_object,%tls_object
	
        .size   tls_object,1
tls_object:
	.byte	0x0
        .type   notype,%notype
	
        .size   notype,1
notype:
	.byte	0x0
	.comm	common, 1
	.type   common,STT_COMMON

	.type	unique_global,%gnu_unique_object
unique_global:
	.byte	0x0
	.size	unique_global,1