aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-13 11:13:53 +0000
committerbrobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-13 11:13:53 +0000
commitb17eeb610bae2de6ccc69540913372ee717d6496 (patch)
tree60fc506756165550c677574d17055033cf96e8d8 /include
parent10c05c9684775cb1d911801238e36d1ef98e4e8a (diff)
Add new DW_AT_use_GNAT_descriptive_type CU attribute.
* dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/dwarf2.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 106d8b959c3..5aeaf305f90 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-13 Joel Brobecker <brobecker@adacore.com>
+
+ Add new DW_AT_use_GNAT_descriptive_type CU attribute.
+ * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
+
2010-01-11 Tristan Gingold <gingold@adacore.com>
* demangle.h (ada_demangle): Add prototype.
diff --git a/include/dwarf2.h b/include/dwarf2.h
index a001ef32541..303af70be1c 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -428,6 +428,7 @@ enum dwarf_attribute
/* GNAT extensions. */
/* GNAT descriptive type.
See http://gcc.gnu.org/wiki/DW_AT_GNAT_descriptive_type . */
+ DW_AT_use_GNAT_descriptive_type = 0x2301,
DW_AT_GNAT_descriptive_type = 0x2302,
/* UPC extension. */
DW_AT_upc_threads_scaled = 0x3210,