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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [bfd/] [coff-ppc.c] - Diff between revs 157 and 225

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 1... Line 1...
/* BFD back-end for PowerPC Microsoft Portable Executable files.
/* BFD back-end for PowerPC Microsoft Portable Executable files.
   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
 
 
   Original version pieced together by Kim Knuttila (krk@cygnus.com)
   Original version pieced together by Kim Knuttila (krk@cygnus.com)
 
 
   There is nothing new under the sun. This file draws a lot on other
   There is nothing new under the sun. This file draws a lot on other
Line 1541... Line 1541...
     PTR vfile;
     PTR vfile;
{
{
  FILE *file = (FILE *) vfile;
  FILE *file = (FILE *) vfile;
  struct list_ele *t;
  struct list_ele *t;
 
 
  fprintf (file, _(h1));
  fputs (_(h1), file);
  fprintf (file, _(h2));
  fputs (_(h2), file);
  fprintf (file, _(h3));
  fputs (_(h3), file);
 
 
  for (t = head; t != 0; t=t->next)
  for (t = head; t != 0; t=t->next)
    {
    {
      const char *cat = "";
      const char *cat = "";
 
 
Line 1564... Line 1564...
            cat = _("IAT reference ");
            cat = _("IAT reference ");
          else
          else
            {
            {
              fprintf (file,
              fprintf (file,
                      _("**** global_toc_size %ld(%lx), thunk_size %ld(%lx)\n"),
                      _("**** global_toc_size %ld(%lx), thunk_size %ld(%lx)\n"),
                       global_toc_size, global_toc_size,
                       global_toc_size, (unsigned long) global_toc_size,
                       thunk_size, thunk_size);
                       thunk_size, (unsigned long) thunk_size);
              cat = _("Out of bounds!");
              cat = _("Out of bounds!");
            }
            }
        }
        }
 
 
      fprintf (file,
      fprintf (file,

powered by: WebSVN 2.1.0

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