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