* ChangeLog: Fix typos.
[deliverable/binutils-gdb.git] / bfd / vms.h
index d6bdd02a720d786a0e094ad54ba98cf8c78ae64b..afd16287560345990d9b608d009a145c7e5caa9e 100644 (file)
--- a/bfd/vms.h
+++ b/bfd/vms.h
@@ -1,6 +1,7 @@
 #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, 2001, 2002, 2003
+   Free Software Foundation, Inc.
 
    Written by Klaus K"ampf (kkaempf@rmi.de)
 
@@ -23,7 +24,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.  */
@@ -505,9 +505,6 @@ typedef struct _vms_section {
   struct _vms_section *next;
 } vms_section;
 
-extern boolean _bfd_save_vms_section
-  PARAMS ((bfd *abfd, asection *section, PTR data, file_ptr offset,
-          bfd_size_type count));
 extern vms_section *_bfd_get_vms_section PARAMS ((bfd *abfd, int index));
 
 typedef struct _vms_reloc {
@@ -531,13 +528,12 @@ struct hdr_struc {
   char *hdr_c_ttl;
 };
 
-
 /* vms end of module  */
 
 struct eom_struc {
   long eom_l_total_lps;
   unsigned char eom_b_comcod;
-  boolean eom_has_transfer;
+  bfd_boolean eom_has_transfer;
   unsigned char eom_b_tfrflg;
   long eom_l_psindx;
   long eom_l_tfradr;
@@ -570,7 +566,7 @@ struct location_struct {
 
 struct vms_private_data_struct {
   int is_vax;
-  boolean fixup_done;                  /* Flag to indicate if all
+  bfd_boolean fixup_done;              /* Flag to indicate if all
                                           section pointers and PRIV(sections)
                                           are set up correctly  */
   unsigned char *vms_buf;              /* buffer to record  */
@@ -583,7 +579,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  */
@@ -595,7 +591,7 @@ struct vms_private_data_struct {
   vms_section *vms_section_table[VMS_SECTION_COUNT];
 
   struct bfd_hash_table *vms_symbol_table;
-  struct symbol_cache_entry **symcache;
+  struct bfd_symbol **symcache;
   int symnum;
 
   struct location_struct *location_stack;
@@ -649,8 +645,8 @@ extern char *_bfd_vms_save_counted_string PARAMS ((unsigned char *ptr));
 extern void _bfd_vms_push PARAMS ((bfd *abfd, uquad val, int psect));
 extern uquad _bfd_vms_pop PARAMS ((bfd *abfd, int *psect));
 
-extern boolean _bfd_save_vms_section
-  PARAMS ((bfd *abfd, asection *section, PTR data, file_ptr offset,
+extern bfd_boolean _bfd_save_vms_section
+  PARAMS ((bfd *abfd, asection *section, const PTR data, file_ptr offset,
           bfd_size_type count));
 extern void _bfd_vms_output_begin
   PARAMS ((bfd *abfd, int rectype, int rechead));
This page took 0.024358 seconds and 4 git commands to generate.