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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-i386/] [combreloc.s] - Diff between revs 38 and 156

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

Rev 38 Rev 156
        .text
        .text
        .globl  _start, foo
        .globl  _start, foo
        .type   _start,@function
        .type   _start,@function
_start:
_start:
        pushl   %ebp
        pushl   %ebp
        movl    %esp, %ebp
        movl    %esp, %ebp
        pushl   %ebx
        pushl   %ebx
        call    1f
        call    1f
1:      popl    %ebx
1:      popl    %ebx
        addl    $_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx
        addl    $_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx
        movl    _start@GOT(%ebx), %eax
        movl    _start@GOT(%ebx), %eax
        movl    (%eax), %eax
        movl    (%eax), %eax
        call    foo@PLT
        call    foo@PLT
        movl    (%esp), %ebx
        movl    (%esp), %ebx
        leave
        leave
foo:    ret
foo:    ret
        .data
        .data
        .long   _start
        .long   _start
        .section "__libc_subfreeres", "aw", @progbits
        .section "__libc_subfreeres", "aw", @progbits
        .long   _start
        .long   _start
        .section "__libc_atexit", "aw", @progbits
        .section "__libc_atexit", "aw", @progbits
        .long   _start
        .long   _start
 
 

powered by: WebSVN 2.1.0

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