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