URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.hp/] [gdb.defects/] [solib-d2.c] - Rev 834
Go to most recent revision | Compare with Previous | Blame | View Log
int global_from_secondary = 9012; int function_from_secondary() { static int local_static = 3456; return 0; } garbage() { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log