URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg01/] [x2.cc] - Rev 227
Go to most recent revision | Compare with Previous | Blame | View Log
#include "x3.h" #include <stdio.h> int acomm; void PP::print() { printf("In PP::print()\n"); } void QQ::print() { printf("In QQ::print()\n"); }
Go to most recent revision | Compare with Previous | Blame | View Log