aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2009-12-29 04:14:21 +0000
committerJoel Brobecker <brobecke@gcc.gnu.org>2009-12-29 04:14:21 +0000
commitdf7b6aaae4bdbc5deb5219b3a2eece6eab8027bb (patch)
treeaa4aaf132b72caf604b9858f26de544136c117bf /include
parentd8299715e09276861adee2c6aed29eead6f17491 (diff)
downloadgcc-df7b6aaae4bdbc5deb5219b3a2eece6eab8027bb.zip
gcc-df7b6aaae4bdbc5deb5219b3a2eece6eab8027bb.tar.gz
gcc-df7b6aaae4bdbc5deb5219b3a2eece6eab8027bb.tar.bz2
* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
From-SVN: r155501
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/dwarf2.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 000eeda..69ebb83 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-29 Joel Brobecker <brobecker@adacore.com>
+
+ * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
+
2009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
Add DWARF attribute value for the "Borland fastcall" calling
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. */