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

Subversion Repositories openrisc_2011-10-31

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/tags/gnu-src/gdb-6.8/pre-binutils-2.20.1-sync/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02
    from Rev 157 to Rev 223
    Reverse comparison

Rev 157 → Rev 223

/x1.cc
0,0 → 1,16
#include <stdio.h>
 
extern void foo1();
extern void foo3();
 
struct foo_type;
 
int main()
{
struct foo_type *x;
 
printf("In main.\n");
foo1();
foo3();
return 0;
}
/x2.cc
0,0 → 1,17
#include <stdio.h>
 
struct foo_type {
int t1;
int t2;
};
 
static void foo2()
{
printf("In foo2.\n");
}
 
void foo1()
{
printf("In foo1.\n");
foo2();
}
/x3.cc
0,0 → 1,6
#include <stdio.h>
 
void foo3()
{
printf("In foo3.\n");
}

powered by: WebSVN 2.1.0

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