mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user