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] - Blame information for rev 64

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 64 khays
extern void foo_in_so(void);
2
extern void unresolved_detected_at_runtime_not_at_linktime (void);
3
 
4
void call_unresolved(void)
5
{
6
   unresolved_detected_at_runtime_not_at_linktime();
7
}
8
 
9
int main(int argc, char *argv[])
10
{
11
   foo_in_so();
12
 
13
   return 0;
14
}

powered by: WebSVN 2.1.0

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