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/som.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* HP PA-RISC SOM object file format:  definitions internal to BFD.
    2    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2000
    3    Free Software Foundation, Inc.
     2   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001,
     3   2002 Free Software Foundation, Inc.
    44
    55   Contributed by the Center for Software Science at the
     
    2727
    2828#include "libhppa.h"
     29
     30/* Enable PA2.0 if available */
     31#define PA_2_0
    2932
    3033#include <a.out.h>
     
    9598    long exec_flags;
    9699
     100    /* We must preserve the version identifier too.  Some versions
     101       of the HP linker do not grok NEW_VERSION_ID for reasons unknown.  */
     102    unsigned int version_id;
     103
    97104    /* Add more stuff here as needed.  Good examples of information
    98105       we might want to pass would be presumed_dp, entry_* and maybe
     
    104111    /* All the magic information about an executable which lives
    105112       in the private BFD structure and needs to be copied from
    106        the input bfd to the output bfd during a objcopy/strip.  */
     113       the input bfd to the output bfd during an objcopy/strip.  */
    107114    struct som_exec_data *exec_data;
    108115
     
    222229
    223230/* Exported functions, mostly for use by GAS.  */
    224 boolean bfd_som_set_section_attributes PARAMS ((asection *, int, int,
    225                                                 unsigned int, int));
    226 boolean bfd_som_set_subsection_attributes PARAMS ((asection *, asection *,
    227                                                   int, unsigned int, int));
     231bfd_boolean bfd_som_set_section_attributes
     232  PARAMS ((asection *, int, int, unsigned int, int));
     233bfd_boolean bfd_som_set_subsection_attributes
     234  PARAMS ((asection *, asection *, int, unsigned int, int));
    228235void bfd_som_set_symbol_type PARAMS ((asymbol *, unsigned int));
    229 boolean bfd_som_attach_aux_hdr PARAMS ((bfd *, int, char *));
     236bfd_boolean bfd_som_attach_aux_hdr PARAMS ((bfd *, int, char *));
    230237int ** hppa_som_gen_reloc_type
    231238  PARAMS ((bfd *, int, int, enum hppa_reloc_field_selector_type_alt,
    232239           int, asymbol *));
    233 boolean bfd_som_attach_compilation_unit
     240bfd_boolean bfd_som_attach_compilation_unit
    234241  PARAMS ((bfd *, const char *, const char *, const char *, const char *));
    235242
Note: See TracChangeset for help on using the changeset viewer.