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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-ifunc/] [ifunc-6-i386.s] - Blame information for rev 70

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 70 khays
        .text
2
        .type foo, %gnu_indirect_function
3
.globl foo
4
        .type   foo, @function
5
foo:
6
        ret
7
        .size   foo, .-foo
8
        .protected foo
9
        .type start,"function"
10
        .global start
11
start:
12
        .type _start,"function"
13
        .global _start
14
_start:
15
        .type __start,"function"
16
        .global __start
17
__start:
18
        .type __start,"function"
19
        call    .L6
20
.L6:
21
        popl    %ebx
22
        addl    $_GLOBAL_OFFSET_TABLE_+[.-.L6], %ebx
23
        call    foo@PLT
24
        leal    foo@GOT(%ebx), %eax

powered by: WebSVN 2.1.0

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