X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Fvms.h;h=714398699de37fe0ace8099c3003714f2f236037;hb=60bcf0fa8c115b4e71d7b1372aca3efccffc9607;hp=d6bdd02a720d786a0e094ad54ba98cf8c78ae64b;hpb=252b5132c753830d5fd56823373aed85f2a0db63;p=binutils-gdb.git diff --git a/bfd/vms.h b/bfd/vms.h index d6bdd02a720..714398699de 100644 --- 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 Free Software Foundation, Inc. Written by Klaus K"ampf (kkaempf@rmi.de) @@ -583,7 +583,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 */