diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-13 11:09:31 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-13 11:09:31 +0000 |
commit | 16c06870bc4536f0ff076cb1e7d2eadac15aec85 (patch) | |
tree | 7a5fbd72b9d7df1bffb3ecf5976bad6519bc6c37 /include/dwarf2.h | |
parent | 19172f39233dfb335d8d93a387918fe5f83c74f5 (diff) | |
download | fsf-binutils-gdb-16c06870bc4536f0ff076cb1e7d2eadac15aec85.zip fsf-binutils-gdb-16c06870bc4536f0ff076cb1e7d2eadac15aec85.tar.gz fsf-binutils-gdb-16c06870bc4536f0ff076cb1e7d2eadac15aec85.tar.bz2 |
Add new DW_AT_use_GNAT_descriptive_type CU attribute.
* dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r-- | include/dwarf2.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |