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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-i386/] [vxworks1-lib.s] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
        .text
        .text
        .globl  foo
        .globl  foo
        .type   foo, @function
        .type   foo, @function
foo:
foo:
        push    %ebx
        push    %ebx
        movl    __GOTT_BASE__, %ebx
        movl    __GOTT_BASE__, %ebx
        movl    __GOTT_INDEX__(%ecx), %ebx
        movl    __GOTT_INDEX__(%ecx), %ebx
        movl    x@GOT(%ebx), %eax
        movl    x@GOT(%ebx), %eax
        incl    (%eax)
        incl    (%eax)
        call    slocal@plt
        call    slocal@plt
        call    sglobal@plt
        call    sglobal@plt
        call    sexternal@plt
        call    sexternal@plt
        pop     %ebx
        pop     %ebx
        ret
        ret
        .size   foo, .-foo
        .size   foo, .-foo
 
 
        .type   slocal, @function
        .type   slocal, @function
slocal:
slocal:
        ret
        ret
        .size   slocal, .-slocal
        .size   slocal, .-slocal
 
 
        .globl  sglobal
        .globl  sglobal
        .type   sglobal, @function
        .type   sglobal, @function
sglobal:
sglobal:
        ret
        ret
        .size   sglobal, .-sglobal
        .size   sglobal, .-sglobal
 
 
        .data
        .data
        .4byte  slocal
        .4byte  slocal
 
 
        .comm   x,4,4
        .comm   x,4,4
 
 

powered by: WebSVN 2.1.0

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