summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>2022-07-06 16:26:25 +0530
committerAlok Kumar Sharma <AlokKumar.Sharma@amd.com>2022-07-06 16:27:47 +0530
commitad349f2493f934573c0809ead35ea299286beecd (patch)
treef45478d6baaa0686e498b9d272cf3c250d428994
parentf68697e82319687871943f949078ed334f188211 (diff)
Descriptive DWARF operations dump support for DW_AT_rank
DW_AT_rank is a dwarf-5 feature.
-rw-r--r--binutils/dwarf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index beb69544e3..2b1eec4942 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -3376,6 +3376,7 @@ read_and_display_attr_value (unsigned long attribute,
case DW_AT_stride:
case DW_AT_upper_bound:
case DW_AT_lower_bound:
+ case DW_AT_rank:
if (block_start)
{
int need_frame_base;