From d9019c99411d65b41178c0f58e680df399b5742d Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 13 Jan 2010 11:13:53 +0000 Subject: Add new DW_AT_use_GNAT_descriptive_type CU attribute. * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type. From-SVN: r155855 --- include/ChangeLog | 5 +++++ include/dwarf2.h | 1 + 2 files changed, 6 insertions(+) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index 106d8b9..5aeaf30 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2010-01-13 Joel Brobecker + + Add new DW_AT_use_GNAT_descriptive_type CU attribute. + * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type. + 2010-01-11 Tristan Gingold * demangle.h (ada_demangle): Add prototype. diff --git a/include/dwarf2.h b/include/dwarf2.h index a001ef3..303af70 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -428,6 +428,7 @@ enum dwarf_attribute /* GNAT extensions. */ /* GNAT descriptive type. See http://gcc.gnu.org/wiki/DW_AT_GNAT_descriptive_type . */ + DW_AT_use_GNAT_descriptive_type = 0x2301, DW_AT_GNAT_descriptive_type = 0x2302, /* UPC extension. */ DW_AT_upc_threads_scaled = 0x3210, -- cgit v1.1