/[gcl]/gcl/binutils/bfd/gen-aout.c
ViewVC logotype

Diff of /gcl/binutils/bfd/gen-aout.c

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

revision 1.1.1.1 by camm, Fri Aug 9 05:35:31 2002 UTC revision 1.2 by camm, Fri Sep 9 23:32:13 2005 UTC
# Line 1  Line 1 
1  /* Generate parameters for an a.out system.  /* Generate parameters for an a.out system.
2     Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2001     Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2001, 2002
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of BFD, the Binary File Descriptor library.  This file is part of BFD, the Binary File Descriptor library.
# Line 21  Foundation, Inc., 59 Temple Place - Suit Line 21  Foundation, Inc., 59 Temple Place - Suit
21  #include "/usr/include/a.out.h"  #include "/usr/include/a.out.h"
22  #include <stdio.h>  #include <stdio.h>
23    
24    #ifndef _
25    #define _(X) X
26    #endif
27    
28  int  int
29  main (argc, argv)  main (argc, argv)
30       int argc; char** argv;       int argc; char** argv;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26