* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
[deliverable/binutils-gdb.git] / include / dwarf2.h
index 559b82d78765fc5de6b5e0b43797aeec22853e58..a001ef32541982b70745939210a7fea17936a180 100644 (file)
@@ -425,6 +425,10 @@ enum dwarf_attribute
     DW_AT_GNU_template_name = 0x2110,
     /* VMS extensions.  */
     DW_AT_VMS_rtnbeg_pd_address = 0x2201,
+    /* GNAT extensions.  */
+    /* GNAT descriptive type.
+       See http://gcc.gnu.org/wiki/DW_AT_GNAT_descriptive_type .  */
+    DW_AT_GNAT_descriptive_type        = 0x2302,
     /* UPC extension.  */
     DW_AT_upc_threads_scaled = 0x3210,
     /* PGI (STMicroelectronics) extensions.  */
This page took 0.022986 seconds and 4 git commands to generate.