Changeset 609 for branches/GNU/src/binutils/bfd/vms.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/vms.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 #undef vms 2 2 /* 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. 4 5 5 6 Written by Klaus K"ampf (kkaempf@rmi.de) … … 505 506 } vms_section; 506 507 507 extern b oolean _bfd_save_vms_section508 extern bfd_boolean _bfd_save_vms_section 508 509 PARAMS ((bfd *abfd, asection *section, PTR data, file_ptr offset, 509 510 bfd_size_type count)); … … 536 537 long eom_l_total_lps; 537 538 unsigned char eom_b_comcod; 538 b oolean eom_has_transfer;539 bfd_boolean eom_has_transfer; 539 540 unsigned char eom_b_tfrflg; 540 541 long eom_l_psindx; … … 569 570 struct vms_private_data_struct { 570 571 int is_vax; 571 b oolean fixup_done;/* Flag to indicate if all572 bfd_boolean fixup_done; /* Flag to indicate if all 572 573 section pointers and PRIV(sections) 573 574 are set up correctly */ … … 648 649 extern uquad _bfd_vms_pop PARAMS ((bfd *abfd, int *psect)); 649 650 650 extern b oolean _bfd_save_vms_section651 extern bfd_boolean _bfd_save_vms_section 651 652 PARAMS ((bfd *abfd, asection *section, PTR data, file_ptr offset, 652 653 bfd_size_type count)); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.