/[gcl]/gcl/binutils/bfd/liboasys.h
ViewVC logotype

Diff of /gcl/binutils/bfd/liboasys.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:35:35 2002 UTC revision 1.2 by camm, Fri Sep 9 23:32:14 2005 UTC
# Line 1  Line 1 
1  /* BFD internal declarations for Oasys file format handling.  /* BFD internal declarations for Oasys file format handling.
2     Copyright 1990, 1991, 1992, 1993, 1994, 1997     Copyright 1990, 1991, 1992, 1993, 1994, 1997, 2002
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4     Scrawled by Steve Chamberlain of Cygnus Support.     Scrawled by Steve Chamberlain of Cygnus Support.
5    
# Line 39  typedef struct _oasys_per_section Line 39  typedef struct _oasys_per_section
39    asection *section;    asection *section;
40    bfd_byte *data;    bfd_byte *data;
41    bfd_vma offset;    bfd_vma offset;
42    boolean had_vma;    bfd_boolean had_vma;
43    oasys_reloc_type **reloc_tail_ptr;    oasys_reloc_type **reloc_tail_ptr;
44    bfd_vma pc;    bfd_vma pc;
45    
46    
47    file_ptr current_pos;    file_ptr current_pos;
48    unsigned int current_byte;    unsigned int current_byte;
49    boolean initialized;    bfd_boolean initialized;
50  } oasys_per_section_type;  } oasys_per_section_type;
51    
52  #define NSECTIONS 10  #define NSECTIONS 10

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26