Changeset 609 for branches/GNU/src/binutils/gas/dwarf2dbg.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gas/dwarf2dbg.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 37 37 to indicate that no file number has been assigned. All real file 38 38 number must be >0. */ 39 extern voiddwarf2_directive_file PARAMS ((int dummy));39 extern char *dwarf2_directive_file PARAMS ((int dummy)); 40 40 41 41 /* Implements the .loc FILENO LINENO [COLUMN] directive. FILENO is … … 70 70 extern void dwarf2dbg_convert_frag PARAMS ((fragS *)); 71 71 72 /* An enumeration which describes the sizes of offsets (to DWARF sections) 73 and the mechanism by which the size is indicated. */ 74 enum dwarf2_format { 75 /* 32-bit format: the initial length field is 4 bytes long. */ 76 dwarf2_format_32bit, 77 /* DWARF3 64-bit format: the representation of the initial length 78 (of a DWARF section) is 0xffffffff (4 bytes) followed by eight 79 bytes indicating the actual length. */ 80 dwarf2_format_64bit, 81 /* SGI extension to DWARF2: The initial length is eight bytes. */ 82 dwarf2_format_64bit_irix 83 }; 84 72 85 #endif /* AS_DWARF2DBG_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.