Browse Subversion Repository
Diff of /trunk/bfd/coff-ppc.c
Parent Directory
| Revision Log
| Patch
| 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) |
| 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 |
|
|
| |