URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-elf/] [dl2.c] - Rev 847
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