summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/type-noifunc.s
blob: 11f75bf53c7d4116d6f1b7e3e474bf52ed3f3cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
	.text
        .size   function,1
        .type   function,%function
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