From: Cary Coutant Date: Fri, 1 Mar 2013 23:40:38 +0000 (+0000) Subject: Restore patch lost in last merge from GCC. X-Git-Tag: gdb_7_6-2013-03-12-branchpoint~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=374694f0785443b42dd07793ef5ae1684ef310bf;p=external%2Fbinutils.git Restore patch lost in last merge from GCC. include/ * dwarf2.h (enum dwarf_sect): New enum type. --- diff --git a/include/dwarf2.h b/include/dwarf2.h index e98505a..120e2c1 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -376,6 +376,20 @@ 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" {