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/xcoff-target.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* Common definitions for backends based on IBM RS/6000 "XCOFF64" files.
    2    Copyright 2000, 2001
     2   Copyright 2000, 2001, 2002
    33   Free Software Foundation, Inc.
    44   Contributed by Cygnus Support.
     
    5959#define CORE_FILE_P rs6000coff_core_p
    6060extern const bfd_target * rs6000coff_core_p ();
    61 extern boolean rs6000coff_core_file_matches_executable_p ();
     61extern bfd_boolean rs6000coff_core_file_matches_executable_p ();
    6262
    6363#undef  coff_core_file_matches_executable_p
     
    8080extern const bfd_target *lynx_core_file_p PARAMS ((bfd *abfd));
    8181
    82 extern boolean lynx_core_file_matches_executable_p PARAMS ((bfd *core_bfd,
    83                                                             bfd *exec_bfd));
     82extern bfd_boolean lynx_core_file_matches_executable_p
     83  PARAMS ((bfd *core_bfd, bfd *exec_bfd));
    8484#undef  coff_core_file_matches_executable_p
    8585#define coff_core_file_matches_executable_p lynx_core_file_matches_executable_p
     
    9999#define _bfd_xcoff_bfd_relax_section coff_bfd_relax_section
    100100#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
    101103#define _bfd_xcoff_bfd_link_split_section coff_bfd_link_split_section
    102104
     
    106108#define _bfd_xcoff_slurp_extended_name_table bfd_false
    107109#define _bfd_xcoff_construct_extended_name_table \
    108   ((boolean (*) PARAMS ((bfd *, char **, bfd_size_type *, const char **))) \
     110  ((bfd_boolean (*) PARAMS ((bfd *, char **, bfd_size_type *, const char **))) \
    109111   bfd_false)
    110112#define _bfd_xcoff_truncate_arname bfd_dont_truncate_arname
     
    118120#define _bfd_xcoff_update_armap_timestamp bfd_true
    119121
    120 extern boolean _bfd_xcoff_mkobject PARAMS ((bfd *));
    121 extern boolean _bfd_xcoff_copy_private_bfd_data PARAMS ((bfd *, bfd *));
    122 extern boolean _bfd_xcoff_is_local_label_name PARAMS ((bfd *, const char *));
     122extern bfd_boolean _bfd_xcoff_mkobject PARAMS ((bfd *));
     123extern bfd_boolean _bfd_xcoff_copy_private_bfd_data PARAMS ((bfd *, bfd *));
     124extern bfd_boolean _bfd_xcoff_is_local_label_name PARAMS ((bfd *, const char *));
    123125extern void _bfd_xcoff_rtype2howto
    124126  PARAMS ((arelent *, struct internal_reloc *));
    125127extern reloc_howto_type *_bfd_xcoff_reloc_type_lookup
    126128  PARAMS ((bfd *, bfd_reloc_code_real_type));
    127 extern boolean _bfd_xcoff_slurp_armap PARAMS ((bfd *));
     129extern bfd_boolean _bfd_xcoff_slurp_armap PARAMS ((bfd *));
    128130extern const bfd_target *_bfd_xcoff_archive_p PARAMS ((bfd *));
    129131extern PTR _bfd_xcoff_read_ar_hdr PARAMS ((bfd *));
    130132extern bfd *_bfd_xcoff_openr_next_archived_file PARAMS ((bfd *, bfd *));
    131133extern int _bfd_xcoff_generic_stat_arch_elt PARAMS ((bfd *, struct stat *));
    132 extern boolean _bfd_xcoff_write_armap
     134extern bfd_boolean _bfd_xcoff_write_armap
    133135  PARAMS ((bfd *, unsigned int, struct orl *, unsigned int, int));
    134 extern boolean _bfd_xcoff_write_archive_contents PARAMS ((bfd *));
    135 extern int _bfd_xcoff_sizeof_headers PARAMS ((bfd *, boolean));
     136extern bfd_boolean _bfd_xcoff_write_archive_contents PARAMS ((bfd *));
     137extern int _bfd_xcoff_sizeof_headers PARAMS ((bfd *, bfd_boolean));
    136138extern void _bfd_xcoff_swap_sym_in PARAMS ((bfd *, PTR, PTR));
    137139extern unsigned int _bfd_xcoff_swap_sym_out PARAMS ((bfd *, PTR, PTR));
Note: See TracChangeset for help on using the changeset viewer.