Home | History | Annotate | Download | only in all
      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    Type numbers have been converted to decimal to make this test pass on
     11    ports having NUMBERS_WITH_SUFFIX.
     12  */
     13 
     14 	.file	"foo.c"
     15 gcc2_compiled.:
     16 ___gnu_compiled_c:
     17 .globl _token
     18 .data
     19 _token:
     20 	.byte 0
     21 .text
     22 	.def	_token
     23 	.scl	15
     24 	.type	10
     25 	.size	4
     26 	.endef
     27 	.def	_operator
     28 	.val	0
     29 	.scl	16
     30 	.type	11
     31 	.endef
     32 	.def	_flags
     33 	.val	1
     34 	.scl	16
     35 	.type	11
     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
     52 	.type	2
     53 	.endef
     54 	.def	_what
     55 	.val	_what
     56 	.scl	2
     57 	.tag	_token
     58 	.size	4
     59 	.type	10
     60 	.endef
     61