~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/all/cofftag.s

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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"
 
12
gcc2_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