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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gdb/] [gdb-6.8/] [gdb-6.8.openrisc-2.1/] [gdb/] [testsuite/] [gdb.base/] [miscexprs.c] - Diff between revs 24 and 33

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

Rev 24 Rev 33
void
void
marker1 ()
marker1 ()
{
{
 
 
}
}
 
 
int
int
main ()
main ()
{
{
  STORAGE struct {
  STORAGE struct {
    char c[100];
    char c[100];
  } cbig;
  } cbig;
 
 
  STORAGE struct {
  STORAGE struct {
    int i[800];
    int i[800];
  } ibig;
  } ibig;
 
 
  STORAGE struct {
  STORAGE struct {
    long l[900];
    long l[900];
  } lbig;
  } lbig;
 
 
  STORAGE struct {
  STORAGE struct {
    float f[200];
    float f[200];
  } fbig;
  } fbig;
 
 
  STORAGE struct {
  STORAGE struct {
    double d[300];
    double d[300];
  } dbig;
  } dbig;
 
 
  STORAGE struct {
  STORAGE struct {
    short s[400];
    short s[400];
  } sbig;
  } sbig;
 
 
  ibig.i[100] = 5;
  ibig.i[100] = 5;
  cbig.c[0] = '\0';
  cbig.c[0] = '\0';
  cbig.c[99] = 'A';
  cbig.c[99] = 'A';
  fbig.f[100] = 11.99999;
  fbig.f[100] = 11.99999;
  dbig.d[202] = 9.99999999;
  dbig.d[202] = 9.99999999;
  sbig.s[90] = 255;
  sbig.s[90] = 255;
  lbig.l[333] = 999999999;
  lbig.l[333] = 999999999;
 
 
#ifdef usestubs
#ifdef usestubs
  set_debug_traps ();
  set_debug_traps ();
  breakpoint ();
  breakpoint ();
#endif
#endif
 
 
  marker1 ();
  marker1 ();
  return 0;
  return 0;
}
}
 
 

powered by: WebSVN 2.1.0

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