OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [doc/] [chew.c] - Diff between revs 14 and 166

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 1... Line 1...
/* chew
/* chew
   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001,
   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001,
   2002, 2003, 2005, 2007, 2009
   2002, 2003, 2005, 2007, 2009, 2012
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
   Contributed by steve chamberlain @cygnus
   Contributed by steve chamberlain @cygnus
 
 
   This file is part of BFD, the Binary File Descriptor library.
   This file is part of BFD, the Binary File Descriptor library.
 
 
Line 474... Line 474...
}
}
 
 
static void
static void
print_stack_level ()
print_stack_level ()
{
{
  fprintf (stderr, "current string stack depth = %d, ", tos - stack);
  fprintf (stderr, "current string stack depth = %ld, ", tos - stack);
  fprintf (stderr, "current integer stack depth = %d\n", isp - istack);
  fprintf (stderr, "current integer stack depth = %ld\n", isp - istack);
  pc++;
  pc++;
}
}
 
 
/* turn:
/* turn:
     foobar name(stuff);
     foobar name(stuff);
Line 1561... Line 1561...
        }
        }
    }
    }
  write_buffer (stack + 0, stdout);
  write_buffer (stack + 0, stdout);
  if (tos != stack)
  if (tos != stack)
    {
    {
      fprintf (stderr, "finishing with current stack level %d\n",
      fprintf (stderr, "finishing with current stack level %ld\n",
               tos - stack);
               tos - stack);
      return 1;
      return 1;
    }
    }
  return 0;
  return 0;
}
}

powered by: WebSVN 2.1.0

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