Changeset 609 for branches/GNU/src/binutils/bfd/xcoff-target.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/xcoff-target.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* Common definitions for backends based on IBM RS/6000 "XCOFF64" files. 2 Copyright 2000, 2001 2 Copyright 2000, 2001, 2002 3 3 Free Software Foundation, Inc. 4 4 Contributed by Cygnus Support. … … 59 59 #define CORE_FILE_P rs6000coff_core_p 60 60 extern const bfd_target * rs6000coff_core_p (); 61 extern b oolean rs6000coff_core_file_matches_executable_p ();61 extern bfd_boolean rs6000coff_core_file_matches_executable_p (); 62 62 63 63 #undef coff_core_file_matches_executable_p … … 80 80 extern const bfd_target *lynx_core_file_p PARAMS ((bfd *abfd)); 81 81 82 extern b oolean lynx_core_file_matches_executable_p PARAMS ((bfd *core_bfd,83 82 extern bfd_boolean lynx_core_file_matches_executable_p 83 PARAMS ((bfd *core_bfd, bfd *exec_bfd)); 84 84 #undef coff_core_file_matches_executable_p 85 85 #define coff_core_file_matches_executable_p lynx_core_file_matches_executable_p … … 99 99 #define _bfd_xcoff_bfd_relax_section coff_bfd_relax_section 100 100 #define _bfd_xcoff_bfd_gc_sections coff_bfd_gc_sections 101 #define _bfd_xcoff_bfd_merge_sections coff_bfd_merge_sections 102 #define _bfd_xcoff_bfd_discard_group bfd_generic_discard_group 101 103 #define _bfd_xcoff_bfd_link_split_section coff_bfd_link_split_section 102 104 … … 106 108 #define _bfd_xcoff_slurp_extended_name_table bfd_false 107 109 #define _bfd_xcoff_construct_extended_name_table \ 108 ((b oolean (*) PARAMS ((bfd *, char **, bfd_size_type *, const char **))) \110 ((bfd_boolean (*) PARAMS ((bfd *, char **, bfd_size_type *, const char **))) \ 109 111 bfd_false) 110 112 #define _bfd_xcoff_truncate_arname bfd_dont_truncate_arname … … 118 120 #define _bfd_xcoff_update_armap_timestamp bfd_true 119 121 120 extern b oolean _bfd_xcoff_mkobject PARAMS ((bfd *));121 extern b oolean _bfd_xcoff_copy_private_bfd_data PARAMS ((bfd *, bfd *));122 extern b oolean _bfd_xcoff_is_local_label_name PARAMS ((bfd *, const char *));122 extern bfd_boolean _bfd_xcoff_mkobject PARAMS ((bfd *)); 123 extern bfd_boolean _bfd_xcoff_copy_private_bfd_data PARAMS ((bfd *, bfd *)); 124 extern bfd_boolean _bfd_xcoff_is_local_label_name PARAMS ((bfd *, const char *)); 123 125 extern void _bfd_xcoff_rtype2howto 124 126 PARAMS ((arelent *, struct internal_reloc *)); 125 127 extern reloc_howto_type *_bfd_xcoff_reloc_type_lookup 126 128 PARAMS ((bfd *, bfd_reloc_code_real_type)); 127 extern b oolean _bfd_xcoff_slurp_armap PARAMS ((bfd *));129 extern bfd_boolean _bfd_xcoff_slurp_armap PARAMS ((bfd *)); 128 130 extern const bfd_target *_bfd_xcoff_archive_p PARAMS ((bfd *)); 129 131 extern PTR _bfd_xcoff_read_ar_hdr PARAMS ((bfd *)); 130 132 extern bfd *_bfd_xcoff_openr_next_archived_file PARAMS ((bfd *, bfd *)); 131 133 extern int _bfd_xcoff_generic_stat_arch_elt PARAMS ((bfd *, struct stat *)); 132 extern b oolean _bfd_xcoff_write_armap134 extern bfd_boolean _bfd_xcoff_write_armap 133 135 PARAMS ((bfd *, unsigned int, struct orl *, unsigned int, int)); 134 extern b oolean _bfd_xcoff_write_archive_contents PARAMS ((bfd *));135 extern int _bfd_xcoff_sizeof_headers PARAMS ((bfd *, b oolean));136 extern bfd_boolean _bfd_xcoff_write_archive_contents PARAMS ((bfd *)); 137 extern int _bfd_xcoff_sizeof_headers PARAMS ((bfd *, bfd_boolean)); 136 138 extern void _bfd_xcoff_swap_sym_in PARAMS ((bfd *, PTR, PTR)); 137 139 extern unsigned int _bfd_xcoff_swap_sym_out PARAMS ((bfd *, PTR, PTR)); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.