URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-ifunc/] [test-1.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
extern int library_func2 (void); int (*fn) (void) = library_func2; int main (void) { fn (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log