summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2013-03-01 23:00:18 +0000
committerDJ Delorie <dj@delorie.com>2013-03-01 23:00:18 +0000
commit2c66bfdc1df559e2e964fbc8a12cfb7a60c746df (patch)
tree1e415b167208ded306c6f68cd42b44dd5e12bb67 /include
parent443082b7ef5f69e97f1d8f0e253bb96d0e8198fc (diff)
downloadgdb-2c66bfdc1df559e2e964fbc8a12cfb7a60c746df.tar.gz
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/dwarf2.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 120e2c16b48..e98505ac2f9 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -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" {