URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-gc/] [pr11218-2.c] - Rev 82
Go to most recent revision | Compare with Previous | Blame | View Log
extern void foo_in_so(void); extern void unresolved_detected_at_runtime_not_at_linktime (void); void call_unresolved(void) { unresolved_detected_at_runtime_not_at_linktime(); } int main(int argc, char *argv[]) { foo_in_so(); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log