URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-ifunc/] [ifunc-3-x86.s] - Rev 95
Go to most recent revision | Compare with Previous | Blame | View Log
.type foo, %gnu_indirect_function .global __GI_foo .protected __GI_foo .set __GI_foo, foo .text .globl foo .type foo, @function foo: ret .size foo, .-foo .globl bar .type bar, @function bar: call __GI_foo@PLT ret .size bar, .-bar
Go to most recent revision | Compare with Previous | Blame | View Log