summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/type.s
blob: 5a6476cd20c30186c4110676be17549bca7c827c (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
	.text
        .size   function,1
        .type   function,%function
function:
	.byte	0x0
        .size   indirect_function,1
        .type   indirect_function,%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