URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-undefined/] [undefined.c] - Rev 847
Go to most recent revision | Compare with Previous | Blame | View Log
/* This file is used to test the linker's reporting of undefined symbols. */ extern int this_function_is_not_defined (); int function () { return this_function_is_not_defined (); }
Go to most recent revision | Compare with Previous | Blame | View Log