Descriptive DWARF operations dump support for DW_AT_rank

DW_AT_rank is a dwarf-5 feature.
This commit is contained in:
Bhuvanendra Kumar N
2022-07-06 16:26:25 +05:30
committed by Alok Kumar Sharma
parent f68697e823
commit ad349f2493

View File

@ -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;