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>2012-11-12 02:37:19 +0400
committerDJ Delorie <dj@redhat.com>2012-11-12 02:37:19 +0400
commitd10aaa0ecfe5f4f2a40a69e6c545ea6c06316fdf (patch)
tree22f2406c5ab2eb13d54b5907d8eb5d6b5d13f4cf /include/dwarf2.h
parentc13a9410f9989d6d2640a5fd74c9762df1c92879 (diff)
merge from gcc
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 2c1aeb6b9..e98505ac2 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -259,6 +259,17 @@ enum dwarf_line_number_hp_sfc_ops
DW_LNE_HP_SFC_associate = 3
};
+/* Type codes for location list entries.
+ Extension for Fission. See http://gcc.gnu.org/wiki/DebugFission. */
+
+enum dwarf_location_list_entry_type
+ {
+ DW_LLE_GNU_end_of_list_entry = 0,
+ DW_LLE_GNU_base_address_selection_entry = 1,
+ DW_LLE_GNU_start_end_entry = 2,
+ DW_LLE_GNU_start_length_entry = 3
+ };
+
#define DW_CIE_ID 0xffffffff
#define DW64_CIE_ID 0xffffffffffffffffULL
#define DW_CIE_VERSION 1