URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-x86-64/] [pr13082-5.s] - Rev 285
Go to most recent revision | Compare with Previous | Blame | View Log
.text .globl _start .globl ifunc .type ifunc, @gnu_indirect_function _start: lea .Ljmp(%rip), %rax ifunc: jmp *(%rax) .section .data.rel.ro.local,"aw",@progbits .align 8 .Ljmp: .quad ifunc
Go to most recent revision | Compare with Previous | Blame | View Log