URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-cygwin/] [testexe.c] - Rev 866
Go to most recent revision | Compare with Previous | Blame | View Log
int global_a = 2; void exewrite (void) { global_a = 1; } extern void dllwrite (void); int _stdcall testexe_main (void* p1, void *p2, char* p3, int p4) { dllwrite (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log