OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [all/] [cofftag.s] - Diff between revs 156 and 816

Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
/* This file was compiled from this C source:
/* This file was compiled from this C source:
        char token =0;
        char token =0;
        enum token {
        enum token {
                operator,
                operator,
                flags
                flags
        };
        };
 
 
        enum token what= operator;
        enum token what= operator;
 
 
   Type numbers have been converted to decimal to make this test pass on
   Type numbers have been converted to decimal to make this test pass on
   ports having NUMBERS_WITH_SUFFIX.
   ports having NUMBERS_WITH_SUFFIX.
 */
 */
 
 
        .file   "foo.c"
        .file   "foo.c"
gcc2_compiled.:
gcc2_compiled.:
___gnu_compiled_c:
___gnu_compiled_c:
.globl _token
.globl _token
.data
.data
_token:
_token:
        .byte 0
        .byte 0
.text
.text
        .def    _token
        .def    _token
        .scl    15
        .scl    15
        .type   10
        .type   10
        .size   4
        .size   4
        .endef
        .endef
        .def    _operator
        .def    _operator
        .val    0
        .val    0
        .scl    16
        .scl    16
        .type   11
        .type   11
        .endef
        .endef
        .def    _flags
        .def    _flags
        .val    1
        .val    1
        .scl    16
        .scl    16
        .type   11
        .type   11
        .endef
        .endef
        .def    .eos
        .def    .eos
        .val    4
        .val    4
        .scl    102
        .scl    102
        .tag    _token
        .tag    _token
        .size   4
        .size   4
        .endef
        .endef
.globl _what
.globl _what
.data
.data
        .p2align 2
        .p2align 2
_what:
_what:
        .long 0
        .long 0
.text
.text
        .def    _token
        .def    _token
        .val    _token
        .val    _token
        .scl    2
        .scl    2
        .type   2
        .type   2
        .endef
        .endef
        .def    _what
        .def    _what
        .val    _what
        .val    _what
        .scl    2
        .scl    2
        .tag    _token
        .tag    _token
        .size   4
        .size   4
        .type   10
        .type   10
        .endef
        .endef
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.