summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/all/cofftag.s
blob: 8156599b1294f2114d5381aea7c4617b6eede5d2 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/* This file was compiled from this C source:
	char token =0;
	enum token {
	        operator,
	        flags
	};
	 
	enum token what= operator;
 */

	.file	"foo.c"
gcc2_compiled.:
___gnu_compiled_c:
.globl _token
.data
_token:
	.byte 0
.text
	.def	_token
	.scl	15
	.type	012
	.size	4
	.endef
	.def	_operator
	.val	0
	.scl	16
	.type	013
	.endef
	.def	_flags
	.val	1
	.scl	16
	.type	013
	.endef
	.def	.eos
	.val	4
	.scl	102
	.tag	_token
	.size	4
	.endef
.globl _what
.data
	.p2align 2
_what:
	.long 0
.text
	.def	_token
	.val	_token
	.scl	2
	.type	02
	.endef
	.def	_what
	.val	_what
	.scl	2
	.tag	_token
	.size	4
	.type	012
	.endef