Changeset 609 for branches/GNU/src/binutils/bfd/liboasys.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/liboasys.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD internal declarations for Oasys file format handling. 2 Copyright 1990, 1991, 1992, 1993, 1994, 1997 2 Copyright 1990, 1991, 1992, 1993, 1994, 1997, 2002 3 3 Free Software Foundation, Inc. 4 4 Scrawled by Steve Chamberlain of Cygnus Support. … … 40 40 bfd_byte *data; 41 41 bfd_vma offset; 42 b oolean had_vma;42 bfd_boolean had_vma; 43 43 oasys_reloc_type **reloc_tail_ptr; 44 44 bfd_vma pc; … … 47 47 file_ptr current_pos; 48 48 unsigned int current_byte; 49 b oolean initialized;49 bfd_boolean initialized; 50 50 } oasys_per_section_type; 51 51 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.