URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-ifunc/] [ifunc-2-local-i386.s] - Rev 97
Go to most recent revision | Compare with Previous | Blame | View Log
.type foo, %gnu_indirect_function .set __GI_foo, foo .text .type foo, @function foo: ret .size foo, .-foo .globl bar .type bar, @function bar: call .L6 .L6: popl %ebx addl $_GLOBAL_OFFSET_TABLE_+[.-.L6], %ebx call __GI_foo leal __GI_foo@GOTOFF(%ebx), %eax ret .size bar, .-bar
Go to most recent revision | Compare with Previous | Blame | View Log