From ffed923ee76cdad9db9c8036e5e97319ca85943f Mon Sep 17 00:00:00 2001 From: brobecke Date: Tue, 29 Dec 2009 04:14:21 +0000 Subject: [PATCH] * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155501 138bc75d-0d04-0410-961f-82ee72b054a4 --- include/ChangeLog | 4 ++++ include/dwarf2.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/include/ChangeLog b/include/ChangeLog index 000eeda414f..69ebb834e8e 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2009-12-29 Joel Brobecker + + * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type. + 2009-11-06 Jonas Maebe Add DWARF attribute value for the "Borland fastcall" calling diff --git a/include/dwarf2.h b/include/dwarf2.h index 559b82d7876..a001ef32541 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. */ -- 2.11.4.GIT