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-12-x86-64.s] - Blame information for rev 132

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 70 khays
        .section .text.foo,"ax",@progbits
2
        .type foo, @function
3
foo:
4
        movl ifunc@GOTPCREL(%rip), %eax
5
        movl ifunc(%rip), %eax
6
        call ifunc@PLT
7
        call ifunc
8
        movl xxx(%rip), %eax
9
        ret
10
 
11
        .section .text.bar,"ax",@progbits
12
        .type bar, @function
13
bar:
14
        .global bar
15
        ret
16
 
17
        .section .text.ifunc,"ax",@progbits
18
        .type ifunc, @gnu_indirect_function
19
ifunc:
20
        ret
21
 
22
        .section .data.foo,"aw",@progbits
23
xxx:
24
        .quad ifunc

powered by: WebSVN 2.1.0

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