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-1-x86.s] - Blame information for rev 70

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 70 khays
        .type foo, %gnu_indirect_function
2
        .global __GI_foo
3
        .hidden __GI_foo
4
        .set __GI_foo, foo
5
        .text
6
.globl foo
7
        .type   foo, @function
8
foo:
9
        ret
10
        .size   foo, .-foo
11
.globl bar
12
        .type   bar, @function
13
bar:
14
        call    __GI_foo@PLT
15
        ret
16
        .size   bar, .-bar

powered by: WebSVN 2.1.0

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