[BINUTILS, AArch64] Enable Transactional Memory Extension
[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;
e627d9a0
NC
9
10 Type numbers have been converted to decimal to make this test pass on
11 ports having NUMBERS_WITH_SUFFIX.
252b5132
RH
12 */
13
14 .file "foo.c"
15gcc2_compiled.:
16___gnu_compiled_c:
17.globl _token
18.data
19_token:
20 .byte 0
21.text
22 .def _token
23 .scl 15
e627d9a0 24 .type 10
252b5132
RH
25 .size 4
26 .endef
27 .def _operator
28 .val 0
29 .scl 16
e627d9a0 30 .type 11
252b5132
RH
31 .endef
32 .def _flags
33 .val 1
34 .scl 16
e627d9a0 35 .type 11
252b5132
RH
36 .endef
37 .def .eos
38 .val 4
39 .scl 102
40 .tag _token
41 .size 4
42 .endef
43.globl _what
44.data
45 .p2align 2
46_what:
47 .long 0
48.text
49 .def _token
50 .val _token
51 .scl 2
e627d9a0 52 .type 2
252b5132
RH
53 .endef
54 .def _what
55 .val _what
56 .scl 2
57 .tag _token
58 .size 4
e627d9a0 59 .type 10
252b5132 60 .endef
This page took 1.173965 seconds and 4 git commands to generate.