URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-i386/] [pr13302.s] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
.text .globl _start .type ifunc, @gnu_indirect_function _start: lea .Ljmp@GOTOFF(%ebx), %eax ifunc: jmp *(%eax) .section .data.rel.ro.local,"aw",@progbits .align 4 .Ljmp: .long ifunc
Go to most recent revision | Compare with Previous | Blame | View Log