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/gas/dwarf2dbg.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    3737   to indicate that no file number has been assigned.  All real file
    3838   number must be >0.  */
    39 extern void dwarf2_directive_file PARAMS ((int dummy));
     39extern char *dwarf2_directive_file PARAMS ((int dummy));
    4040
    4141/* Implements the .loc FILENO LINENO [COLUMN] directive.  FILENO is
     
    7070extern void dwarf2dbg_convert_frag PARAMS ((fragS *));
    7171
     72/* An enumeration which describes the sizes of offsets (to DWARF sections)
     73   and the mechanism by which the size is indicated.  */
     74enum 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
    7285#endif /* AS_DWARF2DBG_H */
Note: See TracChangeset for help on using the changeset viewer.