Add new DW_AT_use_GNAT_descriptive_type CU attribute.
* dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.
This commit is contained in:
parent
c013520152
commit
2e31b6574a
|
@ -1,3 +1,8 @@
|
||||||
|
2010-01-13 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
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 <gingold@adacore.com>
|
2010-01-11 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* demangle.h (ada_demangle): Add prototype.
|
* demangle.h (ada_demangle): Add prototype.
|
||||||
|
|
|
@ -428,6 +428,7 @@ enum dwarf_attribute
|
||||||
/* GNAT extensions. */
|
/* GNAT extensions. */
|
||||||
/* GNAT descriptive type.
|
/* GNAT descriptive type.
|
||||||
See http://gcc.gnu.org/wiki/DW_AT_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,
|
DW_AT_GNAT_descriptive_type = 0x2302,
|
||||||
/* UPC extension. */
|
/* UPC extension. */
|
||||||
DW_AT_upc_threads_scaled = 0x3210,
|
DW_AT_upc_threads_scaled = 0x3210,
|
||||||
|
|
Loading…
Reference in New Issue