URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [gdb/] [testsuite/] [gdb.base/] [fixsectshr.c] - Rev 414
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> #include <stdlib.h> static FILE *static_fun = NULL; FILE * force_static_fun (void) { return static_fun; }
Go to most recent revision | Compare with Previous | Blame | View Log