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:
authorJoel Brobecker <brobecker@adacore.com>2009-12-29 07:12:11 +0300
committerJoel Brobecker <brobecker@adacore.com>2009-12-29 07:12:11 +0300
commit5592e8833ec7c4a405e85dc940f299f846ad12e3 (patch)
treed23ea424f783bd806ee4b58a2ca0b84c595abe51 /include/dwarf2.h
parent935d37f1160024347c979f54784b6030e270ddbf (diff)
* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 559b82d78..a001ef325 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -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. */