* Makefile.am: Bfin support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / cofftag.s
CommitLineData
252b5132
RH
1/* This file was compiled from this C source:
2 char token =0;
3 enum token {
4 operator,
5 flags
6 };
7
8 enum token what= operator;
9 */
10
11 .file "foo.c"
12gcc2_compiled.:
13___gnu_compiled_c:
14.globl _token
15.data
16_token:
17 .byte 0
18.text
19 .def _token
20 .scl 15
21 .type 012
22 .size 4
23 .endef
24 .def _operator
25 .val 0
26 .scl 16
27 .type 013
28 .endef
29 .def _flags
30 .val 1
31 .scl 16
32 .type 013
33 .endef
34 .def .eos
35 .val 4
36 .scl 102
37 .tag _token
38 .size 4
39 .endef
40.globl _what
41.data
42 .p2align 2
43_what:
44 .long 0
45.text
46 .def _token
47 .val _token
48 .scl 2
49 .type 02
50 .endef
51 .def _what
52 .val _what
53 .scl 2
54 .tag _token
55 .size 4
56 .type 012
57 .endef
This page took 0.270781 seconds and 4 git commands to generate.