URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elf/] [dl2.c] - Rev 65
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> int foo; extern void xxx (void); void bar (int x) { if (foo == 1) printf ("OK1\n"); else if (foo == 0) printf ("OK2\n"); foo = -1; xxx (); }
Go to most recent revision | Compare with Previous | Blame | View Log