OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg01/] [x1.cc] - Diff between revs 157 and 223

Only display areas with differences | Details | Blame | View Log

Rev 157 Rev 223
#include <stdio.h>
#include <stdio.h>
#include "x3.h"
#include "x3.h"
 
 
extern void foo();
extern void foo();
 
 
extern int acomm;
extern int acomm;
 
 
int main3()
int main3()
{
{
  return 1;
  return 1;
}
}
 
 
int main2()
int main2()
{
{
  return 0;
  return 0;
}
}
 
 
int main()
int main()
{
{
  acomm = 1;
  acomm = 1;
  (new Info<PP>)->p(new PP);
  (new Info<PP>)->p(new PP);
  foo();
  foo();
 
 
  return 0;
  return 0;
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.