URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i386/] [ifunc.s] - Rev 818
Compare with Previous | Blame | View Log
.global foo .type foo, @function foo: jmp ifunc@PLT .type ifunc, @gnu_indirect_function ifunc: ret .global bar .type bar, @function bar: jmp normal@PLT .type normal, @function normal: ret