mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Descriptive DWARF operations dump support for DW_AT_rank
DW_AT_rank is a dwarf-5 feature.
This commit is contained in:

committed by
Alok Kumar Sharma

parent
f68697e823
commit
ad349f2493
@ -3376,6 +3376,7 @@ read_and_display_attr_value (unsigned long attribute,
|
|||||||
case DW_AT_stride:
|
case DW_AT_stride:
|
||||||
case DW_AT_upper_bound:
|
case DW_AT_upper_bound:
|
||||||
case DW_AT_lower_bound:
|
case DW_AT_lower_bound:
|
||||||
|
case DW_AT_rank:
|
||||||
if (block_start)
|
if (block_start)
|
||||||
{
|
{
|
||||||
int need_frame_base;
|
int need_frame_base;
|
||||||
|
Reference in New Issue
Block a user