From 2e13ec5ccc61add7e8cdb1cfe1f659e78a4ada69 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 29 Dec 2009 04:12:11 +0000 Subject: * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type. --- include/dwarf2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/dwarf2.h') diff --git a/include/dwarf2.h b/include/dwarf2.h index 559b82d..a001ef3 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. */ -- cgit v1.1