summaryrefslogtreecommitdiff
path: root/include/dwarf2.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2010-01-13 11:13:53 +0000
committerJoel Brobecker <brobecke@gcc.gnu.org>2010-01-13 11:13:53 +0000
commitd9019c99411d65b41178c0f58e680df399b5742d (patch)
tree60fc506756165550c677574d17055033cf96e8d8 /include/dwarf2.h
parentda9debb8d691ac8fb42f9b08a06eed82f496b943 (diff)
Add new DW_AT_use_GNAT_descriptive_type CU attribute.
* dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type. From-SVN: r155855
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h1
1 files changed, 1 insertions, 0 deletions
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,