Skip to content

Commit

Permalink
merge from gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
djdelorierh committed Mar 1, 2013
1 parent 15f47d5 commit ade26ab
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions include/dwarf2.h
Original file line number Diff line number Diff line change
Expand Up @@ -376,20 +376,6 @@ enum dwarf_macro_record_type

#define DW_EH_PE_indirect 0x80

/* Codes for the debug sections in a dwarf package (.dwp) file.
Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFissionDWP. */
enum dwarf_sect
{
DW_SECT_INFO = 1,
DW_SECT_TYPES = 2,
DW_SECT_ABBREV = 3,
DW_SECT_LINE = 4,
DW_SECT_LOC = 5,
DW_SECT_STR_OFFSETS = 6,
DW_SECT_MACINFO = 7,
DW_SECT_MACRO = 8,
DW_SECT_MAX = 8
};

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit ade26ab

Please sign in to comment.