URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-elfweak/] [bar.c] - Rev 843
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> extern void foo (); extern void foobar (); void foo () { printf ("strong foo\n"); } void foobar () { foo (); }
Go to most recent revision | Compare with Previous | Blame | View Log