URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.hp/] [gdb.defects/] [solib-d2.c] - Rev 1767
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