Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2013-03-02 03:00:18 +0400
committerDJ Delorie <dj@redhat.com>2013-03-02 03:00:18 +0400
commitade26ab0f461fc544a78a210b147ae6194743429 (patch)
tree89d268d19d47d71c387c7f423ff021d3fe35ebfa /include
parent15f47d5fa185e498463c2c2ea30b0d168a46e762 (diff)
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 120e2c16b..e98505ac2 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" {