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:
authorcvs2svn <>2013-03-12 23:19:05 +0400
committercvs2svn <>2013-03-12 23:19:05 +0400
commit0e3bd1f2f4b3707ee588688f10be75dd8f848436 (patch)
tree8aa557d4ba61e9eb1ac158cb4fc9808a85800149 /include/dwarf2.h
parent3e52e50c027acada72e4a98451f1dda1b7566029 (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20130301
snapshot-20130301'. Sprout from gdb_7_6-branch 2013-03-12 19:18:58 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_7_6-branch'.' Cherrypick from master 2013-02-28 19:18:40 UTC Yufeng Zhang <Yufeng.Zhang@arm.com> 'include/opcode/': include/ChangeLog include/dwarf2.h include/elf/ChangeLog include/elf/common.h include/opcode/ChangeLog include/opcode/arm.h include/opcode/nios2.h Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'include/dwarf2.h')
-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" {