Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/bfd/vms.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11#undef vms
    22/* vms.h -- Header file for VMS (Alpha and Vax) support.
    3    Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
     3   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
     4   Free Software Foundation, Inc.
    45
    56   Written by Klaus K"ampf (kkaempf@rmi.de)
     
    505506} vms_section;
    506507
    507 extern boolean _bfd_save_vms_section
     508extern bfd_boolean _bfd_save_vms_section
    508509  PARAMS ((bfd *abfd, asection *section, PTR data, file_ptr offset,
    509510           bfd_size_type count));
     
    536537  long eom_l_total_lps;
    537538  unsigned char eom_b_comcod;
    538   boolean eom_has_transfer;
     539  bfd_boolean eom_has_transfer;
    539540  unsigned char eom_b_tfrflg;
    540541  long eom_l_psindx;
     
    569570struct vms_private_data_struct {
    570571  int is_vax;
    571   boolean fixup_done;                   /* Flag to indicate if all
     572  bfd_boolean fixup_done;               /* Flag to indicate if all
    572573                                           section pointers and PRIV(sections)
    573574                                           are set up correctly  */
     
    648649extern uquad _bfd_vms_pop PARAMS ((bfd *abfd, int *psect));
    649650
    650 extern boolean _bfd_save_vms_section
     651extern bfd_boolean _bfd_save_vms_section
    651652  PARAMS ((bfd *abfd, asection *section, PTR data, file_ptr offset,
    652653           bfd_size_type count));
Note: See TracChangeset for help on using the changeset viewer.