mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2010-01-14 Tristan Gingold <gingold@adacore.com>
* dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type and DW_AT_GNAT_descriptive_type.
This commit is contained in:
@@ -1802,6 +1802,8 @@ get_AT_name (unsigned long attribute)
|
||||
case DW_AT_GNU_exclusive_locks_required: return "DW_AT_GNU_exclusive_locks_required";
|
||||
case DW_AT_GNU_shared_locks_required: return "DW_AT_GNU_shared_locks_required";
|
||||
case DW_AT_GNU_odr_signature: return "DW_AT_GNU_odr_signature";
|
||||
case DW_AT_use_GNAT_descriptive_type: return "DW_AT_use_GNAT_descriptive_type";
|
||||
case DW_AT_GNAT_descriptive_type: return "DW_AT_GNAT_descriptive_type";
|
||||
|
||||
/* UPC extension. */
|
||||
case DW_AT_upc_threads_scaled: return "DW_AT_upc_threads_scaled";
|
||||
|
||||
Reference in New Issue
Block a user