URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-ifunc/] [test-1.c] - Rev 163
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