Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/coff-ppc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 1  Line 1 
1  /* BFD back-end for PowerPC Microsoft Portable Executable files.  /* BFD back-end for PowerPC Microsoft Portable Executable files.
2     Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,     Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3     2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008     2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4     Free Software Foundation, Inc.     Free Software Foundation, Inc.
5    
6     Original version pieced together by Kim Knuttila (krk@cygnus.com)     Original version pieced together by Kim Knuttila (krk@cygnus.com)
# Line 1543  dump_toc (vfile) Line 1543  dump_toc (vfile)
1543    FILE *file = (FILE *) vfile;    FILE *file = (FILE *) vfile;
1544    struct list_ele *t;    struct list_ele *t;
1545    
1546    fprintf (file, _(h1));    fputs (_(h1), file);
1547    fprintf (file, _(h2));    fputs (_(h2), file);
1548    fprintf (file, _(h3));    fputs (_(h3), file);
1549    
1550    for (t = head; t != 0; t=t->next)    for (t = head; t != 0; t=t->next)
1551      {      {

Legend:
Removed from v.20  
changed lines
  Added in v.21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26