Add new DW_AT_use_GNAT_descriptive_type CU attribute.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 13 Jan 2010 11:09:31 +0000 (11:09 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 13 Jan 2010 11:09:31 +0000 (11:09 +0000)
        * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.

include/ChangeLog
include/dwarf2.h

index 9ba0423b67668a8e5d307a54ba5261d936ca3cbf..db4665407f41b16af2dc938c133de42681018547 100644 (file)
@@ -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.
index a001ef32541982b70745939210a7fea17936a180..303af70be1c8219b9d6ad6deab792bf1fa860f87 100644 (file)
@@ -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,
This page took 0.026218 seconds and 4 git commands to generate.