2005-01-19 Fred Fish <fnf@specifixinc.com>
[deliverable/binutils-gdb.git] / binutils / coffgrok.h
index e442bae0bcb83562adfc9632caa4c5dcb3b0d6e0..c063f1dc77aae99d49feb9703295b3d8a96b48d5 100644 (file)
@@ -1,4 +1,4 @@
-/* coffgrok.h 
+/* coffgrok.h
    Copyright 2001 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
@@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    int addend;
  };
 
- struct coff_section 
+ struct coff_section
  {
    char *name;
    int code;
@@ -53,7 +53,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    int nrelocs;
    int size;
    struct coff_reloc *relocs;
-   struct sec *bfd_section;
+   struct bfd_section *bfd_section;
  };
 
 struct coff_ofile
@@ -82,7 +82,7 @@ struct coff_sfile
 
   /* Vector which maps where in each output section
      the input file has it's data */
-  struct coff_isection *section; 
+  struct coff_isection *section;
 
 };
 
@@ -97,7 +97,7 @@ struct coff_sfile
       } type;
   union
     {
-      struct 
+      struct
        {
        int address;
        int size;
@@ -147,7 +147,7 @@ struct coff_sfile
 };
 
 
- struct coff_line 
+ struct coff_line
  {
    int nlines;
    int *lines;
@@ -188,7 +188,7 @@ struct coff_sfile
         coff_vis_tag,
         coff_vis_member_of_struct,
         coff_vis_member_of_enum,
-        coff_vis_autoparam,    
+        coff_vis_autoparam,
         coff_vis_regparam,
        } type;
    };
@@ -222,4 +222,4 @@ struct coff_sfile
      struct coff_sfile *sfile;
   };
 
-struct coff_ofile *coff_grok();
+struct coff_ofile *coff_grok PARAMS ((bfd *));
This page took 0.048574 seconds and 4 git commands to generate.