mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-16 04:18:50 +00:00
Handle DW_FORM_implicit_const when displaying an attribute
* dwarf.c (read_and_display_attr_value): Handle DW_FORM_implicit_const.
This commit is contained in:
@@ -2517,6 +2517,10 @@ read_and_display_attr_value (unsigned long attribute,
|
||||
offset_size, dwarf_version,
|
||||
debug_info_p, do_loc,
|
||||
section, this_set, delimiter, level);
|
||||
|
||||
case DW_FORM_implicit_const:
|
||||
uvalue = implicit_const;
|
||||
break;
|
||||
}
|
||||
|
||||
switch (form)
|
||||
|
||||
Reference in New Issue
Block a user