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

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

Line No. Rev Author Line
1 163 khays
        .text
2
        .globl  fct
3
        .type   fct, @gnu_indirect_function
4
        .set    fct,resolve
5
        .hidden int_fct
6
        .globl  int_fct
7
        .set    int_fct,fct
8
        .p2align 4,,15
9
        .type   resolve, @function
10
resolve:
11
        call    ifunc@PLT
12
        .size   resolve, .-resolve
13
        .globl  g
14
        .type   g, @function
15
g:
16
        jmp     int_fct@PLT
17
        .size   g, .-g

powered by: WebSVN 2.1.0

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