Changeset 609 for branches/GNU/src/binutils/bfd/som.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/som.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* 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. 4 4 5 5 Contributed by the Center for Software Science at the … … 27 27 28 28 #include "libhppa.h" 29 30 /* Enable PA2.0 if available */ 31 #define PA_2_0 29 32 30 33 #include <a.out.h> … … 95 98 long exec_flags; 96 99 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 97 104 /* Add more stuff here as needed. Good examples of information 98 105 we might want to pass would be presumed_dp, entry_* and maybe … … 104 111 /* All the magic information about an executable which lives 105 112 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. */ 107 114 struct som_exec_data *exec_data; 108 115 … … 222 229 223 230 /* Exported functions, mostly for use by GAS. */ 224 b oolean bfd_som_set_section_attributes PARAMS ((asection *, int, int,225 226 b oolean bfd_som_set_subsection_attributes PARAMS ((asection *, asection *,227 231 bfd_boolean bfd_som_set_section_attributes 232 PARAMS ((asection *, int, int, unsigned int, int)); 233 bfd_boolean bfd_som_set_subsection_attributes 234 PARAMS ((asection *, asection *, int, unsigned int, int)); 228 235 void bfd_som_set_symbol_type PARAMS ((asymbol *, unsigned int)); 229 b oolean bfd_som_attach_aux_hdr PARAMS ((bfd *, int, char *));236 bfd_boolean bfd_som_attach_aux_hdr PARAMS ((bfd *, int, char *)); 230 237 int ** hppa_som_gen_reloc_type 231 238 PARAMS ((bfd *, int, int, enum hppa_reloc_field_selector_type_alt, 232 239 int, asymbol *)); 233 b oolean bfd_som_attach_compilation_unit240 bfd_boolean bfd_som_attach_compilation_unit 234 241 PARAMS ((bfd *, const char *, const char *, const char *, const char *)); 235 242 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.