2001-05-25 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / bfd / vms.h
index d6bdd02a720d786a0e094ad54ba98cf8c78ae64b..0b1f7fad5389b15c697340c511029e4beb4c21cd 100644 (file)
--- a/bfd/vms.h
+++ b/bfd/vms.h
@@ -1,6 +1,6 @@
 #undef vms
 /* vms.h -- Header file for VMS (Alpha and Vax) support.
-   Copyright 1996, 1997 Free Software Foundation, Inc.
+   Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
    Written by Klaus K"ampf (kkaempf@rmi.de)
 
@@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef VMS_H
 #define VMS_H
 
-
 /* Constants starting with 'Exxx_' are for openVMS/Alpha (EVAX object language)  */
 
 /* VMS Text, information and relocation record (TIR/ETIR) definitions.  */
@@ -531,7 +530,6 @@ struct hdr_struc {
   char *hdr_c_ttl;
 };
 
-
 /* vms end of module  */
 
 struct eom_struc {
@@ -583,7 +581,7 @@ struct vms_private_data_struct {
 
   struct hdr_struc hdr_data;           /* data from HDR/EMH record  */
   struct eom_struc eom_data;           /* data from EOM/EEOM record  */
-  int section_count;                   /* # of sections in following array  */
+  unsigned int section_count;          /* # of sections in following array  */
   asection **sections;                 /* array of GSD/EGSD sections  */
   int gsd_sym_count;                   /* # of GSD/EGSD symbols  */
   asymbol **symbols;                   /* vector of GSD/EGSD symbols  */
This page took 0.025191 seconds and 4 git commands to generate.