OpenCores
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 64

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;
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.